/* [project]/src/app/[locale]/careers/careers.css [app-client] (css) */
.rb-careers-hero {
  box-sizing: border-box;
  background-color: #0000;
  background-image: linear-gradient(#0000 0%, #000 100%), url("/media/ddimg/e45eb3164722951.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  align-self: stretch;
  height: 100vh;
  padding: 125px 10px 50px;
}

.rb-careers-hero svg {
  filter: blur(.4px);
  width: 100%;
  max-width: clamp(220px, 45vw, 400px);
  height: auto;
}

.rb-careers-text {
  align-self: stretch;
  padding: 150px 25px;
}

.rb-careers-text-inner {
  flex: 1;
  gap: 50px;
  max-width: 900px;
}

.rb-careers-title {
  gap: 15px;
}

.rb-careers-title h2 {
  font-family: var(--rb-font-display);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  align-self: stretch;
  font-size: 50px;
  font-weight: 410;
  font-stretch: expanded;
  line-height: 120%;
}

.rb-careers-title p {
  font-family: var(--rb-font-display);
  text-align: center;
  letter-spacing: .02em;
  color: #ffffff80;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  font-weight: 350;
  line-height: 140%;
}

.rb-careers-btn {
  color: #fff;
  height: 48px;
  font-family: var(--rb-font-display);
  letter-spacing: .02em;
  transition: opacity .2s var(--rb-ease);
  background: #000;
  border: 1px solid #fff6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 440;
  font-stretch: normal;
  display: inline-flex;
}

.rb-careers-btn:hover {
  opacity: .8;
}

.rb-careers-btn span {
  opacity: .6;
}

.rb-careers-btn--grad {
  background: linear-gradient(#000, #000) padding-box padding-box, linear-gradient(#ec9d5a 0%, #b43fb1 100%) border-box;
  border: 1px solid #0000;
}

.rb-careers-data {
  align-self: stretch;
  padding: 50px 15px;
}

.rb-careers-data-inner {
  flex: 1;
  gap: 100px 25px;
  max-width: 1200px;
}

.rb-careers-card {
  flex: 1;
  gap: 10px;
  min-width: 300px;
}

.rb-careers-card-ico {
  align-self: stretch;
  height: 125px;
}

.rb-careers-card-ico svg {
  max-width: 100%;
  height: auto;
}

.rb-careers-card h4 {
  font-family: var(--rb-font-display);
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
  align-self: stretch;
  font-size: 14px;
  font-weight: 440;
  font-stretch: expanded;
  line-height: 95%;
}

.rb-careers-card h5 {
  font-family: var(--rb-font-display);
  text-align: center;
  color: #ffffff80;
  align-self: stretch;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}

.rb-careers-open {
  align-self: stretch;
  padding: 50px 25px;
}

.rb-careers-open-inner {
  flex: 1;
  gap: 30px;
  max-width: 1000px;
}

.rb-careers-open-title {
  align-self: stretch;
  gap: 25px;
}

.rb-careers-open-title h3 {
  font-family: var(--rb-font-display);
  letter-spacing: .15em;
  text-transform: uppercase;
  align-self: stretch;
  font-size: 30px;
  font-weight: 410;
  font-stretch: expanded;
  line-height: 95%;
}

.rb-careers-tabs {
  border-bottom: 1px solid #ffffff1a;
  align-self: stretch;
  gap: 10px;
}

.rb-careers-tab {
  color: #fff;
  height: 35px;
  transition: border-color .3s var(--rb-ease);
  border-bottom: 1px solid #0000;
  padding: 5px 8px;
  transform: translateY(1px);
}

.rb-careers-tab h4 {
  font-family: var(--rb-font-display);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 410;
  font-stretch: expanded;
}

.rb-careers-tab.active {
  border-bottom-color: #fff;
}

.rb-careers-list {
  align-self: stretch;
}

.rb-careers-none {
  align-self: stretch;
  height: 250px;
}

.rb-careers-none p {
  font-family: var(--rb-font-display);
  text-align: center;
  letter-spacing: .015em;
  color: #ffffff80;
  max-width: 420px;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

/*# sourceMappingURL=src_app_%5Blocale%5D_careers_careers_1g9wv7d.css.map*/