.careers-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
.careers-hero {
  width: 100%;
  height: 715px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: 71px;
  background-color: #fdfafa;
}
.careers-menu {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.careers-desktop-navigation {
  width: 100%;
  display: flex;
  margin-top: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.careers-centered {
  width: 100%;
  display: flex;
  max-width: 1200px;
  box-sizing: initial;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 50px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
  background-color: #000000;
}
.careers-left {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 38px;
  flex-direction: row;
  padding-bottom: 38px;
}
.careers-navlink {
  display: contents;
}
.careers-logo {
  width: 76px;
  height: 76px;
  margin-left: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.careers-links {
  display: flex;
  align-items: center;
  margin-left: 33px;
  flex-direction: row;
}
.careers-navlink1 {
  color: #ffffff;
  text-decoration: none;
}
.careers-navlink2 {
  color: #ffffff;
  text-decoration: none;
}
.careers-text {
  color: #ffffff;
}
.careers-right {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.careers-navlink3 {
  display: contents;
}
.careers-get-started {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: #ffffff;
}
.careers-get-started:hover {
  background-color: #5228F5;
}
.careers-text01 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
}
.careers-burger-menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.careers-mobile-menu-button {
  width: 40px;
  height: 40px;
  display: none;
}
.careers-container2 {
  display: contents;
}
.careers-mobile-navigation {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 150;
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.careers-link {
  display: contents;
}
.careers-logo1 {
  width: 64px;
  text-decoration: none;
}
.careers-links1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  flex-direction: column;
}
.careers-management {
  text-decoration: none;
}
.careers-development {
  text-decoration: none;
}
.careers-careers {
  text-decoration: none;
}
.careers-close-mobile-menu {
  top: var(--dl-space-space-oneandhalfunits);
  right: var(--dl-space-space-oneandhalfunits);
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.careers-icon {
  width: 24px;
  height: 24px;
  display: flex;
}
.careers-header {
  display: flex;
  margin-top: 140px;
  align-items: center;
  flex-direction: column;
}
.careers-text02 {
  color: rgb(6, 6, 6);
  font-size: 72px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
}
.careers-text03 {
  color: #000000;
  font-size: 20px;
  max-width: 600px;
  margin-top: 16px;
  text-align: center;
  line-height: 30px;
}
.careers-how-it-works {
  width: 100%;
  height: 2028px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #141417;
}
.careers-centered-container {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
.careers-heading {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.careers-text04 {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
}
.careers-text05 {
  color: var(--dl-color-gray-white);
}
.careers-category {
  color: white;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-left: var(--dl-space-space-fourunits);
  border-radius: 50px;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  background-color: #000000;
}
.careers-headng {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.careers-text08 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.careers-text09 {
  color: #EEE9FE;
  line-height: 24px;
  margin-bottom: 40px;
}
.careers-link1 {
  display: contents;
}
.careers-get-started1 {
  margin-bottom: 0px;
  text-decoration: none;
  background-color: #ffffff;
}
.careers-get-started1:hover {
  color: black;
  background-color: #ffffff;
}
.careers-text10 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.careers-container3 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.careers-pasted-image {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.careers-category1 {
  color: white;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-left: var(--dl-space-space-fourunits);
  border-radius: 50px;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  background-color: #000000;
}
.careers-headng1 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.careers-text13 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.careers-text14 {
  color: #EEE9FE;
  line-height: 24px;
  margin-bottom: 40px;
}
.careers-link2 {
  display: contents;
}
.careers-get-started2 {
  margin-bottom: 0px;
  text-decoration: none;
  background-color: #ffffff;
}
.careers-get-started2:hover {
  color: black;
  background-color: #ffffff;
}
.careers-text15 {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.careers-container4 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.careers-pasted-image1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.careers-category2 {
  color: white;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-left: var(--dl-space-space-fourunits);
  border-radius: 50px;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  background-color: #000000;
}
.careers-headng2 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.careers-text18 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.careers-text19 {
  color: #EEE9FE;
  line-height: 24px;
  margin-bottom: 40px;
}
.careers-category3 {
  color: white;
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-left: var(--dl-space-space-fourunits);
  border-radius: 50px;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  background-color: #000000;
}
.careers-headng3 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  margin-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.careers-text20 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
.careers-text21 {
  color: #EEE9FE;
  line-height: 24px;
  margin-bottom: 40px;
}
.careers-pricing {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
  background-color: #7656e6;
}
.careers-centered-container1 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.careers-heading1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.careers-text22 {
  color: var(--dl-color-gray-white);
  text-align: center;
}
.careers-text23 {
  color: #EEE9FE;
  width: 600px;
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.careers-cards {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  margin-top: var(--dl-space-space-fiveunits);
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.careers-card {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-threeunits);
  border-radius: 50px;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
  background-color: #ffffff;
}
.careers-text24 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.careers-text25 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-space-space-fourunits);
}
.careers-link3 {
  display: contents;
}
.careers-get-started3 {
  transition: 0.3s;
  text-decoration: none;
}
.careers-get-started3:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
.careers-text26 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.careers-text27 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.careers-bullet-points {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.careers-point {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon02 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text28 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point01 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon04 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text29 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point02 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon06 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text30 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point03 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon08 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text31 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point04 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon10 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text32 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-card1 {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: 40px;
  border-radius: 50px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
  background-color: #ffffff;
}
.careers-text33 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.careers-text34 {
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: var(--dl-space-space-fourunits);
}
.careers-link4 {
  display: contents;
}
.careers-get-started4 {
  transition: 0.3s;
  text-decoration: none;
}
.careers-get-started4:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
.careers-text37 {
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.careers-text40 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.careers-bullet-points1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.careers-point05 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon12 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text41 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point06 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon14 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text42 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point07 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon16 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text43 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point08 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon18 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text44 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point09 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon20 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text45 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point10 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon22 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text46 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-card2 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: 40px;
  border-radius: 50px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: flex-start;
  background-color: #000000;
}
.careers-text47 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.careers-text48 {
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin-bottom: var(--dl-space-space-fourunits);
}
.careers-link5 {
  display: contents;
}
.careers-get-started5 {
  color: var(--dl-color-gray-black);
  transition: 0.3s;
  text-decoration: none;
  background-color: #ffffff;
}
.careers-get-started5:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-template-blue-bg);
}
.careers-text51 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.careers-text54 {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.careers-bullet-points2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.careers-point11 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon24 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text55 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point12 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon26 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text56 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point13 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon28 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text57 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point14 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon30 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text60 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point15 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon32 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text61 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point16 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon34 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text62 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-point17 {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.careers-icon36 {
  fill: #5228F5;
  width: 8px;
  height: 8px;
}
.careers-text63 {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
}
.careers-faq {
  width: 100%;
  display: flex;
  padding: 120px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  background-color: #EFF0F2;
}
.careers-heading2 {
  width: 100%;
  display: flex;
  align-items: center;
  user-select: none;
  flex-direction: column;
}
.careers-text64 {
  text-align: center;
}
.careers-text65 {
  color: rgb(0, 0, 0);
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.careers-accordion {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.careers-header1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.careers-text66 {
  width: 100%;
  font-size: 20px;
  max-width: 760px;
  font-style: normal;
  font-weight: 500;
}
.careers-text67 {
  width: 100%;
  max-width: 760px;
  line-height: 24px;
}
.careers-text68 {
  width: 100%;
  max-width: 760px;
}
.careers-header2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.careers-text70 {
  width: 100%;
  font-size: 20px;
  max-width: 760px;
  font-style: normal;
  font-weight: 500;
}
.careers-text71 {
  width: 100%;
  max-width: 760px;
  line-height: 24px;
}
.careers-header3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.careers-text72 {
  width: 100%;
  font-size: 20px;
  max-width: 760px;
  font-style: normal;
  font-weight: 500;
}
.careers-text73 {
  width: 100%;
  max-width: 760px;
  line-height: 24px;
}
.careers-header4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.careers-text74 {
  width: 100%;
  font-size: 20px;
  max-width: 760px;
  font-style: normal;
  font-weight: 500;
}
.careers-text75 {
  width: 100%;
  max-width: 760px;
  line-height: 24px;
}
.careers-header5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.careers-text76 {
  width: 100%;
  font-size: 20px;
  max-width: 760px;
  font-style: normal;
  font-weight: 500;
}
.careers-text77 {
  width: 100%;
  max-width: 760px;
  line-height: 24px;
}
.careers-header6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.careers-text78 {
  width: 100%;
  font-size: 20px;
  max-width: 760px;
  font-style: normal;
  font-weight: 500;
}
.careers-text79 {
  width: 100%;
  max-width: 760px;
  line-height: 24px;
}
.careers-container6 {
  display: contents;
}
.careers-action-bar {
  width: 100%;
  display: flex;
  padding: 120px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.careers-action {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-end;
  border-radius: 50px;
  flex-direction: row;
  justify-content: space-between;
  background-color: #000000;
}
.careers-heading3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sevenunits);
  padding-left: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sevenunits);
}
.careers-text80 {
  color: var(--dl-color-gray-white);
  text-align: left;
}
.careers-text81 {
  color: #EEE9FE;
  line-height: 24px;
  margin-bottom: var(--dl-space-space-threeunits);
}
.careers-images {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
.careers-image {
  width: 100%;
  object-fit: cover;
  user-select: none;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
}
.careers-footer {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sevenunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sevenunits);
  background-color: #000000;
}
.careers-top {
  width: 100%;
  display: flex;
  max-width: 1200px;
  border-color: #3B3B3B;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  border-bottom-width: 1px;
}
.careers-left1 {
  width: 33%;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-twounits);
  flex-direction: column;
}
.careers-contact {
  display: flex;
  margin-top: 52px;
  align-items: flex-start;
  flex-direction: column;
}
.careers-text82 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.careers-navlink4 {
  color: #C4C4C4;
  font-size: 14px;
  text-decoration: none;
}
.careers-text83 {
  color: #C4C4C4;
  font-size: 14px;
}
.careers-link6 {
  color: #C4C4C4;
  font-size: 14px;
  text-decoration: none;
}
.careers-right1 {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: flex-start;
}
.careers-category4 {
  width: 240px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.careers-text84 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.careers-links2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.careers-navlink5 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.careers-navlink6 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  text-decoration: none;
}
.careers-text85 {
  color: rgb(196, 196, 196);
  font-size: 14px;
}
.careers-category5 {
  width: 240px;
  display: flex;
  flex-direction: column;
}
.careers-text86 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.careers-links3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.careers-navlink7 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  text-decoration: none;
}
.careers-navlink8 {
  color: rgb(196, 196, 196);
  font-size: 14px;
  text-decoration: none;
}
.careers-bottom {
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin-top: var(--dl-space-space-threeunits);
  align-items: flex-start;
  user-select: none;
  flex-direction: column;
}
.careers-branding {
  width: var(--dl-size-size-large);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);;
  margin-bottom: var(--dl-space-space-unit);
}
.careers-text87 {
  color: #686868;
  font-size: 14px;
  line-height: 30px;
}
@media(max-width: 1600px) {
  .careers-hero {
    height: 743px;
  }
  .careers-navlink2 {
    color: rgb(255, 255, 255);
  }
  .careers-text01 {
    color: rgb(0, 0, 0);
    font-style: normal;
    font-weight: 600;
  }
  .careers-text02 {
    color: rgb(6, 6, 6);
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
  }
  .careers-text03 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 30px;
  }
  .careers-how-it-works {
    background-color: #141417;
  }
  .careers-text04 {
    color: #ebebeb;
    font-style: normal;
    font-weight: 600;
  }
  .careers-text05 {
    color: var(--dl-color-gray-white);
  }
  .careers-category {
    background-color: #000000;
  }
  .careers-text08 {
    font-size: 32px;
  }
  .careers-text09 {
    color: rgb(238, 233, 254);
    line-height: 24px;
  }
  .careers-get-started1 {
    background-color: #ffffff;
  }
  .careers-text10 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .careers-pasted-image {
    width: 448px;
    height: 462px;
  }
  .careers-category1 {
    background-color: #000000;
  }
  .careers-text13 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-text14 {
    color: rgb(238, 233, 254);
    line-height: 24px;
  }
  .careers-get-started2 {
    background-color: #ffffff;
  }
  .careers-text15 {
    color: rgb(0, 0, 0);
  }
  .careers-pasted-image1 {
    width: 371px;
    height: 380px;
  }
  .careers-category2 {
    background-color: #000000;
  }
  .careers-text18 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-text19 {
    color: rgb(238, 233, 254);
    line-height: 24px;
  }
  .careers-category3 {
    background-color: #000000;
  }
  .careers-text20 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-text21 {
    color: rgb(238, 233, 254);
    line-height: 24px;
  }
  .careers-pricing {
    background-color: #7656e6;
  }
  .careers-text22 {
    color: var(--dl-color-gray-white);
  }
  .careers-text23 {
    color: rgb(238, 233, 254);
  }
  .careers-text24 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-text25 {
    color: rgb(0, 0, 0);
  }
  .careers-text26 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .careers-text27 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }
  .careers-text28 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text29 {
    font-size: 14px;
  }
  .careers-text30 {
    font-size: 14px;
  }
  .careers-text31 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text32 {
    font-size: 14px;
  }
  .careers-text33 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-text34 {
    color: rgb(0, 0, 0);
    line-height: 24px;
  }
  .careers-text37 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .careers-text40 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }
  .careers-text41 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text42 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text43 {
    font-size: 14px;
  }
  .careers-text44 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text45 {
    font-size: 14px;
  }
  .careers-text46 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text47 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-text48 {
    color: rgb(255, 255, 255);
    line-height: 24px;
  }
  .careers-text51 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .careers-text54 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
  }
  .careers-text55 {
    color: rgb(255, 255, 255);
  }
  .careers-text56 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text57 {
    color: rgb(255, 255, 255);
  }
  .careers-text60 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text61 {
    color: rgb(255, 255, 255);
  }
  .careers-text62 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  .careers-text63 {
    color: rgb(255, 255, 255);
  }
  .careers-text65 {
    color: rgb(0, 0, 0);
  }
  .careers-text66 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .careers-text67 {
    line-height: 24px;
  }
  .careers-text70 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .careers-text71 {
    line-height: 24px;
  }
  .careers-text72 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .careers-text73 {
    line-height: 24px;
  }
  .careers-text74 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .careers-text75 {
    line-height: 24px;
  }
  .careers-text76 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .careers-text77 {
    line-height: 24px;
  }
  .careers-text78 {
    font-size: 20px;
  }
  .careers-text79 {
    line-height: 24px;
  }
  .careers-action {
    background-color: #000000;
  }
  .careers-text80 {
    color: var(--dl-color-gray-white);
  }
  .careers-text81 {
    color: rgb(238, 233, 254);
  }
  .careers-navlink4 {
    color: rgb(196, 196, 196);
    font-size: 14px;
  }
  .careers-text83 {
    color: rgb(196, 196, 196);
    font-size: 14px;
  }
  .careers-link6 {
    color: rgb(196, 196, 196);
  }
  .careers-text85 {
    color: rgb(196, 196, 196);
    font-size: 14px;
  }
  .careers-text86 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-navlink7 {
    color: rgb(196, 196, 196);
    font-size: 14px;
  }
  .careers-navlink8 {
    color: rgb(196, 196, 196);
    font-size: 14px;
  }
  .careers-text87 {
    color: rgb(104, 104, 104);
  }
}
@media(max-width: 1200px) {
  .careers-hero {
    height: 743px;
  }
  .careers-navlink1 {
    color: rgb(255, 255, 255);
  }
  .careers-text {
    color: rgb(255, 255, 255);
  }
  .careers-text03 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 30px;
  }
  .careers-text18 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }
  .careers-text19 {
    color: rgb(238, 233, 254);
  }
  .careers-text20 {
    font-size: 32px;
  }
  .careers-text21 {
    color: rgb(238, 233, 254);
    line-height: 24px;
  }
  .careers-text76 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .careers-text77 {
    line-height: 24px;
  }
  .careers-text78 {
    font-size: 20px;
  }
  .careers-text84 {
    color: rgb(255, 255, 255);
  }
  .careers-navlink5 {
    color: rgb(196, 196, 196);
    font-size: 14px;
  }
  .careers-navlink6 {
    color: rgb(196, 196, 196);
    font-size: 14px;
  }
}
@media(max-width: 991px) {
  .careers-hero {
    height: 735px;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .careers-desktop-navigation {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .careers-centered {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .careers-left {
    margin-left: var(--dl-space-space-halfunit);
  }
  .careers-logo {
    width: 43px;
    height: 51px;
  }
  .careers-links {
    display: none;
  }
  .careers-get-started {
    display: none;
  }
  .careers-mobile-menu-button {
    display: flex;
  }
  .careers-close-mobile-menu {
    align-items: center;
    justify-content: center;
  }
  .careers-header {
    width: 100%;
    max-width: 1200px;
  }
  .careers-how-it-works {
    height: 2146px;
  }
  .careers-category {
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .careers-headng {
    margin-left: var(--dl-space-space-fourunits);
  }
  .careers-container3 {
    width: 100%;
  }
  .careers-pasted-image {
    height: auto;
  }
  .careers-category1 {
    width: 782px;
    height: 750px;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .careers-headng1 {
    margin-left: var(--dl-space-space-fourunits);
  }
  .careers-container4 {
    width: 765px;
    height: 285px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .careers-pasted-image1 {
    width: 621px;
    height: 248px;
  }
  .careers-category2 {
    width: 782px;
    height: 750px;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .careers-headng2 {
    margin-left: var(--dl-space-space-fourunits);
  }
  .careers-category3 {
    width: 782px;
    height: 750px;
    padding-left: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .careers-headng3 {
    margin-left: var(--dl-space-space-fourunits);
  }
  .careers-text23 {
    width: 100%;
    max-width: 600px;
  }
  .careers-cards {
    display: flex;
    flex-direction: column;
  }
  .careers-card {
    width: 100%;
    align-items: flex-start;
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .careers-text25 {
    font-size: 16px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .careers-text27 {
    font-size: 16px;
  }
  .careers-card1 {
    width: 100%;
    align-items: flex-start;
  }
  .careers-card2 {
    width: 100%;
    align-items: flex-start;
  }
  .careers-accordion {
    width: 100%;
    max-width: 1200px;
  }
  .careers-action {
    flex-direction: column;
  }
  .careers-heading3 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .careers-text80 {
    font-size: 36px;
    line-height: 36px;
  }
  .careers-footer {
    padding: var(--dl-space-space-sixunits);
  }
  .careers-top {
    flex-direction: column;
  }
  .careers-left1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .careers-text82 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .careers-navlink4 {
    text-decoration: underline none;
  }
  .careers-text83 {
    text-decoration: underline none;
  }
  .careers-link6 {
    text-decoration: underline none;
  }
  .careers-right1 {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .careers-links2 {
    gap: var(--dl-space-space-unit);
  }
  .careers-links3 {
    gap: var(--dl-space-space-unit);
  }
  .careers-branding {
    width: var(--dl-size-size-medium);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .careers-text87 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}
@media(max-width: 767px) {
  .careers-hero {
    height: 620px;
    position: relative;
    padding-bottom: 180px;
    background-color: #ffffff;
  }
  .careers-desktop-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
  .careers-centered {
    padding-left: 0px;
    padding-right: 0px;
  }
  .careers-left {
    margin-left: var(--dl-space-space-unit);
  }
  .careers-logo {
    width: 57px;
    height: 50px;
  }
  .careers-right {
    margin-right: var(--dl-space-space-unit);
  }
  .careers-get-started {
    display: none;
  }
  .careers-header {
    height: 100%;
    margin-top: var(--dl-space-space-fourunits);
    justify-content: center;
  }
  .careers-text02 {
    color: #000000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .careers-text03 {
    color: #000000;
    font-size: 16px;
    margin-top: var(--dl-space-space-unit);
    line-height: 24px;
  }
  .careers-how-it-works {
    height: 2088px;
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .careers-heading {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .careers-text05 {
    margin-bottom: 0px;
  }
  .careers-headng {
    padding-bottom: 0px;
  }
  .careers-get-started1 {
    display: none;
  }
  .careers-container3 {
    width: 100%;
  }
  .careers-category1 {
    width: 100%;
  }
  .careers-headng1 {
    padding-bottom: 0px;
  }
  .careers-get-started2 {
    display: none;
  }
  .careers-container4 {
    width: 100%;
  }
  .careers-category2 {
    width: 100%;
  }
  .careers-headng2 {
    padding-bottom: 0px;
  }
  .careers-category3 {
    width: 100%;
  }
  .careers-headng3 {
    padding-bottom: 0px;
  }
  .careers-pricing {
    width: 100%;
    padding-left: var(--dl-space-space-fourunits);
    padding-right: var(--dl-space-space-fourunits);
  }
  .careers-card {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .careers-text24 {
    font-size: 28px;
  }
  .careers-card1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .careers-text33 {
    font-size: 28px;
  }
  .careers-card2 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .careers-text47 {
    font-size: 28px;
  }
  .careers-faq {
    padding: var(--dl-space-space-fourunits);
  }
  .careers-heading2 {
    width: 100%;
  }
  .careers-text64 {
    font-size: 36px;
    line-height: 36px;
  }
  .careers-text65 {
    width: 100%;
    max-width: 600p;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .careers-action-bar {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-fourunits);
    padding-right: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .careers-action {
    align-items: center;
  }
  .careers-heading3 {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .careers-text80 {
    font-size: 28px;
    text-align: left;
  }
  .careers-images {
    justify-content: center;
  }
  .careers-image {
    width: 100%;
  }
  .careers-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .careers-hero {
    padding-bottom: 160px;
    background-color: #ffffff;
  }
  .careers-logo {
    width: 47px;
  }
  .careers-logo1 {
    margin-left: 0px;
  }
  .careers-icon {
    align-items: center;
    justify-content: center;
  }
  .careers-text02 {
    color: #000000;
  }
  .careers-text03 {
    color: #000000;
  }
  .careers-how-it-works {
    height: 2887px;
  }
  .careers-category {
    height: 1923px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .careers-pasted-image {
    width: 478px;
    height: 985px;
  }
  .careers-category1 {
    width: 100%;
    height: 1942px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .careers-pasted-image1 {
    width: 230px;
    height: 185px;
  }
  .careers-category2 {
    width: 100%;
    height: 1942px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .careers-category3 {
    width: 100%;
    height: 1942px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .careers-pricing {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .careers-get-started5 {
    background-color: var(--dl-color-gray-white);
  }
  .careers-action-bar {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .careers-image {
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px;
  }
  .careers-footer {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}
