@charset "UTF-8";
/**
 * Careers blocks – single styles entry (SCSS, in careers root).
 * Generate careers.css: npm run build:careers-css (from js/blocks/)
 * Each block: careers/[block-name]/style.scss with parent/child structure.
 */
/**
 * Careers Hero Text – careers/careers-hero-text/style.scss
 * Parent: .careers-hero-text-wrapper – all children nested
 */
.careers-hero-text-wrapper {
  width: 100%;
  padding: 2.5rem 1.5rem;
  color: #1d1d1b;
}
.careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair p, .careers-hero-text-wrapper.careers-hero-text-playfair em {
  font-family: "Playfair Display", serif !important;
}
.careers-hero-text-wrapper .careers-hero-text-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
  letter-spacing: -1px !important;
}
@media (max-width: 991px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair p {
    font-family: "Playfair Display", serif !important;
  }
  .careers-hero-text-wrapper .careers-hero-text-content {
    font-size: 36px;
    line-height: 44px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair p {
    font-family: "Playfair Display", serif !important;
  }
  .careers-hero-text-wrapper .careers-hero-text-content {
    font-size: 28px;
    line-height: 36px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair *, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text-content, .careers-hero-text-wrapper.careers-hero-text-playfair p, .careers-hero-text-wrapper.careers-hero-text-playfair em {
    font-family: "Playfair Display", serif !important;
  }
}
@media (max-width: 575px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair *, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text-content, .careers-hero-text-wrapper.careers-hero-text-playfair p, .careers-hero-text-wrapper.careers-hero-text-playfair em {
    font-family: "Playfair Display", serif !important;
  }
  .careers-hero-text-wrapper .careers-hero-text-content {
    font-size: 22px;
    line-height: 30px;
  }
}

.careers-hero-text-editor {
  font-family: "Playfair Display", serif !important;
}
.careers-hero-text-editor.careers-hero-text-content,
.careers-hero-text-editor .careers-hero-text-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
}

/**
 * Careers Banner Image – careers/careers-banner-image/style.scss
 * Parent: .careers-banner-image-wrapper – all children nested
 */
.careers-banner-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.careers-banner-image-wrapper .careers-banner-image {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/**
 * Our Brands Split – careers/our-brands-split/style.scss
 * Parent: .our-brands-split-block – all children nested
 *
 * FIX: Layout now stays stable on browser zoom (Ctrl +/-).
 * Key changes:
 *   1. Wrapper uses % padding instead of rem to avoid rem-scale drift.
 *   2. Gap between sides is a fixed px value — px does NOT scale with zoom.
 *   3. Sides use calc(50% - <half-gap>) so they always fill exactly half the
 *      wrapper regardless of zoom level — no shrink/grow drift.
 *   4. Removed flex-shrink (flex: 0 0 …) so sides never compress.
 */
.our-brands-split-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.our-brands-split-block > .our-brands-split-heading {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  font-size: 1.75rem;
  display: block;
  font-family: "DIN2014-Bold", sans-serif;
  color: black !important;
}
.our-brands-split-block > .our-brands-split-wrapper {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1%;
  box-sizing: border-box;
  overflow: hidden;
}
.our-brands-split-block .our-brands-split-side {
  flex: 0 0 calc(50% - 12px / 2);
  width: calc(50% - 12px / 2);
  max-width: 680px;
  aspect-ratio: 680/849;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.our-brands-split-block .our-brands-split-side .our-brands-split-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.our-brands-split-block .our-brands-split-side .our-brands-split-picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.our-brands-split-block .our-brands-split-side .our-brands-split-picture .our-brands-split-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.our-brands-split-block .our-brands-split-side .our-brands-split-link .our-brands-split-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-brands-split-block .our-brands-split-side .our-brands-split-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.our-brands-split-block .our-brands-split-side .our-brands-split-logo {
  min-height: 48px;
  min-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .our-brands-split-block .our-brands-split-side {
    flex: 0 0 calc(50% - 8px / 2);
    width: calc(50% - 8px / 2);
    max-width: 189px;
    aspect-ratio: 189/236;
  }
  .our-brands-split-block .our-brands-split-side .our-brands-split-logo-wrap {
    bottom: 0.5rem;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .our-brands-split-block .our-brands-split-side .our-brands-split-logo {
    min-height: unset;
    min-width: unset;
    max-height: 28px;
    max-width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-brands-split-block .our-brands-split-side {
    aspect-ratio: 350/400;
  }
}
@media (max-width: 767px) {
  .our-brands-split-block > .our-brands-split-wrapper {
    gap: 8px;
    padding: 0 2%;
  }
  .our-brands-split-block > .our-brands-split-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

/**
 * Our Values Block – careers/our-values-block/style.scss
 * Parent/child structure: all styles scoped under .our-values-grid-wrapper
 */
.our-values-grid-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  font-family: "DIN2014-Bold", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-top: 5rem;
}
.our-values-grid-wrapper .our-values-heading {
  margin: 0 0 1.5rem;
  padding: 0 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: black !important;
  box-sizing: border-box;
  font-family: inherit;
}
.our-values-grid-wrapper .our-values-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.our-values-grid-wrapper .our-values-row {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.our-values-grid-wrapper .our-values-row:last-child {
  margin-bottom: 0;
}
.our-values-grid-wrapper .our-values-cell {
  box-sizing: border-box;
  overflow: hidden;
}
.our-values-grid-wrapper .our-values-text.our-values-beige {
  background-color: #e8e4c8;
  color: black;
}
.our-values-grid-wrapper .our-values-text.our-values-yellow {
  background-color: #f5c500;
  color: black;
}
.our-values-grid-wrapper .our-values-text.our-values-purple {
  background-color: #1a1a3e;
  color: #fff;
}
.our-values-grid-wrapper .our-values-text-inner {
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.our-values-grid-wrapper .our-values-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: linear-gradient(135deg, #2a3a5c 0%, #1a2a4a 40%, #3a4a6c 100%);
}
.our-values-grid-wrapper .our-values-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
.our-values-grid-wrapper .our-values-logo-img {
  width: auto;
  height: 64px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.our-values-grid-wrapper .our-values-logo-letter {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(60px, 7vw, 110px);
  color: black;
  line-height: 1;
  font-style: italic;
}
.our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 {
  flex: 0 0 calc(50% - 3px);
  min-height: 200px;
  background: #e8e4c8;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 .our-values-text-inner {
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.08em;
  color: black;
  line-height: 1.2;
}
.our-values-grid-wrapper .our-values-row-1 .our-values-image {
  flex: 0 0 calc(32% - 3px);
  min-height: 200px;
  padding: 0;
}
.our-values-grid-wrapper .our-values-row-1 .our-values-image .our-values-placeholder {
  min-height: 200px;
}
.our-values-grid-wrapper .our-values-row-1 .our-values-logo {
  flex: 0 0 calc(18% - 3px);
  min-height: 200px;
  background: #f5c500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.our-values-grid-wrapper .our-values-row-1 .our-values-logo .our-values-placeholder {
  min-height: 200px;
}
.our-values-grid-wrapper .our-values-row-2 .our-values-image {
  flex: 0 0 calc(27% - 3px);
  min-height: 220px;
  padding: 0;
}
.our-values-grid-wrapper .our-values-row-2 .our-values-image .our-values-placeholder {
  min-height: 220px;
}
.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 {
  flex: 0 0 calc(33% - 3px);
  min-height: 220px;
  background: #f5c500;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 .our-values-text-inner {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.07em;
  color: black;
  text-align: center;
  line-height: 1.2;
}
.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 {
  flex: 0 0 calc(40% - 3px);
  min-height: 220px;
  background: #1a1a3e;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 .our-values-text-inner {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 {
  flex: 0 0 calc(40% - 3px);
  min-height: 180px;
  background: #1a1a3e;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 .our-values-text-inner {
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: 0.07em;
  color: #fff;
  text-align: left;
  line-height: 1.3;
}
.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 {
  flex: 0 0 calc(60.5% - 3px);
  min-height: 180px;
  background: #e8e4c8;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 .our-values-text-inner {
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: 0.1em;
  color: black;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .our-values-grid-wrapper {
    padding: 4px;
    max-width: 480px;
  }
  .our-values-grid-wrapper .our-values-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .our-values-grid-wrapper .our-values-row {
    gap: 4px;
    margin-bottom: 4px;
  }
  .our-values-grid-wrapper .our-values-logo-letter {
    font-size: 36px;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 {
    flex: 0 0 calc(52% - 2px);
    min-height: 90px;
    padding: 18px 16px;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 .our-values-text-inner {
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-image {
    flex: 0 0 calc(30% - 2px);
    min-height: 90px;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-logo {
    flex: 0 0 calc(18% - 2px);
    min-height: 90px;
    padding: 0.5rem;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-placeholder {
    min-height: 90px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-image {
    flex: 0 0 calc(30% - 2px);
    min-height: 100px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-image .our-values-placeholder {
    min-height: 100px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 {
    flex: 0 0 calc(36% - 2px);
    min-height: 100px;
    padding: 12px 10px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 {
    flex: 0 0 calc(34% - 2px);
    min-height: 100px;
    padding: 12px 8px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 {
    flex: 0 0 calc(42% - 2px);
    min-height: 80px;
    padding: 18px 14px;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 {
    flex: 0 0 calc(58% - 2px);
    min-height: 80px;
    padding: 18px 14px;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}

/**
 * Our Commitments Block – careers/our-commitments-block/style.scss
 * Four columns: icon + heading + text. Light background, dark text. Responsive.
 */
.our-commitments-block {
  width: 100%;
  max-width: 100%;
  padding: 4rem 1.5rem;
  box-sizing: border-box;
}
.our-commitments-block .our-commitments-main-heading {
  margin: 0 0 3rem;
  font-family: "DIN2014-Bold", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black !important;
  line-height: 1.2;
}
.our-commitments-block .our-commitments-main-heading:has(+ .our-commitments-subheading) {
  margin-bottom: 0.75rem;
}
.our-commitments-block .our-commitments-subheading {
  margin: 0 0 3rem;
  font-family: "DIN2014-Bold", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1d1d1b;
  line-height: 1.4;
}
.our-commitments-block .our-commitments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.our-commitments-block .our-commitments-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.our-commitments-block .our-commitments-icon-wrap {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.our-commitments-block .our-commitments-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-commitments-block .our-commitments-icon.our-commitments-placeholder {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px dashed rgba(0, 0, 0, 0.12);
}
.our-commitments-block .our-commitments-col-heading {
  margin: 0 0 1rem;
  font-family: "DIN2014-Bold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: black !important;
  line-height: 1.3;
}
.our-commitments-block .our-commitments-col-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1b;
}
@media (max-width: 991px) {
  .our-commitments-block {
    padding: 3rem 1.25rem;
  }
  .our-commitments-block .our-commitments-main-heading {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .our-commitments-block .our-commitments-main-heading:has(+ .our-commitments-subheading) {
    margin-bottom: 0.5rem;
  }
  .our-commitments-block .our-commitments-subheading {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
  .our-commitments-block .our-commitments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
  .our-commitments-block .our-commitments-icon-wrap {
    width: 64px;
    height: 64px;
    margin-bottom: 1.25rem;
  }
  .our-commitments-block .our-commitments-icon.our-commitments-placeholder {
    width: 64px;
    height: 64px;
  }
  .our-commitments-block .our-commitments-col-heading {
    font-size: 0.9375rem;
  }
  .our-commitments-block .our-commitments-col-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .our-commitments-block {
    padding: 2.5rem 1rem;
  }
  .our-commitments-block .our-commitments-main-heading {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .our-commitments-block .our-commitments-main-heading:has(+ .our-commitments-subheading) {
    margin-bottom: 0.5rem;
  }
  .our-commitments-block .our-commitments-subheading {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .our-commitments-block .our-commitments-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-commitments-block .our-commitments-icon-wrap {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
  }
  .our-commitments-block .our-commitments-icon.our-commitments-placeholder {
    width: 72px;
    height: 72px;
  }
  .our-commitments-block .our-commitments-col-heading {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .our-commitments-block .our-commitments-col-text {
    font-size: 1rem;
  }
}

/**
 * Careers CTA Block – careers/careers-cta-block/style.scss
 * White bg, centered heading (Playfair Display 32px), then text + icon inline (DIN 2014 16px).
 */
.careers-cta-block {
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 3.5rem 1.5rem;
  box-sizing: border-box;
}
.careers-cta-block .careers-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.careers-cta-block .careers-cta-heading {
  margin: 0 0 0.75rem;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  color: #1d1d1b;
}
.careers-cta-block .careers-cta-link,
.careers-cta-block .careers-cta-link-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1d1d1b;
  transition: opacity 0.2s ease;
}
.careers-cta-block .careers-cta-link:hover, .careers-cta-block .careers-cta-link:focus-visible,
.careers-cta-block .careers-cta-link-row:hover,
.careers-cta-block .careers-cta-link-row:focus-visible {
  opacity: 0.7;
}
.careers-cta-block .careers-cta-text {
  margin: 0;
  font-family: "DIN2014", "DIN2014-Regular", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #1d1d1b;
}
.careers-cta-block .careers-cta-icon {
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .careers-cta-block {
    padding: 2.5rem 1rem;
  }
  .careers-cta-block .careers-cta-heading {
    font-size: 32px;
  }
  .careers-cta-block .careers-cta-text {
    font-size: 15px;
  }
}

/**
 * Recognition Slider Block – careers/recognition-slider-block/style.scss
 * Continuous horizontal auto-scrolling image strip.
 */
.recognition-slider-block {
  width: 100%;
  max-width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0.75rem 0;
  box-sizing: border-box;
}
.recognition-slider-block .recognition-slider-viewport {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.recognition-slider-block .recognition-slider-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: max-content;
  animation: recognition-scroll-horizontal var(--recognition-speed, 26s) linear infinite;
  will-change: transform;
}
.recognition-slider-block .recognition-slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.recognition-slider-block .recognition-slider-image {
  max-height: 180px;
  width: auto;
  max-width: 92%;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .recognition-slider-block .recognition-slider-viewport {
    height: 170px;
  }
  .recognition-slider-block .recognition-slider-track {
    gap: 20px;
  }
  .recognition-slider-block .recognition-slider-image {
    max-height: 130px;
    max-width: 94%;
  }
}

@keyframes recognition-scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/**
 * Careers Advisory Block – careers/careers-advisory-block/style.scss
 * Desktop: centered heading + text. Mobile: left-aligned.
 * Heading DIN2014-Bold 20px, text DIN2014-Light 16px. White bg.
 */
.careers-advisory-block {
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 2.5rem 0;
  box-sizing: border-box;
}
.careers-advisory-block .careers-advisory-desktop {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  color: #1d1d1b;
  box-sizing: border-box;
}
.careers-advisory-block .careers-advisory-mobile {
  display: none;
  text-align: left;
  padding: 0 16px;
  color: #1d1d1b;
  box-sizing: border-box;
}
.careers-advisory-block .careers-advisory-heading {
  margin: 0 0 1rem;
  font-family: "DIN2014-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: black !important;
}
.careers-advisory-block .careers-advisory-text {
  margin: 0;
  font-family: "DIN2014-Light", "DIN2014", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .careers-advisory-block {
    padding: 1.5rem 0;
  }
  .careers-advisory-block .careers-advisory-desktop {
    display: none;
  }
  .careers-advisory-block .careers-advisory-mobile {
    display: block;
  }
}

/**
 * Careers Footer – only visible for /careers routes (set in footer.php).
 * Layout: Desktop: logo + 4 menu columns + legal row | Mobile: logo + menu only
 *
 * Uses variables + mixins for DRY; child elements inherit where possible.
 */
.careers-footer {
  margin-top: 0;
  width: 100%;
  padding: 2.75rem 2rem 2rem;
  background: #fff !important;
  font-family: "DIN2014-Regular", Arial, sans-serif !important;
  border-top: 1px solid #e5e5e5 !important;
  /* Override rules (admin content / theme) */
}
.careers-footer-container {
  max-width: 1360px;
  margin: 0 auto;
}
.careers-footer-top {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 2rem;
}
.careers-footer-logo-link {
  display: inline-block;
  flex: 0 0 170px;
  text-decoration: none;
}
.careers-footer-logo {
  width: 160px;
  height: auto;
  display: block;
}
.careers-footer-menu-desktop {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 1.5rem 2rem;
}
.careers-footer-column {
  min-width: 0;
}
.careers-footer-heading-link {
  text-decoration: none;
  color: inherit;
}
.careers-footer-heading {
  margin: 0 0 0.65rem;
  font-family: "DIN2014-Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f1f1f;
}
.careers-footer-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.careers-footer-submenu-item {
  margin: 0 0 0.35rem;
}
.careers-footer-submenu-link {
  font-family: "DIN2014-Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #303030;
  text-decoration: none;
  line-height: 1.45;
}
.careers-footer-submenu-link:hover {
  text-decoration: underline;
}
.careers-footer-menu-mobile {
  display: none;
}
.careers-footer-bottom {
  padding-top: 0.9rem;
  display: block;
  white-space: normal;
  word-break: normal;
  line-height: 1.5;
  font-size: 10px;
  color: #6c6c6c;
}
.careers-footer-copyright-text {
  display: inline;
  margin: 0;
  font-family: "DIN2014-Regular", Arial, sans-serif;
  font-size: 10px;
  color: #6c6c6c;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.5;
}
.careers-footer-copyright-text::after {
  content: " ";
}
.careers-footer-legal-links {
  display: inline;
  margin: 0;
  font-family: "DIN2014-Regular", Arial, sans-serif;
  font-size: 10px;
  color: #6c6c6c;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.5;
}
.careers-footer-legal-links p,
.careers-footer-legal-links .p-desktop-copyrights {
  display: inline;
  margin: 0;
  font-family: "DIN2014-Regular", Arial, sans-serif;
  font-size: 10px;
  color: #6c6c6c;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}
.careers-footer-legal-links .link-breaker {
  display: inline;
  white-space: normal;
}
.careers-footer-legal-links a {
  font-family: "DIN2014-Regular", Arial, sans-serif;
  color: #6c6c6c;
  text-decoration: none;
}
.careers-footer-legal-links a:hover {
  text-decoration: underline;
}
.careers-footer-heading, .careers-footer-mobile-link {
  font-family: "DIN2014-Bold", Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #1f1f1f !important;
}
.careers-footer-submenu-link {
  font-family: "DIN2014-Bold", Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #303030 !important;
}
.careers-footer-bottom {
  display: block !important;
  white-space: normal !important;
  word-break: normal !important;
  border-top: none !important;
  padding-top: 0.9rem !important;
}
.careers-footer-copyright-text {
  display: inline !important;
  margin: 0 !important;
  font-family: "DIN2014-Regular", Arial, sans-serif !important;
  font-size: 10px !important;
  color: #6c6c6c !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.careers-footer-copyright-text::after {
  content: " " !important;
}
.careers-footer-legal-links {
  display: inline !important;
  margin: 0 !important;
  font-family: "DIN2014-Regular", Arial, sans-serif !important;
  font-size: 10px !important;
  color: #6c6c6c !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.careers-footer-legal-links p,
.careers-footer-legal-links .p-desktop-copyrights {
  display: inline !important;
  margin: 0 !important;
  font-family: "DIN2014-Regular", Arial, sans-serif !important;
  font-size: 10px !important;
  color: #6c6c6c !important;
  white-space: normal !important;
}
.careers-footer-legal-links .link-breaker {
  display: inline !important;
  white-space: normal !important;
}
.careers-footer-legal-links a {
  font-family: "DIN2014-Regular", Arial, sans-serif !important;
  color: #6c6c6c !important;
}

@media (max-width: 991px) {
  .careers-footer {
    padding: 2rem 1.25rem 1.5rem;
  }
  .careers-footer-top {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 0;
  }
  .careers-footer-logo-link {
    flex-basis: auto;
  }
  .careers-footer-logo {
    width: 120px;
  }
  .careers-footer-menu-desktop {
    display: none;
  }
  .careers-footer-menu-mobile {
    display: block;
    width: 100%;
  }
  .careers-footer-mobile-item {
    margin-bottom: 0.7rem;
  }
  .careers-footer-mobile-link {
    font-family: "DIN2014-Bold", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f1f1f;
    text-decoration: none;
    display: inline-block;
  }
  .careers-footer-bottom {
    display: none !important;
  }
}
.careers-hero-text-wrapper {
  width: 100%;
  padding: 2.5rem 1.5rem;
  color: #1d1d1b;
}

.careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair p, .careers-hero-text-wrapper.careers-hero-text-playfair em {
  font-family: "Playfair Display", serif !important;
}

.careers-hero-text-wrapper .careers-hero-text-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
}

@media (max-width: 991px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair p {
    font-family: "Playfair Display", serif !important;
  }
  .careers-hero-text-wrapper .careers-hero-text-content {
    font-size: 36px;
    line-height: 44px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair p {
    font-family: "Playfair Display", serif !important;
  }
  .careers-hero-text-wrapper .careers-hero-text-content {
    font-size: 28px;
    line-height: 36px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair *, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text-content, .careers-hero-text-wrapper.careers-hero-text-playfair p, .careers-hero-text-wrapper.careers-hero-text-playfair em {
    font-family: "Playfair Display", serif !important;
  }
}
@media (max-width: 575px) {
  .careers-hero-text-wrapper.careers-hero-text-playfair, .careers-hero-text-wrapper.careers-hero-text-playfair *, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text, .careers-hero-text-wrapper.careers-hero-text-playfair .careers-hero-text-content, .careers-hero-text-wrapper.careers-hero-text-playfair p, .careers-hero-text-wrapper.careers-hero-text-playfair em {
    font-family: "Playfair Display", serif !important;
  }
  .careers-hero-text-wrapper .careers-hero-text-content {
    font-size: 22px;
    line-height: 30px;
  }
}
.careers-hero-text-editor {
  font-family: "Playfair Display", serif !important;
}

.careers-hero-text-editor.careers-hero-text-content,
.careers-hero-text-editor .careers-hero-text-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  line-height: 52px;
}

/**
 * Careers Banner Image – careers/careers-banner-image/style.scss
 * Parent: .careers-banner-image-wrapper – all children nested
 */
.careers-banner-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.careers-banner-image-wrapper .careers-banner-image {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/**
 * Our Brands Split – careers/our-brands-split/style.scss
 * Parent: .our-brands-split-block – all children nested
 */
.our-brands-split-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.our-brands-split-block > .our-brands-split-heading {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  font-size: 1.75rem;
  display: block;
  font-family: "DIN2014-Bold", sans-serif;
}

.our-brands-split-block > .our-brands-split-wrapper {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.our-brands-split-block .our-brands-split-side {
  flex: 0 0 680px;
  width: 680px;
  height: 849px;
  position: relative;
  overflow: hidden;
}

.our-brands-split-block .our-brands-split-side .our-brands-split-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.our-brands-split-block .our-brands-split-side .our-brands-split-picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.our-brands-split-block .our-brands-split-side .our-brands-split-picture .our-brands-split-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-brands-split-block .our-brands-split-side .our-brands-split-link .our-brands-split-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-brands-split-block .our-brands-split-side .our-brands-split-logo-wrap {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 50%;
}

.our-brands-split-block .our-brands-split-side .our-brands-split-logo {
  min-height: 48px;
  min-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .our-brands-split-block .our-brands-split-side {
    flex: 0 0 189px;
    width: 189px;
    height: 236px;
  }
  .our-brands-split-block .our-brands-split-side .our-brands-split-logo-wrap {
    bottom: 0.5rem;
  }
  .our-brands-split-block .our-brands-split-side .our-brands-split-logo {
    max-height: 28px;
    max-width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-brands-split-block .our-brands-split-side {
    flex: 0 0 350px;
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .our-brands-split-block .our-brands-split-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: "DIN2014-Bold", sans-serif;
  }
}
/**
 * Our Values Block – careers/our-values-block/style.scss
 * Parent/child structure: all styles scoped under .our-values-grid-wrapper
 */
.our-values-grid-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 6px;
  box-sizing: border-box;
  font-family: "DIN2014-Bold", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-top: 5rem;
}

.our-values-grid-wrapper .our-values-heading {
  margin: 0 0 1.5rem;
  padding: 0 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a3e;
  box-sizing: border-box;
  font-family: inherit;
}

.our-values-grid-wrapper .our-values-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.our-values-grid-wrapper .our-values-row {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
  box-sizing: border-box;
}

.our-values-grid-wrapper .our-values-row:last-child {
  margin-bottom: 0;
}

.our-values-grid-wrapper .our-values-cell {
  box-sizing: border-box;
  overflow: hidden;
}

.our-values-grid-wrapper .our-values-text.our-values-beige {
  background-color: #e8e4c8;
  color: #1a1a3e;
}

.our-values-grid-wrapper .our-values-text.our-values-yellow {
  background-color: #f5c500;
  color: #1a1a3e;
}

.our-values-grid-wrapper .our-values-text.our-values-purple {
  background-color: #1a1a3e;
  color: #fff;
}

.our-values-grid-wrapper .our-values-text-inner {
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
}

.our-values-grid-wrapper .our-values-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  background: linear-gradient(135deg, #2a3a5c 0%, #1a2a4a 40%, #3a4a6c 100%);
}

.our-values-grid-wrapper .our-values-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  vertical-align: top;
}

.our-values-grid-wrapper .our-values-logo-img {
  width: auto;
  height: 64px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.our-values-grid-wrapper .our-values-logo-letter {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(60px, 7vw, 110px);
  color: #1a1a3e;
  line-height: 1;
  font-style: italic;
}

.our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 {
  flex: 0 0 calc(50% - 3px);
  min-height: 200px;
  background: #e8e4c8;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 .our-values-text-inner {
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.08em;
  color: black;
  line-height: 1.2;
}

.our-values-grid-wrapper .our-values-row-1 .our-values-image {
  flex: 0 0 calc(32% - 3px);
  min-height: 200px;
  padding: 0;
}

.our-values-grid-wrapper .our-values-row-1 .our-values-image .our-values-placeholder {
  min-height: 200px;
}

.our-values-grid-wrapper .our-values-row-1 .our-values-logo {
  flex: 0 0 calc(18% - 3px);
  min-height: 200px;
  background: #f5c500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.our-values-grid-wrapper .our-values-row-1 .our-values-logo .our-values-placeholder {
  min-height: 200px;
}

.our-values-grid-wrapper .our-values-row-2 .our-values-image {
  flex: 0 0 calc(27% - 3px);
  min-height: 220px;
  padding: 0;
}

.our-values-grid-wrapper .our-values-row-2 .our-values-image .our-values-placeholder {
  min-height: 220px;
}

.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 {
  flex: 0 0 calc(33% - 3px);
  min-height: 220px;
  background: #f5c500;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 .our-values-text-inner {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.07em;
  color: black;
  text-align: center;
  line-height: 1.2;
}

.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 {
  flex: 0 0 calc(40% - 3px);
  min-height: 220px;
  background: #1a1a3e;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 .our-values-text-inner {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 {
  flex: 0 0 calc(40% - 3px);
  min-height: 180px;
  background: #1a1a3e;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 .our-values-text-inner {
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: 0.07em;
  color: #fff;
  text-align: left;
  line-height: 1.3;
}

.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 {
  flex: 0 0 calc(60.5% - 3px);
  min-height: 180px;
  background: #e8e4c8;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 .our-values-text-inner {
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: 0.1em;
  color: black;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .our-values-grid-wrapper {
    padding: 4px;
    max-width: 480px;
  }
  .our-values-grid-wrapper .our-values-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .our-values-grid-wrapper .our-values-row {
    gap: 4px;
    margin-bottom: 4px;
  }
  .our-values-grid-wrapper .our-values-logo-letter {
    font-size: 36px;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 {
    flex: 0 0 calc(52% - 2px);
    min-height: 90px;
    padding: 18px 16px;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-cell-r1-c1 .our-values-text-inner {
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-image {
    flex: 0 0 calc(30% - 2px);
    min-height: 90px;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-logo {
    flex: 0 0 calc(18% - 2px);
    min-height: 90px;
    padding: 0.5rem;
  }
  .our-values-grid-wrapper .our-values-row-1 .our-values-placeholder {
    min-height: 90px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-image {
    flex: 0 0 calc(30% - 2px);
    min-height: 100px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-image .our-values-placeholder {
    min-height: 100px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 {
    flex: 0 0 calc(36% - 2px);
    min-height: 100px;
    padding: 12px 10px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c2 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 {
    flex: 0 0 calc(34% - 2px);
    min-height: 100px;
    padding: 12px 8px;
  }
  .our-values-grid-wrapper .our-values-row-2 .our-values-cell-r2-c3 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 {
    flex: 0 0 calc(42% - 2px);
    min-height: 80px;
    padding: 18px 14px;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c1 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 {
    flex: 0 0 calc(58% - 2px);
    min-height: 80px;
    padding: 18px 14px;
  }
  .our-values-grid-wrapper .our-values-row-3 .our-values-cell-r3-c2 .our-values-text-inner {
    font-size: 9px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
