@charset "UTF-8";
#PopupLangSelector {
  display: none !important; }

.has-global-padding {
  padding: 0 !important; }

#CareerV3 {
  max-width: unset; }
  #CareerV3 :root {
    --header-offset: 83px;
    --min-block-width: 19.5rem;
    --font-scale-factor: 1;
    --theme_color_white: #ffffff;
    --theme_color_shade: #ffffff;
    --theme_color_alto: #bbbbbb;
    --theme_color_gray: #6c6c6c;
    --theme_color_dark-grey: #252525;
    --theme_color_black: #000000;
    --theme_color_green: #AFC94B;
    --theme_color_orange: #F1A22B;
    --theme_color_violet: #8E8CF8;
    --theme_color_carrot: #E97162;
    --theme_color_gold: #ECCC97;
    --theme_color_brick: #CF845A;
    --theme_color_beige: #F3ECE0;
    --theme_color_error: #DB541A;
    --theme_color_yellow: #FFFF54; }
@keyframes colorPreloaderChanging {
  0% {
    fill: #6c6c6c; }
  40% {
    fill: #fff; }
  65% {
    fill: #6c6c6c; }
  85% {
    fill: #000; } }
  @media (max-width: 639px) {
    #CareerV3 .button-like span span {
      text-indent: -9999px; } }
  #CareerV3 #printPreloader {
    position: sticky;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center; }
    #CareerV3 #printPreloader p {
      font-size: clamp(20px, 10vh, 80px); }
    @media (min-width: 768px) {
      #CareerV3 #printPreloader div {
        max-width: 400px; }
      #CareerV3 #printPreloader p {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      #CareerV3 #printPreloader div {
        max-width: 350px; }
      #CareerV3 #printPreloader p {
        font-size: 20px; } }
    #CareerV3 #printPreloader svg path {
      animation-name: colorPreloaderChanging;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-direction: alternate; }
    #CareerV3 #printPreloader.show {
      display: flex; }
  #CareerV3 .pos-rel {
    position: relative; }
  #CareerV3 .w-100p {
    width: 100%; }
  #CareerV3 .d-flex {
    display: flex; }
  #CareerV3 .d-inline-flex {
    display: inline-flex; }
  #CareerV3 .gap {
    gap: 1rem; }
  #CareerV3 .flex-column {
    flex-direction: column !important;
    flex-flow: wrap; }
  #CareerV3 .flex-row {
    flex-direction: row; }
  #CareerV3 .justify-content-end {
    justify-content: flex-end; }
  #CareerV3 .align-items-center {
    align-items: center; }
  #CareerV3 .justify-content-center {
    justify-content: center; }
  #CareerV3 .justify-content-start {
    justify-content: flex-start; }
  #CareerV3 .m-r {
    margin-right: 1rem; }
  #CareerV3 .no-overflow {
    overflow: unset; }
  #CareerV3 .no-border {
    border: none !important; }
  #CareerV3 .cl-gray {
    color: #6c6c6c !important; }
  #CareerV3 .px-1 {
    padding-left: 1rem;
    padding-right: 1rem; }
  #CareerV3 .m-b {
    margin-bottom: 1rem; }
  #CareerV3 .m-b2 {
    margin-bottom: 2rem; }
  #CareerV3 .m-t {
    margin-top: 1rem; }
  #CareerV3 .m-t2 {
    margin-top: 2rem; }
  #CareerV3 .op-90 {
    opacity: .9; }
  #CareerV3 section {
    page-break-inside: avoid; }
  #CareerV3 .mb-1em {
    margin-bottom: 1em; }
  #CareerV3 .love {
    font-weight: 500;
    height: var(--but-aplly-fs);
    box-sizing: content-box;
    cursor: pointer; }
    @media (max-width: 639px) {
      #CareerV3 .love svg {
        height: 20px; } }
    #CareerV3 .love svg path:first-child {
      fill: #000; }
    #CareerV3 .love svg path:last-child {
      fill: white; }
    #CareerV3 .love.liked svg path {
      fill: var(--theme_color_brick); }
  #CareerV3 #OffersListWrapper {
    margin-bottom: 2rem; }
    #CareerV3 #OffersListWrapper .grid_blocks_container:empty {
      display: none !important; }
  #CareerV3 #OffersCounter {
    font-size: calc(16px * var(--font-scale-factor));
    padding-bottom: 20px; }
    @media screen and (min-width: 321px) {
      #CareerV3 #OffersCounter {
        font-size: calc(16px + 8 * ((100vw - 321px) / 1079) * var(--font-scale-factor)); } }
    @media screen and (min-width: 1400px) {
      #CareerV3 #OffersCounter {
        font-size: calc(24px * var(--font-scale-factor)); } }
    #CareerV3 #OffersCounter .amount {
      font-weight: bold;
      padding-right: .3rem; }
    #CareerV3 #OffersCounter .amount:empty + span {
      display: none; }
  #CareerV3 .no-offers {
    border: 1px solid #000; }
    #CareerV3 .no-offers .location {
      color: #6c6c6c; }
  #CareerV3 .offer-teaser {
    display: flex;
    flex-direction: row; }
    #CareerV3 .offer-teaser .hed {
      flex-grow: 1; }
      #CareerV3 .offer-teaser .hed .cat {
        text-transform: uppercase;
        color: #000;
        background: #F3ECE0;
        padding: 4px 10px;
        font-size: 14px; }
      #CareerV3 .offer-teaser .hed h3 {
        margin: 0;
        padding: 19px 15px 19px 0;
        text-transform: uppercase;
        font-size: 24px; }
      #CareerV3 .offer-teaser .hed .additional-info {
        color: #6c6c6c;
        display: flex; }
        #CareerV3 .offer-teaser .hed .additional-info .todate:empty + .px-1 {
          display: none; }
        #CareerV3 .offer-teaser .hed .additional-info .todate {
          order: 3; }
        #CareerV3 .offer-teaser .hed .additional-info .px-1 {
          order: 2; }
        @media screen and (max-width: 768px) {
          #CareerV3 .offer-teaser .hed .additional-info {
            max-width: calc(100% - 40px); }
            #CareerV3 .offer-teaser .hed .additional-info .location, #CareerV3 .offer-teaser .hed .additional-info .todate {
              display: inline-block;
              max-width: 50%;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              overflow: hidden; } }
    #CareerV3 .offer-teaser .more {
      transition: all .25s ease-in-out; }
      @media (max-width: 639px) {
        #CareerV3 .offer-teaser .more svg {
          height: 14px; } }
      #CareerV3 .offer-teaser .more:hover {
        transform: translateX(0.375rem); }
    #CareerV3 .offer-teaser .offer-links {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  #CareerV3 #Pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #CareerV3 #Pagination > .column {
      justify-content: center; }
    #CareerV3 #Pagination .next {
      position: absolute;
      left: 0;
      transform: translateX(0); }
      @media (min-width: 1024px) {
        #CareerV3 #Pagination .next {
          left: 50%;
          transform: translateX(-50%); } }
    #CareerV3 #Pagination .pagination {
      margin: 0; }
      #CareerV3 #Pagination .pagination li {
        display: none;
        position: relative; }
        #CareerV3 #Pagination .pagination li.vis {
          display: block; }
        #CareerV3 #Pagination .pagination li:not(.vis) + li.vis {
          margin-left: 50px; }
          #CareerV3 #Pagination .pagination li:not(.vis) + li.vis:before {
            position: absolute;
            content: '...';
            height: 100%;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translate(-100%, -50%);
            padding: 0.5rem 0.875rem;
            display: flex;
            align-items: center;
            justify-content: center; }
  #CareerV3 .offerhead .label {
    display: inline-block;
    margin-right: 15px; }
  #CareerV3 .offerhead .tag {
    white-space: pre-wrap !important; }
  @media print, screen and (min-width: 1024px) {
    #CareerV3 .offerhead .label {
      display: inline-block;
      min-width: 150px;
      margin-right: 0; } }
  #CareerV3 .icon path {
    fill: var(--theme_color_green); }
  #CareerV3 section {
    break-inside: avoid; }
  #CareerV3 #mobile-search-button {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100vw;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center; }
    @media (max-width: 639px) {
      #CareerV3 #mobile-search-button.active {
        display: flex; } }
  #CareerV3 .featured_block h1 + .columns {
    margin: 3rem auto; }
  #CareerV3 .icon-search {
    font-size: 24px;
    line-height: 32px; }
    @media (min-width: 1024px) {
      #CareerV3 .icon-search {
        font-size: 32px; } }
  #CareerV3 .arrow-indi {
    width: .625rem;
    height: .625rem;
    display: none;
    right: 5px;
    top: 50% !important;
    transition: all .25s ease-in-out;
    transform: translateY(-70%) rotate(-45deg);
    position: absolute;
    pointer-events: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    will-change: auto; }
    .contrast-high #CareerV3 .arrow-indi {
      border-color: #FFFF54; }
    @media (min-width: 768px) {
      #CareerV3 .arrow-indi {
        right: -25px; } }
  #CareerV3 #filter_keyword {
    border-right: none;
    border-top: none;
    border-left: none;
    background: transparent;
    font-weight: 400; }
    #CareerV3 #filter_keyword:empty ~ .icon-search {
      opacity: 1;
      visibility: visible; }
    #CareerV3 #filter_keyword:empty ~ .icon-close {
      opacity: 0;
      visibility: hidden; }
    #CareerV3 #filter_keyword:not(:empty) ~ .icon-search {
      opacity: 0;
      visibility: hidden; }
    #CareerV3 #filter_keyword:not(:empty) ~ .icon-close {
      opacity: 1;
      visibility: visible; }
  #CareerV3 .field.with-icon input + .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    #CareerV3 #OffersList .tag {
      white-space: initial;
      max-width: calc(100% - 45px); } }
  @media (max-width: 639px) {
    #CareerV3 #offersFilters .mob-title {
      padding: 32px 32px 16px;
      display: flex;
      justify-content: space-between; }
      #CareerV3 #offersFilters .mob-title a.back-to-list svg {
        transform: rotate(180deg); }
      #CareerV3 #offersFilters .mob-title .empty {
        display: none; }
      #CareerV3 #offersFilters .mob-title a.clear-filters-all {
        display: flex;
        align-items: center; }
    #CareerV3 #offersFilters .mob-buttons {
      display: none !important;
      position: sticky;
      bottom: 0; }
    #CareerV3 #offersFilters.mobile-tabs-show {
      display: block !important;
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 100; }
      #CareerV3 #offersFilters.mobile-tabs-show [data-struct="i"] {
        height: calc(100vh - 100px); }
        #CareerV3 #offersFilters.mobile-tabs-show [data-struct="i"] .over-y {
          overflow-y: auto;
          overscroll-behavior-y: contain;
          max-height: 100%;
          padding-bottom: 150px; }
      #CareerV3 #offersFilters.mobile-tabs-show .nav-link a {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #000; }
        #CareerV3 #offersFilters.mobile-tabs-show .nav-link a:before {
          display: none; }
      #CareerV3 #offersFilters.mobile-tabs-show .nav-link.active a:after {
        height: 4px;
        bottom: -1px;
        background: #CF845A; }
      #CareerV3 #offersFilters.mobile-tabs-show .nav-link[data-tab="locale"] [data-struct="i"] {
        height: calc(100vh - 130px); } }
  #CareerV3 .filter-tabs {
    list-style-type: none; }
    #CareerV3 .filter-tabs .location-filter .hidpos {
      display: none; }
    #CareerV3 .filter-tabs .location-filter .hidopa {
      display: none; }
      @media screen and (min-width: 768px) {
        #CareerV3 .filter-tabs .location-filter .hidopa {
          display: flex;
          opacity: .2; } }
      #CareerV3 .filter-tabs .location-filter .hidopa .subtitle {
        display: none; }
    #CareerV3 .filter-tabs span.text {
      position: relative; }
    #CareerV3 .filter-tabs .multi-cols {
      column-count: 1; }
      @media screen and (min-width: 768px) {
        #CareerV3 .filter-tabs .multi-cols {
          column-count: 2; } }
      @media screen and (min-width: 1023px) {
        #CareerV3 .filter-tabs .multi-cols {
          column-count: 3; } }
      @media screen and (min-width: 768px) and (max-width: 1023.99px) {
        #CareerV3 .filter-tabs .multi-cols .col-break-tablet {
          break-before: column; } }
      @media screen and (min-width: 1024px) {
        #CareerV3 .filter-tabs .multi-cols .col-break-desktop {
          break-before: column; } }
    #CareerV3 .filter-tabs .clear-offers .cntr {
      cursor: pointer;
      display: inline-block;
      margin-left: .5rem; }
      #CareerV3 .filter-tabs .clear-offers .cntr:empty {
        display: none; }
      #CareerV3 .filter-tabs .clear-offers .cntr:after {
        content: unset;
        display: none; }
    #CareerV3 .filter-tabs .children-collapse > .text .pos-rel {
      display: block; }
      #CareerV3 .filter-tabs .children-collapse > .text .pos-rel .arrow-indi {
        display: block; }
      @media (min-width: 768px) {
        #CareerV3 .filter-tabs .children-collapse > .text .pos-rel {
          display: inline-block; } }
    #CareerV3 .filter-tabs .children-collapse.active .text .arrow-indi {
      top: 50%;
      transform: translateY(-10%) rotate(135deg); }
      @media (min-width: 640px) {
        #CareerV3 .filter-tabs .children-collapse.active .text .arrow-indi {
          top: 1.125rem; } }
      @media (min-width: 768px) {
        #CareerV3 .filter-tabs .children-collapse.active .text .arrow-indi {
          top: 1.1875rem; } }
      @media (min-width: 1024px) {
        #CareerV3 .filter-tabs .children-collapse.active .text .arrow-indi {
          top: 1.25rem; } }
    #CareerV3 .filter-tabs .children-collapse.active .subtitle {
      display: none; }
    #CareerV3 .filter-tabs .children-collapse.active + .sub-items {
      display: block;
      margin-left: 1rem; }
    #CareerV3 .filter-tabs .nav-link {
      flex: 1;
      margin-left: -1px; }
      #CareerV3 .filter-tabs .nav-link.fl0 {
        flex: 0; }
      #CareerV3 .filter-tabs .nav-link.empty {
        display: none; }
      #CareerV3 .filter-tabs .nav-link a {
        z-index: 1;
        box-shadow: none;
        position: relative;
        display: block;
        line-height: 1.25rem;
        width: 100%;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #000000;
        border-bottom: 2px solid #000;
        border-radius: 0.125rem;
        -webkit-appearance: none;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        padding: 10px 20px 10px;
        font-size: calc(14px * var(--font-scale-factor));
        font-family: 'Montserrat', sans-serif;
        font-weight: 600; }
        @media screen and (min-width: 321px) {
          #CareerV3 .filter-tabs .nav-link a {
            font-size: calc(14px + 6 * ((100vw - 321px) / 1079) * var(--font-scale-factor)); } }
        @media screen and (min-width: 1400px) {
          #CareerV3 .filter-tabs .nav-link a {
            font-size: calc(20px * var(--font-scale-factor)); } }
        #CareerV3 .filter-tabs .nav-link a.clear-filters-all {
          display: flex;
          align-items: center;
          gap: 1rem;
          padding-top: 0;
          padding-bottom: 0;
          height: 100%; }
        @media (min-width: 640px) {
          #CareerV3 .filter-tabs .nav-link a:not(.clear-filters-all) {
            padding: 8px 20px 8px; } }
        @media (min-width: 768px) {
          #CareerV3 .filter-tabs .nav-link a:not(.clear-filters-all) {
            padding: 12px 32px 12px 12px; } }
        @media (min-width: 1024px) {
          #CareerV3 .filter-tabs .nav-link a:not(.clear-filters-all) {
            padding: 12px 32px 12px 12px; } }
        #CareerV3 .filter-tabs .nav-link a:not(.clear-filters-all)::before {
          content: '';
          width: 1rem;
          height: 1rem;
          display: block;
          right: 1rem;
          top: 0.6875rem;
          transition: all .25s ease-in-out;
          transform: rotate(-45deg);
          position: absolute;
          pointer-events: none;
          border-left: 3px solid #000;
          border-bottom: 3px solid #000;
          will-change: auto; }
        #CareerV3 .filter-tabs .nav-link a span.sub {
          margin-top: .5rem;
          display: block;
          color: #6c6c6c;
          font-weight: 300;
          font-size: calc(14px * var(--font-scale-factor)); }
          @media screen and (min-width: 321px) {
            #CareerV3 .filter-tabs .nav-link a span.sub {
              font-size: calc(14px + 6 * ((100vw - 321px) / 1079) * var(--font-scale-factor)); } }
          @media screen and (min-width: 1400px) {
            #CareerV3 .filter-tabs .nav-link a span.sub {
              font-size: calc(20px * var(--font-scale-factor)); } }
      #CareerV3 .filter-tabs .nav-link.active {
        z-index: 2; }
        #CareerV3 .filter-tabs .nav-link.active a {
          z-index: 3;
          border-bottom-color: #fff; }
          #CareerV3 .filter-tabs .nav-link.active a:after {
            content: '';
            position: absolute;
            height: 4px;
            width: 100%;
            bottom: -4px;
            left: 0;
            background: #fff; }
          #CareerV3 .filter-tabs .nav-link.active a:before {
            transform: translateY(50%) rotate(135deg); }
        #CareerV3 .filter-tabs .nav-link.active .options {
          opacity: 1;
          visibility: visible;
          transform: translateY(0) rotate(0deg); }
        #CareerV3 .filter-tabs .nav-link.active .filter-content {
          z-index: 2; }
          #CareerV3 .filter-tabs .nav-link.active .filter-content > [data-struct="i"] {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) rotate(0deg);
            margin-top: -1px; }
      #CareerV3 .filter-tabs .nav-link .filter-content {
        position: relative;
        z-index: 1; }
        #CareerV3 .filter-tabs .nav-link .filter-content > [data-struct="i"] {
          position: absolute;
          top: 0;
          left: 0;
          width: 100vw;
          max-width: unset;
          background: #fff;
          z-index: 2;
          border-bottom: 2px solid #000;
          line-height: 1rem;
          visibility: hidden;
          opacity: 0;
          will-change: auto;
          backface-visibility: hidden;
          transform: translateY(0.5rem) rotate(0deg);
          transition: opacity .15s ease-in-out, visibility .15s ease-in-out, transform .15s ease-in-out; }
        #CareerV3 .filter-tabs .nav-link .filter-content.active {
          display: block;
          position: absolute; }
    #CareerV3 .filter-tabs .form-control {
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      text-align: left;
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
      #CareerV3 .filter-tabs .form-control .text {
        order: 1; }
      #CareerV3 .filter-tabs .form-control .subtitle {
        font-weight: 500;
        text-overflow: ellipsis;
        display: block;
        max-width: 100%;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        color: #6c6c6c;
        order: 2; }
      #CareerV3 .filter-tabs .form-control .subtitle:not(:empty) + .text {
        font-weight: bold; }
    #CareerV3 .filter-tabs .sub-items {
      display: none; }
  #CareerV3 .layout.grid_block[data-top='negative'] .grid_blocks_container .grid_blocks_container {
    margin-top: unset !important; }
  #CareerV3 .layout.grid_block[data-top='negative'] .grid_blocks_container {
    margin-top: -70px; }
    @media (min-width: 768px) {
      #CareerV3 .layout.grid_block[data-top='negative'] .grid_blocks_container {
        margin-top: -100px; } }
    @media (min-width: 1024px) {
      #CareerV3 .layout.grid_block[data-top='negative'] .grid_blocks_container {
        margin-top: -125px; } }
    @media screen and (min-width: 1150px) {
      #CareerV3 .layout.grid_block[data-top='negative'] .grid_blocks_container {
        margin-top: -150px; } }
  #CareerV3 input[type=checkbox]:indeterminate + label::after {
    top: 12px !important; }
  #CareerV3 .button-v2[data-icon] span svg {
    display: block;
    width: 1.5rem;
    height: auto;
    position: absolute;
    top: 50%;
    transition: transform .4s ease-in-out;
    transform: translate(0, -50%) rotate(0deg); }
  #CareerV3 .button-v2[data-icon] span span {
    padding-right: 0 !important; }
  #CareerV3 .button-v2[data-icon="right"] svg {
    right: 0; }
  #CareerV3 .content-offer.layout.wysiwyg ul {
    list-style-type: none;
    padding-left: 2rem; }
    #CareerV3 .content-offer.layout.wysiwyg ul li {
      margin-bottom: .25rem;
      margin-top: .25rem; }
      #CareerV3 .content-offer.layout.wysiwyg ul li:before {
        content: "■";
        position: absolute;
        left: -2rem;
        font-size: 13px;
        top: 12px;
        color: #CF845A;
        transform: translateY(-50%); }

body {
  overscroll-behavior: contain; }

/** Contrast-high ovverrides */
.contrast-high #CareerV3 #offersFilters.mobile-tabs-show {
  background: #000 !important; }

.contrast-high #CareerV3 .pagination ul .current {
  border-color: #ffff54 !important; }

.contrast-high #CareerV3 #offersFilters.mobile-tabs-show .nav-link.active a::after, .contrast-high #CareerV3 .filter-tabs .nav-link.active a:after {
  background: #000; }

.contrast-high #CareerV3 .filter-tabs .nav-link a:before {
  border-color: #ffff54 !important; }

.contrast-high #CareerV3 .more, .contrast-high #CareerV3 .love path:last-child {
  fill: #000; }

.contrast-high #CareerV3 .print2pdf path, .contrast-high #CareerV3 .back-to-list path, .contrast-high #CareerV3 .clear-filters-all path, .contrast-high #CareerV3 .more path, .contrast-high #CareerV3 .love path:first-child, .contrast-high #CareerV3 .love.liked path {
  fill: #ffff54 !important; }

.contrast-high #CareerV3 .filter-tabs .nav-link a {
  background-color: #000000;
  border: 1px solid #ffff54 !important; }

.mob-pos-fixed {
  position: fixed; }
