.white-popup {
  background-color: var(--others-basic-white);
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: #dce5e6;
}
.star-rating .filled {
  color: #fdb944;
}

.comment-list .the-comment {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  padding: 0;
  -ms-grid-columns: 50px 24px 1fr;
  grid-template-columns: 50px 1fr;
}
.comment-list .the-comment .comment-on-moderation {
  border: 1px solid var(--greys-grey-400);
  font-style: italic;
  color: var(--greys-grey-400);
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 8px 16px;
}
.comment-list .the-comment .avatar {
  width: 50px;
  padding: 0;
}
.comment-list .the-comment .avatar figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-list .the-comment .avatar figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-list .the-comment .comment-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.comment-list .the-comment .comment-box .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 16px;
}
.comment-list .the-comment .comment-box .comment-author .review-stars {
  margin: 0;
}
.comment-list .the-comment .comment-box .comment-author .review-stars .fa-star {
  font-size: 80%;
}
.comment-list .the-comment .comment-box .comment-text {
  color: var(--greys-grey-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
}
.comment-list .the-comment .comment-box .comment-text .rating-stars {
  display: none;
}
.comment-list .the-comment .comment-box .comment-date {
  color: var(--greys-grey-400);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}

.commentform .wrapper-rating-form {
  gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#comment-popup .form-submit input {
  width: 100%;
}

select.djt-theme {
  width: 100%;
  border-radius: 8px;
  border: none;
  background: var(--dark-100);
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.mfp-content #comment-popup .reset-button-default #respond {
  padding: 20px !important;
  margin: 0 !important;
}
.mfp-content #comment-popup .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.mfp-content #comment-popup .logged-in-as .required-field-message {
  display: block;
  margin-top: 1.5rem;
}

