/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/homepage.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 .homepage-link,
.header .jobs-link {
  display: none;
}

.animation-circle {
  position: fixed;
  width: 20%;
  top: 50vh;
  right: 50%;
  -webkit-transform: translate(-100%, 50%);
     -moz-transform: translate(-100%, 50%);
       -o-transform: translate(-100%, 50%);
          transform: translate(-100%, 50%);
  opacity: 0;
  z-index: 10;
}

.white__circle {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #F9F9F9;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}

.intro {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: rgb(65, 65, 61);
  background: -webkit-radial-gradient(right top, ellipse, #1B1918 0%, #121110 72%, #121110 100%);
  background: -moz-radial-gradient(right top, ellipse, #1B1918 0%, #121110 72%, #121110 100%);
  background: -o-radial-gradient(right top, ellipse, #1B1918 0%, #121110 72%, #121110 100%);
  background: radial-gradient(ellipse at right top, #1B1918 0%, #121110 72%, #121110 100%);
}
.intro .container {
  position: relative;
  height: 100%;
}
.intro__text {
  position: absolute;
  left: 0;
  top: 40vh;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
}
.intro__title {
  display: block;
  font: 700 60px/1 "Satoshi-BoldItalic";
}
.intro__before-title, .intro__after-title {
  display: block;
  font: 500 30px/1 "Satoshi-Medium";
  color: #FFCE62;
}
.intro__after-title {
  text-align: right;
}
.intro .mask-logo {
  position: absolute;
  width: 80%;
  top: 50vh;
  right: 0;
  opacity: 0.6;
  -webkit-transform: translateY(15%);
     -moz-transform: translateY(15%);
       -o-transform: translateY(15%);
          transform: translateY(15%);
}
.intro .mask-circle {
  position: fixed;
  width: 20%;
  top: 50vh;
  right: 50%;
  -webkit-transform: translate(-100%, 50%);
     -moz-transform: translate(-100%, 50%);
       -o-transform: translate(-100%, 50%);
          transform: translate(-100%, 50%);
  opacity: 0.6;
  pointer-events: none;
}

.for {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  margin-bottom: 100px;
}
.for .container {
  height: 100%;
}
.for__title {
  font: 500 24px/1.5 "Satoshi-Medium";
  color: #FFCE62;
  text-align: center;
  padding: 20px 0;
}
.for__clients {
  position: absolute;
  width: 100%;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 20px;
  overflow: hidden;
}
.for__client img {
  display: none;
}
.for__client h3 {
  font: 700 42px/1.25 "Satoshi-BoldItalic";
  margin-bottom: 10px;
}
.for__client--left {
  margin-bottom: 100px;
}
.for__client--left h3 {
  -webkit-transform: translateX(-30%);
     -moz-transform: translateX(-30%);
       -o-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
}
.for__client--left p {
  -webkit-transform: translateX(-30%);
     -moz-transform: translateX(-30%);
       -o-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
}
.for__client--right h3 {
  -webkit-transform: translateX(30%);
     -moz-transform: translateX(30%);
       -o-transform: translateX(30%);
          transform: translateX(30%);
  opacity: 0;
}
.for__client--right p {
  -webkit-transform: translateX(30%);
     -moz-transform: translateX(30%);
       -o-transform: translateX(30%);
          transform: translateX(30%);
  opacity: 0;
}
.for .separator {
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: 700 36px/1.25 "Satoshi-BoldItalic";
  color: #121110;
}

.simple {
  height: 100vh;
  overflow: hidden;
}
.simple__title {
  height: 90px;
  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-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font: 500 32px/46px "Satoshi-Medium";
  color: #FFCE62;
  text-align: center;
  padding: 20px 0;
}
.simple__title-animation {
  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;
  font: 700 36px/46px "Satoshi-BoldItalic";
  color: #fff;
}
.simple__title--2 {
  opacity: 0;
}
.simple__text {
  text-align: center;
}

.specialty {
  margin-bottom: 100px;
  padding: 20px 0;
}
.specialty__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.specialty__title {
  font: 700 46px/1 "Satoshi-BoldItalic";
  margin-bottom: 20px;
}
.specialty__text {
  margin-bottom: 20px;
}

.process {
  height: 100vh;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 300px;
}
.process .container {
  height: 100%;
}
.process__img {
  height: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}
.process__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(50%, 30%) scale(3);
     -moz-transform: translate(50%, 30%) scale(3);
       -o-transform: translate(50%, 30%) scale(3);
          transform: translate(50%, 30%) scale(3);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.process__titles {
  position: relative;
  font: 700 36px/1 "Satoshi-BoldItalic";
  color: #F9F9F9;
}
.process__title {
  font: 500 31px/1 "Satoshi-Medium";
  color: #FFCE62;
  margin-bottom: 30px;
}
.process__title span {
  display: inline-block;
}
.process__title--2, .process__title--3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(20%);
     -moz-transform: translateY(20%);
       -o-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}
.process__text {
  position: relative;
}
.process__text--2, .process__text--3 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(10%);
     -moz-transform: translateY(10%);
       -o-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
}

.results {
  margin-bottom: 100px;
  height: 100vh;
  padding: 20px 0;
}
.results .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-justify-content: space-around;
          justify-content: space-around;
}
.results__title {
  font: 500 32px/1 "Satoshi-Medium";
  color: #FFCE62;
}
.results__title span {
  font: 700 46px/1 "Satoshi-BoldItalic";
  color: #F9F9F9;
}
.results__chart .chart-recruitments rect {
  opacity: 0;
}
.results__chart .chart-coffee rect {
  opacity: 0;
}
.results__chart .calls-line {
  stroke-dasharray: 310;
  stroke-dashoffset: 310;
}
.results__chart .calls-circle {
  opacity: 0;
}
.results__chart .training-line {
  stroke-dasharray: 310;
  stroke-dashoffset: 310;
}
.results__chart .training-circle {
  opacity: 0;
}
.results__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.results .single__stat {
  text-align: center;
  opacity: 0;
}
.results .single__stat__number {
  font: 500 24px/1 "Satoshi-Medium";
  margin-bottom: 5px;
}

.jobs {
  margin-bottom: 100px;
  padding: 20px 0;
}
.jobs__img img {
  width: 100%;
  margin-bottom: 50px;
}
.jobs__title {
  font: 500 42px/1 "Satoshi-Medium";
  color: #FFCE62;
  margin-bottom: 20px;
}
.jobs__title span {
  font: 700 46px/1 "Satoshi-BoldItalic";
  color: #F9F9F9;
}
.jobs__subtitle {
  margin-bottom: 50px;
}
.jobs .job__single {
  margin-bottom: 50px;
}
.jobs .job__single-title {
  font: 700 24px/1 "Satoshi-BoldItalic";
  margin-bottom: 20px;
}
.jobs .job__single-description {
  margin-bottom: 20px;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-moz-keyframes marquee {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}

@-o-keyframes marquee {
  from {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.clients {
  margin-bottom: 100px;
  padding: 20px 0;
}
.clients__title {
  font: 500 42px/1 "Satoshi-Medium";
  color: #FFCE62;
  margin-bottom: 30px;
}
.clients__title span {
  font: 700 46px/1 "Satoshi-BoldItalic";
  color: #F9F9F9;
}
.clients__marquees {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow: hidden;
  min-width: 100%;
}
.clients__marquee {
  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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-animation: marquee 20s linear infinite;
     -moz-animation: marquee 20s linear infinite;
       -o-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
.clients__marquee img {
  height: 50px;
  margin: 0 30px;
}

.who {
  padding: 20px 0;
}
.who__title {
  font: 500 42px/1 "Satoshi-Medium";
  color: #FFCE62;
  margin-bottom: 50px;
}
.who__title span {
  font: 700 46px/1 "Satoshi-BoldItalic";
  color: #F9F9F9;
}
.who__single {
  margin-bottom: 50px;
}
.who__single__img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.who__single__name {
  font: 700 26px/1 "Satoshi-BoldItalic";
}
.who__single__role {
  margin-bottom: 10px;
}
.who__single__phone, .who__single__email {
  display: block;
  font: 400 20px/1 "Satoshi-BoldItalic";
  text-decoration: none;
  color: #FFCE62;
  margin-bottom: 10px;
}

@media only screen and (min-width: 801px) {
  .animation-circle {
    width: 9%;
    -webkit-transform: translate(200%, -130%);
       -moz-transform: translate(200%, -130%);
         -o-transform: translate(200%, -130%);
            transform: translate(200%, -130%);
  }
  .intro__text {
    top: 50vh;
  }
  .intro__title {
    font-size: 130px;
  }
  .intro__before-title, .intro__after-title {
    font-size: 50px;
  }
  .intro .mask-logo {
    width: 35%;
    -webkit-transform: translateY(-45%);
       -moz-transform: translateY(-45%);
         -o-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  .intro .mask-circle {
    width: 9%;
    -webkit-transform: translate(200%, -130%);
       -moz-transform: translate(200%, -130%);
         -o-transform: translate(200%, -130%);
            transform: translate(200%, -130%);
  }
  .for__title {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .for__clients {
    position: relative;
    width: auto;
    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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    left: auto;
    top: auto;
    overflow: visible;
  }
  .for__client {
    position: relative;
    width: 40%;
  }
  .for__client img {
    display: block;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  .for__client h3 {
    position: absolute;
    top: 180px;
    left: -40px;
    -webkit-transform: translateX(-30px);
       -moz-transform: translateX(-30px);
         -o-transform: translateX(-30px);
            transform: translateX(-30px);
    font-size: 80px;
    pointer-events: none;
  }
  .for__client p {
    -webkit-transform: translateX(-50px);
       -moz-transform: translateX(-50px);
         -o-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .for__client--right {
    margin-top: 90px;
  }
  .for .separator {
    font-size: 60px;
  }
  .simple__title {
    height: 130px;
    padding-top: 35px;
    font: 500 50px/65px "Satoshi-Medium";
  }
  .simple__title-animation {
    font: 500 60px/60px "Satoshi-BoldItalic";
  }
  .simple__text {
    width: 40%;
    margin: 0 auto;
  }
  .specialty .container {
    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: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
  .specialty__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
  }
  .specialty__img img {
    height: 500px;
  }
  .specialty__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    padding: 0 30px;
  }
  .specialty__title {
    font-size: 80px;
    margin-bottom: 50px;
    -webkit-transform: translateX(-15%);
       -moz-transform: translateX(-15%);
         -o-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  .specialty__text {
    margin-bottom: 50px;
  }
  .process .container {
    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-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .process__img {
    position: absolute;
    right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    width: 50%;
    height: 70%;
    margin-bottom: 0;
  }
  .process__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
            flex: 0 0 40%;
  }
  .process__title {
    font-size: 70px;
  }
  .process__title span {
    font-size: 80px;
  }
  .results .container {
    -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;
  }
  .results__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    font-size: 70px;
  }
  .results__title span {
    font-size: 80px;
  }
  .results__chart {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
  }
  .results__stats {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
  }
  .results .single__stat__number {
    font-size: 42px;
  }
  .jobs .container {
    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;
  }
  .jobs__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
       -moz-box-flex: 0;
            flex: 0 0 45%;
    padding: 0 50px;
  }
  .jobs__img img {
    margin-bottom: 0;
  }
  .jobs__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
       -moz-box-flex: 0;
            flex: 0 0 55%;
    padding-left: 50px;
  }
  .jobs__title {
    font-size: 70px;
  }
  .jobs__title span {
    font-size: 80px;
  }
  .jobs .job__single-title {
    font-size: 32px;
  }
  .clients__title {
    font-size: 70px;
    margin-bottom: 50px;
  }
  .clients__title span {
    font-size: 80px;
  }
  .clients__marquee img {
    margin: 0 70px;
    height: 70px;
  }
  .who__title {
    font-size: 70px;
  }
  .who__title span {
    font-size: 80px;
  }
  .who__content {
    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;
  }
  .who__single {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
  }
  .who__single__text {
    position: absolute;
    top: 200px;
    left: 10%;
    z-index: 3;
  }
  .who__single__img {
    width: 60%;
    height: auto;
    margin: 0 0 0 auto;
  }
  .who__single--right {
    margin-top: 100px;
  }
  .who__single__name {
    font-size: 42px;
  }
  .who__single__contact {
    cursor: pointer;
  }
}
