/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0;
  margin-bottom: .5em; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

/*media query */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media (min-width: 100.1em) {
    html {
      font-size: 64.5%; } }
  @media (max-width: 76.62em) {
    html {
      font-size: 56%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 53%; } }
  @media (max-width: 64em) {
    html {
      font-size: 45%; } }
  @media (max-width: 47.93em) {
    html {
      font-size: 37%; } }
  @media (max-width: 23.4em) {
    html {
      font-size: 35.2%; } }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
    color: inherit;
    background-color: transparent; }
  a:hover, a:visited, a:active, a:focus, a:focus-visible {
    text-decoration: none !important; }

.header__white {
  font-family: 'Neo Sans Pro', sans-serif;
  font-size: 3.6rem;
  line-height: 2.4rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 4px 4px 0px #00000040; }

.header__grey {
  font-family: 'Neo Sans Pro', sans-serif;
  font-size: 3.2rem;
  line-height: 3.83rem;
  font-weight: 400;
  color: #232629; }

.paragraph__middle-white,
.paragraph__middle-white p {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  font-weight: 400;
  color: #fff; }

.paragraph__small {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #3B3F45; }

.column-title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #3B3F45; }
  @media (max-width: 47.93em) {
    .column-title {
      text-align: center; } }

.column-links {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #0860C4;
  list-style-type: none; }

.testimonial__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.8rem 3.6rem; }

.cta {
  width: 100%; }
  .cta__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7.2rem 10.8rem 7.2rem 10.8rem; }
  .cta__title {
    margin-bottom: .6rem; }
    @media (max-width: 47.93em) {
      .cta__title {
        margin-bottom: 1.5rem; } }
  .cta__txt {
    margin-bottom: 2.4rem; }
  .cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.8rem; }
    @media (max-width: 23.4em) {
      .cta__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
        .cta__buttons a {
          text-align: center;
          -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
              align-self: stretch; } }

.hero {
  width: 100%; }
  .hero__boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 0 1fr;
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .hero__boxes > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .hero__boxes > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .hero__boxes > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
  .hero__boxes > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .hero__boxes > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
  .hero__boxes > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5; }
    @media (max-width: 47.93em) {
      .hero__boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .hero__box {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    min-height: 32.6rem; }
    .hero__box-link, .hero__box-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-grid-column-align: stretch;
          justify-self: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      min-height: 32.6rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #3B3F45;
      background-blend-mode: overlay; }
      .hero__box-link:hover, .hero__box-image:hover {
        -webkit-filter: grayscale(70%);
                filter: grayscale(70%); }
    .hero__box-title {
      margin: 0 auto; }