body.single-employer .employer-claim-profile {
  display: -ms-grid;
  display: grid;
}
body.single-employer .employer-claim-profile .description {
  font-weight: 300;
  color: #77838f;
  font-size: 16px;
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile .description {
    text-align: center;
  }
}
body.single-employer .employer-claim-profile.small {
  row-gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.small {
    -ms-grid-columns: 110px 1rem 1fr;
    grid-template-columns: 110px 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.small figure img {
    width: 120px;
  }
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.small figure {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
body.single-employer .employer-claim-profile.small .description {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.small .description {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: left;
  }
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.small .button {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  body.single-employer .employer-claim-profile.small .button .btn {
    width: 100%;
  }
}
body.single-employer .employer-claim-profile.medium {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  -ms-grid-columns: 300px auto;
  grid-template-columns: 300px auto;
  row-gap: 1rem;
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.medium {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
body.single-employer .employer-claim-profile.medium figure {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.medium figure {
    text-align: center;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
body.single-employer .employer-claim-profile.medium .description {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  align-self: flex-end;
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.medium .description {
    text-align: center;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
body.single-employer .employer-claim-profile.medium .button {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 481px) {
  body.single-employer .employer-claim-profile.medium .button {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  body.single-employer .employer-claim-profile.medium .button .btn {
    width: 100%;
  }
}

.revamp-v2 {
  background-color: var(--background-soft-tosca);
  /**
    * Header
    */
  /**
   * Content
   */
}
.revamp-v2 .section-wrapper {
  margin-bottom: 24px;
  padding: 32px;
  border-radius: 20px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .section-wrapper {
    padding: 16px;
    border-radius: 16px;
  }
}
.revamp-v2 .section-wrapper .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 0 18px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.revamp-v2 .section-wrapper .section-title.has-icon .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.revamp-v2 .section-wrapper .section-title .text {
  color: var(--djt-primary-teal);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .section-wrapper .section-title {
    gap: 12px;
    margin-bottom: 24px;
    width: 100% !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .revamp-v2 .section-wrapper .section-title .text {
    font-size: 18px;
  }
}
.revamp-v2 .section-wrapper.common {
  background-color: white;
  border: 1px solid var(--djt-greys-dark-border);
}
.revamp-v2 .sub-section-wrapper {
  margin-top: 24px;
  padding: 24px 28px;
  border-radius: 12px;
  border: 1px solid var(--djt-greys-dark-border);
  background: var(--others-basic-white);
}
@media screen and (max-width: 481px) {
  .revamp-v2 .sub-section-wrapper {
    padding: 14px;
    margin-top: 18px;
  }
}
.revamp-v2 .sub-section-wrapper .sub-section-title {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 130.435% */
  color: var(--djt-primary-teal);
  margin-bottom: 24px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .sub-section-wrapper .sub-section-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.revamp-v2 .sub-section-wrapper .open-filter {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--djt-primary-teal);
}
.revamp-v2 .sub-section-wrapper .open-filter .fa-arrow-right {
  color: var(--djt-primary-red);
}
@media screen and (max-width: 481px) {
  .revamp-v2 .sub-section-wrapper .open-filter {
    display: block;
    margin-top: 16px;
  }
}
.revamp-v2 .section-flex-wrapper {
  gap: 24px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .section-flex-wrapper {
    gap: 12px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.revamp-v2 .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.revamp-v2 .label-wrapper .label-list {
  border-radius: 16px;
  display: block;
  padding: 8px 16px;
  background: var(--djt-primary-teal);
  line-height: 1;
  color: white;
}
.revamp-v2 .label-wrapper .label-list label {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: var(--others-basic-white);
  text-transform: capitalize;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .label-wrapper:not(.display-all-list) .label-list:nth-of-type(1n + 6) {
    display: none;
  }
}
.revamp-v2 .label-wrapper.light .label-list {
  background: var(--background-deep-green-300);
}
.revamp-v2 .label-wrapper.light .label-list label {
  color: var(--secondary-teal-green);
}
.revamp-v2 .label-wrapper.light.white .label-list label {
  color: var(--djt-primary-teal);
}
.revamp-v2 .empty-container {
  width: 100%;
  text-align: center;
}
.revamp-v2 .empty-container figure img {
  margin-bottom: 24px;
}
.revamp-v2 .empty-container figure figcaption {
  color: var(--greys-grey-400);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
}
.revamp-v2 .empty-container .btn {
  margin-top: 24px;
}
.revamp-v2 .employer-detail-header {
  padding-top: 44px;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .employer-detail-header {
    padding-top: 0;
  }
}
.revamp-v2 .employer-detail-header .employer-top-wrapper {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  background: var(--djt-primary-teal);
  -ms-grid-columns: 120px 48px auto;
  grid-template-columns: 120px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .employer-detail-header .employer-top-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    row-gap: 4px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .employer-detail-header .employer-top-wrapper {
    padding: 32px 42px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 12px;
    -ms-grid-columns: 88px 18px auto;
    grid-template-columns: 88px auto;
    -ms-grid-rows: 52px 12px 24px 12px auto;
    grid-template-rows: 52px 24px auto;
  }
  .revamp-v2 .employer-detail-header .employer-top-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .revamp-v2 .employer-detail-header .employer-top-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .revamp-v2 .employer-detail-header .employer-top-wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .revamp-v2 .employer-detail-header .employer-top-wrapper > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .revamp-v2 .employer-detail-header .employer-top-wrapper > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .revamp-v2 .employer-detail-header .employer-top-wrapper > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.revamp-v2 .employer-detail-header .employer-top-wrapper .employer-logo {
  width: 120px;
  display: block;
  height: auto;
  padding: 8px;
  border-radius: 12px;
  background-color: white;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .employer-detail-header .employer-top-wrapper .employer-logo {
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .employer-detail-header .employer-top-wrapper .employer-logo {
    width: 88px !important;
    height: 88px !important;
    max-width: 88px !important;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.revamp-v2 .employer-detail-header .employer-top-wrapper .employer-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: white;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .employer-detail-header .employer-top-wrapper .employer-title {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.revamp-v2 .employer-detail-header .employer-top-wrapper .employer-location {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
.revamp-v2 .employer-detail-header .employer-top-wrapper .employer-location a {
  color: var(--greys-grey-100);
}
.revamp-v2 .employer-detail-header .employer-top-wrapper .employer-short-description {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .employer-detail-header .employer-top-wrapper .employer-short-description {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
.revamp-v2 .employer-detail-header.with-tabs {
  background-color: #fff;
}
.revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder {
  overflow: auto;
}
.revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 96px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper {
    padding: 10px 16px;
    gap: 8px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab {
  border-bottom: 3px solid white;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  color: var(--greys-grey-500);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20%;
  white-space: nowrap;
}
.revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.active {
  border-color: var(--djt-primary-red);
  color: var(--djt-primary-teal);
}
.revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab:hover {
  border-color: var(--djt-primary-red);
}
@media screen and (max-width: 481px) {
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab {
    position: relative;
    font-size: 14px;
    padding: 8px;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #737171;
    color: #737171;
    background-color: var(--primary-white);
    max-width: 100%;
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: -4px;
    display: block;
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.active {
    border-color: var(--djt-primary-teal);
    color: var(--djt-primary-teal);
    background-color: var(--djt-primary-teal);
    color: white;
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.active:after {
    background-color: var(--djt-primary-red);
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab:hover:not(.active) {
    color: var(--djt-primary-teal);
    border-color: var(--djt-primary-teal);
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab:hover:not(.active):after {
    background-color: var(--djt-primary-teal);
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab span {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    white-space: break-spaces;
    overflow: hidden;
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: white;
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-about::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6516)"><path d="M17.77 21.7602H6.67996C6.09649 21.7602 5.53691 21.5284 5.12433 21.1158C4.71175 20.7032 4.47998 20.1436 4.47998 19.5602V4.37016C4.47997 3.78576 4.71142 3.22514 5.12372 2.81097C5.53601 2.3968 6.09557 2.1628 6.67996 2.16016H17.77C18.3544 2.1628 18.9139 2.3968 19.3262 2.81097C19.7385 3.22514 19.97 3.78576 19.97 4.37016V19.5602C19.97 20.1436 19.7382 20.7032 19.3256 21.1158C18.913 21.5284 18.3534 21.7602 17.77 21.7602ZM6.67996 3.36016C6.41475 3.36016 6.16041 3.46551 5.97287 3.65305C5.78533 3.84059 5.67996 4.09494 5.67996 4.36016V19.5602C5.67996 19.8254 5.78533 20.0797 5.97287 20.2673C6.16041 20.4548 6.41475 20.5602 6.67996 20.5602H17.77C18.0352 20.5602 18.2895 20.4548 18.4771 20.2673C18.6646 20.0797 18.77 19.8254 18.77 19.5602V4.37016C18.77 4.10494 18.6646 3.85058 18.4771 3.66305C18.2895 3.47551 18.0352 3.37016 17.77 3.37016L6.67996 3.36016Z" fill="%23737171"/><path d="M10.73 9.55017H7.05997C6.90084 9.55017 6.74823 9.48696 6.63571 9.37444C6.52319 9.26192 6.45996 9.10931 6.45996 8.95018V5.28017C6.45996 5.12104 6.52319 4.96843 6.63571 4.85591C6.74823 4.74339 6.90084 4.68018 7.05997 4.68018H10.73C10.8891 4.68018 11.0417 4.74339 11.1542 4.85591C11.2668 4.96843 11.33 5.12104 11.33 5.28017V9.00018C11.3174 9.15049 11.2487 9.29055 11.1375 9.39247C11.0263 9.49439 10.8808 9.5507 10.73 9.55017ZM7.65997 8.35017H10.13V5.88018H7.65997V8.35017Z" fill="%23737171"/><path d="M17.1601 6.57988H13.9001C13.7409 6.57988 13.5883 6.51667 13.4758 6.40414C13.3633 6.29162 13.3 6.13901 13.3 5.97988C13.3 5.82075 13.3633 5.66814 13.4758 5.55562C13.5883 5.4431 13.7409 5.37988 13.9001 5.37988H17.1601C17.3192 5.37988 17.4718 5.4431 17.5843 5.55562C17.6968 5.66814 17.7601 5.82075 17.7601 5.97988C17.7601 6.13901 17.6968 6.29162 17.5843 6.40414C17.4718 6.51667 17.3192 6.57988 17.1601 6.57988Z" fill="%23737171"/><path d="M17.1601 9.13994H13.9001C13.7409 9.13994 13.5883 9.07673 13.4758 8.96421C13.3633 8.85168 13.3 8.69907 13.3 8.53994C13.3 8.38081 13.3633 8.2282 13.4758 8.11568C13.5883 8.00316 13.7409 7.93994 13.9001 7.93994H17.1601C17.3192 7.93994 17.4718 8.00316 17.5843 8.11568C17.6968 8.2282 17.7601 8.38081 17.7601 8.53994C17.7601 8.69907 17.6968 8.85168 17.5843 8.96421C17.4718 9.07673 17.3192 9.13994 17.1601 9.13994Z" fill="%23737171"/><path d="M17.16 12.8499H7.05997C6.90084 12.8499 6.74823 12.7867 6.63571 12.6742C6.52319 12.5616 6.45996 12.409 6.45996 12.2499C6.45996 12.0908 6.52319 11.9382 6.63571 11.8256C6.74823 11.7131 6.90084 11.6499 7.05997 11.6499H17.16C17.3191 11.6499 17.4717 11.7131 17.5842 11.8256C17.6968 11.9382 17.76 12.0908 17.76 12.2499C17.76 12.409 17.6968 12.5616 17.5842 12.6742C17.4717 12.7867 17.3191 12.8499 17.16 12.8499Z" fill="%23737171"/><path d="M17.16 15.41H7.05997C6.90084 15.41 6.74823 15.3467 6.63571 15.2342C6.52319 15.1217 6.45996 14.9691 6.45996 14.81C6.45996 14.6508 6.52319 14.4982 6.63571 14.3857C6.74823 14.2732 6.90084 14.21 7.05997 14.21H17.16C17.3191 14.21 17.4717 14.2732 17.5842 14.3857C17.6968 14.4982 17.76 14.6508 17.76 14.81C17.76 14.9691 17.6968 15.1217 17.5842 15.2342C17.4717 15.3467 17.3191 15.41 17.16 15.41Z" fill="%23737171"/><path d="M17.16 17.9998H7.05997C6.90084 17.9998 6.74823 17.9366 6.63571 17.8241C6.52319 17.7115 6.45996 17.5589 6.45996 17.3998C6.45996 17.2407 6.52319 17.0881 6.63571 16.9755C6.74823 16.863 6.90084 16.7998 7.05997 16.7998H17.16C17.2388 16.7998 17.3168 16.8153 17.3896 16.8455C17.4624 16.8756 17.5285 16.9198 17.5842 16.9755C17.6399 17.0313 17.6841 17.0974 17.7143 17.1702C17.7444 17.243 17.76 17.321 17.76 17.3998C17.76 17.4786 17.7444 17.5566 17.7143 17.6294C17.6841 17.7022 17.6399 17.7684 17.5842 17.8241C17.5285 17.8798 17.4624 17.924 17.3896 17.9541C17.3168 17.9843 17.2388 17.9998 17.16 17.9998Z" fill="%23737171"/></g><defs><clipPath id="clip0_16675_6516"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-about.active::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6167)"><path d="M17.77 21.7602H6.67996C6.09649 21.7602 5.53691 21.5284 5.12433 21.1158C4.71175 20.7032 4.47998 20.1436 4.47998 19.5602V4.37016C4.47997 3.78576 4.71142 3.22514 5.12372 2.81097C5.53601 2.3968 6.09557 2.1628 6.67996 2.16016H17.77C18.3544 2.1628 18.9139 2.3968 19.3262 2.81097C19.7385 3.22514 19.97 3.78576 19.97 4.37016V19.5602C19.97 20.1436 19.7382 20.7032 19.3256 21.1158C18.913 21.5284 18.3534 21.7602 17.77 21.7602ZM6.67996 3.36016C6.41475 3.36016 6.16041 3.46551 5.97287 3.65305C5.78533 3.84059 5.67996 4.09494 5.67996 4.36016V19.5602C5.67996 19.8254 5.78533 20.0797 5.97287 20.2673C6.16041 20.4548 6.41475 20.5602 6.67996 20.5602H17.77C18.0352 20.5602 18.2895 20.4548 18.4771 20.2673C18.6646 20.0797 18.77 19.8254 18.77 19.5602V4.37016C18.77 4.10494 18.6646 3.85058 18.4771 3.66305C18.2895 3.47551 18.0352 3.37016 17.77 3.37016L6.67996 3.36016Z" fill="white"/><path d="M10.73 9.55017H7.05997C6.90084 9.55017 6.74823 9.48696 6.63571 9.37444C6.52319 9.26192 6.45996 9.10931 6.45996 8.95018V5.28017C6.45996 5.12104 6.52319 4.96843 6.63571 4.85591C6.74823 4.74339 6.90084 4.68018 7.05997 4.68018H10.73C10.8891 4.68018 11.0417 4.74339 11.1542 4.85591C11.2668 4.96843 11.33 5.12104 11.33 5.28017V9.00018C11.3174 9.15049 11.2487 9.29055 11.1375 9.39247C11.0263 9.49439 10.8808 9.5507 10.73 9.55017ZM7.65997 8.35017H10.13V5.88018H7.65997V8.35017Z" fill="%23E2504B"/><path d="M17.1601 6.57988H13.9001C13.7409 6.57988 13.5883 6.51667 13.4758 6.40414C13.3633 6.29162 13.3 6.13901 13.3 5.97988C13.3 5.82075 13.3633 5.66814 13.4758 5.55562C13.5883 5.4431 13.7409 5.37988 13.9001 5.37988H17.1601C17.3192 5.37988 17.4718 5.4431 17.5843 5.55562C17.6968 5.66814 17.7601 5.82075 17.7601 5.97988C17.7601 6.13901 17.6968 6.29162 17.5843 6.40414C17.4718 6.51667 17.3192 6.57988 17.1601 6.57988Z" fill="white"/><path d="M17.1601 9.13994H13.9001C13.7409 9.13994 13.5883 9.07673 13.4758 8.96421C13.3633 8.85168 13.3 8.69907 13.3 8.53994C13.3 8.38081 13.3633 8.2282 13.4758 8.11568C13.5883 8.00316 13.7409 7.93994 13.9001 7.93994H17.1601C17.3192 7.93994 17.4718 8.00316 17.5843 8.11568C17.6968 8.2282 17.7601 8.38081 17.7601 8.53994C17.7601 8.69907 17.6968 8.85168 17.5843 8.96421C17.4718 9.07673 17.3192 9.13994 17.1601 9.13994Z" fill="white"/><path d="M17.16 12.8499H7.05997C6.90084 12.8499 6.74823 12.7867 6.63571 12.6742C6.52319 12.5616 6.45996 12.409 6.45996 12.2499C6.45996 12.0908 6.52319 11.9382 6.63571 11.8256C6.74823 11.7131 6.90084 11.6499 7.05997 11.6499H17.16C17.3191 11.6499 17.4717 11.7131 17.5842 11.8256C17.6968 11.9382 17.76 12.0908 17.76 12.2499C17.76 12.409 17.6968 12.5616 17.5842 12.6742C17.4717 12.7867 17.3191 12.8499 17.16 12.8499Z" fill="white"/><path d="M17.16 15.41H7.05997C6.90084 15.41 6.74823 15.3467 6.63571 15.2342C6.52319 15.1217 6.45996 14.9691 6.45996 14.81C6.45996 14.6508 6.52319 14.4982 6.63571 14.3857C6.74823 14.2732 6.90084 14.21 7.05997 14.21H17.16C17.3191 14.21 17.4717 14.2732 17.5842 14.3857C17.6968 14.4982 17.76 14.6508 17.76 14.81C17.76 14.9691 17.6968 15.1217 17.5842 15.2342C17.4717 15.3467 17.3191 15.41 17.16 15.41Z" fill="white"/><path d="M17.16 17.9998H7.05997C6.90084 17.9998 6.74823 17.9366 6.63571 17.8241C6.52319 17.7115 6.45996 17.5589 6.45996 17.3998C6.45996 17.2407 6.52319 17.0881 6.63571 16.9755C6.74823 16.863 6.90084 16.7998 7.05997 16.7998H17.16C17.2388 16.7998 17.3168 16.8153 17.3896 16.8455C17.4624 16.8756 17.5285 16.9198 17.5842 16.9755C17.6399 17.0313 17.6841 17.0974 17.7143 17.1702C17.7444 17.243 17.76 17.321 17.76 17.3998C17.76 17.4786 17.7444 17.5566 17.7143 17.6294C17.6841 17.7022 17.6399 17.7684 17.5842 17.8241C17.5285 17.8798 17.4624 17.924 17.3896 17.9541C17.3168 17.9843 17.2388 17.9998 17.16 17.9998Z" fill="white"/></g><defs><clipPath id="clip0_16675_6167"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-about:hover:not(.active)::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6520)"><path d="M17.77 21.7602H6.67996C6.09649 21.7602 5.53691 21.5284 5.12433 21.1158C4.71175 20.7032 4.47998 20.1436 4.47998 19.5602V4.37016C4.47997 3.78576 4.71142 3.22514 5.12372 2.81097C5.53601 2.3968 6.09557 2.1628 6.67996 2.16016H17.77C18.3544 2.1628 18.9139 2.3968 19.3262 2.81097C19.7385 3.22514 19.97 3.78576 19.97 4.37016V19.5602C19.97 20.1436 19.7382 20.7032 19.3256 21.1158C18.913 21.5284 18.3534 21.7602 17.77 21.7602ZM6.67996 3.36016C6.41475 3.36016 6.16041 3.46551 5.97287 3.65305C5.78533 3.84059 5.67996 4.09494 5.67996 4.36016V19.5602C5.67996 19.8254 5.78533 20.0797 5.97287 20.2673C6.16041 20.4548 6.41475 20.5602 6.67996 20.5602H17.77C18.0352 20.5602 18.2895 20.4548 18.4771 20.2673C18.6646 20.0797 18.77 19.8254 18.77 19.5602V4.37016C18.77 4.10494 18.6646 3.85058 18.4771 3.66305C18.2895 3.47551 18.0352 3.37016 17.77 3.37016L6.67996 3.36016Z" fill="%231B4A52"/><path d="M10.73 9.55017H7.05997C6.90084 9.55017 6.74823 9.48696 6.63571 9.37444C6.52319 9.26192 6.45996 9.10931 6.45996 8.95018V5.28017C6.45996 5.12104 6.52319 4.96843 6.63571 4.85591C6.74823 4.74339 6.90084 4.68018 7.05997 4.68018H10.73C10.8891 4.68018 11.0417 4.74339 11.1542 4.85591C11.2668 4.96843 11.33 5.12104 11.33 5.28017V9.00018C11.3174 9.15049 11.2487 9.29055 11.1375 9.39247C11.0263 9.49439 10.8808 9.5507 10.73 9.55017ZM7.65997 8.35017H10.13V5.88018H7.65997V8.35017Z" fill="%231B4A52"/><path d="M17.1601 6.57988H13.9001C13.7409 6.57988 13.5883 6.51667 13.4758 6.40414C13.3633 6.29162 13.3 6.13901 13.3 5.97988C13.3 5.82075 13.3633 5.66814 13.4758 5.55562C13.5883 5.4431 13.7409 5.37988 13.9001 5.37988H17.1601C17.3192 5.37988 17.4718 5.4431 17.5843 5.55562C17.6968 5.66814 17.7601 5.82075 17.7601 5.97988C17.7601 6.13901 17.6968 6.29162 17.5843 6.40414C17.4718 6.51667 17.3192 6.57988 17.1601 6.57988Z" fill="%231B4A52"/><path d="M17.1601 9.13994H13.9001C13.7409 9.13994 13.5883 9.07673 13.4758 8.96421C13.3633 8.85168 13.3 8.69907 13.3 8.53994C13.3 8.38081 13.3633 8.2282 13.4758 8.11568C13.5883 8.00316 13.7409 7.93994 13.9001 7.93994H17.1601C17.3192 7.93994 17.4718 8.00316 17.5843 8.11568C17.6968 8.2282 17.7601 8.38081 17.7601 8.53994C17.7601 8.69907 17.6968 8.85168 17.5843 8.96421C17.4718 9.07673 17.3192 9.13994 17.1601 9.13994Z" fill="%231B4A52"/><path d="M17.16 12.8499H7.05997C6.90084 12.8499 6.74823 12.7867 6.63571 12.6742C6.52319 12.5616 6.45996 12.409 6.45996 12.2499C6.45996 12.0908 6.52319 11.9382 6.63571 11.8256C6.74823 11.7131 6.90084 11.6499 7.05997 11.6499H17.16C17.3191 11.6499 17.4717 11.7131 17.5842 11.8256C17.6968 11.9382 17.76 12.0908 17.76 12.2499C17.76 12.409 17.6968 12.5616 17.5842 12.6742C17.4717 12.7867 17.3191 12.8499 17.16 12.8499Z" fill="%231B4A52"/><path d="M17.16 15.41H7.05997C6.90084 15.41 6.74823 15.3467 6.63571 15.2342C6.52319 15.1217 6.45996 14.9691 6.45996 14.81C6.45996 14.6508 6.52319 14.4982 6.63571 14.3857C6.74823 14.2732 6.90084 14.21 7.05997 14.21H17.16C17.3191 14.21 17.4717 14.2732 17.5842 14.3857C17.6968 14.4982 17.76 14.6508 17.76 14.81C17.76 14.9691 17.6968 15.1217 17.5842 15.2342C17.4717 15.3467 17.3191 15.41 17.16 15.41Z" fill="%231B4A52"/><path d="M17.16 17.9998H7.05997C6.90084 17.9998 6.74823 17.9366 6.63571 17.8241C6.52319 17.7115 6.45996 17.5589 6.45996 17.3998C6.45996 17.2407 6.52319 17.0881 6.63571 16.9755C6.74823 16.863 6.90084 16.7998 7.05997 16.7998H17.16C17.2388 16.7998 17.3168 16.8153 17.3896 16.8455C17.4624 16.8756 17.5285 16.9198 17.5842 16.9755C17.6399 17.0313 17.6841 17.0974 17.7143 17.1702C17.7444 17.243 17.76 17.321 17.76 17.3998C17.76 17.4786 17.7444 17.5566 17.7143 17.6294C17.6841 17.7022 17.6399 17.7684 17.5842 17.8241C17.5285 17.8798 17.4624 17.924 17.3896 17.9541C17.3168 17.9843 17.2388 17.9998 17.16 17.9998Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_16675_6520"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-life::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6515)"><path d="M5.4799 21.4098H2.73989C2.58076 21.4098 2.42815 21.3466 2.31563 21.2341C2.20311 21.1215 2.13989 20.9689 2.13989 20.8098V12.1298C2.13989 11.9707 2.20311 11.818 2.31563 11.7055C2.42815 11.593 2.58076 11.5298 2.73989 11.5298H5.4799C5.63903 11.5298 5.79164 11.593 5.90416 11.7055C6.01668 11.818 6.0799 11.9707 6.0799 12.1298V20.8098C6.0799 20.9689 6.01668 21.1215 5.90416 21.2341C5.79164 21.3466 5.63903 21.4098 5.4799 21.4098ZM3.33989 20.2098H4.87989V12.7298H3.33989V20.2098Z" fill="%23737171"/><path d="M8.91997 21.8302L5.40998 21.4002C5.32858 21.3951 5.24908 21.3735 5.17632 21.3366C5.10357 21.2998 5.03909 21.2485 4.98682 21.1859C4.93456 21.1233 4.8956 21.0507 4.87234 20.9725C4.84907 20.8943 4.84199 20.8122 4.85152 20.7312C4.86105 20.6502 4.88699 20.572 4.92776 20.5014C4.96853 20.4308 5.02327 20.3692 5.08864 20.3204C5.154 20.2717 5.22863 20.2367 5.30795 20.2178C5.38727 20.1988 5.46962 20.1962 5.54998 20.2102L8.99997 20.6402H16.1C16.1592 20.6412 16.2174 20.6246 16.2672 20.5926C16.3171 20.5605 16.3563 20.5145 16.38 20.4602C16.3984 20.4264 16.408 20.3886 16.408 20.3502C16.408 20.3117 16.3984 20.2739 16.38 20.2402C16.3256 20.1809 16.2503 20.145 16.17 20.1402H13.34C13.1823 20.1378 13.0315 20.0755 12.9182 19.9659C12.8049 19.8563 12.7376 19.7076 12.73 19.5502C12.7299 19.3918 12.7914 19.2396 12.9015 19.1258C13.0116 19.0119 13.1617 18.9454 13.32 18.9402L16.5 18.8802C16.6069 18.8796 16.7106 18.8442 16.7955 18.7792C16.8803 18.7142 16.9416 18.6232 16.97 18.5202C16.9895 18.4454 16.9925 18.3673 16.9787 18.2913C16.9648 18.2153 16.9346 18.1433 16.89 18.0802C16.8429 18.0186 16.7824 17.9686 16.7131 17.934C16.6438 17.8993 16.5675 17.8809 16.49 17.8802H13.88C13.7208 17.8802 13.5682 17.817 13.4557 17.7044C13.3432 17.5919 13.28 17.4393 13.28 17.2802C13.28 17.121 13.3432 16.9684 13.4557 16.8559C13.5682 16.7434 13.7208 16.6802 13.88 16.6802H17.17C17.2665 16.68 17.3604 16.6488 17.4378 16.5912C17.5152 16.5336 17.5721 16.4526 17.6 16.3602C17.6199 16.2904 17.6231 16.2168 17.6092 16.1456C17.5953 16.0743 17.5647 16.0074 17.52 15.9502C17.473 15.8957 17.4146 15.8522 17.3489 15.8228C17.2833 15.7934 17.2119 15.7789 17.14 15.7802L13.99 15.6802C13.8308 15.6802 13.6782 15.617 13.5657 15.5044C13.4532 15.3919 13.39 15.2393 13.39 15.0802C13.39 14.921 13.4532 14.7684 13.5657 14.6559C13.6782 14.5434 13.8308 14.4802 13.99 14.4802L17.83 14.5402C17.9031 14.5266 17.9718 14.4955 18.0303 14.4496C18.0888 14.4037 18.1353 14.3442 18.1657 14.2764C18.1962 14.2086 18.2098 14.1343 18.2053 14.0601C18.2008 13.9859 18.1784 13.9138 18.14 13.8502C18.104 13.798 18.0582 13.7535 18.005 13.7192C17.9518 13.6849 17.8923 13.6614 17.83 13.6502L13.16 13.4102C13.0586 13.4043 12.9605 13.3728 12.8746 13.3187C12.7887 13.2645 12.718 13.1895 12.6691 13.1006C12.6201 13.0116 12.5945 12.9118 12.5947 12.8102C12.5948 12.7087 12.6207 12.6089 12.67 12.5202L14.8 8.73017C14.8341 8.66324 14.8506 8.58868 14.8477 8.51358C14.8449 8.43849 14.8229 8.36538 14.7838 8.30121C14.7447 8.23704 14.6898 8.18395 14.6244 8.14701C14.5589 8.11007 14.4851 8.0905 14.41 8.09018C14.3032 8.09043 14.2001 8.12952 14.12 8.20018L12.59 10.0002C12.5616 10.0352 12.5278 10.0656 12.49 10.0902L9.09997 12.6102C8.99405 12.684 8.86903 12.7257 8.73997 12.7302H5.47998C5.32085 12.7302 5.16823 12.667 5.05571 12.5544C4.94319 12.4419 4.87997 12.2893 4.87997 12.1302C4.87997 11.971 4.94319 11.8184 5.05571 11.7059C5.16823 11.5934 5.32085 11.5302 5.47998 11.5302H8.53998L11.73 9.18018L13.25 7.40018C13.5507 7.11397 13.9452 6.94692 14.36 6.93018C14.6423 6.93155 14.9196 7.0058 15.1648 7.14574C15.41 7.28569 15.615 7.48657 15.7598 7.72896C15.9046 7.97135 15.9844 8.24702 15.9915 8.5293C15.9985 8.81157 15.9326 9.09087 15.8 9.34018L14.14 12.3402L17.9 12.5402C18.1431 12.5684 18.3769 12.6503 18.5845 12.78C18.792 12.9097 18.9681 13.084 19.1 13.2902C19.224 13.4877 19.305 13.7091 19.3377 13.9399C19.3705 14.1708 19.3542 14.406 19.29 14.6302C19.1761 15.028 18.9151 15.3677 18.56 15.5802C18.7451 15.9494 18.7841 16.3749 18.6692 16.7716C18.5542 17.1683 18.2938 17.5071 17.94 17.7202C18.123 18.0969 18.1586 18.5285 18.04 18.9302C17.9347 19.2887 17.7174 19.6041 17.42 19.8302C17.565 20.1437 17.5899 20.4995 17.49 20.8302C17.3946 21.1348 17.2 21.3987 16.9372 21.5799C16.6744 21.7611 16.3586 21.8492 16.04 21.8302H8.91997Z" fill="%23737171"/><path d="M13.18 13.45H11.36C11.2009 13.45 11.0483 13.3868 10.9357 13.2743C10.8232 13.1617 10.76 13.0091 10.76 12.85C10.76 12.6909 10.8232 12.5383 10.9357 12.4257C11.0483 12.3132 11.2009 12.25 11.36 12.25H13.18C13.3391 12.25 13.4917 12.3132 13.6043 12.4257C13.7168 12.5383 13.78 12.6909 13.78 12.85C13.78 13.0091 13.7168 13.1617 13.6043 13.2743C13.4917 13.3868 13.3391 13.45 13.18 13.45Z" fill="%23737171"/><path d="M18.6899 10.4098C18.5698 10.4076 18.4529 10.3705 18.3535 10.303C18.2541 10.2355 18.1764 10.1406 18.1299 10.0298C17.8199 9.25984 16.7899 7.14984 15.7799 6.63984C15.6873 6.59357 15.6083 6.52413 15.5505 6.43827C15.4926 6.35241 15.458 6.25305 15.4499 6.14984C15.4441 6.0452 15.4649 5.94077 15.5104 5.84634C15.5558 5.7519 15.6245 5.67054 15.7099 5.60984C16.8174 4.83 17.6559 3.72599 18.1099 2.44984C18.1435 2.3222 18.2188 2.20949 18.324 2.12972C18.4291 2.04996 18.558 2.00774 18.6899 2.00984C18.8215 2.00946 18.9495 2.05232 19.0543 2.13182C19.1591 2.21132 19.2349 2.32306 19.2699 2.44984C19.6351 3.73327 20.452 4.84139 21.5699 5.56984C21.6549 5.61938 21.7278 5.68729 21.7832 5.76861C21.8385 5.84993 21.875 5.9426 21.8899 6.03984C21.9005 6.13953 21.8858 6.24027 21.8474 6.33285C21.809 6.42543 21.748 6.50691 21.6699 6.56984C21.0899 7.05984 19.5099 8.62984 19.2799 9.90984C19.2587 10.0398 19.1953 10.1591 19.0995 10.2495C19.0037 10.3399 18.8809 10.3962 18.7499 10.4098H18.6899ZM16.9999 6.07984C17.6442 6.73325 18.1838 7.48203 18.5999 8.29984C19.0611 7.52316 19.6263 6.81324 20.2799 6.18984C19.5959 5.64874 19.0366 4.96658 18.6399 4.18984C18.1919 4.8991 17.639 5.53634 16.9999 6.07984Z" fill="%23737171"/></g><defs><clipPath id="clip0_16675_6515"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-life.active::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6157)"><path d="M5.4799 21.4098H2.73989C2.58076 21.4098 2.42815 21.3466 2.31563 21.2341C2.20311 21.1215 2.13989 20.9689 2.13989 20.8098V12.1298C2.13989 11.9707 2.20311 11.818 2.31563 11.7055C2.42815 11.593 2.58076 11.5298 2.73989 11.5298H5.4799C5.63903 11.5298 5.79164 11.593 5.90416 11.7055C6.01668 11.818 6.0799 11.9707 6.0799 12.1298V20.8098C6.0799 20.9689 6.01668 21.1215 5.90416 21.2341C5.79164 21.3466 5.63903 21.4098 5.4799 21.4098ZM3.33989 20.2098H4.87989V12.7298H3.33989V20.2098Z" fill="white"/><path d="M8.91997 21.8302L5.40998 21.4002C5.32858 21.3951 5.24908 21.3735 5.17632 21.3366C5.10357 21.2998 5.03909 21.2485 4.98682 21.1859C4.93456 21.1233 4.8956 21.0507 4.87234 20.9725C4.84907 20.8943 4.84199 20.8122 4.85152 20.7312C4.86105 20.6502 4.88699 20.572 4.92776 20.5014C4.96853 20.4308 5.02327 20.3692 5.08864 20.3204C5.154 20.2717 5.22863 20.2367 5.30795 20.2178C5.38727 20.1988 5.46962 20.1962 5.54998 20.2102L8.99997 20.6402H16.1C16.1592 20.6412 16.2174 20.6246 16.2672 20.5926C16.3171 20.5605 16.3563 20.5145 16.38 20.4602C16.3984 20.4264 16.408 20.3886 16.408 20.3502C16.408 20.3117 16.3984 20.2739 16.38 20.2402C16.3256 20.1809 16.2503 20.145 16.17 20.1402H13.34C13.1823 20.1378 13.0315 20.0755 12.9182 19.9659C12.8049 19.8563 12.7376 19.7076 12.73 19.5502C12.7299 19.3918 12.7914 19.2396 12.9015 19.1258C13.0116 19.0119 13.1617 18.9454 13.32 18.9402L16.5 18.8802C16.6069 18.8796 16.7106 18.8442 16.7955 18.7792C16.8803 18.7142 16.9416 18.6232 16.97 18.5202C16.9895 18.4454 16.9925 18.3673 16.9787 18.2913C16.9648 18.2153 16.9346 18.1433 16.89 18.0802C16.8429 18.0186 16.7824 17.9686 16.7131 17.934C16.6438 17.8993 16.5675 17.8809 16.49 17.8802H13.88C13.7208 17.8802 13.5682 17.817 13.4557 17.7044C13.3432 17.5919 13.28 17.4393 13.28 17.2802C13.28 17.121 13.3432 16.9684 13.4557 16.8559C13.5682 16.7434 13.7208 16.6802 13.88 16.6802H17.17C17.2665 16.68 17.3604 16.6488 17.4378 16.5912C17.5152 16.5336 17.5721 16.4526 17.6 16.3602C17.6199 16.2904 17.6231 16.2168 17.6092 16.1456C17.5953 16.0743 17.5647 16.0074 17.52 15.9502C17.473 15.8957 17.4146 15.8522 17.3489 15.8228C17.2833 15.7934 17.2119 15.7789 17.14 15.7802L13.99 15.6802C13.8308 15.6802 13.6782 15.617 13.5657 15.5044C13.4532 15.3919 13.39 15.2393 13.39 15.0802C13.39 14.921 13.4532 14.7684 13.5657 14.6559C13.6782 14.5434 13.8308 14.4802 13.99 14.4802L17.83 14.5402C17.9031 14.5266 17.9718 14.4955 18.0303 14.4496C18.0888 14.4037 18.1353 14.3442 18.1657 14.2764C18.1962 14.2086 18.2098 14.1343 18.2053 14.0601C18.2008 13.9859 18.1784 13.9138 18.14 13.8502C18.104 13.798 18.0582 13.7535 18.005 13.7192C17.9518 13.6849 17.8923 13.6614 17.83 13.6502L13.16 13.4102C13.0586 13.4043 12.9605 13.3728 12.8746 13.3187C12.7887 13.2645 12.718 13.1895 12.6691 13.1006C12.6201 13.0116 12.5945 12.9118 12.5947 12.8102C12.5948 12.7087 12.6207 12.6089 12.67 12.5202L14.8 8.73017C14.8341 8.66324 14.8506 8.58868 14.8477 8.51358C14.8449 8.43849 14.8229 8.36538 14.7838 8.30121C14.7447 8.23704 14.6898 8.18395 14.6244 8.14701C14.5589 8.11007 14.4851 8.0905 14.41 8.09018C14.3032 8.09043 14.2001 8.12952 14.12 8.20018L12.59 10.0002C12.5616 10.0352 12.5278 10.0656 12.49 10.0902L9.09997 12.6102C8.99405 12.684 8.86903 12.7257 8.73997 12.7302H5.47998C5.32085 12.7302 5.16823 12.667 5.05571 12.5544C4.94319 12.4419 4.87997 12.2893 4.87997 12.1302C4.87997 11.971 4.94319 11.8184 5.05571 11.7059C5.16823 11.5934 5.32085 11.5302 5.47998 11.5302H8.53998L11.73 9.18018L13.25 7.40018C13.5507 7.11397 13.9452 6.94692 14.36 6.93018C14.6423 6.93155 14.9196 7.0058 15.1648 7.14574C15.41 7.28569 15.615 7.48657 15.7598 7.72896C15.9046 7.97135 15.9844 8.24702 15.9915 8.5293C15.9985 8.81157 15.9326 9.09087 15.8 9.34018L14.14 12.3402L17.9 12.5402C18.1431 12.5684 18.3769 12.6503 18.5845 12.78C18.792 12.9097 18.9681 13.084 19.1 13.2902C19.224 13.4877 19.305 13.7091 19.3377 13.9399C19.3705 14.1708 19.3542 14.406 19.29 14.6302C19.1761 15.028 18.9151 15.3677 18.56 15.5802C18.7451 15.9494 18.7841 16.3749 18.6692 16.7716C18.5542 17.1683 18.2938 17.5071 17.94 17.7202C18.123 18.0969 18.1586 18.5285 18.04 18.9302C17.9347 19.2887 17.7174 19.6041 17.42 19.8302C17.565 20.1437 17.5899 20.4995 17.49 20.8302C17.3946 21.1348 17.2 21.3987 16.9372 21.5799C16.6744 21.7611 16.3586 21.8492 16.04 21.8302H8.91997Z" fill="white"/><path d="M13.18 13.45H11.36C11.2009 13.45 11.0483 13.3868 10.9357 13.2743C10.8232 13.1617 10.76 13.0091 10.76 12.85C10.76 12.6909 10.8232 12.5383 10.9357 12.4257C11.0483 12.3132 11.2009 12.25 11.36 12.25H13.18C13.3391 12.25 13.4917 12.3132 13.6043 12.4257C13.7168 12.5383 13.78 12.6909 13.78 12.85C13.78 13.0091 13.7168 13.1617 13.6043 13.2743C13.4917 13.3868 13.3391 13.45 13.18 13.45Z" fill="white"/><path d="M18.6899 10.4098C18.5698 10.4076 18.4529 10.3705 18.3535 10.303C18.2541 10.2355 18.1764 10.1406 18.1299 10.0298C17.8199 9.25984 16.7899 7.14984 15.7799 6.63984C15.6873 6.59357 15.6083 6.52413 15.5505 6.43827C15.4926 6.35241 15.458 6.25305 15.4499 6.14984C15.4441 6.0452 15.4649 5.94077 15.5104 5.84634C15.5558 5.7519 15.6245 5.67054 15.7099 5.60984C16.8174 4.83 17.6559 3.72599 18.1099 2.44984C18.1435 2.3222 18.2188 2.20949 18.324 2.12972C18.4291 2.04996 18.558 2.00774 18.6899 2.00984C18.8215 2.00946 18.9495 2.05232 19.0543 2.13182C19.1591 2.21132 19.2349 2.32306 19.2699 2.44984C19.6351 3.73327 20.452 4.84139 21.5699 5.56984C21.6549 5.61938 21.7278 5.68729 21.7832 5.76861C21.8385 5.84993 21.875 5.9426 21.8899 6.03984C21.9005 6.13953 21.8858 6.24027 21.8474 6.33285C21.809 6.42543 21.748 6.50691 21.6699 6.56984C21.0899 7.05984 19.5099 8.62984 19.2799 9.90984C19.2587 10.0398 19.1953 10.1591 19.0995 10.2495C19.0037 10.3399 18.8809 10.3962 18.7499 10.4098H18.6899ZM16.9999 6.07984C17.6442 6.73325 18.1838 7.48203 18.5999 8.29984C19.0611 7.52316 19.6263 6.81324 20.2799 6.18984C19.5959 5.64874 19.0366 4.96658 18.6399 4.18984C18.1919 4.8991 17.639 5.53634 16.9999 6.07984Z" fill="%23E2504B"/></g><defs><clipPath id="clip0_16675_6157"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-life:hover:not(.active)::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6519)"><path d="M5.4799 21.4098H2.73989C2.58076 21.4098 2.42815 21.3466 2.31563 21.2341C2.20311 21.1215 2.13989 20.9689 2.13989 20.8098V12.1298C2.13989 11.9707 2.20311 11.818 2.31563 11.7055C2.42815 11.593 2.58076 11.5298 2.73989 11.5298H5.4799C5.63903 11.5298 5.79164 11.593 5.90416 11.7055C6.01668 11.818 6.0799 11.9707 6.0799 12.1298V20.8098C6.0799 20.9689 6.01668 21.1215 5.90416 21.2341C5.79164 21.3466 5.63903 21.4098 5.4799 21.4098ZM3.33989 20.2098H4.87989V12.7298H3.33989V20.2098Z" fill="%231B4A52"/><path d="M8.91997 21.8302L5.40998 21.4002C5.32858 21.3951 5.24908 21.3735 5.17632 21.3366C5.10357 21.2998 5.03909 21.2485 4.98682 21.1859C4.93456 21.1233 4.8956 21.0507 4.87234 20.9725C4.84907 20.8943 4.84199 20.8122 4.85152 20.7312C4.86105 20.6502 4.88699 20.572 4.92776 20.5014C4.96853 20.4308 5.02327 20.3692 5.08864 20.3204C5.154 20.2717 5.22863 20.2367 5.30795 20.2178C5.38727 20.1988 5.46962 20.1962 5.54998 20.2102L8.99997 20.6402H16.1C16.1592 20.6412 16.2174 20.6246 16.2672 20.5926C16.3171 20.5605 16.3563 20.5145 16.38 20.4602C16.3984 20.4264 16.408 20.3886 16.408 20.3502C16.408 20.3117 16.3984 20.2739 16.38 20.2402C16.3256 20.1809 16.2503 20.145 16.17 20.1402H13.34C13.1823 20.1378 13.0315 20.0755 12.9182 19.9659C12.8049 19.8563 12.7376 19.7076 12.73 19.5502C12.7299 19.3918 12.7914 19.2396 12.9015 19.1258C13.0116 19.0119 13.1617 18.9454 13.32 18.9402L16.5 18.8802C16.6069 18.8796 16.7106 18.8442 16.7955 18.7792C16.8803 18.7142 16.9416 18.6232 16.97 18.5202C16.9895 18.4454 16.9925 18.3673 16.9787 18.2913C16.9648 18.2153 16.9346 18.1433 16.89 18.0802C16.8429 18.0186 16.7824 17.9686 16.7131 17.934C16.6438 17.8993 16.5675 17.8809 16.49 17.8802H13.88C13.7208 17.8802 13.5682 17.817 13.4557 17.7044C13.3432 17.5919 13.28 17.4393 13.28 17.2802C13.28 17.121 13.3432 16.9684 13.4557 16.8559C13.5682 16.7434 13.7208 16.6802 13.88 16.6802H17.17C17.2665 16.68 17.3604 16.6488 17.4378 16.5912C17.5152 16.5336 17.5721 16.4526 17.6 16.3602C17.6199 16.2904 17.6231 16.2168 17.6092 16.1456C17.5953 16.0743 17.5647 16.0074 17.52 15.9502C17.473 15.8957 17.4146 15.8522 17.3489 15.8228C17.2833 15.7934 17.2119 15.7789 17.14 15.7802L13.99 15.6802C13.8308 15.6802 13.6782 15.617 13.5657 15.5044C13.4532 15.3919 13.39 15.2393 13.39 15.0802C13.39 14.921 13.4532 14.7684 13.5657 14.6559C13.6782 14.5434 13.8308 14.4802 13.99 14.4802L17.83 14.5402C17.9031 14.5266 17.9718 14.4955 18.0303 14.4496C18.0888 14.4037 18.1353 14.3442 18.1657 14.2764C18.1962 14.2086 18.2098 14.1343 18.2053 14.0601C18.2008 13.9859 18.1784 13.9138 18.14 13.8502C18.104 13.798 18.0582 13.7535 18.005 13.7192C17.9518 13.6849 17.8923 13.6614 17.83 13.6502L13.16 13.4102C13.0586 13.4043 12.9605 13.3728 12.8746 13.3187C12.7887 13.2645 12.718 13.1895 12.6691 13.1006C12.6201 13.0116 12.5945 12.9118 12.5947 12.8102C12.5948 12.7087 12.6207 12.6089 12.67 12.5202L14.8 8.73017C14.8341 8.66324 14.8506 8.58868 14.8477 8.51358C14.8449 8.43849 14.8229 8.36538 14.7838 8.30121C14.7447 8.23704 14.6898 8.18395 14.6244 8.14701C14.5589 8.11007 14.4851 8.0905 14.41 8.09018C14.3032 8.09043 14.2001 8.12952 14.12 8.20018L12.59 10.0002C12.5616 10.0352 12.5278 10.0656 12.49 10.0902L9.09997 12.6102C8.99405 12.684 8.86903 12.7257 8.73997 12.7302H5.47998C5.32085 12.7302 5.16823 12.667 5.05571 12.5544C4.94319 12.4419 4.87997 12.2893 4.87997 12.1302C4.87997 11.971 4.94319 11.8184 5.05571 11.7059C5.16823 11.5934 5.32085 11.5302 5.47998 11.5302H8.53998L11.73 9.18018L13.25 7.40018C13.5507 7.11397 13.9452 6.94692 14.36 6.93018C14.6423 6.93155 14.9196 7.0058 15.1648 7.14574C15.41 7.28569 15.615 7.48657 15.7598 7.72896C15.9046 7.97135 15.9844 8.24702 15.9915 8.5293C15.9985 8.81157 15.9326 9.09087 15.8 9.34018L14.14 12.3402L17.9 12.5402C18.1431 12.5684 18.3769 12.6503 18.5845 12.78C18.792 12.9097 18.9681 13.084 19.1 13.2902C19.224 13.4877 19.305 13.7091 19.3377 13.9399C19.3705 14.1708 19.3542 14.406 19.29 14.6302C19.1761 15.028 18.9151 15.3677 18.56 15.5802C18.7451 15.9494 18.7841 16.3749 18.6692 16.7716C18.5542 17.1683 18.2938 17.5071 17.94 17.7202C18.123 18.0969 18.1586 18.5285 18.04 18.9302C17.9347 19.2887 17.7174 19.6041 17.42 19.8302C17.565 20.1437 17.5899 20.4995 17.49 20.8302C17.3946 21.1348 17.2 21.3987 16.9372 21.5799C16.6744 21.7611 16.3586 21.8492 16.04 21.8302H8.91997Z" fill="%231B4A52"/><path d="M13.18 13.45H11.36C11.2009 13.45 11.0483 13.3868 10.9357 13.2743C10.8232 13.1617 10.76 13.0091 10.76 12.85C10.76 12.6909 10.8232 12.5383 10.9357 12.4257C11.0483 12.3132 11.2009 12.25 11.36 12.25H13.18C13.3391 12.25 13.4917 12.3132 13.6043 12.4257C13.7168 12.5383 13.78 12.6909 13.78 12.85C13.78 13.0091 13.7168 13.1617 13.6043 13.2743C13.4917 13.3868 13.3391 13.45 13.18 13.45Z" fill="%231B4A52"/><path d="M18.6899 10.4098C18.5698 10.4076 18.4529 10.3705 18.3535 10.303C18.2541 10.2355 18.1764 10.1406 18.1299 10.0298C17.8199 9.25984 16.7899 7.14984 15.7799 6.63984C15.6873 6.59357 15.6083 6.52413 15.5505 6.43827C15.4926 6.35241 15.458 6.25305 15.4499 6.14984C15.4441 6.0452 15.4649 5.94077 15.5104 5.84634C15.5558 5.7519 15.6245 5.67054 15.7099 5.60984C16.8174 4.83 17.6559 3.72599 18.1099 2.44984C18.1435 2.3222 18.2188 2.20949 18.324 2.12972C18.4291 2.04996 18.558 2.00774 18.6899 2.00984C18.8215 2.00946 18.9495 2.05232 19.0543 2.13182C19.1591 2.21132 19.2349 2.32306 19.2699 2.44984C19.6351 3.73327 20.452 4.84139 21.5699 5.56984C21.6549 5.61938 21.7278 5.68729 21.7832 5.76861C21.8385 5.84993 21.875 5.9426 21.8899 6.03984C21.9005 6.13953 21.8858 6.24027 21.8474 6.33285C21.809 6.42543 21.748 6.50691 21.6699 6.56984C21.0899 7.05984 19.5099 8.62984 19.2799 9.90984C19.2587 10.0398 19.1953 10.1591 19.0995 10.2495C19.0037 10.3399 18.8809 10.3962 18.7499 10.4098H18.6899ZM16.9999 6.07984C17.6442 6.73325 18.1838 7.48203 18.5999 8.29984C19.0611 7.52316 19.6263 6.81324 20.2799 6.18984C19.5959 5.64874 19.0366 4.96658 18.6399 4.18984C18.1919 4.8991 17.639 5.53634 16.9999 6.07984Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_16675_6519"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-clinical-overview::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6514)"><path d="M17 21.3501H7.00002C6.27771 21.3501 5.58483 21.0638 5.07314 20.554C4.56146 20.0442 4.27267 19.3524 4.27002 18.6301V9.35005C4.2701 9.26282 4.28888 9.17662 4.32511 9.09727C4.36133 9.01792 4.41416 8.94726 4.48002 8.89006L11.58 2.81005C11.6887 2.7171 11.827 2.66602 11.97 2.66602C12.113 2.66602 12.2513 2.7171 12.36 2.81005L19.46 8.89006C19.5259 8.94726 19.5787 9.01792 19.6149 9.09727C19.6512 9.17662 19.6699 9.26282 19.67 9.35005V18.5801C19.6808 19.3007 19.4061 19.9964 18.9059 20.5153C18.4057 21.0342 17.7206 21.3343 17 21.3501ZM5.50002 9.63005V18.6301C5.51265 19.0229 5.67505 19.3961 5.95393 19.6731C6.23281 19.9502 6.60706 20.11 7.00002 20.1201H17C17.405 20.1174 17.7926 19.9554 18.079 19.669C18.3654 19.3827 18.5274 18.995 18.53 18.5901V9.59006L12 4.07006L5.50002 9.63005Z" fill="%23737171"/><path d="M2.68989 11.89C2.6051 11.8898 2.5213 11.8719 2.44381 11.8374C2.36633 11.803 2.29689 11.7528 2.2399 11.69C2.18771 11.6304 2.14784 11.5611 2.12259 11.486C2.09735 11.4109 2.08722 11.3315 2.0928 11.2525C2.09838 11.1735 2.11955 11.0963 2.1551 11.0255C2.19064 10.9547 2.23985 10.8917 2.29989 10.84L11.6099 2.84C11.7326 2.7383 11.8903 2.68868 12.0492 2.70177C12.208 2.71485 12.3554 2.78959 12.4599 2.91C12.561 3.0311 12.6103 3.18715 12.5972 3.34436C12.5841 3.50158 12.5097 3.64731 12.3899 3.75L3.0799 11.75C2.97206 11.8439 2.83285 11.8939 2.68989 11.89Z" fill="%23737171"/><path d="M21.3101 11.8901C21.1672 11.894 21.0279 11.844 20.9201 11.7501L11.6101 3.75011C11.5504 3.69931 11.5014 3.63712 11.466 3.56717C11.4305 3.49722 11.4094 3.42091 11.4038 3.3427C11.3983 3.26449 11.4083 3.18595 11.4334 3.11168C11.4585 3.0374 11.4982 2.96888 11.5501 2.91011C11.6528 2.79035 11.7985 2.71586 11.9558 2.70276C12.113 2.68966 12.269 2.739 12.3901 2.84011L21.7001 10.8401C21.7602 10.8918 21.8094 10.9548 21.8449 11.0256C21.8805 11.0964 21.9016 11.1736 21.9072 11.2526C21.9128 11.3316 21.9027 11.411 21.8774 11.4861C21.8522 11.5612 21.8123 11.6305 21.7601 11.6901C21.7027 11.7524 21.6332 11.8023 21.5558 11.8367C21.4784 11.8711 21.3948 11.8893 21.3101 11.8901Z" fill="%23737171"/><path d="M13.1899 18.03H11.0599C10.9008 18.03 10.7482 17.9667 10.6357 17.8542C10.5231 17.7417 10.4599 17.5891 10.4599 17.43V14.91H7.93993C7.86076 14.9113 7.78213 14.8967 7.70873 14.867C7.63532 14.8374 7.56864 14.7932 7.51265 14.7372C7.45666 14.6813 7.41252 14.6146 7.38285 14.5412C7.35317 14.4678 7.33858 14.3891 7.33993 14.31V12.18C7.33993 12.1012 7.35545 12.0231 7.3856 11.9504C7.41576 11.8776 7.45995 11.8114 7.51567 11.7557C7.57138 11.7 7.63752 11.6558 7.71032 11.6256C7.78311 11.5955 7.86114 11.58 7.93993 11.58H10.4599V9.05996C10.4599 8.90083 10.5231 8.74822 10.6357 8.6357C10.7482 8.52317 10.9008 8.45996 11.0599 8.45996H13.1899C13.2687 8.45996 13.3467 8.47548 13.4195 8.50563C13.4923 8.53579 13.5585 8.57998 13.6142 8.6357C13.6699 8.69141 13.7141 8.75755 13.7443 8.83035C13.7744 8.90314 13.7899 8.98117 13.7899 9.05996V11.58H16.3099C16.4691 11.58 16.6217 11.6432 16.7342 11.7557C16.8467 11.8682 16.9099 12.0208 16.9099 12.18V14.35C16.9113 14.4291 16.8967 14.5078 16.867 14.5812C16.8373 14.6546 16.7932 14.7213 16.7372 14.7772C16.6812 14.8332 16.6145 14.8774 16.5411 14.907C16.4677 14.9367 16.3891 14.9513 16.3099 14.95H13.7899V17.47C13.7798 17.6221 13.7121 17.7646 13.6007 17.8686C13.4892 17.9726 13.3424 18.0303 13.1899 18.03ZM11.6599 16.84H12.5899V14.35C12.5899 14.2716 12.6055 14.1941 12.6358 14.1218C12.6661 14.0496 12.7104 13.9841 12.7663 13.9292C12.8221 13.8743 12.8883 13.831 12.9611 13.802C13.0338 13.7729 13.1116 13.7586 13.1899 13.76H15.7199V12.82H13.1899C13.0308 12.82 12.8782 12.7567 12.7657 12.6442C12.6531 12.5317 12.5899 12.3791 12.5899 12.22V9.65996H11.6599V12.18C11.6599 12.2588 11.6444 12.3368 11.6143 12.4096C11.5841 12.4824 11.5399 12.5485 11.4842 12.6042C11.4285 12.6599 11.3623 12.7041 11.2895 12.7343C11.2167 12.7644 11.1387 12.78 11.0599 12.78H8.53993V13.72H11.0599C11.1382 13.7186 11.216 13.7329 11.2888 13.762C11.3615 13.791 11.4278 13.8343 11.4836 13.8892C11.5395 13.9441 11.5838 14.0096 11.6141 14.0818C11.6444 14.1541 11.6599 14.2316 11.6599 14.31V16.84Z" fill="%23737171"/></g><defs><clipPath id="clip0_16675_6514"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-clinical-overview.active::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6150)"><path d="M17 21.3501H7.00002C6.27771 21.3501 5.58483 21.0638 5.07314 20.554C4.56146 20.0442 4.27267 19.3524 4.27002 18.6301V9.35005C4.2701 9.26282 4.28888 9.17662 4.32511 9.09727C4.36133 9.01792 4.41416 8.94726 4.48002 8.89006L11.58 2.81005C11.6887 2.7171 11.827 2.66602 11.97 2.66602C12.113 2.66602 12.2513 2.7171 12.36 2.81005L19.46 8.89006C19.5259 8.94726 19.5787 9.01792 19.6149 9.09727C19.6512 9.17662 19.6699 9.26282 19.67 9.35005V18.5801C19.6808 19.3007 19.4061 19.9964 18.9059 20.5153C18.4057 21.0342 17.7206 21.3343 17 21.3501ZM5.50002 9.63005V18.6301C5.51265 19.0229 5.67505 19.3961 5.95393 19.6731C6.23281 19.9502 6.60706 20.11 7.00002 20.1201H17C17.405 20.1174 17.7926 19.9554 18.079 19.669C18.3654 19.3827 18.5274 18.995 18.53 18.5901V9.59006L12 4.07006L5.50002 9.63005Z" fill="white"/><path d="M2.68989 11.89C2.6051 11.8898 2.5213 11.8719 2.44381 11.8374C2.36633 11.803 2.29689 11.7528 2.2399 11.69C2.18771 11.6304 2.14784 11.5611 2.12259 11.486C2.09735 11.4109 2.08722 11.3315 2.0928 11.2525C2.09838 11.1735 2.11955 11.0963 2.1551 11.0255C2.19064 10.9547 2.23985 10.8917 2.29989 10.84L11.6099 2.84C11.7326 2.7383 11.8903 2.68868 12.0492 2.70177C12.208 2.71485 12.3554 2.78959 12.4599 2.91C12.561 3.0311 12.6103 3.18715 12.5972 3.34436C12.5841 3.50158 12.5097 3.64731 12.3899 3.75L3.0799 11.75C2.97206 11.8439 2.83285 11.8939 2.68989 11.89Z" fill="white"/><path d="M21.3101 11.8901C21.1672 11.894 21.0279 11.844 20.9201 11.7501L11.6101 3.75011C11.5504 3.69931 11.5014 3.63712 11.466 3.56717C11.4305 3.49722 11.4094 3.42091 11.4038 3.3427C11.3983 3.26449 11.4083 3.18595 11.4334 3.11168C11.4585 3.0374 11.4982 2.96888 11.5501 2.91011C11.6528 2.79035 11.7985 2.71586 11.9558 2.70276C12.113 2.68966 12.269 2.739 12.3901 2.84011L21.7001 10.8401C21.7602 10.8918 21.8094 10.9548 21.8449 11.0256C21.8805 11.0964 21.9016 11.1736 21.9072 11.2526C21.9128 11.3316 21.9027 11.411 21.8774 11.4861C21.8522 11.5612 21.8123 11.6305 21.7601 11.6901C21.7027 11.7524 21.6332 11.8023 21.5558 11.8367C21.4784 11.8711 21.3948 11.8893 21.3101 11.8901Z" fill="white"/><path d="M13.1899 18.03H11.0599C10.9008 18.03 10.7482 17.9667 10.6357 17.8542C10.5231 17.7417 10.4599 17.5891 10.4599 17.43V14.91H7.93993C7.86076 14.9113 7.78213 14.8967 7.70873 14.867C7.63532 14.8374 7.56864 14.7932 7.51265 14.7372C7.45666 14.6813 7.41252 14.6146 7.38285 14.5412C7.35317 14.4678 7.33858 14.3891 7.33993 14.31V12.18C7.33993 12.1012 7.35545 12.0231 7.3856 11.9504C7.41576 11.8776 7.45995 11.8114 7.51567 11.7557C7.57138 11.7 7.63752 11.6558 7.71032 11.6256C7.78311 11.5955 7.86114 11.58 7.93993 11.58H10.4599V9.05996C10.4599 8.90083 10.5231 8.74822 10.6357 8.6357C10.7482 8.52317 10.9008 8.45996 11.0599 8.45996H13.1899C13.2687 8.45996 13.3467 8.47548 13.4195 8.50563C13.4923 8.53579 13.5585 8.57998 13.6142 8.6357C13.6699 8.69141 13.7141 8.75755 13.7443 8.83035C13.7744 8.90314 13.7899 8.98117 13.7899 9.05996V11.58H16.3099C16.4691 11.58 16.6217 11.6432 16.7342 11.7557C16.8467 11.8682 16.9099 12.0208 16.9099 12.18V14.35C16.9113 14.4291 16.8967 14.5078 16.867 14.5812C16.8373 14.6546 16.7932 14.7213 16.7372 14.7772C16.6812 14.8332 16.6145 14.8774 16.5411 14.907C16.4677 14.9367 16.3891 14.9513 16.3099 14.95H13.7899V17.47C13.7798 17.6221 13.7121 17.7646 13.6007 17.8686C13.4892 17.9726 13.3424 18.0303 13.1899 18.03ZM11.6599 16.84H12.5899V14.35C12.5899 14.2716 12.6055 14.1941 12.6358 14.1218C12.6661 14.0496 12.7104 13.9841 12.7663 13.9292C12.8221 13.8743 12.8883 13.831 12.9611 13.802C13.0338 13.7729 13.1116 13.7586 13.1899 13.76H15.7199V12.82H13.1899C13.0308 12.82 12.8782 12.7567 12.7657 12.6442C12.6531 12.5317 12.5899 12.3791 12.5899 12.22V9.65996H11.6599V12.18C11.6599 12.2588 11.6444 12.3368 11.6143 12.4096C11.5841 12.4824 11.5399 12.5485 11.4842 12.6042C11.4285 12.6599 11.3623 12.7041 11.2895 12.7343C11.2167 12.7644 11.1387 12.78 11.0599 12.78H8.53993V13.72H11.0599C11.1382 13.7186 11.216 13.7329 11.2888 13.762C11.3615 13.791 11.4278 13.8343 11.4836 13.8892C11.5395 13.9441 11.5838 14.0096 11.6141 14.0818C11.6444 14.1541 11.6599 14.2316 11.6599 14.31V16.84Z" fill="%23FF6961"/></g><defs><clipPath id="clip0_16675_6150"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-clinical-overview:hover:not(.active)::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6518)"><path d="M17 21.3501H7.00002C6.27771 21.3501 5.58483 21.0638 5.07314 20.554C4.56146 20.0442 4.27267 19.3524 4.27002 18.6301V9.35005C4.2701 9.26282 4.28888 9.17662 4.32511 9.09727C4.36133 9.01792 4.41416 8.94726 4.48002 8.89006L11.58 2.81005C11.6887 2.7171 11.827 2.66602 11.97 2.66602C12.113 2.66602 12.2513 2.7171 12.36 2.81005L19.46 8.89006C19.5259 8.94726 19.5787 9.01792 19.6149 9.09727C19.6512 9.17662 19.6699 9.26282 19.67 9.35005V18.5801C19.6808 19.3007 19.4061 19.9964 18.9059 20.5153C18.4057 21.0342 17.7206 21.3343 17 21.3501ZM5.50002 9.63005V18.6301C5.51265 19.0229 5.67505 19.3961 5.95393 19.6731C6.23281 19.9502 6.60706 20.11 7.00002 20.1201H17C17.405 20.1174 17.7926 19.9554 18.079 19.669C18.3654 19.3827 18.5274 18.995 18.53 18.5901V9.59006L12 4.07006L5.50002 9.63005Z" fill="%231B4A52"/><path d="M2.68989 11.89C2.6051 11.8898 2.5213 11.8719 2.44381 11.8374C2.36633 11.803 2.29689 11.7528 2.2399 11.69C2.18771 11.6304 2.14784 11.5611 2.12259 11.486C2.09735 11.4109 2.08722 11.3315 2.0928 11.2525C2.09838 11.1735 2.11955 11.0963 2.1551 11.0255C2.19064 10.9547 2.23985 10.8917 2.29989 10.84L11.6099 2.84C11.7326 2.7383 11.8903 2.68868 12.0492 2.70177C12.208 2.71485 12.3554 2.78959 12.4599 2.91C12.561 3.0311 12.6103 3.18715 12.5972 3.34436C12.5841 3.50158 12.5097 3.64731 12.3899 3.75L3.0799 11.75C2.97206 11.8439 2.83285 11.8939 2.68989 11.89Z" fill="%231B4A52"/><path d="M21.3101 11.8901C21.1672 11.894 21.0279 11.844 20.9201 11.7501L11.6101 3.75011C11.5504 3.69931 11.5014 3.63712 11.466 3.56717C11.4305 3.49722 11.4094 3.42091 11.4038 3.3427C11.3983 3.26449 11.4083 3.18595 11.4334 3.11168C11.4585 3.0374 11.4982 2.96888 11.5501 2.91011C11.6528 2.79035 11.7985 2.71586 11.9558 2.70276C12.113 2.68966 12.269 2.739 12.3901 2.84011L21.7001 10.8401C21.7602 10.8918 21.8094 10.9548 21.8449 11.0256C21.8805 11.0964 21.9016 11.1736 21.9072 11.2526C21.9128 11.3316 21.9027 11.411 21.8774 11.4861C21.8522 11.5612 21.8123 11.6305 21.7601 11.6901C21.7027 11.7524 21.6332 11.8023 21.5558 11.8367C21.4784 11.8711 21.3948 11.8893 21.3101 11.8901Z" fill="%231B4A52"/><path d="M13.1899 18.03H11.0599C10.9008 18.03 10.7482 17.9667 10.6357 17.8542C10.5231 17.7417 10.4599 17.5891 10.4599 17.43V14.91H7.93993C7.86076 14.9113 7.78213 14.8967 7.70873 14.867C7.63532 14.8374 7.56864 14.7932 7.51265 14.7372C7.45666 14.6813 7.41252 14.6146 7.38285 14.5412C7.35317 14.4678 7.33858 14.3891 7.33993 14.31V12.18C7.33993 12.1012 7.35545 12.0231 7.3856 11.9504C7.41576 11.8776 7.45995 11.8114 7.51567 11.7557C7.57138 11.7 7.63752 11.6558 7.71032 11.6256C7.78311 11.5955 7.86114 11.58 7.93993 11.58H10.4599V9.05996C10.4599 8.90083 10.5231 8.74822 10.6357 8.6357C10.7482 8.52317 10.9008 8.45996 11.0599 8.45996H13.1899C13.2687 8.45996 13.3467 8.47548 13.4195 8.50563C13.4923 8.53579 13.5585 8.57998 13.6142 8.6357C13.6699 8.69141 13.7141 8.75755 13.7443 8.83035C13.7744 8.90314 13.7899 8.98117 13.7899 9.05996V11.58H16.3099C16.4691 11.58 16.6217 11.6432 16.7342 11.7557C16.8467 11.8682 16.9099 12.0208 16.9099 12.18V14.35C16.9113 14.4291 16.8967 14.5078 16.867 14.5812C16.8373 14.6546 16.7932 14.7213 16.7372 14.7772C16.6812 14.8332 16.6145 14.8774 16.5411 14.907C16.4677 14.9367 16.3891 14.9513 16.3099 14.95H13.7899V17.47C13.7798 17.6221 13.7121 17.7646 13.6007 17.8686C13.4892 17.9726 13.3424 18.0303 13.1899 18.03ZM11.6599 16.84H12.5899V14.35C12.5899 14.2716 12.6055 14.1941 12.6358 14.1218C12.6661 14.0496 12.7104 13.9841 12.7663 13.9292C12.8221 13.8743 12.8883 13.831 12.9611 13.802C13.0338 13.7729 13.1116 13.7586 13.1899 13.76H15.7199V12.82H13.1899C13.0308 12.82 12.8782 12.7567 12.7657 12.6442C12.6531 12.5317 12.5899 12.3791 12.5899 12.22V9.65996H11.6599V12.18C11.6599 12.2588 11.6444 12.3368 11.6143 12.4096C11.5841 12.4824 11.5399 12.5485 11.4842 12.6042C11.4285 12.6599 11.3623 12.7041 11.2895 12.7343C11.2167 12.7644 11.1387 12.78 11.0599 12.78H8.53993V13.72H11.0599C11.1382 13.7186 11.216 13.7329 11.2888 13.762C11.3615 13.791 11.4278 13.8343 11.4836 13.8892C11.5395 13.9441 11.5838 14.0096 11.6141 14.0818C11.6444 14.1541 11.6599 14.2316 11.6599 14.31V16.84Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_16675_6518"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-jobs::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6517)"><path d="M12 16.3698C11.3404 16.3672 10.7086 16.104 10.2422 15.6376C9.77583 15.1712 9.51264 14.5394 9.51001 13.8798C9.51001 13.7207 9.57323 13.568 9.68575 13.4555C9.79827 13.343 9.95088 13.2798 10.11 13.2798C10.2691 13.2798 10.4218 13.343 10.5343 13.4555C10.6468 13.568 10.71 13.7207 10.71 13.8798C10.6943 14.0581 10.7158 14.2377 10.7732 14.4072C10.8306 14.5767 10.9227 14.7324 11.0436 14.8644C11.1644 14.9964 11.3114 15.1018 11.4752 15.1739C11.639 15.246 11.816 15.2833 11.995 15.2833C12.174 15.2833 12.351 15.246 12.5148 15.1739C12.6786 15.1018 12.8256 14.9964 12.9464 14.8644C13.0673 14.7324 13.1594 14.5767 13.2168 14.4072C13.2742 14.2377 13.2958 14.0581 13.28 13.8798C13.28 13.7207 13.3432 13.568 13.4557 13.4555C13.5683 13.343 13.7209 13.2798 13.88 13.2798C14.0391 13.2798 14.1918 13.343 14.3043 13.4555C14.4168 13.568 14.48 13.7207 14.48 13.8798C14.48 14.5384 14.2191 15.1703 13.7542 15.637C13.2894 16.1036 12.6587 16.3671 12 16.3698Z" fill="%23737171"/><path d="M19.7901 19.9299H4.21012C3.65754 19.9299 3.12746 19.7111 2.73579 19.3213C2.34413 18.9315 2.12276 18.4025 2.12012 17.8499V7.99992C2.12276 7.44736 2.34413 6.91832 2.73579 6.52853C3.12746 6.13874 3.65754 5.91992 4.21012 5.91992H19.7901C20.3427 5.91992 20.8728 6.13874 21.2644 6.52853C21.6561 6.91832 21.8775 7.44736 21.8801 7.99992V17.8499C21.8775 18.4025 21.6561 18.9315 21.2644 19.3213C20.8728 19.7111 20.3427 19.9299 19.7901 19.9299ZM4.21012 7.11992C4.09372 7.1186 3.97821 7.14039 3.87029 7.18402C3.76236 7.22765 3.66417 7.29226 3.58139 7.37411C3.49861 7.45596 3.43289 7.55341 3.38805 7.66084C3.3432 7.76826 3.32011 7.88351 3.32012 7.99992V17.8499C3.32275 18.0842 3.41768 18.308 3.5843 18.4728C3.75092 18.6375 3.9758 18.7299 4.21012 18.7299H19.7901C20.0244 18.7299 20.2493 18.6375 20.4159 18.4728C20.5826 18.308 20.6775 18.0842 20.6801 17.8499V7.99992C20.6801 7.88351 20.657 7.76826 20.6122 7.66084C20.5673 7.55341 20.5016 7.45596 20.4188 7.37411C20.3361 7.29226 20.2379 7.22765 20.1299 7.18402C20.022 7.14039 19.9065 7.1186 19.7901 7.11992H4.21012Z" fill="%23737171"/><path d="M15.5801 7.12017H8.42007C8.26094 7.12017 8.10833 7.05696 7.9958 6.94444C7.88328 6.83192 7.82007 6.67931 7.82007 6.52018V5.39017C7.82271 4.73682 8.08411 4.11114 8.54704 3.65008C9.00997 3.18903 9.63671 2.93017 10.2901 2.93018H13.7101C14.3634 2.93017 14.9902 3.18903 15.4531 3.65008C15.916 4.11114 16.1774 4.73682 16.1801 5.39017V6.52018C16.1801 6.67931 16.1169 6.83192 16.0043 6.94444C15.8918 7.05696 15.7392 7.12017 15.5801 7.12017ZM9.00007 5.92017H15.0001V5.39017C15.0001 5.22386 14.9672 5.0592 14.9032 4.90567C14.8393 4.75215 14.7456 4.6128 14.6275 4.49567C14.5094 4.37853 14.3693 4.28593 14.2153 4.2232C14.0613 4.16047 13.8964 4.12886 13.7301 4.13018H10.2901C10.1221 4.12618 9.95502 4.15581 9.79867 4.21734C9.64232 4.27887 9.49986 4.37104 9.37966 4.48845C9.25946 4.60585 9.16395 4.7461 9.09877 4.90096C9.03358 5.05582 9.00002 5.22215 9.00007 5.39017V5.92017Z" fill="%23737171"/><path d="M12 14.1598C11.9505 14.1695 11.8995 14.1695 11.85 14.1598L2.92 11.8798C2.83799 11.8665 2.75964 11.8364 2.68989 11.7913C2.62014 11.7462 2.56052 11.6871 2.5148 11.6177C2.46909 11.5483 2.43827 11.4702 2.42431 11.3884C2.41035 11.3065 2.41354 11.2226 2.43369 11.142C2.45383 11.0614 2.4905 10.9859 2.54135 10.9202C2.59221 10.8545 2.65615 10.8001 2.72913 10.7604C2.8021 10.7207 2.88253 10.6966 2.9653 10.6896C3.04808 10.6826 3.1314 10.6929 3.21 10.7198L12 12.9398L20.78 10.6998C20.9304 10.6697 21.0866 10.6983 21.2166 10.7797C21.3466 10.8612 21.4404 10.9894 21.4788 11.1379C21.5172 11.2864 21.4973 11.444 21.4231 11.5782C21.3489 11.7125 21.2262 11.8133 21.08 11.8598L12.15 14.1398C12.1018 14.1562 12.0508 14.163 12 14.1598Z" fill="%23737171"/><path d="M14.16 11.1899H9.83999C9.68086 11.1899 9.52825 11.1267 9.41573 11.0141C9.3032 10.9016 9.23999 10.749 9.23999 10.5899V8.72988C9.23999 8.57075 9.3032 8.41814 9.41573 8.30562C9.52825 8.1931 9.68086 8.12988 9.83999 8.12988H14.16C14.3191 8.12988 14.4717 8.1931 14.5843 8.30562C14.6968 8.41814 14.76 8.57075 14.76 8.72988V10.5899C14.76 10.749 14.6968 10.9016 14.5843 11.0141C14.4717 11.1267 14.3191 11.1899 14.16 11.1899ZM10.44 9.99988H13.56V9.33988H10.44V9.99988Z" fill="%23737171"/></g><defs><clipPath id="clip0_16675_6517"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-jobs.active::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6175)"><path d="M12 16.3698C11.3404 16.3672 10.7086 16.104 10.2422 15.6376C9.77583 15.1712 9.51264 14.5394 9.51001 13.8798C9.51001 13.7207 9.57323 13.568 9.68575 13.4555C9.79827 13.343 9.95088 13.2798 10.11 13.2798C10.2691 13.2798 10.4218 13.343 10.5343 13.4555C10.6468 13.568 10.71 13.7207 10.71 13.8798C10.6943 14.0581 10.7158 14.2377 10.7732 14.4072C10.8306 14.5767 10.9227 14.7324 11.0436 14.8644C11.1644 14.9964 11.3114 15.1018 11.4752 15.1739C11.639 15.246 11.816 15.2833 11.995 15.2833C12.174 15.2833 12.351 15.246 12.5148 15.1739C12.6786 15.1018 12.8256 14.9964 12.9464 14.8644C13.0673 14.7324 13.1594 14.5767 13.2168 14.4072C13.2742 14.2377 13.2958 14.0581 13.28 13.8798C13.28 13.7207 13.3432 13.568 13.4557 13.4555C13.5683 13.343 13.7209 13.2798 13.88 13.2798C14.0391 13.2798 14.1918 13.343 14.3043 13.4555C14.4168 13.568 14.48 13.7207 14.48 13.8798C14.48 14.5384 14.2191 15.1703 13.7542 15.637C13.2894 16.1036 12.6587 16.3671 12 16.3698Z" fill="%23E2504B"/><path d="M19.7901 19.9299H4.21012C3.65754 19.9299 3.12746 19.7111 2.73579 19.3213C2.34413 18.9315 2.12276 18.4025 2.12012 17.8499V7.99992C2.12276 7.44736 2.34413 6.91832 2.73579 6.52853C3.12746 6.13874 3.65754 5.91992 4.21012 5.91992H19.7901C20.3427 5.91992 20.8728 6.13874 21.2644 6.52853C21.6561 6.91832 21.8775 7.44736 21.8801 7.99992V17.8499C21.8775 18.4025 21.6561 18.9315 21.2644 19.3213C20.8728 19.7111 20.3427 19.9299 19.7901 19.9299ZM4.21012 7.11992C4.09372 7.1186 3.97821 7.14039 3.87029 7.18402C3.76236 7.22765 3.66417 7.29226 3.58139 7.37411C3.49861 7.45596 3.43289 7.55341 3.38805 7.66084C3.3432 7.76826 3.32011 7.88351 3.32012 7.99992V17.8499C3.32275 18.0842 3.41768 18.308 3.5843 18.4728C3.75092 18.6375 3.9758 18.7299 4.21012 18.7299H19.7901C20.0244 18.7299 20.2493 18.6375 20.4159 18.4728C20.5826 18.308 20.6775 18.0842 20.6801 17.8499V7.99992C20.6801 7.88351 20.657 7.76826 20.6122 7.66084C20.5673 7.55341 20.5016 7.45596 20.4188 7.37411C20.3361 7.29226 20.2379 7.22765 20.1299 7.18402C20.022 7.14039 19.9065 7.1186 19.7901 7.11992H4.21012Z" fill="white"/><path d="M15.5801 7.12017H8.42007C8.26094 7.12017 8.10833 7.05696 7.9958 6.94444C7.88328 6.83192 7.82007 6.67931 7.82007 6.52018V5.39017C7.82271 4.73682 8.08411 4.11114 8.54704 3.65008C9.00997 3.18903 9.63671 2.93017 10.2901 2.93018H13.7101C14.3634 2.93017 14.9902 3.18903 15.4531 3.65008C15.916 4.11114 16.1774 4.73682 16.1801 5.39017V6.52018C16.1801 6.67931 16.1169 6.83192 16.0043 6.94444C15.8918 7.05696 15.7392 7.12017 15.5801 7.12017ZM9.00007 5.92017H15.0001V5.39017C15.0001 5.22386 14.9672 5.0592 14.9032 4.90567C14.8393 4.75215 14.7456 4.6128 14.6275 4.49567C14.5094 4.37853 14.3693 4.28593 14.2153 4.2232C14.0613 4.16047 13.8964 4.12886 13.7301 4.13018H10.2901C10.1221 4.12618 9.95502 4.15581 9.79867 4.21734C9.64232 4.27887 9.49986 4.37104 9.37966 4.48845C9.25946 4.60585 9.16395 4.7461 9.09877 4.90096C9.03358 5.05582 9.00002 5.22215 9.00007 5.39017V5.92017Z" fill="white"/><path d="M12 14.1598C11.9505 14.1695 11.8995 14.1695 11.85 14.1598L2.92 11.8798C2.83799 11.8665 2.75964 11.8364 2.68989 11.7913C2.62014 11.7462 2.56052 11.6871 2.5148 11.6177C2.46909 11.5483 2.43827 11.4702 2.42431 11.3884C2.41035 11.3065 2.41354 11.2226 2.43369 11.142C2.45383 11.0614 2.4905 10.9859 2.54135 10.9202C2.59221 10.8545 2.65615 10.8001 2.72913 10.7604C2.8021 10.7207 2.88253 10.6966 2.9653 10.6896C3.04808 10.6826 3.1314 10.6929 3.21 10.7198L12 12.9398L20.78 10.6998C20.9304 10.6697 21.0866 10.6983 21.2166 10.7797C21.3466 10.8612 21.4404 10.9894 21.4788 11.1379C21.5172 11.2864 21.4973 11.444 21.4231 11.5782C21.3489 11.7125 21.2262 11.8133 21.08 11.8598L12.15 14.1398C12.1018 14.1562 12.0508 14.163 12 14.1598Z" fill="white"/><path d="M14.16 11.1899H9.83999C9.68086 11.1899 9.52825 11.1267 9.41573 11.0141C9.3032 10.9016 9.23999 10.749 9.23999 10.5899V8.72988C9.23999 8.57075 9.3032 8.41814 9.41573 8.30562C9.52825 8.1931 9.68086 8.12988 9.83999 8.12988H14.16C14.3191 8.12988 14.4717 8.1931 14.5843 8.30562C14.6968 8.41814 14.76 8.57075 14.76 8.72988V10.5899C14.76 10.749 14.6968 10.9016 14.5843 11.0141C14.4717 11.1267 14.3191 11.1899 14.16 11.1899ZM10.44 9.99988H13.56V9.33988H10.44V9.99988Z" fill="white"/></g><defs><clipPath id="clip0_16675_6175"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
  .revamp-v2 .employer-detail-header.with-tabs .tab-wrapper-holder .tab-wrapper .tab.tab-jobs:hover:not(.active)::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_16675_6521)"><path d="M12 16.3698C11.3404 16.3672 10.7086 16.104 10.2422 15.6376C9.77583 15.1712 9.51264 14.5394 9.51001 13.8798C9.51001 13.7207 9.57323 13.568 9.68575 13.4555C9.79827 13.343 9.95088 13.2798 10.11 13.2798C10.2691 13.2798 10.4218 13.343 10.5343 13.4555C10.6468 13.568 10.71 13.7207 10.71 13.8798C10.6943 14.0581 10.7158 14.2377 10.7732 14.4072C10.8306 14.5767 10.9227 14.7324 11.0436 14.8644C11.1644 14.9964 11.3114 15.1018 11.4752 15.1739C11.639 15.246 11.816 15.2833 11.995 15.2833C12.174 15.2833 12.351 15.246 12.5148 15.1739C12.6786 15.1018 12.8256 14.9964 12.9464 14.8644C13.0673 14.7324 13.1594 14.5767 13.2168 14.4072C13.2742 14.2377 13.2958 14.0581 13.28 13.8798C13.28 13.7207 13.3432 13.568 13.4557 13.4555C13.5683 13.343 13.7209 13.2798 13.88 13.2798C14.0391 13.2798 14.1918 13.343 14.3043 13.4555C14.4168 13.568 14.48 13.7207 14.48 13.8798C14.48 14.5384 14.2191 15.1703 13.7542 15.637C13.2894 16.1036 12.6587 16.3671 12 16.3698Z" fill="%231B4A52"/><path d="M19.7901 19.9299H4.21012C3.65754 19.9299 3.12746 19.7111 2.73579 19.3213C2.34413 18.9315 2.12276 18.4025 2.12012 17.8499V7.99992C2.12276 7.44736 2.34413 6.91832 2.73579 6.52853C3.12746 6.13874 3.65754 5.91992 4.21012 5.91992H19.7901C20.3427 5.91992 20.8728 6.13874 21.2644 6.52853C21.6561 6.91832 21.8775 7.44736 21.8801 7.99992V17.8499C21.8775 18.4025 21.6561 18.9315 21.2644 19.3213C20.8728 19.7111 20.3427 19.9299 19.7901 19.9299ZM4.21012 7.11992C4.09372 7.1186 3.97821 7.14039 3.87029 7.18402C3.76236 7.22765 3.66417 7.29226 3.58139 7.37411C3.49861 7.45596 3.43289 7.55341 3.38805 7.66084C3.3432 7.76826 3.32011 7.88351 3.32012 7.99992V17.8499C3.32275 18.0842 3.41768 18.308 3.5843 18.4728C3.75092 18.6375 3.9758 18.7299 4.21012 18.7299H19.7901C20.0244 18.7299 20.2493 18.6375 20.4159 18.4728C20.5826 18.308 20.6775 18.0842 20.6801 17.8499V7.99992C20.6801 7.88351 20.657 7.76826 20.6122 7.66084C20.5673 7.55341 20.5016 7.45596 20.4188 7.37411C20.3361 7.29226 20.2379 7.22765 20.1299 7.18402C20.022 7.14039 19.9065 7.1186 19.7901 7.11992H4.21012Z" fill="%231B4A52"/><path d="M15.5801 7.12017H8.42007C8.26094 7.12017 8.10833 7.05696 7.9958 6.94444C7.88328 6.83192 7.82007 6.67931 7.82007 6.52018V5.39017C7.82271 4.73682 8.08411 4.11114 8.54704 3.65008C9.00997 3.18903 9.63671 2.93017 10.2901 2.93018H13.7101C14.3634 2.93017 14.9902 3.18903 15.4531 3.65008C15.916 4.11114 16.1774 4.73682 16.1801 5.39017V6.52018C16.1801 6.67931 16.1169 6.83192 16.0043 6.94444C15.8918 7.05696 15.7392 7.12017 15.5801 7.12017ZM9.00007 5.92017H15.0001V5.39017C15.0001 5.22386 14.9672 5.0592 14.9032 4.90567C14.8393 4.75215 14.7456 4.6128 14.6275 4.49567C14.5094 4.37853 14.3693 4.28593 14.2153 4.2232C14.0613 4.16047 13.8964 4.12886 13.7301 4.13018H10.2901C10.1221 4.12618 9.95502 4.15581 9.79867 4.21734C9.64232 4.27887 9.49986 4.37104 9.37966 4.48845C9.25946 4.60585 9.16395 4.7461 9.09877 4.90096C9.03358 5.05582 9.00002 5.22215 9.00007 5.39017V5.92017Z" fill="%231B4A52"/><path d="M12 14.1598C11.9505 14.1695 11.8995 14.1695 11.85 14.1598L2.92 11.8798C2.83799 11.8665 2.75964 11.8364 2.68989 11.7913C2.62014 11.7462 2.56052 11.6871 2.5148 11.6177C2.46909 11.5483 2.43827 11.4702 2.42431 11.3884C2.41035 11.3065 2.41354 11.2226 2.43369 11.142C2.45383 11.0614 2.4905 10.9859 2.54135 10.9202C2.59221 10.8545 2.65615 10.8001 2.72913 10.7604C2.8021 10.7207 2.88253 10.6966 2.9653 10.6896C3.04808 10.6826 3.1314 10.6929 3.21 10.7198L12 12.9398L20.78 10.6998C20.9304 10.6697 21.0866 10.6983 21.2166 10.7797C21.3466 10.8612 21.4404 10.9894 21.4788 11.1379C21.5172 11.2864 21.4973 11.444 21.4231 11.5782C21.3489 11.7125 21.2262 11.8133 21.08 11.8598L12.15 14.1398C12.1018 14.1562 12.0508 14.163 12 14.1598Z" fill="%231B4A52"/><path d="M14.16 11.1899H9.83999C9.68086 11.1899 9.52825 11.1267 9.41573 11.0141C9.3032 10.9016 9.23999 10.749 9.23999 10.5899V8.72988C9.23999 8.57075 9.3032 8.41814 9.41573 8.30562C9.52825 8.1931 9.68086 8.12988 9.83999 8.12988H14.16C14.3191 8.12988 14.4717 8.1931 14.5843 8.30562C14.6968 8.41814 14.76 8.57075 14.76 8.72988V10.5899C14.76 10.749 14.6968 10.9016 14.5843 11.0141C14.4717 11.1267 14.3191 11.1899 14.16 11.1899ZM10.44 9.99988H13.56V9.33988H10.44V9.99988Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_16675_6521"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
}
.revamp-v2 .alert {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .alert {
    padding: 1.25rem;
    line-height: 24px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.revamp-v2 .alert .alert-heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  margin-bottom: 18px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .alert .alert-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.revamp-v2 .alert.alert-secondary {
  color: #77838f;
  background: var(--backgrounds-light-blue, #f5f7fc);
}
.revamp-v2 .alert.alert-secondary .alert-heading {
  color: #202124;
}
.revamp-v2 .job-djt.new-job .job-title a:after {
  padding: 0 10px;
  margin-left: 24px;
  display: inline-block;
  content: "New";
  border-radius: 100px;
  background: var(--djt-primary-red, #e2504b);
  color: white;
  overflow: hidden;
  color: var(--others-basic-white, #fff);
  text-align: center;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
  vertical-align: bottom;
}
.revamp-v2 .job-djt .job-title {
  color: #202124;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.revamp-v2 .job-djt .job-location {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}
.revamp-v2 .job-djt .job-date {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}
.revamp-v2 .job-djt.v5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 60px 1fr 60px auto;
  grid-template-columns: 60px 1fr auto;
  position: relative;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 16px;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .job-djt.v5 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .job-djt.v5 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.revamp-v2 .job-djt.v5 .btn-follow {
  position: absolute;
  top: 0;
  right: 0;
}
.revamp-v2 .job-djt.v5 .employer-logo {
  float: none;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/span 4;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .job-djt.v5 .employer-logo {
    margin-bottom: 20px;
    text-align: center;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    text-align: center;
  }
}
.revamp-v2 .job-djt.v5 .job-title {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .job-djt.v5 .job-title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.revamp-v2 .job-djt.v5 .apply-button {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 3;
  grid-column: 3;
  text-align: right;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .job-djt.v5 .apply-button {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .revamp-v2 .job-djt.v5 .apply-button .btn-apply {
    width: 100%;
  }
}
.revamp-v2 .job-djt.v5 .job-location {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  color: var(--greys-grey-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 24.5px; /* 175% */
}
@media screen and (max-width: 481px) {
  .revamp-v2 .job-djt.v5 .job-location {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.revamp-v2 .job-djt.v5 .job-summary {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
  min-height: 0;
  color: var(--greys-grey-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.25px; /* 175% */
}
.revamp-v2 .job-djt.v5 .job-summary p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .job-djt.v5 .job-summary {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.revamp-v2 .job-djt.v5 .job-type {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .job-djt.v5 .job-type {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.revamp-v2 .mobile-overflow .mobile-link {
  display: none;
  color: var(--djt-primary-teal);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .mobile-overflow .overflow-content {
    max-height: 200px;
    position: relative;
    overflow: hidden;
  }
  .revamp-v2 .mobile-overflow .overflow-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0), white);
  }
  .revamp-v2 .mobile-overflow .display-overflow {
    display: block;
  }
  .revamp-v2 .mobile-overflow.display-content .overflow-content {
    max-height: 100%;
  }
  .revamp-v2 .mobile-overflow.display-content .overflow-content::after {
    display: none;
  }
  .revamp-v2 .mobile-overflow.display-content .display-overflow {
    display: none;
  }
  .revamp-v2 .mobile-overflow.display-content .hide-overflow {
    display: block;
  }
}
.revamp-v2 .filter-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
}
.revamp-v2 .filter-form .filter-form-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 32px 24px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-header span {
  color: var(--djt-primary-teal);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-header .close-filter {
  font-size: 24px;
  line-height: 1;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-body .input-field-holder {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid var(--djt-primary-teal, #1b4a52);
  background: var(--greys-grey-100, #efefef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-body .input-field-holder input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  color: var(--djt-primary-teal, #1b4a52);
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-body .input-field-holder input:focus {
  outline: none;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-body .input-field-holder .fa-spinner {
  display: none;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-body .input-field-holder.on-loading .fa-search {
  display: none;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-body .input-field-holder.on-loading .fa-spinner {
  display: block;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-result {
  display: none;
  padding: 16px 0;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-result p {
  margin-bottom: 0;
  color: var(--greys-grey-500, #737171);
  font-family: Sofia Pro;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-result .label-wrapper .label-list {
  color: white;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  gap: 16px;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-footer a {
  border: 2px solid var(--djt-primary-teal);
  display: block;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.revamp-v2 .filter-form .filter-form-inner .filter-form-footer a.display-all {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.revamp-v2 .content-single-employer {
  padding: 24px 0 0;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer {
    padding: 24px 16px;
  }
}
.revamp-v2 .content-single-employer .life-culture-resources-and-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 28px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .life-culture-resources-and-doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.revamp-v2 .content-single-employer .btn {
  padding: 10px 32px;
  line-height: 1;
}
.revamp-v2 .content-single-employer .section-overview {
  margin-bottom: 24px;
}
.revamp-v2 .content-single-employer .section-overview .icon {
  content: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_10669_11859)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5001 12.0833C11.1194 12.0833 10.0001 13.2026 10.0001 14.5833V37.5C10.0001 38.8807 11.1194 40 12.5001 40H35.4167C36.7975 40 37.9167 38.8807 37.9167 37.5V22.0238C37.9167 21.1033 38.6629 20.3571 39.5834 20.3571C40.5039 20.3571 41.2501 21.1033 41.2501 22.0238V37.5C41.2501 40.7217 38.6384 43.3333 35.4167 43.3333H12.5001C9.27842 43.3333 6.66675 40.7217 6.66675 37.5V14.5833C6.66675 11.3617 9.27842 8.75 12.5001 8.75H27.9763C28.8967 8.75 29.6429 9.49619 29.6429 10.4167C29.6429 11.3371 28.8967 12.0833 27.9763 12.0833H12.5001Z" fill="%231B4A52"/><path fill-rule="evenodd" clip-rule="evenodd" d="M33.75 12.5C33.75 10.4289 35.4289 8.75 37.5 8.75C39.5711 8.75 41.25 10.4289 41.25 12.5C41.25 14.5711 39.5711 16.25 37.5 16.25C35.4289 16.25 33.75 14.5711 33.75 12.5ZM37.5 12.0833C37.2699 12.0833 37.0833 12.2699 37.0833 12.5C37.0833 12.7301 37.2699 12.9167 37.5 12.9167C37.7301 12.9167 37.9167 12.7301 37.9167 12.5C37.9167 12.2699 37.7301 12.0833 37.5 12.0833Z" fill="%23E2504B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M34.3333 17.4166C35.0697 17.9688 35.2191 19.0134 34.6669 19.7499L28.4185 28.0832C28.1287 28.4697 27.6854 28.7115 27.2035 28.7458C26.7216 28.7801 26.2485 28.6037 25.9068 28.2621L23.0973 25.4537L18.0001 32.25C17.4478 32.9864 16.4031 33.1356 15.6668 32.5834C14.9304 32.0311 14.7811 30.9864 15.3334 30.25L21.5834 21.9167C21.8733 21.5302 22.3166 21.2885 22.7985 21.2542C23.2803 21.2199 23.7534 21.3964 24.095 21.7379L26.9043 24.5461L32 17.7502C32.5522 17.0137 33.5968 16.8644 34.3333 17.4166Z" fill="%23E2504B"/></g><defs><clipPath id="clip0_10669_11859"><rect width="50" height="50" fill="white"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-overview .section-inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.revamp-v2 .content-single-employer .section-overview .section-inner p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-overview .section-inner p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}
.revamp-v2 .content-single-employer .section-overview .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-overview .section-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.revamp-v2 .content-single-employer .section-branches {
  margin-top: 44px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-branches {
    margin-top: 26px;
  }
}
.revamp-v2 .content-single-employer .section-branches .icon {
  content: url('data:image/svg+xml,<svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.7434 44.5854L14.9107 44.7389C13.4059 44.75 11.958 44.1643 10.8842 43.1101C9.81042 42.0559 9.19817 40.619 9.18157 39.1143L9.03912 19.7815C9.03795 19.5998 9.07576 19.4199 9.15001 19.254C9.22426 19.0882 9.33323 18.9402 9.46955 18.82L24.1675 6.04468C24.3925 5.84935 24.6798 5.74081 24.9778 5.73862C25.2757 5.73642 25.5646 5.84071 25.7924 6.0327L40.677 18.59C40.8151 18.7082 40.9263 18.8546 41.0029 19.0193C41.0796 19.1841 41.1201 19.3634 41.1216 19.5451L41.2633 38.7738C41.2967 40.2749 40.7351 41.7284 39.7011 42.8172C38.667 43.9059 37.2443 44.5415 35.7434 44.5854ZM11.6059 20.3459L11.744 39.0954C11.7764 39.9137 12.1204 40.6887 12.7056 41.2615C13.2909 41.8343 14.073 42.1617 14.8918 42.1765L35.7246 42.023C36.5682 42.0113 37.3733 41.6678 37.9654 41.0668C38.5576 40.4659 38.8892 39.6558 38.8885 38.8121L38.7503 20.0626L25.0618 8.66316L11.6059 20.3459Z" fill="%231B4A52"/><path d="M5.78653 25.0973C5.60989 25.0981 5.43501 25.0621 5.27307 24.9916C5.11113 24.921 4.96568 24.8175 4.84599 24.6876C4.73635 24.5642 4.65223 24.4203 4.59848 24.2643C4.54474 24.1083 4.52242 23.9431 4.53283 23.7784C4.54323 23.6137 4.58616 23.4526 4.65913 23.3046C4.73209 23.1566 4.83364 23.0245 4.95793 22.9159L24.2304 6.10674C24.4846 5.89298 24.8123 5.78719 25.1434 5.81201C25.4746 5.83682 25.7829 5.99027 26.0023 6.23952C26.2148 6.49025 26.32 6.81458 26.2951 7.1423C26.2702 7.47002 26.1173 7.77476 25.8694 7.99055L6.59686 24.7997C6.37366 24.997 6.08441 25.1033 5.78653 25.0973Z" fill="%231B4A52"/><path d="M44.5771 24.8115C44.2793 24.8218 43.9886 24.7199 43.7625 24.5258L24.2444 8.00251C24.1192 7.89761 24.0161 7.76879 23.9413 7.62361C23.8664 7.47842 23.8212 7.31978 23.8084 7.15693C23.7956 6.99409 23.8153 6.83032 23.8665 6.6752C23.9177 6.52007 23.9992 6.37671 24.1065 6.25348C24.3186 6.00242 24.621 5.84499 24.9483 5.81528C25.2757 5.78558 25.6015 5.88598 25.8553 6.09476L45.3735 22.6181C45.4993 22.7248 45.6028 22.8554 45.678 23.0024C45.7531 23.1493 45.7984 23.3097 45.8112 23.4742C45.8241 23.6388 45.8042 23.8042 45.7527 23.9611C45.7013 24.1179 45.6193 24.263 45.5115 24.3879C45.3929 24.5186 45.2489 24.6236 45.0881 24.6965C44.9274 24.7693 44.7535 24.8085 44.5771 24.8115Z" fill="%231B4A52"/><path d="M27.7551 37.7274L23.3178 37.7601C22.9863 37.7625 22.6673 37.6332 22.4312 37.4005C22.1951 37.1678 22.061 36.8509 22.0586 36.5194L22.0199 31.2695L16.77 31.3082C16.6051 31.3122 16.4411 31.283 16.2877 31.2223C16.1344 31.1616 15.9948 31.0707 15.8773 30.9549C15.7598 30.8391 15.6668 30.7009 15.6038 30.5484C15.5409 30.3959 15.5093 30.2324 15.5109 30.0674L15.4782 25.63C15.477 25.4659 15.5081 25.3031 15.5698 25.151C15.6315 24.9989 15.7226 24.8604 15.8378 24.7435C15.953 24.6266 16.0901 24.5335 16.2413 24.4695C16.3925 24.4056 16.5548 24.3721 16.7189 24.3709L21.9688 24.3322L21.9301 19.0823C21.9277 18.7508 22.057 18.4319 22.2897 18.1958C22.5224 17.9596 22.8394 17.8256 23.1709 17.8231L27.6082 17.7904C27.7724 17.7892 27.9352 17.8204 28.0873 17.8821C28.2394 17.9438 28.3779 18.0348 28.4948 18.15C28.6117 18.2653 28.7048 18.4024 28.7688 18.5536C28.8327 18.7048 28.8662 18.8671 28.8674 19.0312L28.9061 24.2811L34.156 24.2424C34.4875 24.2399 34.8064 24.3693 35.0425 24.602C35.2787 24.8347 35.4127 25.1516 35.4151 25.4831L35.4484 30.0038C35.4525 30.1688 35.4233 30.3328 35.3626 30.4862C35.3019 30.6395 35.211 30.7791 35.0952 30.8966C34.9794 31.0141 34.8412 31.1071 34.6887 31.1701C34.5362 31.233 34.3726 31.2646 34.2077 31.263L28.9578 31.3017L28.9965 36.5516C28.9777 36.8686 28.8389 37.1665 28.6083 37.3849C28.3778 37.6033 28.0727 37.7258 27.7551 37.7274ZM24.5495 35.2718L26.4869 35.2575L26.4487 30.0702C26.4475 29.907 26.4787 29.7452 26.5407 29.5942C26.6027 29.4433 26.6941 29.3061 26.8096 29.1909C26.9251 29.0756 27.0624 28.9845 27.2135 28.9228C27.3646 28.8612 27.5264 28.8303 27.6896 28.8318L32.9603 28.793L32.9459 26.8347L27.6752 26.8735C27.3437 26.876 27.0248 26.7466 26.7886 26.5139C26.5525 26.2813 26.4184 25.9643 26.416 25.6328L26.3767 20.2996L24.4393 20.3139L24.4779 25.5637C24.4791 25.7279 24.448 25.8906 24.3863 26.0428C24.3246 26.1949 24.2336 26.3334 24.1183 26.4503C24.0031 26.5672 23.866 26.6603 23.7148 26.7242C23.5636 26.7882 23.4013 26.8217 23.2372 26.8229L17.9873 26.8616L18.0018 28.8199L23.2516 28.7812C23.4147 28.7772 23.577 28.8058 23.729 28.8652C23.881 28.9246 24.0196 29.0137 24.1368 29.1272C24.254 29.2408 24.3474 29.3765 24.4116 29.5266C24.4758 29.6766 24.5095 29.8379 24.5106 30.0011L24.5495 35.2718Z" fill="%23FF6961"/></svg>');
}
.revamp-v2 .content-single-employer .section-branches .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  width: calc(25% - 11px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background-color: var(--djt-primary-white);
  border-radius: 20px;
  border: 1px solid var(--djt-greys-dark-border);
}
.revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper .employer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
}
.revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper .employer-meta .employer-location .value {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper {
    width: 100%;
    padding: 16px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper .employer-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .revamp-v2 .content-single-employer .section-branches .section-inner .employer-link-wrapper .wrapper {
    gap: 0px;
  }
}
.revamp-v2 .content-single-employer .section-job-opening {
  width: 41.6666666667%;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-job-opening {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-job-opening .sub-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.revamp-v2 .content-single-employer .section-job-opening .sub-section-title .count-employer-jobs {
  display: none;
  width: 48px;
  text-align: center;
  padding: 4px 8px;
  border-radius: 16px;
  background: var(--backgrounds-deep-green-200);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-opening .sub-section-title .count-employer-jobs {
    display: block;
  }
}
.revamp-v2 .content-single-employer .section-job-opening .explore-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.revamp-v2 .content-single-employer .section-job-opening .explore-jobs .count-employer-jobs {
  color: var(--djt-primary-teal);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
  letter-spacing: -1px;
}
.revamp-v2 .content-single-employer .section-job-opening .explore-jobs .btn-theme {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-opening .explore-jobs {
    display: none;
  }
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists {
  margin-top: 24px;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .slick-prev {
  display: none !important;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .slick-next {
  position: absolute;
  top: 25%;
  right: -24px;
  background-color: var(--others-basic-white);
  border-radius: 12px;
  border: 1px solid var(--grayish-borders, #eee);
  background: #fff;
  line-height: 1;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: var(--djt-heavy-shadow-box);
          box-shadow: var(--djt-heavy-shadow-box);
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-opening .job-lists .slick-next {
    display: none !important;
  }
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--greys-dark-border);
  background: var(--others-basic-white);
  margin-bottom: 0;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list {
    padding: 0;
    border: none;
  }
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list:hover {
  /* Web/Light Shadow */
  -webkit-box-shadow: var(--djt-shadow-box);
          box-shadow: var(--djt-shadow-box);
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .btn-follow {
  position: absolute;
  top: 24px;
  right: 24px;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 12px auto;
  grid-template-columns: 60px auto;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .employer-logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-title {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-location {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-type {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-date {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .employer-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/span 4;
  }
  .revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-location {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-type {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .revamp-v2 .content-single-employer .section-job-opening .job-lists .job-list .job-grid-template .job-date {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.revamp-v2 .content-single-employer .section-job-opening .job-lists + .btn {
  display: none;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-opening .job-lists + .btn {
    display: block;
  }
}
.revamp-v2 .content-single-employer .section-single-review {
  width: 58.3333333333%;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-single-review {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-single-review .sub-section-title.mobile {
  display: none;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-single-review .sub-section-title {
    display: none;
  }
  .revamp-v2 .content-single-employer .section-single-review .sub-section-title.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .revamp-v2 .content-single-employer .section-single-review .sub-section-title.mobile .title span {
    color: var(--greys-grey-500);
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 160% */
  }
  .revamp-v2 .content-single-employer .section-single-review .sub-section-title.mobile .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 16px;
    padding: 8px;
    background-color: var(--backgrounds-deep-green-200);
  }
  .revamp-v2 .content-single-employer .section-single-review .sub-section-title.mobile .number .value {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
  }
  .revamp-v2 .content-single-employer .section-single-review .sub-section-title.mobile .number .fa {
    color: var;
  }
}
.revamp-v2 .content-single-employer .section-single-review .empty-container {
  max-width: 480px;
  margin: 0 auto;
}
.revamp-v2 .content-single-employer .section-single-review .review-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-single-review .review-stats {
    display: none;
  }
}
.revamp-v2 .content-single-employer .section-single-review .review-stats .big-number {
  color: var(--djt-primary-teal);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
  letter-spacing: -1px;
}
.revamp-v2 .content-single-employer .section-single-review .review-stats .total-reviews {
  color: var(--greys-grey-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.revamp-v2 .content-single-employer .section-single-review .tab {
  display: none;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-single-review .tab {
    margin-top: 25px;
    display: inline-block;
    color: var(--djt-primary-teal);
  }
  .revamp-v2 .content-single-employer .section-single-review .tab .fa {
    color: var(--djt-primary-red);
  }
}
.revamp-v2 .content-single-employer .section-location {
  width: 50%;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-location {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-location .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><g clip-path="url(%23clip0_10503_10918)"><path d="M25 41.8333C24.7907 41.8346 24.5847 41.7815 24.4021 41.6792C24.2195 41.577 24.0666 41.429 23.9583 41.2499C22.7708 39.4374 12.5208 23.3333 12.5208 16.9583C12.5208 13.643 13.8378 10.4636 16.182 8.11942C18.5262 5.77521 21.7056 4.45825 25.0208 4.45825C28.336 4.45825 31.5155 5.77521 33.8597 8.11942C36.2039 10.4636 37.5208 13.643 37.5208 16.9583C37.5208 23.3333 27.2708 39.4374 26.1042 41.2499C25.9859 41.434 25.8221 41.5844 25.6287 41.6866C25.4352 41.7888 25.2187 41.8393 25 41.8333ZM25 6.99992C22.357 6.99992 19.8219 8.04843 17.951 9.91538C16.0801 11.7823 15.0264 14.3152 15.0208 16.9583C15.0208 21.2708 21.4792 32.5624 25 38.2499C28.5208 32.5624 34.9791 21.2708 34.9791 16.9583C34.9736 14.3152 33.9198 11.7823 32.049 9.91538C30.1781 8.04843 27.643 6.99992 25 6.99992Z" fill="%231B4A52"/><path d="M25 45.4584C21.1667 45.4584 8.625 45.1459 8.625 41.2917C8.625 40.4584 8.625 38.2709 19.0417 37.4375C19.3721 37.4202 19.6962 37.5324 19.9451 37.7502C20.1941 37.9681 20.3483 38.2744 20.375 38.6042C20.3892 38.7674 20.3707 38.9317 20.3205 39.0876C20.2703 39.2435 20.1894 39.3878 20.0827 39.512C19.976 39.6362 19.8455 39.7379 19.6989 39.8109C19.5523 39.884 19.3926 39.927 19.2292 39.9375C16.6708 40.0312 14.1387 40.4871 11.7083 41.2917C16.0353 42.5131 20.5286 43.0405 25.0208 42.8542C29.513 43.0405 34.0063 42.5131 38.3333 41.2917C35.903 40.4871 33.3708 40.0312 30.8125 39.9375C30.649 39.927 30.4893 39.884 30.3428 39.8109C30.1962 39.7379 30.0657 39.6362 29.959 39.512C29.8522 39.3878 29.7714 39.2435 29.7212 39.0876C29.671 38.9317 29.6525 38.7674 29.6667 38.6042C29.6983 38.2764 29.854 37.9731 30.1018 37.7563C30.3496 37.5394 30.6709 37.4254 31 37.4375C41.4167 38.2709 41.4167 40.4584 41.4167 41.2917C41.375 45.1459 28.8333 45.4584 25 45.4584Z" fill="%231B4A52"/><path d="M25 23.1667C23.3424 23.1667 21.7527 22.5083 20.5806 21.3362C19.4085 20.1641 18.75 18.5744 18.75 16.9167C18.75 15.2591 19.4085 13.6694 20.5806 12.4973C21.7527 11.3252 23.3424 10.6667 25 10.6667C26.6576 10.6667 28.2473 11.3252 29.4194 12.4973C30.5915 13.6694 31.25 15.2591 31.25 16.9167C31.25 18.5744 30.5915 20.1641 29.4194 21.3362C28.2473 22.5083 26.6576 23.1667 25 23.1667ZM25 13.0001C23.9833 13.0001 23.0083 13.404 22.2894 14.1228C21.5705 14.8417 21.1667 15.8168 21.1667 16.8334C21.1721 17.8484 21.5778 18.8202 22.2955 19.5379C23.0132 20.2557 23.985 20.6613 25 20.6667C26.015 20.6613 26.9868 20.2557 27.7045 19.5379C28.4222 18.8202 28.8279 17.8484 28.8333 16.8334C28.8333 15.8168 28.4295 14.8417 27.7106 14.1228C26.9917 13.404 26.0167 13.0001 25 13.0001Z" fill="%23E2504B"/></g><defs><clipPath id="clip0_10503_10918"><rect width="50" height="50" fill="white"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-location .section-inner .employer-map {
  border-radius: 12px;
  border: 1px solid var(--djt-greys-light-border, #eee);
  overflow: hidden;
  margin-bottom: 28px;
}
.revamp-v2 .content-single-employer .section-location .section-inner .employer-name {
  color: var(--djt-primary-teal);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.revamp-v2 .content-single-employer .section-location .section-inner .employer-address {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--greys-grey-500);
}
.revamp-v2 .content-single-employer .section-location.v2 {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 24px auto;
  grid-template-columns: 240px auto;
  -ms-grid-rows: auto 1rem 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 1rem;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner .employer-map {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  margin: 0;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner .employer-name {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner .employer-address {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-location.v2 .section-inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 240px 16px auto 16px auto;
    grid-template-rows: 240px auto auto;
    row-gap: 16px;
  }
  .revamp-v2 .content-single-employer .section-location.v2 .section-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .revamp-v2 .content-single-employer .section-location.v2 .section-inner > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .revamp-v2 .content-single-employer .section-location.v2 .section-inner > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .revamp-v2 .content-single-employer .section-location.v2 .section-inner .employer-map {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .revamp-v2 .content-single-employer .section-location.v2 .section-inner .employer-name {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .revamp-v2 .content-single-employer .section-location.v2 .section-inner .employer-address {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner.no-address {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.revamp-v2 .content-single-employer .section-location.v2 .section-inner.no-address > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-peak-times {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-peak-times .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 39 39" fill="none"><path d="M15.6111 23.3889L19.5 19.5001V9.77783" stroke="%23E2504B" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M29.2222 21.4443V30.6694" stroke="%23E2504B" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M29.125 36.0278H29.3195" stroke="%23E2504B" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.5 37C16.0388 37 12.6554 35.9736 9.77753 34.0507C6.89967 32.1278 4.65665 29.3947 3.33212 26.197C2.00758 22.9993 1.66102 19.4806 2.33627 16.0859C3.01151 12.6913 4.67822 9.57305 7.12564 7.12564C9.57305 4.67822 12.6913 3.01151 16.0859 2.33627C19.4806 1.66102 22.9993 2.00758 26.197 3.33212C29.3947 4.65665 32.1278 6.89967 34.0507 9.77753C35.9736 12.6554 37 16.0388 37 19.5" stroke="%231B4A52" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-tab {
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-tab button {
  background-color: inherit;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--greys-grey-300);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-tab button:hover {
  color: var(--djt-primary-teal);
  border-bottom: 4px solid var(--djt-primary-teal);
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-tab button.active {
  color: #1b4a52;
  border-bottom: 4px solid var(--djt-primary-teal);
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-tabcontent {
  display: none;
  padding: 6px 0;
  border-top: none;
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-tabcontent.active {
  display: block;
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-live-icon {
  height: 18px;
  width: 18px;
  background-color: #e2504b;
  border-radius: 50%;
  display: inline-block;
}
.revamp-v2 .content-single-employer .section-sub-peak-times .djt-live-text {
  color: var(--greys-grey-500);
  font-size: 12px;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}
.revamp-v2 .content-single-employer .section-company-type {
  width: 70%;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-company-type {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-company-type .icon {
  width: 36px !important;
  content: url('data:image/svg+xml,<svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.3333 37V26.5C25.3333 25.4109 25.3333 24.8665 25.1214 24.4506C24.9349 24.0846 24.6376 23.7873 24.2717 23.6008C23.8558 23.3889 23.3113 23.3889 22.2222 23.3889H16.7778C15.6887 23.3889 15.1443 23.3889 14.7284 23.6008C14.3625 23.7873 14.065 24.0846 13.8786 24.4506C13.6667 24.8665 13.6667 25.4109 13.6667 26.5V37M33.1111 37V8.22222C33.1111 6.04425 33.1111 4.95524 32.6872 4.12337C32.3145 3.39162 31.7195 2.7967 30.9878 2.42387C30.1559 2 29.0669 2 26.8889 2H12.1111C9.93312 2 8.84413 2 8.01226 2.42387C7.28051 2.7967 6.68559 3.39162 6.31276 4.12337C5.88889 4.95524 5.88889 6.04425 5.88889 8.22222V37M37 37H2" stroke="%231B4A52" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.2273 8.46965C18.2273 7.82531 18.7496 7.30298 19.3939 7.30298H20.5606C21.2049 7.30298 21.7273 7.82531 21.7273 8.46965V16.6363C21.7273 17.2806 21.2049 17.803 20.5606 17.803H19.3939C18.7496 17.803 18.2273 17.2806 18.2273 16.6363V8.46965Z" fill="%23E2504B"/><path d="M24.0606 10.803C24.7049 10.803 25.2273 11.3253 25.2273 11.9696V13.1363C25.2273 13.7806 24.7049 14.303 24.0606 14.303L15.8939 14.303C15.2496 14.303 14.7273 13.7806 14.7273 13.1363L14.7273 11.9696C14.7273 11.3253 15.2496 10.803 15.8939 10.803L24.0606 10.803Z" fill="%23E2504B"/></svg>');
}
.revamp-v2 .content-single-employer .section-company-type .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 24px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-company-type .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
.revamp-v2 .content-single-employer .section-company-type .section-inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-width: 150px;
}
.revamp-v2 .content-single-employer .section-company-type .section-inner .column-title {
  color: var(--blackish, #1d1919);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0 0 18px;
  opacity: 0.7;
}
.revamp-v2 .content-single-employer .section-company-type .section-inner .column-value {
  color: #202124;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}
.revamp-v2 .content-single-employer .section-company-type .section-inner .column-value.labeled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.revamp-v2 .content-single-employer .section-company-type .section-inner .column-value.labeled .label {
  display: block;
  background-color: var(--backgrounds-deep-green-300);
  color: var(--secondary-teal-green);
}
.revamp-v2 .content-single-employer .section-company-size {
  width: 30%;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-company-size {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-company-size .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51" height="51" viewBox="0 0 51 51" fill="none"><path d="M9.97662 42.4002C8.91744 42.4349 7.87975 42.0963 7.0448 41.4437C6.20985 40.791 5.6307 39.8658 5.40852 38.8296C5.38773 38.6846 5.38665 38.5374 5.4053 38.3921L5.35372 31.3923C5.33133 31.2754 5.33045 31.1554 5.35111 31.0382L5.34774 30.5798C5.45564 30.1307 5.59869 29.6908 5.77555 29.2642C6.23677 28.1515 7.00279 27.1917 7.98544 26.4953C8.96809 25.7988 10.1274 25.3939 11.33 25.3273C12.1008 25.3216 12.8717 25.3159 13.6425 25.3103L14.7674 25.302C14.9548 25.2973 15.1407 25.3355 15.311 25.4137C15.4812 25.4919 15.6314 25.608 15.75 25.7531C15.8721 25.902 15.9588 26.0767 16.0035 26.2641C16.0482 26.4514 16.0497 26.6465 16.0079 26.8345C15.9589 27.1717 15.7846 27.478 15.5197 27.6924C15.2548 27.9067 14.9189 28.0133 14.5789 27.9909C14.3777 27.9673 14.1846 27.8974 14.0149 27.7867L13.7024 27.789C12.9941 27.7943 12.3066 27.7993 11.6191 27.8044C10.8581 27.8381 10.1233 28.093 9.50495 28.5379C8.88656 28.9828 8.41134 29.5984 8.13748 30.3093C8.01879 30.5843 7.9301 30.8714 7.87295 31.1654C7.87387 31.2904 7.87479 31.4154 7.87571 31.5404L7.92361 38.0402C7.99805 38.5403 8.25177 38.9962 8.63749 39.323C9.02321 39.6498 9.51461 39.8252 10.0201 39.8165L14.5408 39.7832C14.8723 39.7808 15.1912 39.9101 15.4274 40.1428C15.6635 40.3755 15.7975 40.6924 15.8 41.0239C15.8024 41.3555 15.6731 41.6744 15.4404 41.9105C15.2077 42.1466 14.8907 42.2807 14.5592 42.2831L9.97601 42.3169L9.97662 42.4002Z" fill="%231B4A52"/><path d="M38.9133 42.187L35.7259 42.2105C35.5429 42.1706 35.371 42.0906 35.2225 41.9765C35.074 41.8623 34.9525 41.7167 34.8669 41.5502C34.7652 41.3366 34.7241 41.0992 34.7481 40.8639C34.7721 40.6286 34.8602 40.4044 35.0029 40.2158C35.1357 40.0513 35.3087 39.9238 35.5052 39.8457C35.7017 39.7676 35.9151 39.7416 36.1246 39.77L40.6661 39.7366C40.9351 39.7382 41.2015 39.6839 41.4483 39.577C41.6951 39.4701 41.9169 39.313 42.0997 39.1157C42.2824 38.9183 42.4221 38.6851 42.5098 38.4309C42.5975 38.1766 42.6313 37.9069 42.6091 37.6388C42.5925 35.3889 42.5784 33.4723 42.5644 31.5765C42.5557 30.8208 42.3308 30.0834 41.9163 29.4515C41.5019 28.8195 40.9152 28.3195 40.2256 28.0103C39.2204 27.6088 38.1304 27.4664 37.0558 27.5962L36.2016 27.6024L35.9732 27.7083C35.8192 27.765 35.6554 27.7903 35.4914 27.7827C35.3275 27.7751 35.1667 27.7347 35.0186 27.6639C34.8705 27.5932 34.7381 27.4935 34.6291 27.3707C34.5202 27.248 34.4369 27.1046 34.3843 26.9492C34.351 26.7563 34.3495 26.5592 34.38 26.3658C34.3841 26.1961 34.4216 26.0289 34.4904 25.8738C34.5592 25.7186 34.6579 25.5785 34.7809 25.4615C34.9039 25.3445 35.0487 25.2529 35.2071 25.1919C35.3655 25.1309 35.5344 25.1017 35.704 25.106L37.079 25.0959C38.575 24.9395 40.0857 25.1798 41.4593 25.7928C42.5412 26.3036 43.4594 27.1057 44.1108 28.1093C44.7622 29.1128 45.121 30.278 45.1471 31.4741C45.1624 33.5574 45.1793 35.849 45.1931 37.724C45.2073 38.8972 44.7563 40.0283 43.9387 40.8699C43.121 41.7114 42.0034 42.1949 40.8302 42.2146L38.9133 42.187Z" fill="%231B4A52"/><path d="M13.7756 26.4135C12.1716 26.3885 10.6387 25.7476 9.49411 24.6236C8.34953 23.4996 7.68096 21.9786 7.62679 20.3753C7.61736 19.5784 7.76624 18.7876 8.06478 18.0486C8.36333 17.3097 8.8056 16.6374 9.36596 16.0707C10.5079 14.91 12.0578 14.2408 13.6857 14.2055C15.2886 14.2045 16.8281 14.8318 17.9737 15.9529C19.1193 17.0741 19.7798 18.5996 19.8133 20.2022C19.8359 21.0134 19.697 21.8209 19.4048 22.578C19.1126 23.335 18.6729 24.0264 18.1112 24.6121C17.5495 25.1978 16.8771 25.666 16.1329 25.9895C15.3887 26.3131 14.5876 26.4855 13.7762 26.4968L13.7756 26.4135ZM13.7041 16.7054C12.75 16.7179 11.8392 17.1061 11.1695 17.7858C10.4997 18.4655 10.125 19.3819 10.1266 20.3361C10.1601 21.2869 10.5578 22.1886 11.2374 22.8544C11.9171 23.5203 12.8267 23.8994 13.778 23.9134C14.7339 23.9064 15.6478 23.5199 16.3187 22.839C16.9896 22.1582 17.3626 21.2387 17.3555 20.2828C17.3485 19.3269 16.962 18.413 16.2812 17.7421C15.6003 17.0712 14.6808 16.6982 13.7249 16.7053L13.7041 16.7054Z" fill="%231B4A52"/><path d="M36.5458 26.2456C34.9377 26.2465 33.3942 25.6127 32.2506 24.4821C31.1071 23.3514 30.4559 21.8151 30.4386 20.2071C30.4206 19.4109 30.5635 18.6193 30.8588 17.8796C31.1541 17.14 31.5956 16.4676 32.157 15.9027C32.7156 15.3186 33.3858 14.8526 34.1278 14.5323C34.8698 14.2119 35.6685 14.0436 36.4767 14.0374C38.0884 14.0311 39.6372 14.6624 40.7852 15.7936C41.9333 16.9248 42.5873 18.4642 42.6047 20.0758C42.6221 21.6911 41.9986 23.2474 40.8708 24.4038C39.7429 25.5602 38.2026 26.2224 36.5875 26.2453L36.5458 26.2456ZM36.4743 16.5375C35.5184 16.5446 34.6045 16.931 33.9336 17.6119C33.2627 18.2928 32.8897 19.2123 32.8968 20.1682C32.9038 21.124 33.2903 22.0379 33.9711 22.7088C34.652 23.3798 35.5715 23.7527 36.5274 23.7457C37.4798 23.7278 38.3874 23.3379 39.056 22.6594C39.7246 21.9809 40.1011 21.0676 40.1049 20.115C40.0874 19.1697 39.7033 18.2682 39.0337 17.6006C38.3641 16.9331 37.4613 16.5518 36.5159 16.5372L36.4743 16.5375Z" fill="%231B4A52"/><path d="M25.3095 42.2872L17.9139 42.3417C17.5696 42.3764 17.2219 42.3347 16.8956 42.2197C16.5692 42.1047 16.2723 41.9191 16.0258 41.6763C15.7793 41.4334 15.5894 41.1392 15.4696 40.8146C15.3498 40.49 15.303 40.1429 15.3326 39.7982L15.2543 29.1735C15.2142 27.6507 15.705 26.1615 16.6426 24.961C17.5803 23.7605 18.9063 22.9236 20.3935 22.5937C20.8775 22.4774 21.3735 22.4178 21.8713 22.4162L28.4545 22.3677C29.9676 22.351 31.4406 22.8544 32.627 23.7938C33.8134 24.7332 34.6412 26.0515 34.9719 27.5281C35.0916 28.0469 35.1515 28.5778 35.1502 29.1102L35.2282 39.6932C35.2591 40.0313 35.216 40.372 35.1017 40.6916C34.9875 41.0112 34.8048 41.302 34.5666 41.5438C34.3284 41.7856 34.0402 41.9725 33.7223 42.0914C33.4044 42.2104 33.0644 42.2586 32.726 42.2326L25.3095 42.2872ZM17.8538 39.8421L32.7284 39.7325L32.6503 29.1286C32.6519 28.7855 32.6144 28.4433 32.5386 28.1086C32.3279 27.184 31.8081 26.3589 31.0651 25.7697C30.3221 25.1805 29.4004 24.8623 28.4521 24.8678C26.2577 24.8839 24.0703 24.9001 21.8898 24.9161C21.592 24.8827 21.2912 24.8849 20.994 24.9227C20.0399 25.1142 19.1869 25.6434 18.5917 26.4133C17.9965 27.1831 17.699 28.1418 17.7539 29.1134L17.8327 39.8006L17.8538 39.8421Z" fill="%23FF6961"/><path d="M25.1716 23.5586C23.1123 23.5628 21.1351 22.7516 19.6722 21.3023C18.2092 19.853 17.3795 17.8835 17.3644 15.8243C17.3658 13.7796 18.1752 11.8184 19.6161 10.3678C21.0571 8.91722 23.0129 8.09486 25.0575 8.07986C27.0415 8.16817 28.9158 9.0147 30.2937 10.4448C31.6716 11.8748 32.448 13.7793 32.4627 15.7651C32.4773 17.7509 31.7291 19.6666 30.3723 21.1168C29.0156 22.567 27.154 23.4411 25.1716 23.5586ZM25.0759 10.5798C23.6927 10.5844 22.3676 11.137 21.3908 12.1165C20.414 13.0959 19.8651 14.4225 19.8643 15.8058C19.8593 16.5046 19.9979 17.197 20.2714 17.84C20.5449 18.4831 20.9476 19.0631 21.4544 19.5442C21.9344 20.0364 22.5103 20.4248 23.1466 20.6854C23.7828 20.9459 24.4658 21.0729 25.1532 21.0587C26.5456 21.032 27.8713 20.4574 28.8429 19.4596C29.8145 18.4618 30.3536 17.1213 30.3432 15.7286C30.322 14.3491 29.7566 13.0339 28.77 12.0694C27.7833 11.105 26.4556 10.5696 25.0759 10.5798Z" fill="%23FF6961"/></svg>');
}
.revamp-v2 .content-single-employer .section-company-size .section-inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.revamp-v2 .content-single-employer .section-company-size .section-inner .column-title {
  color: var(--blackish, #1d1919);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0 0 18px;
  opacity: 0.7;
}
.revamp-v2 .content-single-employer .section-company-size .section-inner .column-value {
  color: #202124;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}
.revamp-v2 .content-single-employer .section-company-stat .overflow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-company-stat {
    border: 1px solid var(--djt-greys-dark-border);
    background-color: white;
    border-radius: 16px;
    gap: 0;
  }
  .revamp-v2 .content-single-employer .section-company-stat .overflow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .revamp-v2 .content-single-employer .section-company-stat .overflow-content > * {
    border: none;
  }
  .revamp-v2 .content-single-employer .section-company-stat:not(.display-content) .overflow-content {
    max-height: 300px;
  }
  .revamp-v2 .content-single-employer .section-company-stat .section-company-type {
    padding-top: 0;
  }
  .revamp-v2 .content-single-employer .section-company-stat .section-company-type .section-title {
    display: none;
  }
  .revamp-v2 .content-single-employer .section-company-stat .column-title {
    font-size: 14px !important;
  }
  .revamp-v2 .content-single-employer .section-company-stat .mobile-link {
    width: 100%;
    padding: 0 16px 16px;
  }
  .revamp-v2 .content-single-employer .section-company-stat .mobile-link .fa {
    color: var(--djt-primary-red);
  }
}
.revamp-v2 .content-single-employer .section-recent-jobs .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><g clip-path="url(%23clip0_10503_10978)"><path d="M25 34.1042C23.6259 34.0988 22.3096 33.5505 21.3379 32.5788C20.3663 31.6071 19.818 30.2909 19.8125 28.9168C19.8125 28.5852 19.9442 28.2673 20.1786 28.0329C20.413 27.7984 20.731 27.6667 21.0625 27.6667C21.394 27.6667 21.712 27.7984 21.9464 28.0329C22.1808 28.2673 22.3125 28.5852 22.3125 28.9168C22.2797 29.2882 22.3246 29.6623 22.4442 30.0155C22.5638 30.3686 22.7556 30.693 23.0074 30.968C23.2592 31.243 23.5655 31.4626 23.9067 31.6128C24.248 31.7631 24.6167 31.8406 24.9896 31.8406C25.3624 31.8406 25.7312 31.7631 26.0725 31.6128C26.4137 31.4626 26.72 31.243 26.9717 30.968C27.2235 30.693 27.4153 30.3686 27.535 30.0155C27.6546 29.6623 27.6995 29.2882 27.6667 28.9168C27.6667 28.5852 27.7984 28.2673 28.0328 28.0329C28.2672 27.7984 28.5852 27.6667 28.9167 27.6667C29.2482 27.6667 29.5661 27.7984 29.8006 28.0329C30.035 28.2673 30.1667 28.5852 30.1667 28.9168C30.1667 30.289 29.623 31.6053 28.6547 32.5775C27.6863 33.5498 26.3722 34.0987 25 34.1042Z" fill="%23E2504B"/><path d="M41.2292 41.5208H8.77085C7.61966 41.5208 6.51531 41.0649 5.69934 40.2528C4.88337 39.4408 4.4222 38.3386 4.41669 37.1874V16.6666C4.4222 15.5154 4.88337 14.4133 5.69934 13.6012C6.51531 12.7891 7.61966 12.3332 8.77085 12.3333H41.2292C42.3804 12.3332 43.4847 12.7891 44.3007 13.6012C45.1167 14.4133 45.5778 15.5154 45.5834 16.6666V37.1874C45.5778 38.3386 45.1167 39.4408 44.3007 40.2528C43.4847 41.0649 42.3804 41.5208 41.2292 41.5208ZM8.77085 14.8333C8.52835 14.8305 8.28771 14.8759 8.06287 14.9668C7.83803 15.0577 7.63346 15.1923 7.46101 15.3628C7.28855 15.5333 7.15164 15.7364 7.05821 15.9602C6.96477 16.184 6.91667 16.4241 6.91669 16.6666V37.1874C6.92217 37.6756 7.11994 38.1418 7.46707 38.4851C7.8142 38.8283 8.28269 39.0208 8.77085 39.0208H41.2292C41.7174 39.0208 42.1858 38.8283 42.533 38.4851C42.8801 38.1418 43.0779 37.6756 43.0834 37.1874V16.6666C43.0834 16.4241 43.0353 16.184 42.9418 15.9602C42.8484 15.7364 42.7115 15.5333 42.5391 15.3628C42.3666 15.1923 42.162 15.0577 41.9372 14.9668C41.7123 14.8759 41.4717 14.8305 41.2292 14.8333H8.77085Z" fill="%231B4A52"/><path d="M32.4584 14.8334H17.5417C17.2102 14.8334 16.8922 14.7017 16.6578 14.4673C16.4234 14.2329 16.2917 13.9149 16.2917 13.5834V11.2292C16.2972 9.8681 16.8418 8.56458 17.8062 7.60405C18.7707 6.64352 20.0764 6.10424 21.4375 6.10425H28.5625C29.9237 6.10424 31.2294 6.64352 32.1938 7.60405C33.1583 8.56458 33.7028 9.8681 33.7084 11.2292V13.5834C33.7084 13.9149 33.5767 14.2329 33.3422 14.4673C33.1078 14.7017 32.7899 14.8334 32.4584 14.8334ZM18.75 12.3334H31.25V11.2292C31.25 10.8828 31.1815 10.5397 31.0482 10.2199C30.915 9.90002 30.7198 9.60972 30.4738 9.36569C30.2279 9.12166 29.936 8.92874 29.6151 8.79805C29.2942 8.66737 28.9507 8.6015 28.6042 8.60425H21.4375C21.0876 8.59592 20.7395 8.65766 20.4138 8.78584C20.088 8.91402 19.7912 9.10605 19.5408 9.35064C19.2904 9.59523 19.0915 9.88743 18.9556 10.2101C18.8198 10.5327 18.7499 10.8792 18.75 11.2292V12.3334Z" fill="%231B4A52"/><path d="M25 29.5001C24.8968 29.5203 24.7907 29.5203 24.6875 29.5001L6.08331 24.7501C5.91247 24.7225 5.74922 24.6597 5.60391 24.5657C5.4586 24.4717 5.33439 24.3485 5.23915 24.204C5.14391 24.0595 5.07971 23.8968 5.05062 23.7262C5.02153 23.5556 5.02818 23.3808 5.07016 23.2129C5.11213 23.045 5.18851 22.8877 5.29446 22.7509C5.40041 22.614 5.53362 22.5007 5.68566 22.418C5.83769 22.3353 6.00524 22.2851 6.17769 22.2705C6.35014 22.256 6.52373 22.2774 6.68748 22.3334L25 26.9584L43.2916 22.2918C43.605 22.229 43.9305 22.2886 44.2012 22.4583C44.472 22.628 44.6674 22.895 44.7474 23.2044C44.8274 23.5138 44.7859 23.8421 44.6314 24.1218C44.4769 24.4015 44.2211 24.6114 43.9167 24.7084L25.3125 29.4584C25.212 29.4926 25.1059 29.5067 25 29.5001Z" fill="%231B4A52"/><path d="M29.5 23.3125H20.5C20.1685 23.3125 19.8505 23.1808 19.6161 22.9464C19.3817 22.712 19.25 22.394 19.25 22.0625V18.1875C19.25 17.856 19.3817 17.538 19.6161 17.3036C19.8505 17.0692 20.1685 16.9375 20.5 16.9375H29.5C29.8315 16.9375 30.1495 17.0692 30.3839 17.3036C30.6183 17.538 30.75 17.856 30.75 18.1875V22.0625C30.75 22.394 30.6183 22.712 30.3839 22.9464C30.1495 23.1808 29.8315 23.3125 29.5 23.3125ZM21.75 20.8333H28.25V19.4583H21.75V20.8333Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_10503_10978"><rect width="50" height="50" fill="white"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner {
  position: relative;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .more-link {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 99;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper {
    -ms-grid-columns: 1fr 7px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper.empty {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper.empty figcaption {
  font-weight: 300;
  font-size: 16px;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list {
  position: relative;
  padding: 24px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  margin: 0;
  border: 1px solid var(--djt-greys-dark-border);
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list {
    margin-bottom: 8px;
    padding: 16px 18px;
    gap: 14px;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list::before {
  display: none;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .btn-follow {
  position: absolute !important;
  top: 30px;
  right: 20px;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .employer-logo {
  float: none;
  width: 150px;
  min-height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .job-list-content {
  padding: 0;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .job-metas {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 17px;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .job-metas > div {
  margin: 0;
  display: block;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .job-metas-bottom {
  margin: 0;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .btn-apply {
  margin-top: auto;
  background-color: var(--djt-primary-teal);
  color: #fff;
}
.revamp-v2 .content-single-employer .section-recent-jobs .section-inner .jobs-wrapper .job-list .btn-apply:hover {
  background-color: var(--secondary-teal-green);
}
.revamp-v2 .content-single-employer .section-life-culture {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-life-culture .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><g clip-path="url(%23clip0_10503_12050)"><path d="M25 45.3125C20.169 45.345 15.4957 43.5944 11.875 40.3959C10.0928 38.5816 8.71325 36.4118 7.82655 34.0281C6.93986 31.6444 6.56593 29.1005 6.72919 26.5625C6.73219 26.2584 6.84597 25.9658 7.04923 25.7395C7.25249 25.5132 7.53128 25.3688 7.83336 25.3334C12.6212 24.8983 17.3899 26.3483 21.125 29.375C24.7709 32.6042 26.6042 37.5209 26.6042 43.9584C26.6046 44.2793 26.4815 44.5882 26.2604 44.8209C26.0394 45.0536 25.7373 45.1923 25.4167 45.2084L25 45.3125ZM9.27086 27.8542C9.24196 31.8686 10.7993 35.7321 13.6042 38.6042C16.5022 41.1361 20.1761 42.6057 24.0209 42.7709C24.0774 40.6588 23.6998 38.5577 22.9114 36.5975C22.123 34.6373 20.9407 32.8598 19.4375 31.375C16.5714 29.0365 12.9694 27.7891 9.27086 27.8542Z" fill="%231B4A52"/><path d="M24.7709 37.9583H24.5417C24.2183 37.8926 23.9331 37.7037 23.7465 37.4316C23.5598 37.1594 23.4864 36.8253 23.5417 36.5C24.0499 34.4684 24.127 32.353 23.7682 30.2898C23.4094 28.2266 22.6226 26.2615 21.4584 24.5208C19.2563 21.7204 16.173 19.7457 12.7084 18.9166C12.1891 21.3546 12.1891 23.8745 12.7084 26.3125C12.7532 26.4758 12.7644 26.6465 12.7413 26.8142C12.7181 26.982 12.6611 27.1433 12.5738 27.2883C12.4864 27.4334 12.3705 27.5592 12.233 27.6581C12.0956 27.757 11.9394 27.8269 11.7741 27.8637C11.6088 27.9004 11.4378 27.9032 11.2714 27.8718C11.105 27.8404 10.9467 27.7756 10.8061 27.6812C10.6655 27.5867 10.5456 27.4648 10.4536 27.3226C10.3616 27.1804 10.2994 27.021 10.2709 26.8541C9.63769 23.6341 9.75891 20.3111 10.625 17.1458C10.6805 16.8498 10.8426 16.5845 11.0807 16.4002C11.3188 16.2158 11.6163 16.1253 11.9167 16.1458C16.5181 16.8711 20.6806 19.2943 23.5834 22.9374C24.9497 24.977 25.871 27.2815 26.2874 29.7009C26.7038 32.1202 26.6059 34.6001 26 36.9791C25.9381 37.2583 25.7822 37.5078 25.5586 37.686C25.3349 37.8642 25.0568 37.9603 24.7709 37.9583Z" fill="%231B4A52"/><path d="M25.75 45.3126H25.2917C24.9711 45.2965 24.669 45.1578 24.4479 44.9251C24.2269 44.6924 24.1038 44.3835 24.1042 44.0626C24.1042 37.6459 25.9375 32.7292 29.5625 29.4792C33.2987 26.4545 38.0666 25.0047 42.8542 25.4376C43.1563 25.473 43.4351 25.6174 43.6383 25.8437C43.8416 26.07 43.9554 26.3626 43.9584 26.6667C44.1086 29.1891 43.7303 31.7151 42.8478 34.0829C41.9652 36.4506 40.5979 38.608 38.8334 40.4167C35.2193 43.5964 30.5637 45.3386 25.75 45.3126ZM41.3959 27.8959C37.7111 27.8108 34.1157 29.0364 31.25 31.3542C29.7509 32.8419 28.5712 34.62 27.7831 36.5795C26.995 38.5389 26.6151 40.6387 26.6667 42.7501C30.5076 42.567 34.1758 41.0997 37.0834 38.5834C39.8736 35.7118 41.4226 31.8581 41.3959 27.8542V27.8959Z" fill="%231B4A52"/><path d="M25.7917 38.0625C25.4987 38.0668 25.2139 37.9662 24.9886 37.7791C24.7632 37.5919 24.6121 37.3304 24.5625 37.0417C23.9554 34.6674 23.855 32.1919 24.2677 29.7762C24.6805 27.3606 25.5973 25.0589 26.9583 23.0209C29.8413 19.3403 34.0084 16.8847 38.625 16.1459C38.93 16.1013 39.2406 16.1729 39.4953 16.3465C39.75 16.5202 39.9301 16.7832 40 17.0834C40.8856 20.3037 40.9927 23.6885 40.3125 26.9584C40.2332 27.2789 40.0323 27.5559 39.7524 27.7309C39.4724 27.9059 39.1353 27.9651 38.8125 27.8959C38.493 27.8169 38.2175 27.6151 38.0459 27.3342C37.8743 27.0534 37.8204 26.7162 37.8958 26.3959C38.4367 23.9111 38.4367 21.339 37.8958 18.8542C34.3594 19.648 31.2037 21.6341 28.9583 24.4792C27.8178 26.254 27.0617 28.2479 26.7388 30.3327C26.4159 32.4175 26.5332 34.5467 27.0833 36.5834C27.1135 36.7448 27.1115 36.9106 27.0776 37.0712C27.0436 37.2319 26.9783 37.3843 26.8855 37.5197C26.7926 37.6552 26.674 37.771 26.5363 37.8605C26.3987 37.9501 26.2448 38.0117 26.0833 38.0417L25.7917 38.0625Z" fill="%231B4A52"/><path d="M25.3958 22.1042H25.1042C24.8458 22.0676 24.6054 21.951 24.4167 21.7709L17.2083 14.5417C16.1357 13.4284 15.5237 11.9507 15.4951 10.4049C15.4666 8.85924 16.0236 7.35991 17.0545 6.20778C18.0853 5.05565 19.5137 4.33596 21.0531 4.1931C22.5924 4.05024 24.1289 4.49479 25.3542 5.43754C26.5296 4.5058 28.0062 4.0378 29.5038 4.12228C31.0014 4.20676 32.4159 4.83785 33.4792 5.89587C34.048 6.46294 34.4993 7.13669 34.8072 7.8785C35.1151 8.62031 35.2737 9.4156 35.2737 10.2188C35.2737 11.022 35.1151 11.8173 34.8072 12.5591C34.4993 13.3009 34.048 13.9746 33.4792 14.5417L26.2708 21.75C26.1555 21.8638 26.0188 21.9537 25.8687 22.0145C25.7185 22.0752 25.5578 22.1057 25.3958 22.1042ZM21.5417 6.6042C21.0655 6.60326 20.5939 6.69667 20.1541 6.87904C19.7143 7.06141 19.3149 7.32912 18.9792 7.6667C18.3061 8.34559 17.9285 9.26284 17.9285 10.2188C17.9285 11.1747 18.3061 12.092 18.9792 12.7709L25.3542 19.1459L31.7083 12.7709C32.0441 12.4361 32.3104 12.0383 32.4922 11.6004C32.674 11.1624 32.7675 10.6929 32.7675 10.2188C32.7675 9.74463 32.674 9.27514 32.4922 8.83721C32.3104 8.39928 32.0441 8.00151 31.7083 7.6667C31.0218 7.00842 30.1074 6.64088 29.1562 6.64088C28.2051 6.64088 27.2907 7.00842 26.6042 7.6667L26.2292 8.0417C25.992 8.27206 25.6744 8.40091 25.3437 8.40091C25.0131 8.40091 24.6955 8.27206 24.4583 8.0417L24.0833 7.6667C23.7521 7.3288 23.3566 7.06069 22.92 6.87821C22.4835 6.69572 22.0148 6.60254 21.5417 6.6042Z" fill="%23FF6961"/></g><defs><clipPath id="clip0_10503_12050"><rect width="50" height="50" fill="white"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-life-culture .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 24px;
  width: calc(50% - 35px);
  -ms-grid-columns: 150px 24px 1fr;
  grid-template-columns: 150px 1fr;
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper.no-content {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper.no-content figure img {
  max-width: 100%;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    width: 100%;
  }
  .revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper figure {
    margin-bottom: 20px;
  }
  .revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper figure img {
    max-width: 120px;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper figure {
    width: 100%;
  }
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper .text h3 {
  color: var(--djt-primary-teal);
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 130.435% */
  margin: 0 0 20px 0;
  padding: 0;
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .wrapper .text p {
  color: var(--greys-grey-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 36px 0 0;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-life-culture .section-inner .gallery {
    margin-top: 12px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .gallery figure {
  width: 100%;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
.revamp-v2 .content-single-employer .section-life-culture .section-inner .gallery figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.revamp-v2 .content-single-employer .section-employer-perks {
  width: 100%;
  background: var(--djt-gradients-teal-gradient);
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 98px;
     -moz-column-gap: 98px;
          column-gap: 98px;
  row-gap: 20px;
  -ms-grid-columns: 200px 98px 1fr;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-employer-perks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.revamp-v2 .content-single-employer .section-employer-perks .section-title {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 200px;
}
.revamp-v2 .content-single-employer .section-employer-perks .section-title .text {
  color: var(--others-basic-white);
}
.revamp-v2 .content-single-employer .section-employer-perks .section-title .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="51" viewBox="0 0 50 51" fill="none"><g clip-path="url(%23clip0_10503_12951)"><path d="M25 46.2432C20.169 46.2757 15.4957 44.5251 11.875 41.3265C10.0928 39.5123 8.71325 37.3424 7.82655 34.9588C6.93986 32.5751 6.56593 30.0312 6.72919 27.4932C6.73219 27.1891 6.84597 26.8964 7.04923 26.6702C7.25249 26.4439 7.53128 26.2995 7.83336 26.264C12.6212 25.8289 17.3899 27.2789 21.125 30.3057C24.7709 33.5349 26.6042 38.4515 26.6042 44.889C26.6046 45.21 26.4815 45.5188 26.2604 45.7515C26.0394 45.9842 25.7373 46.123 25.4167 46.139L25 46.2432ZM9.27086 28.7849C9.24196 32.7993 10.7993 36.6628 13.6042 39.5349C16.5022 42.0668 20.1761 43.5363 24.0209 43.7015C24.0774 41.5895 23.6998 39.4883 22.9114 37.5282C22.123 35.568 20.9407 33.7905 19.4375 32.3057C16.5714 29.9672 12.9694 28.7197 9.27086 28.7849Z" fill="white"/><path d="M24.7709 38.8891H24.5417C24.2183 38.8234 23.9331 38.6345 23.7465 38.3623C23.5598 38.0902 23.4864 37.7561 23.5417 37.4307C24.0499 35.3992 24.127 33.2838 23.7682 31.2206C23.4094 29.1574 22.6226 27.1923 21.4584 25.4516C19.2563 22.6512 16.173 20.6765 12.7084 19.8474C12.1891 22.2853 12.1891 24.8053 12.7084 27.2432C12.7532 27.4065 12.7644 27.5772 12.7413 27.745C12.7181 27.9127 12.6611 28.0741 12.5738 28.2191C12.4864 28.3642 12.3705 28.49 12.233 28.5889C12.0956 28.6878 11.9394 28.7577 11.7741 28.7945C11.6088 28.8312 11.4378 28.834 11.2714 28.8026C11.105 28.7712 10.9467 28.7063 10.8061 28.6119C10.6655 28.5175 10.5456 28.3955 10.4536 28.2534C10.3616 28.1112 10.2994 27.9518 10.2709 27.7849C9.63769 24.5649 9.75891 21.2419 10.625 18.0766C10.6805 17.7806 10.8426 17.5153 11.0807 17.331C11.3188 17.1466 11.6163 17.0561 11.9167 17.0766C16.5181 17.8019 20.6806 20.2251 23.5834 23.8682C24.9497 25.9078 25.871 28.2123 26.2874 30.6317C26.7038 33.051 26.6059 35.5309 26 37.9099C25.9381 38.1891 25.7822 38.4386 25.5586 38.6168C25.3349 38.795 25.0568 38.8911 24.7709 38.8891Z" fill="white"/><path d="M25.75 46.2431H25.2917C24.9711 46.2271 24.669 46.0883 24.4479 45.8556C24.2269 45.6229 24.1038 45.3141 24.1042 44.9931C24.1042 38.5764 25.9375 33.6598 29.5625 30.4098C33.2987 27.385 38.0666 25.9352 42.8542 26.3681C43.1563 26.4036 43.4351 26.548 43.6383 26.7742C43.8416 27.0005 43.9554 27.2931 43.9584 27.5973C44.1086 30.1197 43.7303 32.6457 42.8478 35.0134C41.9652 37.3812 40.5979 39.5385 38.8334 41.3473C35.2193 44.527 30.5637 46.2691 25.75 46.2431ZM41.3959 28.8264C37.7111 28.7414 34.1157 29.9669 31.25 32.2848C29.7509 33.7725 28.5712 35.5505 27.7831 37.51C26.995 39.4695 26.6151 41.5692 26.6667 43.6806C30.5076 43.4975 34.1758 42.0303 37.0834 39.5139C39.8736 36.6423 41.4226 32.7886 41.3959 28.7848V28.8264Z" fill="white"/><path d="M25.7917 38.9931C25.4987 38.9973 25.2139 38.8968 24.9886 38.7096C24.7632 38.5225 24.6121 38.261 24.5625 37.9722C23.9554 35.5979 23.855 33.1224 24.2677 30.7068C24.6805 28.2911 25.5973 25.9894 26.9583 23.9514C29.8413 20.2708 34.0084 17.8152 38.625 17.0764C38.93 17.0318 39.2406 17.1034 39.4953 17.2771C39.75 17.4507 39.9301 17.7137 40 18.0139C40.8856 21.2343 40.9927 24.619 40.3125 27.8889C40.2332 28.2094 40.0323 28.4865 39.7524 28.6615C39.4724 28.8365 39.1353 28.8956 38.8125 28.8264C38.493 28.7474 38.2175 28.5456 38.0459 28.2648C37.8743 27.9839 37.8204 27.6468 37.8958 27.3264C38.4367 24.8416 38.4367 22.2695 37.8958 19.7847C34.3594 20.5786 31.2037 22.5647 28.9583 25.4097C27.8178 27.1845 27.0617 29.1785 26.7388 31.2632C26.4159 33.348 26.5332 35.4773 27.0833 37.5139C27.1135 37.6753 27.1115 37.8411 27.0776 38.0018C27.0436 38.1624 26.9783 38.3148 26.8855 38.4503C26.7926 38.5857 26.674 38.7015 26.5363 38.7911C26.3987 38.8806 26.2448 38.9422 26.0833 38.9722L25.7917 38.9931Z" fill="white"/><path d="M25.3958 23.0349H25.1042C24.8458 22.9982 24.6054 22.8817 24.4167 22.7015L17.2083 15.4724C16.1357 14.3591 15.5237 12.8813 15.4951 11.3356C15.4666 9.7899 16.0236 8.29057 17.0545 7.13844C18.0853 5.98632 19.5137 5.26663 21.0531 5.12377C22.5924 4.98091 24.1289 5.42545 25.3542 6.3682C26.5296 5.43646 28.0062 4.96846 29.5038 5.05294C31.0014 5.13742 32.4159 5.76851 33.4792 6.82654C34.048 7.3936 34.4993 8.06735 34.8072 8.80916C35.1151 9.55097 35.2737 10.3463 35.2737 11.1494C35.2737 11.9526 35.1151 12.7479 34.8072 13.4897C34.4993 14.2316 34.048 14.9053 33.4792 15.4724L26.2708 22.6807C26.1555 22.7945 26.0188 22.8843 25.8687 22.9451C25.7185 23.0059 25.5578 23.0364 25.3958 23.0349ZM21.5417 7.53486C21.0655 7.53392 20.5939 7.62734 20.1541 7.8097C19.7143 7.99207 19.3149 8.25978 18.9792 8.59737C18.3061 9.27626 17.9285 10.1935 17.9285 11.1494C17.9285 12.1054 18.3061 13.0226 18.9792 13.7015L25.3542 20.0765L31.7083 13.7015C32.0441 13.3667 32.3104 12.969 32.4922 12.531C32.674 12.0931 32.7675 11.6236 32.7675 11.1494C32.7675 10.6753 32.674 10.2058 32.4922 9.76788C32.3104 9.32994 32.0441 8.93217 31.7083 8.59737C31.0218 7.93908 30.1074 7.57155 29.1562 7.57155C28.2051 7.57155 27.2907 7.93908 26.6042 8.59737L26.2292 8.97237C25.992 9.20272 25.6744 9.33158 25.3437 9.33158C25.0131 9.33158 24.6955 9.20272 24.4583 8.97237L24.0833 8.59737C23.7521 8.25947 23.3566 7.99136 22.92 7.80887C22.4835 7.62638 22.0148 7.53321 21.5417 7.53486Z" fill="%23FF6961"/></g><defs><clipPath id="clip0_10503_12951"><rect width="50" height="50" fill="white" transform="translate(0 0.930664)"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-employer-perks .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.revamp-v2 .content-single-employer .section-doctors {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-doctors .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51" height="51" viewBox="0 0 51 51" fill="none"><g clip-path="url(%23clip0_10669_11948)"><path d="M16.9445 38.0155C15.4638 38.0264 14.0393 37.4487 12.9846 36.4093C11.9298 35.37 11.3311 33.9542 11.3202 32.4735L11.1847 14.0781C11.2012 12.6153 11.7912 11.2174 12.8277 10.1851C13.8643 9.15276 15.2646 8.56851 16.7275 8.55798L29.498 8.46389C30.9751 8.45299 32.3964 9.02792 33.4505 10.0628C34.5046 11.0976 35.1057 12.508 35.1221 13.9851C35.1246 14.3166 34.9952 14.6355 34.7625 14.8717C34.5298 15.1078 34.2129 15.2418 33.8814 15.2443C33.5499 15.2467 33.231 15.1174 32.9948 14.8847C32.7587 14.652 32.6246 14.335 32.6222 14.0035C32.6192 13.5996 32.5364 13.2003 32.3784 12.8285C32.2205 12.4567 31.9905 12.1199 31.7019 11.8373C31.4132 11.5548 31.0715 11.3322 30.6964 11.1822C30.3213 11.0323 29.9203 10.9581 29.5164 10.9638L16.7459 11.0579C16.342 11.0581 15.9421 11.1383 15.5692 11.2937C15.1964 11.4491 14.858 11.6768 14.5735 11.9635C14.289 12.2503 14.0641 12.5905 13.9116 12.9646C13.7592 13.3386 13.6822 13.7391 13.6852 14.143L13.8207 32.5384C13.8484 33.3414 14.1884 34.102 14.7684 34.658C15.3484 35.2141 16.1226 35.5218 16.9261 35.5156C17.2576 35.5131 17.5765 35.6425 17.8127 35.8752C18.0488 36.1079 18.1828 36.4248 18.1853 36.7563C18.1877 37.0879 18.0584 37.4068 17.8257 37.6429C17.593 37.879 17.276 38.0131 16.9445 38.0155Z" fill="%23FF6961"/><path d="M35.7339 43.2939L22.0259 43.3949C21.3611 43.3971 20.7024 43.2683 20.0873 43.0158C19.4723 42.7634 18.913 42.3923 18.4414 41.9238C17.9697 41.4552 17.595 40.8983 17.3386 40.2849C17.0822 39.6716 16.9491 39.0137 16.9469 38.3488L16.8042 18.9744C16.7943 17.6317 17.3182 16.3402 18.2605 15.3838C19.2029 14.4274 20.4866 13.8846 21.8293 13.8747L35.5164 13.7739C36.1874 13.7607 36.8543 13.8804 37.4787 14.1263C38.1032 14.3722 38.6727 14.7392 39.1546 15.2064C39.6364 15.6735 40.021 16.2314 40.2861 16.8479C40.5513 17.4644 40.6917 18.1273 40.6994 18.7983L40.8421 38.1728C40.8471 38.8456 40.7185 39.5127 40.4637 40.1355C40.209 40.7582 39.8331 41.3242 39.3579 41.8005C38.8827 42.2769 38.3177 42.6542 37.6956 42.9106C37.0735 43.1669 36.4067 43.2972 35.7339 43.2939ZM21.7639 16.3128C21.0843 16.3395 20.4422 16.631 19.9747 17.125C19.5073 17.619 19.2517 18.2763 19.2625 18.9563L19.4052 38.3307C19.4103 39.0159 19.6873 39.6709 20.1753 40.1518C20.6633 40.6327 21.3224 40.9 22.0075 40.895L35.7155 40.794C36.0547 40.7915 36.3901 40.7222 36.7026 40.59C37.0151 40.4579 37.2984 40.2655 37.5365 40.0239C37.7747 39.7822 37.9628 39.4961 38.0904 39.1817C38.2179 38.8673 38.2822 38.5309 38.2797 38.1917L38.137 18.8172C38.1265 18.1338 37.8477 17.4819 37.3609 17.0022C36.8741 16.5225 36.2181 16.2534 35.5347 16.253L21.7639 16.3128Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_10669_11948"><rect width="50" height="50" fill="white" transform="translate(0 0.368408) rotate(-0.422162)"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-doctors .section-inner .doctor-list article {
  border-radius: 12px;
  border: 1px solid var(--djt-greys-dark-border, #c9c9c9);
  background: var(--djt-primary-white, #fff);
  /* Web/Light Shadow */
  -webkit-box-shadow: var(--djt-shadow-box);
          box-shadow: var(--djt-shadow-box);
  overflow: hidden;
}
.revamp-v2 .content-single-employer .section-doctors .section-inner .doctor-list figure {
  width: 100%;
  height: 284px;
  overflow: hidden;
}
.revamp-v2 .content-single-employer .section-doctors .section-inner .doctor-list figure img {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-doctors .section-inner .doctor-list .content-wrapper {
  padding: 18px;
}
.revamp-v2 .content-single-employer .section-doctors .section-inner .doctor-list .content-wrapper h3 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  margin: 0 0 1rem 0;
}
.revamp-v2 .content-single-employer .section-doctors .section-inner .doctor-list .content-wrapper .read-more {
  color: var(--greys-grey-500, #737171);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}
.revamp-v2 .content-single-employer .section-resources {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-resources .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51" height="51" viewBox="0 0 51 51" fill="none"><g clip-path="url(%23clip0_10669_11948)"><path d="M16.9445 38.0155C15.4638 38.0264 14.0393 37.4487 12.9846 36.4093C11.9298 35.37 11.3311 33.9542 11.3202 32.4735L11.1847 14.0781C11.2012 12.6153 11.7912 11.2174 12.8277 10.1851C13.8643 9.15276 15.2646 8.56851 16.7275 8.55798L29.498 8.46389C30.9751 8.45299 32.3964 9.02792 33.4505 10.0628C34.5046 11.0976 35.1057 12.508 35.1221 13.9851C35.1246 14.3166 34.9952 14.6355 34.7625 14.8717C34.5298 15.1078 34.2129 15.2418 33.8814 15.2443C33.5499 15.2467 33.231 15.1174 32.9948 14.8847C32.7587 14.652 32.6246 14.335 32.6222 14.0035C32.6192 13.5996 32.5364 13.2003 32.3784 12.8285C32.2205 12.4567 31.9905 12.1199 31.7019 11.8373C31.4132 11.5548 31.0715 11.3322 30.6964 11.1822C30.3213 11.0323 29.9203 10.9581 29.5164 10.9638L16.7459 11.0579C16.342 11.0581 15.9421 11.1383 15.5692 11.2937C15.1964 11.4491 14.858 11.6768 14.5735 11.9635C14.289 12.2503 14.0641 12.5905 13.9116 12.9646C13.7592 13.3386 13.6822 13.7391 13.6852 14.143L13.8207 32.5384C13.8484 33.3414 14.1884 34.102 14.7684 34.658C15.3484 35.2141 16.1226 35.5218 16.9261 35.5156C17.2576 35.5131 17.5765 35.6425 17.8127 35.8752C18.0488 36.1079 18.1828 36.4248 18.1853 36.7563C18.1877 37.0879 18.0584 37.4068 17.8257 37.6429C17.593 37.879 17.276 38.0131 16.9445 38.0155Z" fill="%23FF6961"/><path d="M35.7339 43.2939L22.0259 43.3949C21.3611 43.3971 20.7024 43.2683 20.0873 43.0158C19.4723 42.7634 18.913 42.3923 18.4414 41.9238C17.9697 41.4552 17.595 40.8983 17.3386 40.2849C17.0822 39.6716 16.9491 39.0137 16.9469 38.3488L16.8042 18.9744C16.7943 17.6317 17.3182 16.3402 18.2605 15.3838C19.2029 14.4274 20.4866 13.8846 21.8293 13.8747L35.5164 13.7739C36.1874 13.7607 36.8543 13.8804 37.4787 14.1263C38.1032 14.3722 38.6727 14.7392 39.1546 15.2064C39.6364 15.6735 40.021 16.2314 40.2861 16.8479C40.5513 17.4644 40.6917 18.1273 40.6994 18.7983L40.8421 38.1728C40.8471 38.8456 40.7185 39.5127 40.4637 40.1355C40.209 40.7582 39.8331 41.3242 39.3579 41.8005C38.8827 42.2769 38.3177 42.6542 37.6956 42.9106C37.0735 43.1669 36.4067 43.2972 35.7339 43.2939ZM21.7639 16.3128C21.0843 16.3395 20.4422 16.631 19.9747 17.125C19.5073 17.619 19.2517 18.2763 19.2625 18.9563L19.4052 38.3307C19.4103 39.0159 19.6873 39.6709 20.1753 40.1518C20.6633 40.6327 21.3224 40.9 22.0075 40.895L35.7155 40.794C36.0547 40.7915 36.3901 40.7222 36.7026 40.59C37.0151 40.4579 37.2984 40.2655 37.5365 40.0239C37.7747 39.7822 37.9628 39.4961 38.0904 39.1817C38.2179 38.8673 38.2822 38.5309 38.2797 38.1917L38.137 18.8172C38.1265 18.1338 37.8477 17.4819 37.3609 17.0022C36.8741 16.5225 36.2181 16.2534 35.5347 16.253L21.7639 16.3128Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_10669_11948"><rect width="50" height="50" fill="white" transform="translate(0 0.368408) rotate(-0.422162)"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-resources .section-inner .resource-list article {
  border-radius: 12px;
  border: 1px solid var(--djt-greys-dark-border, #c9c9c9);
  background: var(--djt-primary-white, #fff);
  /* Web/Light Shadow */
  -webkit-box-shadow: var(--djt-shadow-box);
          box-shadow: var(--djt-shadow-box);
  overflow: hidden;
}
.revamp-v2 .content-single-employer .section-resources .section-inner .resource-list figure {
  width: 100%;
  height: 284px;
  overflow: hidden;
}
.revamp-v2 .content-single-employer .section-resources .section-inner .resource-list figure img {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-resources .section-inner .resource-list .content-wrapper {
  padding: 18px;
}
.revamp-v2 .content-single-employer .section-resources .section-inner .resource-list .content-wrapper h3 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  margin: 0 0 1rem 0;
}
.revamp-v2 .content-single-employer .section-resources .section-inner .resource-list .content-wrapper .read-more {
  color: var(--greys-grey-500, #737171);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}
.revamp-v2 .content-single-employer .section-clinical-services {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-clinical-services .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51" height="51" viewBox="0 0 51 51" fill="none"><path d="M35.9602 45.7297L16.0024 45.8768C14.5217 45.8877 13.0972 45.3099 12.0425 44.2706C10.9877 43.2313 10.389 41.8155 10.3781 40.3347L10.1823 13.7521C10.1713 12.2714 10.7491 10.8469 11.7884 9.79217C12.8278 8.73741 14.2435 8.13872 15.7243 8.12781L20.12 8.09542C20.4515 8.09298 20.7704 8.22232 21.0066 8.45501C21.2427 8.6877 21.3767 9.00467 21.3792 9.33618C21.3816 9.66769 21.2523 9.98659 21.0196 10.2227C20.7869 10.4589 20.4699 10.5929 20.1384 10.5954L15.7427 10.6277C15.3308 10.6196 14.9214 10.6942 14.5388 10.847C14.1561 10.9997 13.808 11.2277 13.5149 11.5173C13.2218 11.8069 12.9898 12.1523 12.8324 12.5331C12.6751 12.9139 12.5957 13.3223 12.5989 13.7343L12.7947 40.3169C12.8007 41.1347 13.1314 41.9165 13.7138 42.4905C14.2963 43.0644 15.083 43.3835 15.9007 43.3775L35.8585 43.2304C36.6762 43.2244 37.4581 42.8938 38.032 42.3113C38.606 41.7288 38.925 40.9422 38.919 40.1245L38.7231 13.5418C38.7068 12.7456 38.3831 11.9867 37.8197 11.4238C37.2563 10.861 36.497 10.5379 35.7008 10.5224L31.9509 10.55C31.6194 10.5524 31.3005 10.4231 31.0644 10.1904C30.8282 9.9577 30.6942 9.64074 30.6917 9.30923C30.6893 8.97772 30.8186 8.65881 31.0513 8.42267C31.284 8.18653 31.601 8.05249 31.9325 8.05005L35.6824 8.02242C37.1631 8.01151 38.5876 8.58927 39.6424 9.62861C40.6971 10.6679 41.2958 12.0837 41.3067 13.5645L41.5023 40.1054C41.5132 41.5862 40.9354 43.0106 39.8961 44.0654C38.8568 45.1201 37.441 45.7188 35.9602 45.7297Z" fill="%231B4A52"/><path d="M29.5728 12.9842L21.9064 13.0407C21.1494 13.0462 20.4212 12.7509 19.8821 12.2196C19.3429 11.6883 19.0368 10.9646 19.0312 10.2076L19.0105 7.39518C19.005 7.01865 19.074 6.64474 19.2137 6.29501C19.3533 5.94528 19.5608 5.62665 19.8241 5.35745C20.0874 5.08826 20.4014 4.87384 20.748 4.72654C21.0946 4.57925 21.4669 4.502 21.8434 4.49923L29.5099 4.44275C29.8864 4.43996 30.2598 4.51172 30.6085 4.65389C30.9572 4.79606 31.2744 5.00583 31.5416 5.27112C31.8089 5.5364 32.021 5.85194 32.1658 6.19958C32.3106 6.54721 32.3851 6.92006 32.3852 7.29663L32.4059 10.1091C32.4115 10.866 32.1161 11.5942 31.5848 12.1334C31.0535 12.6726 30.3298 12.9786 29.5728 12.9842ZM21.8618 6.99916C21.7661 7.0052 21.6763 7.04772 21.6109 7.11796C21.5455 7.1882 21.5096 7.28081 21.5105 7.37676L21.5312 10.1892C21.5317 10.2851 21.569 10.3772 21.6354 10.4465C21.7018 10.5158 21.7923 10.5569 21.8881 10.5616L29.5546 10.5051C29.654 10.5043 29.7491 10.4641 29.8189 10.3933C29.8887 10.3224 29.9275 10.2268 29.9268 10.1273L29.9061 7.3149C29.9053 7.21544 29.8651 7.12036 29.7943 7.05055C29.7234 6.98075 29.6278 6.94194 29.5283 6.94267L21.8618 6.99916Z" fill="%231B4A52"/><path d="M34.998 19.7778L23.0609 19.8657C22.8967 19.8669 22.7339 19.8358 22.5818 19.7741C22.4297 19.7124 22.2912 19.6213 22.1743 19.5061C22.0574 19.3909 21.9643 19.2538 21.9004 19.1026C21.8364 18.9514 21.8029 18.7891 21.8017 18.625C21.7992 18.2935 21.9286 17.9745 22.1613 17.7384C22.394 17.5023 22.7109 17.3682 23.0424 17.3658L35.0421 17.2774C35.3736 17.2749 35.6925 17.4043 35.9287 17.637C36.1648 17.8697 36.2989 18.1866 36.3013 18.5181C36.3028 18.6877 36.2697 18.8557 36.2042 19.0121C36.1386 19.1685 36.042 19.3099 35.9201 19.4277C35.7981 19.5455 35.6535 19.6373 35.495 19.6975C35.3365 19.7577 35.1674 19.785 34.998 19.7778Z" fill="%231B4A52"/><path d="M17.1346 21.4094C16.8276 21.4152 16.5295 21.3059 16.299 21.103L14.6005 19.6155C14.4831 19.5002 14.3896 19.3629 14.3254 19.2115C14.2612 19.06 14.2275 18.8973 14.2263 18.7328C14.2251 18.5683 14.2564 18.4052 14.3183 18.2528C14.3803 18.1004 14.4717 17.9617 14.5874 17.8447C14.7009 17.728 14.8365 17.635 14.9862 17.571C15.1359 17.5071 15.2969 17.4736 15.4597 17.4724C15.6225 17.4712 15.7839 17.5023 15.9346 17.564C16.0853 17.6258 16.2222 17.7168 16.3374 17.8318L16.8826 18.307L18.7124 15.0018C18.7896 14.8578 18.8947 14.7307 19.0215 14.6278C19.1484 14.525 19.2945 14.4484 19.4512 14.4027C19.608 14.3569 19.7723 14.3428 19.9346 14.3613C20.0969 14.3797 20.2539 14.4304 20.3963 14.5102C20.541 14.5894 20.6686 14.6964 20.7717 14.8251C20.8748 14.9539 20.9514 15.1017 20.9971 15.2602C21.0428 15.4186 21.0567 15.5846 21.038 15.7484C21.0193 15.9123 20.9683 16.0708 20.8881 16.2149L18.3182 20.8798C18.2258 21.0384 18.1002 21.1751 17.9499 21.2805C17.7996 21.386 17.6283 21.4576 17.4477 21.4904L17.1346 21.4094Z" fill="%23E2504B"/><path d="M35.0696 29.4858L23.1324 29.5737C22.8009 29.5762 22.482 29.4468 22.2458 29.2141C22.0097 28.9814 21.8757 28.6645 21.8732 28.333C21.8708 28.0015 22.0001 27.6826 22.2328 27.4464C22.4655 27.2103 22.7825 27.0762 23.114 27.0738L35.1137 26.9854C35.4452 26.9829 35.7641 27.1123 36.0002 27.345C36.2363 27.5777 36.3704 27.8946 36.3728 28.2261C36.3743 28.3957 36.3412 28.5637 36.2757 28.7201C36.2102 28.8765 36.1135 29.0179 35.9916 29.1357C35.8697 29.2535 35.7251 29.3453 35.5666 29.4055C35.4081 29.4657 35.239 29.493 35.0696 29.4858Z" fill="%231B4A52"/><path d="M17.2065 31.1383C16.8966 31.1385 16.5981 31.0216 16.3707 30.8111L14.6722 29.3236C14.5548 29.2083 14.4613 29.071 14.3971 28.9195C14.3329 28.7681 14.2992 28.6054 14.298 28.4409C14.2968 28.2764 14.3281 28.1132 14.3901 27.9608C14.452 27.8084 14.5435 27.6698 14.6591 27.5528C14.8771 27.3077 15.1826 27.1581 15.5098 27.1362C15.837 27.1143 16.1597 27.2219 16.4083 27.4357L16.9535 27.9109L18.7835 24.6265C18.8585 24.4805 18.9625 24.3512 19.0891 24.2467C19.2156 24.1422 19.3622 24.0646 19.5198 24.0186C19.6774 23.9726 19.8427 23.9592 20.0056 23.9792C20.1685 23.9992 20.3257 24.0522 20.4674 24.1349C20.6114 24.2121 20.7385 24.3172 20.8414 24.444C20.9442 24.5709 21.0208 24.7169 21.0665 24.8737C21.1123 25.0305 21.1264 25.1948 21.1079 25.3571C21.0895 25.5194 21.0388 25.6763 20.959 25.8188L18.3892 30.4837C18.3014 30.648 18.1775 30.7903 18.0267 30.8997C17.8759 31.009 17.7022 31.0827 17.5188 31.1151L17.2065 31.1383Z" fill="%23E2504B"/><path d="M35.1413 39.2147L23.2042 39.3026C22.8727 39.3051 22.5538 39.1757 22.3176 38.943C22.0815 38.7103 21.9474 38.3934 21.945 38.0619C21.9426 37.7303 22.0719 37.4114 22.3046 37.1753C22.5373 36.9392 22.8542 36.8051 23.1858 36.8027L35.1854 36.7143C35.5169 36.7118 35.8358 36.8412 36.072 37.0739C36.3081 37.3065 36.4422 37.6235 36.4446 37.955C36.4461 38.1246 36.413 38.2926 36.3475 38.449C36.2819 38.6054 36.1853 38.7468 36.0634 38.8646C35.9415 38.9824 35.7968 39.0742 35.6383 39.1344C35.4798 39.1946 35.3107 39.2219 35.1413 39.2147Z" fill="%231B4A52"/><path d="M17.2779 40.8464C16.9709 40.8522 16.6728 40.743 16.4423 40.54L14.7438 39.0525C14.6264 38.9372 14.5329 38.7999 14.4687 38.6485C14.4045 38.497 14.3708 38.3343 14.3696 38.1698C14.3684 38.0053 14.3997 37.8422 14.4616 37.6898C14.5236 37.5374 14.6151 37.3987 14.7307 37.2817C14.8371 37.158 14.9671 37.0567 15.113 36.9837C15.2589 36.9107 15.418 36.8674 15.5808 36.8565C15.7436 36.8457 15.907 36.8673 16.0613 36.9202C16.2157 36.9731 16.358 37.0562 16.4799 37.1647L16.9425 37.7446L18.7724 34.4394C18.8496 34.2954 18.9547 34.1683 19.0815 34.0655C19.2084 33.9626 19.3544 33.8861 19.5112 33.8403C19.668 33.7945 19.8323 33.7805 19.9946 33.7989C20.1569 33.8174 20.3138 33.868 20.4563 33.9478C20.601 34.027 20.7285 34.134 20.8317 34.2628C20.9348 34.3915 21.0114 34.5393 21.0571 34.6978C21.1028 34.8563 21.1167 35.0222 21.098 35.1861C21.0793 35.3499 21.0283 35.5085 20.9481 35.6525L18.378 40.2966C18.2903 40.4609 18.1664 40.6032 18.0156 40.7125C17.8648 40.8219 17.6911 40.8956 17.5077 40.928L17.2779 40.8464Z" fill="%23E2504B"/></svg>');
}
.revamp-v2 .content-single-employer .section-patient-insight {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 168px 90px 1fr;
  grid-template-columns: 168px 1fr;
  grid-gap: 90px;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-patient-insight {
    grid-gap: 1rem;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-patient-insight {
    margin-top: 24px;
  }
}
.revamp-v2 .content-single-employer .section-patient-insight .section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.revamp-v2 .content-single-employer .section-patient-insight .section-title .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="51" viewBox="0 0 50 51" fill="none"><g clip-path="url(%23clip0_10503_12694)"><path d="M30.0417 42.7103C28.3841 42.7103 26.7944 42.0518 25.6223 40.8797C24.4502 39.7076 23.7917 38.1179 23.7917 36.4603V34.1894C23.7917 33.8579 23.9234 33.54 24.1578 33.3055C24.3922 33.0711 24.7102 32.9394 25.0417 32.9394C25.3732 32.9394 25.6911 33.0711 25.9256 33.3055C26.16 33.54 26.2917 33.8579 26.2917 34.1894V36.4603C26.2917 36.9572 26.3899 37.4493 26.5807 37.9081C26.7715 38.367 27.0511 38.7836 27.4035 39.134C27.7559 39.4845 28.174 39.7618 28.6339 39.9501C29.0938 40.1383 29.5864 40.2338 30.0834 40.2311C33.1046 40.2322 36.0389 39.2199 38.4167 37.3561C38.8911 36.9865 39.3179 36.5597 39.6875 36.0853C42.0135 32.9614 43.2635 29.1674 43.25 25.2728C43.2454 22.7167 42.7032 20.1902 41.6588 17.8572C40.6144 15.5243 39.091 13.4371 37.1875 11.7311C35.2813 9.97926 33.0197 8.65922 30.5569 7.86106C28.0941 7.06289 25.4881 6.80538 22.9167 7.1061C18.8414 7.57708 15.0451 9.412 12.1443 12.3128C9.24343 15.2137 7.4085 19.01 6.93752 23.0853C6.63297 25.6471 6.88075 28.2444 7.66415 30.7024C8.44756 33.1604 9.7484 35.4221 11.4792 37.3353C11.5951 37.4496 11.6871 37.5858 11.7499 37.736C11.8127 37.8863 11.8451 38.0475 11.8451 38.2103C11.8451 38.3731 11.8127 38.5343 11.7499 38.6845C11.6871 38.8347 11.5951 38.9709 11.4792 39.0853C11.3648 39.2012 11.2286 39.2932 11.0784 39.356C10.9282 39.4188 10.767 39.4512 10.6042 39.4512C10.4414 39.4512 10.2802 39.4188 10.13 39.356C9.97976 39.2932 9.84352 39.2012 9.72917 39.0853C7.77518 36.9033 6.30323 34.3339 5.40938 31.5447C4.51553 28.7554 4.21984 25.809 4.54166 22.8978C5.10127 18.2649 7.2001 13.9541 10.5017 10.6563C13.8033 7.35844 18.1165 5.26456 22.75 4.71026C25.6524 4.37017 28.594 4.65328 31.3783 5.54066C34.1626 6.42803 36.7255 7.89926 38.8958 9.8561C41.0624 11.7939 42.7962 14.1664 43.9844 16.8192C45.1725 19.4719 45.7883 22.3453 45.7917 25.2519C45.8067 29.678 44.3888 33.9901 41.75 37.5436C41.2552 38.2023 40.6736 38.791 40.0209 39.2936C37.1747 41.5248 33.6581 42.7288 30.0417 42.7103Z" fill="%231B4A52"/><path d="M26.3541 35.0853H24.9999C22.5207 35.0798 20.1447 34.0925 18.3916 32.3395C16.6385 30.5864 15.6513 28.2103 15.6458 25.7312V16.3562C15.6458 16.0246 15.7774 15.7067 16.0119 15.4723C16.2463 15.2379 16.5642 15.1062 16.8958 15.1062H21.4791C21.8106 15.1062 22.1286 15.2379 22.363 15.4723C22.5974 15.7067 22.7291 16.0246 22.7291 16.3562C22.7291 16.6877 22.5974 17.0056 22.363 17.24C22.1286 17.4745 21.8106 17.6062 21.4791 17.6062H18.1458V25.7312C18.1458 27.549 18.8679 29.2924 20.1533 30.5778C21.4387 31.8632 23.1821 32.5853 24.9999 32.5853H26.2708C28.0869 32.5798 29.8271 31.8559 31.1113 30.5717C32.3955 29.2875 33.1194 27.5473 33.1249 25.7312V17.5228H29.4583C29.2941 17.5228 29.1316 17.4905 28.9799 17.4277C28.8282 17.3649 28.6904 17.2728 28.5744 17.1567C28.4583 17.0406 28.3662 16.9028 28.3034 16.7512C28.2406 16.5995 28.2083 16.437 28.2083 16.2728C28.2083 15.9413 28.3399 15.6234 28.5744 15.3889C28.8088 15.1545 29.1267 15.0228 29.4583 15.0228H34.3749C34.7065 15.0228 35.0244 15.1545 35.2588 15.3889C35.4932 15.6234 35.6249 15.9413 35.6249 16.2728V25.6478C35.6416 28.1271 34.6755 30.512 32.9381 32.2807C31.2006 34.0494 28.8333 35.0578 26.3541 35.0853Z" fill="%231B4A52"/><path d="M14.1876 45.4395C12.8209 45.4339 11.5121 44.8872 10.5477 43.9188C9.58323 42.9505 9.04174 41.6395 9.04175 40.2728C9.04723 38.9097 9.59116 37.604 10.555 36.6402C11.5189 35.6763 12.8245 35.1324 14.1876 35.127C15.5543 35.1269 16.8653 35.6684 17.8336 36.6329C18.802 37.5973 19.3487 38.9061 19.3542 40.2728C19.3542 41.6431 18.8099 42.9572 17.841 43.9262C16.872 44.8951 15.5579 45.4395 14.1876 45.4395ZM14.1876 37.627C13.8401 37.627 13.4961 37.6954 13.1751 37.8284C12.8541 37.9613 12.5624 38.1562 12.3167 38.4019C12.071 38.6476 11.8761 38.9393 11.7432 39.2603C11.6102 39.5813 11.5417 39.9253 11.5417 40.2728C11.539 40.622 11.6054 40.9683 11.7371 41.2917C11.8689 41.6151 12.0633 41.9093 12.3093 42.1572C12.5553 42.4051 12.8479 42.6018 13.1702 42.7361C13.4926 42.8703 13.8384 42.9395 14.1876 42.9395C14.8948 42.9395 15.5731 42.6585 16.0732 42.1584C16.5733 41.6583 16.8542 40.98 16.8542 40.2728C16.8543 39.9236 16.7852 39.5778 16.6509 39.2554C16.5166 38.9331 16.3198 38.6405 16.0719 38.3945C15.824 38.1485 15.5299 37.9541 15.2065 37.8223C14.8831 37.6906 14.5368 37.6242 14.1876 37.627Z" fill="%23FF6961"/></g><defs><clipPath id="clip0_10503_12694"><rect width="50" height="50" fill="white" transform="translate(0 0.251953)"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-patient-insight .section-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-patient-insight .section-inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 1rem;
    overflow: hidden;
  }
}
.revamp-v2 .content-single-employer .section-patient-insight .section-inner .sub-section-wrapper {
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-patient-insight .section-inner #age-distribution-chart {
    margin-left: -2rem;
    scale: 0.9;
  }
  .revamp-v2 .content-single-employer .section-patient-insight .section-inner .peak-times-charts {
    margin-left: -6rem;
  }
  .revamp-v2 .content-single-employer .section-patient-insight .section-inner .peak-times-charts > div {
    scale: 0.75;
  }
}
.revamp-v2 .content-single-employer .section-main-review {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review {
    margin-top: 24px;
  }
}
.revamp-v2 .content-single-employer .section-main-review header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.revamp-v2 .content-single-employer .section-main-review header .section-title {
  margin-bottom: 0;
}
.revamp-v2 .content-single-employer .section-main-review header .section-title .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><g clip-path="url(%23clip0_10503_12874)"><path d="M38.5833 18.3334C39.4578 18.3334 40.1667 17.6245 40.1667 16.7501C40.1667 15.8756 39.4578 15.1667 38.5833 15.1667C37.7089 15.1667 37 15.8756 37 16.7501C37 17.6245 37.7089 18.3334 38.5833 18.3334Z" fill="%23E2504B"/><path d="M34.2501 18.3334C35.1245 18.3334 35.8334 17.6245 35.8334 16.7501C35.8334 15.8756 35.1245 15.1667 34.2501 15.1667C33.3756 15.1667 32.6667 15.8756 32.6667 16.7501C32.6667 17.6245 33.3756 18.3334 34.2501 18.3334Z" fill="%23E2504B"/><path d="M29.9166 18.3334C30.791 18.3334 31.4999 17.6245 31.4999 16.7501C31.4999 15.8756 30.791 15.1667 29.9166 15.1667C29.0421 15.1667 28.3333 15.8756 28.3333 16.7501C28.3333 17.6245 29.0421 18.3334 29.9166 18.3334Z" fill="%23E2504B"/><path d="M44.1666 33.3333C43.9721 33.3338 43.78 33.2911 43.6041 33.2083L33.9791 28.3333C33.1265 28.4062 32.2692 28.4062 31.4166 28.3333C31.2523 28.3227 31.0918 28.2798 30.9441 28.207C30.7965 28.1342 30.6647 28.0329 30.5563 27.909C30.4479 27.7852 30.365 27.6411 30.3124 27.4851C30.2598 27.3291 30.2386 27.1642 30.2499 27C30.2907 26.676 30.449 26.3782 30.6948 26.1632C30.9406 25.9481 31.2567 25.8308 31.5833 25.8333C32.4 25.9277 33.2249 25.9277 34.0416 25.8333C34.2913 25.8116 34.5425 25.8547 34.7708 25.9583L39.3124 28.2708L37.7499 26.4167C37.6349 26.2714 37.5514 26.1037 37.5047 25.9244C37.4581 25.745 37.4494 25.5579 37.4791 25.375C37.5101 25.194 37.5827 25.0226 37.6912 24.8744C37.7996 24.7262 37.9409 24.6052 38.1041 24.5208C39.5141 23.8009 40.7047 22.7153 41.5513 21.3775C42.3979 20.0398 42.8695 18.4991 42.9166 16.9167C42.9166 11.9375 38.2291 7.89583 32.4999 7.89583C30.3719 7.81587 28.2704 8.39008 26.4787 9.5411C24.687 10.6921 23.2911 12.3646 22.4791 14.3333C22.4371 14.5015 22.3605 14.6591 22.2543 14.7961C22.1481 14.9332 22.0146 15.0466 21.8621 15.1292C21.7097 15.2119 21.5418 15.2619 21.3691 15.2761C21.1963 15.2904 21.0224 15.2685 20.8586 15.212C20.6947 15.1554 20.5444 15.0654 20.4171 14.9476C20.2899 14.8298 20.1886 14.6869 20.1196 14.5278C20.0506 14.3688 20.0155 14.1971 20.0164 14.0238C20.0173 13.8504 20.0543 13.6791 20.1249 13.5208C21.0882 11.0489 22.7974 8.93837 25.0151 7.48232C27.2327 6.02627 29.8488 5.297 32.4999 5.39583C39.6458 5.39583 45.4583 10.5625 45.4583 16.9167C45.4355 18.692 44.9841 20.4355 44.1426 21.9989C43.3011 23.5623 42.0943 24.8992 40.6249 25.8958L45.1666 31.3333C45.3291 31.5149 45.4349 31.7399 45.4712 31.9808C45.5075 32.2217 45.4726 32.468 45.3708 32.6893C45.2689 32.9107 45.1047 33.0974 44.8982 33.2266C44.6916 33.3559 44.4518 33.4219 44.2083 33.4167L44.1666 33.3333Z" fill="%23E2504B"/><path d="M5.70833 43.3125C5.51899 43.3149 5.33171 43.2728 5.16162 43.1896C4.99154 43.1064 4.84342 42.9843 4.72917 42.8333C4.54417 42.6151 4.44262 42.3382 4.44262 42.0521C4.44262 41.766 4.54417 41.4891 4.72917 41.2708L9.8125 35.1667C8.18244 34.0854 6.84086 32.6227 5.90419 30.9055C4.96752 29.1882 4.46406 27.2684 4.4375 25.3125C4.4375 18.375 10.6875 12.8125 18.5833 12.8125C26.4792 12.8125 32.7292 18.4583 32.7292 25.3125C32.7292 32.1667 26.375 37.8125 18.5833 37.8125C18.0213 37.8451 17.4579 37.8451 16.8958 37.8125L6.24999 43.1875C6.07983 43.2656 5.89552 43.3081 5.70833 43.3125ZM18.6041 15.2083C12.1666 15.2083 6.95832 19.75 6.95832 25.3125C7.00577 27.0767 7.52815 28.7955 8.47043 30.2877C9.41271 31.7799 10.74 32.9904 12.3125 33.7917C12.4756 33.876 12.617 33.9971 12.7254 34.1453C12.8339 34.2935 12.9065 34.4648 12.9375 34.6458C12.9672 34.8288 12.9585 35.0159 12.9119 35.1952C12.8652 35.3746 12.7817 35.5422 12.6667 35.6875L10.5833 38.2083L16.125 35.4167C16.3465 35.2924 16.604 35.2482 16.8541 35.2917C17.4347 35.3659 18.0189 35.4076 18.6041 35.4167C25.0208 35.4167 30.25 30.8958 30.25 25.3333C30.25 19.7708 25 15.2083 18.6041 15.2083Z" fill="%231B4A52"/><path d="M24.6875 23.8332H11.5C11.1685 23.8332 10.8505 23.7016 10.6161 23.4671C10.3817 23.2327 10.25 22.9148 10.25 22.5832C10.25 22.2517 10.3817 21.9338 10.6161 21.6994C10.8505 21.4649 11.1685 21.3333 11.5 21.3333H24.6875C25.019 21.3333 25.337 21.4649 25.5714 21.6994C25.8058 21.9338 25.9375 22.2517 25.9375 22.5832C25.9375 22.9148 25.8058 23.2327 25.5714 23.4671C25.337 23.7016 25.019 23.8332 24.6875 23.8332Z" fill="%231B4A52"/><path d="M24.6875 29.2708H11.5C11.1685 29.2708 10.8505 29.1391 10.6161 28.9046C10.3817 28.6702 10.25 28.3523 10.25 28.0208C10.25 27.6892 10.3817 27.3713 10.6161 27.1369C10.8505 26.9025 11.1685 26.7708 11.5 26.7708H24.6875C25.019 26.7708 25.337 26.9025 25.5714 27.1369C25.8058 27.3713 25.9375 27.6892 25.9375 28.0208C25.9375 28.3523 25.8058 28.6702 25.5714 28.9046C25.337 29.1391 25.019 29.2708 24.6875 29.2708Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_10503_12874"><rect width="50" height="50" fill="white"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-main-review header .average-stats {
  border-radius: 12px;
  background: var(--background-soft-tosca);
  padding: 10px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.revamp-v2 .content-single-employer .section-main-review header .average-stats .value {
  color: var(--djt-primary-teal);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.revamp-v2 .content-single-employer .section-main-review header .average-stats .fa {
  color: #fdb944;
}
.revamp-v2 .content-single-employer .section-main-review .section-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 216px 2rem 1fr;
  grid-template-columns: 216px 1fr;
  gap: 2rem;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .section-inner-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner .section-inner-wrapper {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .section-inner-wrapper .wrapper {
  width: 100%;
  border-radius: 12px;
  background: var(--background-light-blue);
  padding: 32px 20px;
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .section-inner-wrapper .wrapper figure {
  margin-bottom: 20px;
  width: 120px;
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .section-inner-wrapper .wrapper p {
  color: #202124;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .section-inner-wrapper .wrapper .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .extra-pagination {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner .extra-pagination {
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .revamp-v2 .content-single-employer .section-main-review .section-inner .extra-pagination > * {
    width: 100%;
  }
  .revamp-v2 .content-single-employer .section-main-review .section-inner .extra-pagination #filter-result-text {
    padding-top: 20px;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .extra-pagination .result {
  color: var(--greys-grey-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner .extra-pagination .result {
    text-align: center;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists .comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists .comment-list {
    row-gap: 1rem;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists .comment-list .the-comment {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--djt-greys-dark-border, #c9c9c9);
  background: var(--djt-primary-white, #fff);
  /* Web/Light Shadow */
  -webkit-box-shadow: var(--djt-shadow-box);
          box-shadow: var(--djt-shadow-box);
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists .comment-list .the-comment {
    padding: 1.5rem;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists .comment-list .the-comment .comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists .comment-list .the-comment .comment-box > * {
  margin: 0;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-main-review .section-inner .comment-lists .comment-list .the-comment .comment-box {
    row-gap: 1rem;
  }
}
.revamp-v2 .content-single-employer .section-main-review .section-inner .empty-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
.revamp-v2 .content-single-employer .section-job-list {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-job-list header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 24px 1fr;
  grid-template-columns: 260px 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-job-list header {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 1rem;
  }
}
.revamp-v2 .content-single-employer .section-job-list header .section-title {
  width: 308px;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-job-list header .section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.revamp-v2 .content-single-employer .section-job-list header .section-title .icon {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"><g clip-path="url(%23clip0_10503_13137)"><path d="M25 34.1041C23.6259 34.0986 22.3096 33.5503 21.3379 32.5787C20.3663 31.607 19.818 30.2908 19.8125 28.9166C19.8125 28.5851 19.9442 28.2672 20.1786 28.0327C20.413 27.7983 20.731 27.6666 21.0625 27.6666C21.394 27.6666 21.712 27.7983 21.9464 28.0327C22.1808 28.2672 22.3125 28.5851 22.3125 28.9166C22.2797 29.288 22.3246 29.6622 22.4442 30.0154C22.5638 30.3685 22.7556 30.6929 23.0074 30.9679C23.2592 31.2429 23.5655 31.4625 23.9067 31.6127C24.248 31.7629 24.6167 31.8405 24.9896 31.8405C25.3624 31.8405 25.7312 31.7629 26.0725 31.6127C26.4137 31.4625 26.72 31.2429 26.9717 30.9679C27.2235 30.6929 27.4153 30.3685 27.535 30.0154C27.6546 29.6622 27.6995 29.288 27.6667 28.9166C27.6667 28.5851 27.7984 28.2672 28.0328 28.0327C28.2672 27.7983 28.5852 27.6666 28.9167 27.6666C29.2482 27.6666 29.5661 27.7983 29.8006 28.0327C30.035 28.2672 30.1667 28.5851 30.1667 28.9166C30.1667 30.2888 29.623 31.6051 28.6547 32.5774C27.6863 33.5496 26.3722 34.0986 25 34.1041Z" fill="%23E2504B"/><path d="M41.2293 41.5209H8.77092C7.61972 41.5209 6.51537 41.065 5.6994 40.2529C4.88343 39.4409 4.42226 38.3387 4.41675 37.1875V16.6667C4.42226 15.5155 4.88343 14.4134 5.6994 13.6013C6.51537 12.7892 7.61972 12.3334 8.77092 12.3334H41.2293C42.3805 12.3334 43.4848 12.7892 44.3008 13.6013C45.1167 14.4134 45.5779 15.5155 45.5834 16.6667V37.1875C45.5779 38.3387 45.1167 39.4409 44.3008 40.2529C43.4848 41.065 42.3805 41.5209 41.2293 41.5209ZM8.77092 14.8334C8.52841 14.8306 8.28777 14.876 8.06293 14.9669C7.83809 15.0578 7.63352 15.1924 7.46107 15.3629C7.28861 15.5334 7.1517 15.7365 7.05827 15.9603C6.96483 16.1841 6.91673 16.4242 6.91675 16.6667V37.1875C6.92223 37.6757 7.12 38.142 7.46713 38.4852C7.81426 38.8284 8.28275 39.0209 8.77092 39.0209H41.2293C41.7174 39.0209 42.1859 38.8284 42.533 38.4852C42.8802 38.142 43.0779 37.6757 43.0834 37.1875V16.6667C43.0834 16.4242 43.0353 16.1841 42.9419 15.9603C42.8485 15.7365 42.7116 15.5334 42.5391 15.3629C42.3667 15.1924 42.1621 15.0578 41.9372 14.9669C41.7124 14.876 41.4718 14.8306 41.2293 14.8334H8.77092Z" fill="%231B4A52"/><path d="M32.4584 14.8333H17.5417C17.2102 14.8333 16.8923 14.7016 16.6579 14.4672C16.4234 14.2328 16.2917 13.9148 16.2917 13.5833V11.2291C16.2973 9.86798 16.8418 8.56446 17.8063 7.60393C18.7707 6.6434 20.0764 6.10411 21.4376 6.10413H28.5626C29.9237 6.10411 31.2295 6.6434 32.1939 7.60393C33.1583 8.56446 33.7029 9.86798 33.7084 11.2291V13.5833C33.7084 13.9148 33.5767 14.2328 33.3423 14.4672C33.1079 14.7016 32.7899 14.8333 32.4584 14.8333ZM18.7501 12.3333H31.2501V11.2291C31.2501 10.8826 31.1815 10.5396 31.0483 10.2197C30.9151 9.8999 30.7199 9.60959 30.4739 9.36557C30.2279 9.12154 29.9361 8.92862 29.6152 8.79793C29.2943 8.66724 28.9507 8.60138 28.6042 8.60413H21.4376C21.0876 8.59579 20.7396 8.65753 20.4138 8.78572C20.0881 8.9139 19.7913 9.10593 19.5409 9.35052C19.2905 9.59511 19.0915 9.88731 18.9557 10.2099C18.8199 10.5326 18.75 10.8791 18.7501 11.2291V12.3333Z" fill="%231B4A52"/><path d="M25.0001 29.5C24.8969 29.5202 24.7908 29.5202 24.6876 29.5L6.08343 24.75C5.91259 24.7223 5.74935 24.6595 5.60403 24.5655C5.45872 24.4715 5.33451 24.3484 5.23927 24.2039C5.14403 24.0594 5.07983 23.8967 5.05074 23.7261C5.02166 23.5555 5.02831 23.3807 5.07028 23.2128C5.11225 23.0449 5.18863 22.8876 5.29458 22.7507C5.40053 22.6139 5.53374 22.5005 5.68578 22.4179C5.83782 22.3352 6.00536 22.285 6.17781 22.2704C6.35026 22.2559 6.52386 22.2773 6.6876 22.3333L25.0001 26.9583L43.2918 22.2916C43.6051 22.2288 43.9306 22.2884 44.2013 22.4582C44.4721 22.6279 44.6675 22.8949 44.7476 23.2043C44.8276 23.5137 44.7861 23.8419 44.6315 24.1217C44.477 24.4014 44.2213 24.6113 43.9168 24.7083L25.3126 29.4583C25.2122 29.4925 25.106 29.5066 25.0001 29.5Z" fill="%231B4A52"/><path d="M29.5 23.3125H20.5C20.1685 23.3125 19.8505 23.1808 19.6161 22.9464C19.3817 22.712 19.25 22.394 19.25 22.0625V18.1875C19.25 17.856 19.3817 17.538 19.6161 17.3036C19.8505 17.0692 20.1685 16.9375 20.5 16.9375H29.5C29.8315 16.9375 30.1495 17.0692 30.3839 17.3036C30.6183 17.538 30.75 17.856 30.75 18.1875V22.0625C30.75 22.394 30.6183 22.712 30.3839 22.9464C30.1495 23.1808 29.8315 23.3125 29.5 23.3125ZM21.75 20.8333H28.25V19.4583H21.75V20.8333Z" fill="%231B4A52"/></g><defs><clipPath id="clip0_10503_13137"><rect width="50" height="50" fill="white"/></clipPath></defs></svg>');
}
.revamp-v2 .content-single-employer .section-job-list header .alert {
  margin-bottom: 0;
}
.revamp-v2 .content-single-employer .section-job-list .section-inner {
  display: -ms-grid;
  display: grid;
  padding-top: 48px;
  -ms-grid-columns: 260px 24px 1fr;
  grid-template-columns: 260px 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner.empty {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--djt-greys-dark-border, #c9c9c9);
  background: #fff;
  /* Web/Light Shadow */
  -webkit-box-shadow: var(--djt-shadow-box);
          box-shadow: var(--djt-shadow-box);
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 12px;
  }
  .revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs > .field {
    width: 48%;
    margin-bottom: 0 !important;
  }
  .revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs > button {
    display: none;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs .field {
  margin-bottom: 26px;
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs .field label {
  display: block;
  color: var(--djt-primary-black, #1d1919);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs .field label {
    display: none;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .filter-jobs-wrapper .filter-jobs button {
  width: 100%;
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 220px 24px 160px;
  grid-template-columns: 1fr 220px 160px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 0;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination .result {
  color: var(--greys-grey-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination .result {
    text-align: center;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination .search-keyword-field {
  width: 100%;
  border-radius: 8px;
  background: var(--dark-100, #efefef);
  position: relative;
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination .search-keyword-field::before {
  position: absolute;
  display: inline-block;
  top: 14px;
  left: 12px;
  width: 20px;
  height: 20px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5833 9.16667C14.5833 12.1582 12.1582 14.5833 9.16667 14.5833C6.17512 14.5833 3.75 12.1582 3.75 9.16667C3.75 6.17512 6.17512 3.75 9.16667 3.75C12.1582 3.75 14.5833 6.17512 14.5833 9.16667ZM13.4182 14.302C12.2642 15.2584 10.7826 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667C15.8333 10.7825 15.2584 12.2641 14.302 13.4181L17.1087 16.2247C17.3527 16.4688 17.3527 16.8645 17.1087 17.1086C16.8646 17.3527 16.4689 17.3527 16.2248 17.1086L13.4182 14.302Z" fill="%23444242"/></svg>');
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination .search-keyword-field input {
  background-color: transparent;
  border: none;
  padding: 12px 16px 12px 36px;
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination .search-keyword-field {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .extra-pagination .order-jobs {
    display: none;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .job-lists {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 769px) {
  .revamp-v2 .content-single-employer .section-job-list .section-inner .job-lists {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.revamp-v2 .content-single-employer .section-job-list .section-inner .job-lists .job-list {
  border-radius: 12px;
  border: 1px solid var(--greys-dark-border, #c9c9c9);
  background: #fff;
  /* Web/Light Shadow */
  -webkit-box-shadow: var(--djt-shadow-box);
          box-shadow: var(--djt-shadow-box);
}