/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/jobs.scss ***!
  \*******************************************************************************************************************************************************/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*! 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;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-height: -webkit-fill-available;
}

h1,
h2,
h3,
p {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main,
img {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/*
** Custom Fonts
*/
@font-face {
  font-family: "Satoshi-Light";
  src: url(../fonts/Satoshi-Light.woff2) format("woff2"), url(../fonts/Satoshi-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url(../fonts/Satoshi-Medium.woff2) format("woff2"), url(../fonts/Satoshi-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url(../fonts/Satoshi-BoldItalic.woff2) format("woff2"), url(../fonts/Satoshi-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
**  Colors
*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 998;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.header__logo {
  position: relative;
  width: 60px;
  z-index: 999;
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.header__menu-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  background: rgba(18, 17, 16, 0.8);
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header__menu-content .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  padding: 130px 20px 30px;
}
.header__menu-content .scroll-link,
.header__menu-content .homepage-link {
  font: 700 26px/1 "Satoshi-BoldItalic";
  margin-bottom: 12px;
}
.header__menu-content .all-jobs-btn {
  width: 100%;
  text-align: center;
  margin: 30px auto 20px;
}
.header__menu-content .social {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.header__menu-content .social a {
  color: #F9F9F9;
  text-decoration: none;
  opacity: 0.6;
  margin: 0 10px;
  font: 700 18px/1 "Satoshi-BoldItalic";
}
.header__menu-content .languages {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-content .languages li a {
  color: #fff;
  font: 700 24px/1 "Satoshi-BoldItalic";
  text-decoration: none;
  opacity: 0.6;
}
.header__menu-content .languages li::after {
  content: "/";
  font: 500 24px/1 "Satoshi-Medium";
  margin: 0 3px;
  opacity: 0.6;
}
.header__menu-content .languages li:last-of-type:after {
  display: none;
}
.header__menu-content .languages li.current-lang a {
  color: #FFCE62;
  opacity: 1;
}
.header__menu .btn {
  position: relative;
  margin-right: 20px;
  z-index: 999;
}
.header .hamburger {
  position: relative;
  width: 30px;
  height: 35px;
  z-index: 999;
  margin-right: 0;
}
.header .hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 7px 0;
  background: #FFCE62;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.header.hide {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.show {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  background: rgba(18, 17, 16, 0.8);
}
.header.expanded .header__menu-content {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (min-width: 801px) {
  .header__logo {
    width: 90px;
  }
  .header__menu .btn {
    margin-right: 30px;
  }
  .header__menu .hamburger {
    margin-right: 0;
    cursor: pointer;
  }
  .header__menu-content .homepage-link {
    grid-column: 2/3;
    margin: 0 auto 12px;
  }
  .header__menu-content .container {
    padding: 150px 20px 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    row-gap: 50px;
  }
  .header__menu-content .container p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
  }
  .header__menu-content .container .all-jobs-btn {
    width: auto;
    grid-column: 1/4;
    margin: 0 auto;
  }
  .header__menu-content .container .social {
    grid-column: 1/4;
  }
  .header__menu-content .container .social a {
    color: #F9F9F9;
    text-decoration: none;
    opacity: 0.6;
    margin: 0 10px;
    font: 700 18px/1 "Satoshi-BoldItalic";
  }
  .header__menu-content .container .languages {
    grid-column: 1/4;
  }
}
body {
  background: #121110;
  color: #F9F9F9;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

p,
li {
  font: 300 16px/1.25 "Satoshi-Light";
}

strong,
b {
  color: #FFCE62;
  font-family: "Satoshi-BoldItalic";
}

.cursor,
.cursor-dot {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  pointer-events: none;
}

.cursor {
  background-color: #FFCE62;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) width, 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) height;
  -o-transition: 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) width, 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) height;
  -moz-transition: 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) width, 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) height;
  transition: 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) width, 450ms cubic-bezier(0.75, -1.27, 0.3, 2.33) height;
}
.cursor__scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.01);
     -moz-transform: translate(-50%, -50%) scale(0.01);
       -o-transform: translate(-50%, -50%) scale(0.01);
          transform: translate(-50%, -50%) scale(0.01);
  font: 500 18px/1.5 "Satoshi-Medium";
  color: #121110;
  -webkit-transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -webkit-transform;
  transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -webkit-transform;
  -o-transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -o-transform;
  -moz-transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -moz-transform;
  transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) transform;
  transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -webkit-transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -moz-transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -o-transform;
}
.cursor--scroll {
  width: 100px;
  height: 100px;
  mix-blend-mode: normal;
}
.cursor--scroll .cursor__scroll {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
     -moz-transform: translate(-50%, -50%) scale(1.5);
       -o-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}
.cursor__click {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.01);
     -moz-transform: translate(-50%, -50%) scale(0.01);
       -o-transform: translate(-50%, -50%) scale(0.01);
          transform: translate(-50%, -50%) scale(0.01);
  font: 500 18px/1.5 "Satoshi-Medium";
  -webkit-transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -webkit-transform;
  transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -webkit-transform;
  -o-transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -o-transform;
  -moz-transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -moz-transform;
  transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) transform;
  transition: 450ms cubic-bezier(1, -0.5, 0.4, 1.5) transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -webkit-transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -moz-transform, 450ms cubic-bezier(1, -0.5, 0.4, 1.5) -o-transform;
  color: #121110;
}
.cursor--click {
  width: 100px;
  height: 100px;
  mix-blend-mode: normal;
}
.cursor--click .cursor__click {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
     -moz-transform: translate(-50%, -50%) scale(1.5);
       -o-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}
.cursor__img {
  font: 500 18px/1.5 "Satoshi-Medium";
  -webkit-transform: scale(0.1);
     -moz-transform: scale(0.1);
       -o-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #121110;
}
.cursor--img {
  width: 180px;
  height: 180px;
  mix-blend-mode: overlay;
}
.cursor--img .cursor__img {
  -webkit-transform: scale(1.5);
     -moz-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
}

.cursor-dot {
  background-color: #fff;
  width: 10px;
  height: 10px;
  z-index: 49;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font: 700 16px/24px "Satoshi-Medium";
}
.btn--yellow {
  background: #FFCE62;
  color: #121110;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  padding: 5px 20px 8px;
}
.btn--underline {
  color: #F9F9F9;
  padding: 0;
  text-decoration: underline;
}

@media only screen and (min-width: 800px) {
  .cursor,
  .cursor-dot {
    display: block;
  }
  p,
  li {
    font-size: 18px;
  }
  .container {
    max-width: 1200px;
  }
  .btn {
    font-size: 18px;
  }
  .btn--yellow {
    padding: 8px 30px 10px;
  }
}
@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1600px;
  }
}
.header__menu-content .scroll-link {
  display: none;
}
.page-title {
  padding: 150px 0 80px;
  font: 700 50px/1 "Satoshi-BoldItalic";
  text-align: center;
}

.jobs .job {
  margin-bottom: 50px;
}
.jobs .job__img {
  display: block;
  height: 300px;
  margin-bottom: 20px;
}
.jobs .job__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobs .job__title {
  font: 700 24px/1.25 "Satoshi-BoldItalic";
  margin-bottom: 10px;
}
.jobs .job__description {
  margin-bottom: 20px;
}

@media only screen and (min-width: 801px) {
  .page-title {
    font-size: 80px;
  }
  .jobs .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