.testimonial {
  background-color: #FCFCFC; }
  .testimonial__wrapper {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "header header header header" "slider slider slider box";
    background-color: #FCFCFC;
    padding: 6.4rem 10.8rem 6.4rem 10.8rem; }
    @media (max-width: 47.93em) {
      .testimonial__wrapper {
            grid-template-areas: "header" "box" "slider";
        padding: 6.4rem 1.8rem 6.4rem 1.8rem; } }
    .testimonial__wrapper .splide:not(.is-overflow) .splide__pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .testimonial__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: header; }
  .testimonial__slider {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: slider;
    background-color: #fff;
    padding: 6.4rem; }
    @media (max-width: 47.93em) {
      .testimonial__slider {
        margin: 0 auto; } }
    .testimonial__slider .splide__pagination__page {
      background-color: transparent;
      border: 1px solid #BABFC4; }
    .testimonial__slider .splide__pagination__page.is-active {
      background-color: #0860C4;
      border-color: #0860C4; }
  .testimonial__box {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    grid-area: box; }
  @media (max-width: 47.93em){
      .testimonial__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .testimonial__slider {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
      .testimonial__box {
    -ms-grid-row: 2;
    -ms-grid-column: 1; } }
    @media (max-width: 47.93em) {
      .testimonial__box {
        margin-bottom: 4.6rem; } }

.link-button {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  border: 1px solid;
  padding: .8rem 2.4rem .8rem 2.4rem;
  border-radius: 20px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear; }
  .link-button:hover {
    -webkit-box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear; }
  .link-button__white, .link-button__white:hover, .link-button__white:visited, .link-button__white:focus {
    color: #074D9D;
    background-color: #fff;
    border-color: #fff; }
  .link-button__white--custom {
    background-color: #fff;
    border-color: #fff; }
    .link-button__white--custom:hover, .link-button__white--custom:visited, .link-button__white--custom:focus {
      color: inherit;
      background-color: #fff;
      border-color: #fff; }
  .link-button__transparent, .link-button__transparent:hover, .link-button__transparent:visited, .link-button__transparent:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .link-button__blue, .link-button__blue:hover, .link-button__blue:visited, .link-button__blue:focus {
    color: #fff;
    background-color: #0860C4;
    border-color: #0860C4; }

.bo-header__menu .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }
  @media (max-width: 47.93em) {
    .bo-header__menu .primary-menu {
      display: none; } }
  .bo-header__menu .primary-menu .menu-item {
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #3B3F45;
    margin: 0 1.2rem;
    padding-bottom: 0.5rem; }

.bo-header__menu .menu-item.menu-item-has-children {
  margin: 0 4.6rem 0 0; }

.bo-header__menu .menu-item-has-children::after {
  content: url(/wp-content/themes/recruitment-theme/dist/046ad0228f968797ebe2028798813cd2.svg);
  position: absolute;
  top: 0.2rem;
  left: 4.6rem; }
  @media (max-width: 64em) {
    .bo-header__menu .menu-item-has-children::after {
      top: 0; } }

.bo-header__menu .menu-item-has-children .sub-menu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 999;
  border-left: 4px solid #0860C4;
  border-bottom: 1px solid #074D9D;
  background-color: #fff;
  -webkit-box-shadow: 6px -3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 6px -3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  padding: 0 1.5rem;
  border-radius: 2px; }
  .bo-header__menu .menu-item-has-children .sub-menu .menu-item {
    padding: 1.5rem 0;
    min-width: 15rem; }

.bo-header__menu .menu-item-has-children:hover > ul {
  display: block; }

.toggle-nav {
  display: none; }
  @media (max-width: 47.93em) {
    .toggle-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .toggle-nav i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 2.6rem;
        margin-left: 1.8rem;
        color: #0860C4;
        font-weight: 600; }
      .toggle-nav .close-icon {
        display: none; } }

.mobile-menu {
  display: none;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  top: 19rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  list-style: none;
  padding-top: 6rem; }
  .mobile-menu .menu-item {
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 3rem;
    line-height: 4.4rem;
    font-weight: 500;
    color: #3B3F45;
    padding-bottom: 1.5rem; }
  .mobile-menu .menu-item-has-children > a {
    border-bottom: 1px solid #074D9D; }
  .mobile-menu .menu-item-has-children .sub-menu {
    list-style-type: none; }
    .mobile-menu .menu-item-has-children .sub-menu li {
      padding-left: 3rem; }

.showMenu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 4.8rem; }

/* slider testimonials */
.testimonial__slide-txt p {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #232629; }

.testimonial__slide-author {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #0860C4; }

.bo-footer {
  background-color: #fff;
  border-top: 1px solid #f3f3f3; }
  .bo-footer__wrapper {
    padding: 4.8rem 10.8rem 0 10.8rem; }
    .bo-footer__wrapper-columns, .bo-footer__wrapper-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .bo-footer__wrapper-columns {
      width: 100%;
      gap: 4.8rem;
      margin-bottom: 2.4rem; }
      @media (max-width: 64em) {
        .bo-footer__wrapper-columns {
          gap: 2.8rem; } }
      @media (max-width: 47.93em) {
        .bo-footer__wrapper-columns {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .bo-footer__wrapper-row {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .bo-footer__about, .bo-footer__links, .bo-footer__contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 33%; }
    @media (max-width: 47.93em) {
      .bo-footer__about, .bo-footer__links, .bo-footer__contact {
        width: 85%; } }
    @media (max-width: 23.4em) {
      .bo-footer__about, .bo-footer__links, .bo-footer__contact {
        width: 90%; } }
  .bo-footer__about a {
    margin-bottom: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bo-footer__links .column-links li {
    margin: 1.2rem 0; }
  .bo-footer__contact .firm__address {
    margin-bottom: 1.6rem; }
  .bo-footer__contact .firm__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 47.93em) {
      .bo-footer__contact .firm__buttons {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .bo-footer__contact .firm__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem; }
    @media (max-width: 64em) {
      .bo-footer__contact .firm__button {
        padding: 0.9rem 1.3rem 0.5rem 1rem;
        gap: .9rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 47.93em) {
      .bo-footer__contact .firm__button {
        padding: 0.8rem 2.3rem 0.8rem 1.3rem;
        gap: 1rem; } }
    .bo-footer__contact .firm__button--1 {
      margin-right: 1.2rem; }
      .bo-footer__contact .firm__button--1::before {
        content: url(/wp-content/themes/recruitment-theme/dist/3b73799c3313f578170d4bb4eb588aab.svg); }
    .bo-footer__contact .firm__button--2::before {
      content: url(/wp-content/themes/recruitment-theme/dist/e761bc2bc956464ece96bc00babbd2e1.svg); }
  .bo-footer__copy {
    margin: 2.4rem 0 4.8rem 0; }
  .bo-footer-social .footer-social {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .bo-footer-social .footer-social .menu-item {
      margin-right: 1.2rem; }
  .bo-footer-social .facebook,
  .bo-footer-social .twitter,
  .bo-footer-social .linkedin,
  .bo-footer-social .instagram {
    width: 24px;
    height: 24px;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat; }
    .bo-footer-social .facebook a,
    .bo-footer-social .twitter a,
    .bo-footer-social .linkedin a,
    .bo-footer-social .instagram a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 24px;
      height: 24px; }
  .bo-footer-social .facebook {
    background-image: url(/wp-content/themes/recruitment-theme/dist/02f66a33e01e1ca54480228e1c71b835.svg); }
  .bo-footer-social .twitter {
    background-image: url(/wp-content/themes/recruitment-theme/dist/6039a7851ff1b3ebca9a037299261094.svg); }
  .bo-footer-social .instagram {
    background-image: url(/wp-content/themes/recruitment-theme/dist/58898ad3c4f2bccfad044f24267d0e23.svg); }
  .bo-footer-social .linkedin {
    background-image: url(/wp-content/themes/recruitment-theme/dist/aca72efaeb4df2d2bf682e7ddbc910d9.svg); }

.bo-header {
  width: 100%;
  background-color: #fff; }
  .bo-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.6rem 10.8rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 56.25em) {
      .bo-header__wrapper {
        padding: 2.1rem 5.4rem; } }
    @media (max-width: 47.93em) {
      .bo-header__wrapper {
        padding: 2.2rem 2rem; } }
  .bo-header__logo {
    padding-bottom: .5rem; }
  .bo-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 2.4rem; }
  .bo-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  @media (max-width: 47.93em) {
    .bo-header__search {
      display: none; } }
  .bo-header__form {
    margin-left: 2.4rem;
    position: relative; }
    .bo-header__form input {
      background-color: #fff;
      padding: 0 0 0 2.4rem;
      border: 1px solid #F3F3F3;
      border-radius: 20px;
      line-height: 2.4rem;
      padding: 0.8rem 2.4rem 0.8rem 2.4rem; }
      .bo-header__form input:focus-visible {
        outline: #0860C4; }
      .bo-header__form input:active, .bo-header__form input:focus, .bo-header__form input:focus-visible {
        border-color: #0860C4; }
    .bo-header__form-btn {
      position: absolute;
      right: 0;
      border-radius: 0 2rem 2rem 0;
      padding: .8rem 1.6rem .7rem 1.2rem;
      background-color: #0860C4; }
      @media (max-width: 64em) {
        .bo-header__form-btn {
          padding: .3rem 1.2rem .3rem 1.2rem; } }
      .bo-header__form-btn i {
        content: url(/wp-content/themes/recruitment-theme/dist/7c357dbfeecbdd21f363e8aefb9c872c.svg); }


/*# sourceMappingURL=style.css.map*/