.editor-styles-wrapper .CareersListing {
  background: var(--colors-white);
}
.editor-styles-wrapper .CareersListing__container {
  padding-top: 90px;
  padding-bottom: 66px;
}
.editor-styles-wrapper .CareersListing__title {
  font-size: 54px;
  line-height: 60px;
  margin: 0;
}
.editor-styles-wrapper .CareersListing__sub_title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.editor-styles-wrapper .CareersListing__row {
  padding-top: 84px;
}
.editor-styles-wrapper .CareersListing__item {
  display: block;
  border-bottom: 1px solid var(--colors-black);
  padding: 45px 0;
  color: var(--colors-black) !important;
  text-decoration: none!important;
}
.editor-styles-wrapper .CareersListing__item:nth-child(1) {
  border-top: 1px solid var(--colors-black);
}
.editor-styles-wrapper .CareersListing__item__title {
  font-size: 40px;
  line-height: 39px;
  margin: 0;
}
.editor-styles-wrapper .CareersListing__item:hover {
  color: var(--colors-primary) !important;
}
.editor-styles-wrapper .CareersListing__pagination {
  margin-top: 72px;
}
.editor-styles-wrapper .CareersListing__pagination .Pagination__loadMore {
  max-width: 190px;
}
.editor-styles-wrapper .CareersListing__featured_image,
.editor-styles-wrapper .CareersListing__item__featured_image {
  display: none;
}
.Overview + .CareersListing .CareersListing__container {
  padding-top: 0!important;
}
/*# sourceMappingURL=style.css.map */