*,
*::before,
*::after {
  box-sizing: border-box;
}

.lsjb-jobs-page #page__wrapper {
  overflow-x: visible;
}


.lsjb-shell img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lsjb-shell p:empty {
  min-height: .577rem;
}

.lsjb-interview-banner {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lsjb-interview-banner[hidden] {
  display: none;
}

.lsjb-interview-banner .lsjb-interview-banner-dialog {
  display: grid;
  gap: 14px;
  width: calc(100% - 32px);
  max-width: 720px;
  padding-right: 72px;
}

.lsjb-interview-banner .lsjb-interview-banner-dialog p {
  margin: 0;
  color: #192543;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.lsjb-field {
  appearance: none;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  margin-bottom: 1px;
  padding: 13px 15px;
  border: 1px solid #d3d4d6;
  border-radius: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #4e535a;
  font-size: 14px;
  line-height: 160%;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lsjb-field:focus {
  border-color: #336aff;
  box-shadow: 0 0 0 3px rgba(51, 106, 255, 0.12);
}

.lsjb-field::placeholder {
  color: var(--lsjb-theme-muted, #7a7e83);
}

.lsjb-field-select {
  padding-right: 48px;
  background-image: linear-gradient(45deg, transparent 50%, #336aff 50%), linear-gradient(135deg, #336aff 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.lsjb-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.lsjb-section-head-with-action {
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;

}

.lsjb-companies-search {
  width: 100%;
  max-width: 16.875rem;
}

.lsjb-companies-search input {
  width: 100%;
}

.lsjb-company-tile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #495571;
}

.lsjb-company-tile-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lsjb-company-tile-logo span {
  font-size: 1.5rem;
  font-weight: 700;
}

.lsjb-company-tile h2,
.lsjb-company-tile p {
  margin: 0;
}

.lsjb-company-tile p {
  color: #475569;
  font-size: 0.875rem;
}

.lsjb-company-focus {
  gap: 1.25rem;
}

.lsjb-company-focus-card {
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--lsjb-company-bg, #ffffff);
  color: var(--lsjb-company-fg, #000000);
  margin-bottom: 1.5rem;
}

.lsjb-company-focus-brand {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}

.lsjb-company-focus-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.lsjb-company-focus-about {
  max-width: none;
}

.lsjb-company-focus-about h3,
.lsjb-company-benefits h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.lsjb-company-focus-about :where(p, ul, ol) {
  margin: 0 0 20px;
  color: var(--lsjb-theme-muted);
  font-size: 16px;
  
 
}

.lsjb-company-focus-about :where(p, ul, ol):last-child {
  margin-bottom: 0;
}

.lsjb-company-focus-about :where(p, ul, ol) * {
  font-size: inherit;
}

.lsjb-company-focus-about :where(ul, ol) {
  padding-left: 1.25rem;
}

.lsjb-company-benefits {
  display: grid;
  gap: 0;
  margin-bottom: 32px;
}

.lsjb-company-benefits .up-row {
  width: 100%;
}

.lsjb-company-benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.lsjb-company-benefit-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  min-height: 140px;
  padding: 16px 10px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--lsjb-theme-shadow);
  text-align: center;
}

.lsjb-company-benefit-card svg {
  width: 48px;
  height: 48px;
}

.lsjb-company-benefit-card p {
  margin: 0;
  color: var(--lsjb-theme-heading);
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;

}

.lsjb-company-focus-logo {
  width: 8rem;
  align-items: center;
  justify-content: center;
}

.lsjb-company-focus-logo span {
  color: var(--lsjb-company-bg, #111827);
  background: var(--lsjb-company-fg, #ffffff);
}

.lsjb-company-focus-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.lsjb-company-focus-copy h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--lsjb-company-fg, #000000);
}

.lsjb-company-focus-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  color: var(--lsjb-company-fg, #000000);
}

.lsjb-company-focus-jobs {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.lsjb-company-focus-jobs svg {
  flex: 0 0 auto;
  color: var(--lsjb-company-fg, #000000);
}



.lsjb-board-search-button,
.lsjb-button {
  width: 100%;
  min-height: 48px;
  min-width: fit-content;
}

.lsjb-button {
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  background: #fff;
}


.lsjb-board-search-button {
  width: auto;
  padding-inline: 1.5rem;
  border-color: #336aff;
  background: #336aff;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.lsjb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}

.lsjb-button[aria-disabled="true"],
.lsjb-button:disabled,
.lsjb-board-search-button:disabled {
  cursor: not-allowed;
}

.lsjb-close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid var(--lsjb-theme-blue, #336aff);
  border-radius: 100px;
  background: #ffffff;
  color: var(--lsjb-theme-blue, #336aff);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 16px 60px rgba(164, 169, 183, 0.16);
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.lsjb-close-button span,
.lsjb-close-button svg {
  color: currentColor;
}

.lsjb-close-button svg :where(path, rect, circle, line, polyline, polygon) {
  fill: currentColor;
  stroke: currentColor;
}

.lsjb-close-button:hover,
.lsjb-close-button:focus-visible {
  border-color: var(--lsjb-theme-blue, #336aff);
  background: var(--lsjb-theme-blue, #336aff);
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.lsjb-job-list {
  display: grid;
  gap: 16px;
}

.lsjb-company-focus-copy {
  display: grid;
  gap: 1rem;
  margin-top: auto;
}

.lsjb-company-focus-copy h2 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25;
}



.lsjb-results-copy {
  color: #667085;
  font-size: 0.875rem;
}

.lsjb-job-list {
  gap: 1rem;
}


.lsjb-filters-sidebar {
  width: 100%;
}
.lsjb-filters-field {
  display: grid;
  gap: 8px;
}

.lsjb-filters-field label {
  font-size: 14px;
  line-height: 160%;
  color: #4e535a;

}

.lsjb-filters-field .lsjb-field {
  width: 100%;
}

.lsjb-filters-submit {
  min-height: 3rem;
  border: 0;
  border-radius: 0.35rem;
  background: #336aff;
  color: #fff;
  font-weight: 700;
}

.lsjb-empty-state {
  display: grid;
  justify-items: center;
  gap: 1rem;
  min-height: 24rem;
  padding: 3rem 1rem;
  color: #4f5f7e;
  text-align: center;
}

.lsjb-empty-state p {
  margin: 0;
  font-size: 1.125rem;
}

.lsjb-empty-state-icon {
  color: #4f5f7e;
}

.lsjb-archive-cta {
  display: flex;
  justify-content: center;
  padding: 1rem 0 0;
  margin-top: 16px;
}

.lsjb-shell {
  width: 100%;
  margin: 0 auto;
  font: 400 1rem/1.5 system-ui, sans-serif;
  --lsjb-theme-blue: #336aff;
  --lsjb-theme-heading: #192543;
  --lsjb-theme-muted: #7a7e83;
  --lsjb-theme-soft: #f5f7fb;
  --lsjb-theme-border: #dde5f9;
  --lsjb-theme-shadow: 0 16px 100px rgba(164, 169, 183, 0.12);
  color: var(--lsjb-theme-heading);
  font-family: "Graphik", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.lsjb-board-hero .up-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url("../BG.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  min-height: 850px;
  max-height: 850px;
  padding-top: 14%;
  overflow: visible;
}

.lsjb-board-hero h1 {
  color: #fff;
}


.lsjb-board-boxes:not(.lsjb-board-boxes-filters) {
  padding-bottom: 120px;
  padding-top: 360px;
  margin-top: -245px;
  background-color: #f5f5f3;
}

.lsjb-board-boxes-filters,
.companies-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f3;
}

@media screen and (max-width: 1600px) {
  .lsjb-board-boxes:not(.lsjb-board-boxes-filters) {
    padding-bottom: 90px;
    padding-top: 270px;
    margin-top: -185px;
  }

  .lsjb-board-boxes-filters,
  .companies-page {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1280px) {
  .lsjb-board-boxes:not(.lsjb-board-boxes-filters) {
    padding-bottom: 30px;
    padding-top: 170px;
    margin-top: -110px;

  }

  .lsjb-board-boxes-filters,
  .companies-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


.lsjb-board-hero h1 {
  max-width: 889px;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.12;
}

.lsjb-board-hero p {
  max-width: 680px;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.6;
}

.lsjb-board-search {
  width: 100%;
  margin-top: 1rem;
}


.lsjb-company-tile {
  border: 0;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: var(--lsjb-theme-shadow);
}

.lsjb-company-focus-card {
  border: 0;
  border-radius: 15px;
  background: var(--lsjb-company-bg, #ffffff);
  color: var(--lsjb-company-fg, #000000);
  box-shadow: var(--lsjb-theme-shadow);
}

.lsjb-company-focus-card :where(h1, h2, h3, p, span, strong, a) {
  color: var(--lsjb-company-fg, #000000);
}

.lsjb-company-focus-card svg {
  color: var(--lsjb-company-fg, #000000);
}

.lsjb-company-focus-card svg :where(path, rect, circle, line, polyline, polygon) {
  fill: currentColor;
  stroke: currentColor;
}

.lsjb-board-search-grid {

  display: flex;
  justify-content: start;
  align-items: start;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 32px;
  gap: 24px;
}

@media screen and (max-width: 1600px) {
  .lsjb-board-search-grid {
    padding: 24px 16px;
    gap: 16px;
  }
}



.lsjb-location-autocomplete {
  position: relative;
  width: 100%;
}

.lsjb-location-autocomplete input {
  width: 100%;
}

.lsjb-location-suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  gap: 4px;
  padding: 6px;
  border: 1px solid #d8e1f8;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(25, 37, 67, 0.14);
}

.lsjb-location-suggestions[hidden] {
  display: none;
}

.lsjb-location-suggestions button {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #213057;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.lsjb-location-suggestions button:hover,
.lsjb-location-suggestions button:focus-visible,
.lsjb-location-suggestions button.is-active {
  background: #eef3ff;
  color: #336aff;
}

.lsjb-button,
.lsjb-board-search-button,
.lsjb-filters-submit {
  min-height: 48px;
  border: 1px solid var(--lsjb-theme-blue);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.lsjb-board-search-button,
.lsjb-filters-submit,
.lsjb-button-brand,
.lsjb-button-accent {
  background: var(--lsjb-button-bg, var(--lsjb-theme-blue));
  border-color: var(--lsjb-button-border, var(--lsjb-theme-blue));
  color: var(--lsjb-button-color, #ffffff);
}

.lsjb-board-search-button:hover,
.lsjb-board-search-button:focus-visible,
.lsjb-filters-submit:hover,
.lsjb-filters-submit:focus-visible,
.lsjb-button-brand:hover,
.lsjb-button-brand:focus-visible,
.lsjb-button-accent:hover,
.lsjb-button-accent:focus-visible {
  background: var(--lsjb-button-hover-bg, #ffffff);
  border-color: var(--lsjb-button-hover-border, var(--lsjb-button-border, var(--lsjb-theme-blue)));
  color: var(--lsjb-button-hover-color, var(--lsjb-theme-blue));
  outline: none;
}

.lsjb-button-ghost,
.lsjb-button-outline-light {
  background: var(--lsjb-ghost-bg, #ffffff);
  border-color: var(--lsjb-ghost-border, var(--lsjb-theme-blue));
  color: var(--lsjb-ghost-color, var(--lsjb-theme-blue));
}

.lsjb-button-bordered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 32px;
  background: #ffffff;
  border-color: var(--lsjb-theme-blue);
  color: var(--lsjb-theme-blue);
  text-decoration: none;
}

.lsjb-button-ghost:hover,
.lsjb-button-ghost:focus-visible,
.lsjb-button-outline-light:hover,
.lsjb-button-outline-light:focus-visible,
.lsjb-button-bordered:hover,
.lsjb-button-bordered:focus-visible {
  background: var(--lsjb-ghost-hover-bg, var(--lsjb-theme-blue));
  border-color: var(--lsjb-ghost-hover-border, var(--lsjb-ghost-border, var(--lsjb-theme-blue)));
  color: var(--lsjb-ghost-hover-color, #ffffff);
  outline: none;
}

.lsjb-section-head :is(h1, h2) {
  position: relative;
  margin: 0;
  padding-bottom: 16px;
  color: #182543;
  font-weight: 500;
  font-size: clamp(24px, 2.4vw, 42px);
  line-height: 1.4;
}

.lsjb-section-head :is(h1, h2)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: var(--lsjb-theme-blue);
  content: "";
}

.lsjb-results-copy,
.lsjb-company-tile p,
.lsjb-filters-card-title {
  color: var(--lsjb-theme-muted);
}

.lsjb-company-tile p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.lsjb-company-tile-logo,
.lsjb-company-focus-logo {
  border-radius: 15px;
  background: #ffffff;
}

.lsjb-company-focus-card .lsjb-company-focus-logo {
  background: transparent;
}

.lsjb-company-focus-card .lsjb-company-focus-logo span {
  background: var(--lsjb-company-fg, #ffffff);
  color: var(--lsjb-company-bg, #111827);
}

.lsjb-companies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}

.lsjb-company-tile {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;

  background: #fff;
  text-align: center;
  text-decoration: none;
  min-height: 220px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

a.lsjb-company-tile:hover,
a.lsjb-company-tile:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 80px rgba(164, 169, 183, 0.2);
  outline: none;
}

.lsjb-company-tile h2 {
  max-width: 100%;
  overflow: hidden;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--lsjb-theme-heading);
  font-size: 18px;
  font-weight: 500;
}

.lsjb-filters-layout {
  display: grid;
  align-items: start;
  gap: 40px;
}

.lsjb-filters-card {
  display: grid;
  gap: 24px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 32px;
}

@media screen and (max-width: 1600px) {
  .lsjb-filters-card {
    padding: 24px 16px;
    gap: 16px;
  }
}

.lsjb-filters-card-title {
  margin: 0;
  color: #495571;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}

.lsjb-company-focus-back {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 160%;
  color: #336aff;
  box-sizing: border-box;
  transition: 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 992px) {


  .lsjb-filters-layout {
    grid-template-columns: minmax(0, 1fr) 17rem;
  }

  .lsjb-filters-sidebar {
    position: sticky;
    top: 1rem;
  }
}

@media (max-width: 991px) {
  .lsjb-filters-layout {
    display: flex;
    flex-direction: column-reverse;
  }


  .lsjb-companies-grid {}

}

@media (max-width: 767px) {
  .lsjb-board-hero .up-row {
    min-height: 50vh;
    max-height: none;
    padding: 32px 22px;
  }

  .lsjb-board-search-grid-hero {
    flex-wrap: wrap;
  }

  .lsjb-board-search-grid-hero .lsjb-field-search,
  .lsjb-board-search-grid-hero .lsjb-location-autocomplete {
    flex: 1 1 100%;
    width: 100%;
  }

  .lsjb-board-search-grid-hero .lsjb-board-search-button {
    width: 100%;
  }
}


@media (max-width: 640px) {
  .lsjb-interview-banner {
    padding-top: 20px;
  }

  .lsjb-interview-banner .lsjb-interview-banner-dialog p {
    font-size: 13px;
  }

  .lsjb-interview-banner .lsjb-interview-banner-dialog {
    padding-right: 58px;
  }

  .lsjb-section-head-with-action {
    flex-direction: column;
  }

  .lsjb-company-focus-card {
    padding: 12px;
    grid-template-columns: 1fr;
  }

  .lsjb-shell {
    font-size: 16px;
  }




  .lsjb-section-head :is(h1, h2) {
    padding-bottom: 8px;
    font-size: 24px;
  }

  .lsjb-company-tile p {
    font-size: 14px;
  }
}
