/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url("https://fonts.googleapis.com/css?family=Istok+Web:400,700|Open+Sans:300,300i,400,400i,600,700&subset=cyrillic,cyrillic-ext,latin-ext");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  color: #131313;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: .01em;
  line-height: 1.6;
  overflow-x: hidden; }

*,
*:after,
*:before {
  box-sizing: inherit; }

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem; }
  blockquote *:last-child {
    margin: 0; }

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #5533ff;
  border-radius: 4rem;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  height: 4.7rem;
  line-height: 4.7rem;
  padding: 0 3.3rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  box-shadow: 0 0.4rem 3.7rem -0.8rem #5533ff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type='button']:hover,
  input[type='button']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus,
  input[type='submit']:hover,
  input[type='submit']:focus {
    background: #6a4dff;
    color: #fff; }
  .button.alt,
  button.alt,
  input[type='button'].alt,
  input[type='reset'].alt,
  input[type='submit'].alt {
    background: #131313;
    box-shadow: 0 0.4rem 3.7rem -0.8rem #131313; }
    .button.alt:hover,
    button.alt:hover,
    input[type='button'].alt:hover,
    input[type='reset'].alt:hover,
    input[type='submit'].alt:hover {
      background: #202020; }
  .button.button-disabled, .button[disabled],
  button.button-disabled,
  button[disabled],
  input[type='button'].button-disabled,
  input[type='button'][disabled],
  input[type='reset'].button-disabled,
  input[type='reset'][disabled],
  input[type='submit'].button-disabled,
  input[type='submit'][disabled] {
    opacity: .5;
    cursor: default;
    pointer-events: none; }
    .button.button-disabled:hover, .button.button-disabled:focus, .button[disabled]:hover, .button[disabled]:focus,
    button.button-disabled:hover,
    button.button-disabled:focus,
    button[disabled]:hover,
    button[disabled]:focus,
    input[type='button'].button-disabled:hover,
    input[type='button'].button-disabled:focus,
    input[type='button'][disabled]:hover,
    input[type='button'][disabled]:focus,
    input[type='reset'].button-disabled:hover,
    input[type='reset'].button-disabled:focus,
    input[type='reset'][disabled]:hover,
    input[type='reset'][disabled]:focus,
    input[type='submit'].button-disabled:hover,
    input[type='submit'].button-disabled:focus,
    input[type='submit'][disabled]:hover,
    input[type='submit'][disabled]:focus {
      background-color: #9b4dca;
      border-color: #9b4dca; }
  .button.button-outline,
  button.button-outline,
  input[type='button'].button-outline,
  input[type='reset'].button-outline,
  input[type='submit'].button-outline {
    color: #9b4dca;
    background-color: transparent; }
    .button.button-outline:hover, .button.button-outline:focus,
    button.button-outline:hover,
    button.button-outline:focus,
    input[type='button'].button-outline:hover,
    input[type='button'].button-outline:focus,
    input[type='reset'].button-outline:hover,
    input[type='reset'].button-outline:focus,
    input[type='submit'].button-outline:hover,
    input[type='submit'].button-outline:focus {
      color: #606c76;
      background-color: transparent;
      border-color: #606c76; }
    .button.button-outline.button-disabled:hover, .button.button-outline.button-disabled:focus, .button.button-outline[disabled]:hover, .button.button-outline[disabled]:focus,
    button.button-outline.button-disabled:hover,
    button.button-outline.button-disabled:focus,
    button.button-outline[disabled]:hover,
    button.button-outline[disabled]:focus,
    input[type='button'].button-outline.button-disabled:hover,
    input[type='button'].button-outline.button-disabled:focus,
    input[type='button'].button-outline[disabled]:hover,
    input[type='button'].button-outline[disabled]:focus,
    input[type='reset'].button-outline.button-disabled:hover,
    input[type='reset'].button-outline.button-disabled:focus,
    input[type='reset'].button-outline[disabled]:hover,
    input[type='reset'].button-outline[disabled]:focus,
    input[type='submit'].button-outline.button-disabled:hover,
    input[type='submit'].button-outline.button-disabled:focus,
    input[type='submit'].button-outline[disabled]:hover,
    input[type='submit'].button-outline[disabled]:focus {
      color: #9b4dca;
      border-color: inherit; }
  .button.button-clear,
  button.button-clear,
  input[type='button'].button-clear,
  input[type='reset'].button-clear,
  input[type='submit'].button-clear {
    color: #9b4dca;
    background-color: transparent;
    border-color: transparent; }
    .button.button-clear:hover, .button.button-clear:focus,
    button.button-clear:hover,
    button.button-clear:focus,
    input[type='button'].button-clear:hover,
    input[type='button'].button-clear:focus,
    input[type='reset'].button-clear:hover,
    input[type='reset'].button-clear:focus,
    input[type='submit'].button-clear:hover,
    input[type='submit'].button-clear:focus {
      color: #606c76;
      background-color: transparent;
      border-color: transparent; }
    .button.button-clear.button-disabled:hover, .button.button-clear.button-disabled:focus, .button.button-clear[disabled]:hover, .button.button-clear[disabled]:focus,
    button.button-clear.button-disabled:hover,
    button.button-clear.button-disabled:focus,
    button.button-clear[disabled]:hover,
    button.button-clear[disabled]:focus,
    input[type='button'].button-clear.button-disabled:hover,
    input[type='button'].button-clear.button-disabled:focus,
    input[type='button'].button-clear[disabled]:hover,
    input[type='button'].button-clear[disabled]:focus,
    input[type='reset'].button-clear.button-disabled:hover,
    input[type='reset'].button-clear.button-disabled:focus,
    input[type='reset'].button-clear[disabled]:hover,
    input[type='reset'].button-clear[disabled]:focus,
    input[type='submit'].button-clear.button-disabled:hover,
    input[type='submit'].button-clear.button-disabled:focus,
    input[type='submit'].button-clear[disabled]:hover,
    input[type='submit'].button-clear[disabled]:focus {
      color: #9b4dca; }

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap; }

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  font-family: 'Menlo', 'Consolas', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', monospace; }
  pre > code {
    background: transparent;
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin-bottom: 3.5rem;
  margin-top: 3.0rem; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%; }
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='text']:focus,
  input[type='url']:focus,
  textarea:focus,
  select:focus {
    border: 0.1rem solid #9b4dca;
    outline: 0; }

select {
  padding: 0.6rem 3rem 0.6rem 1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOSAxNCIgd2lkdGg9IjI5Ij48cGF0aCBmaWxsPSIjZDFkMWQxIiBkPSJNOS40IDMuNmw1IDcgNS4yLTciLz48L3N2Zz4=) center right no-repeat; }
  select:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOSAxNCIgd2lkdGg9IjI5Ij48cGF0aCBmaWxsPSIjOWI0ZGNmIiBkPSJNMTkuNiAzLjZIOS40bDUgNyIvPjwvc3ZnPg==); }

textarea {
  padding-bottom: .6rem;
  padding-top: .6rem;
  min-height: 6.5rem; }

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'],
input[type='radio'] {
  display: inline; }

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: .5rem; }

.container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%; }

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row.row-wrap {
    flex-wrap: wrap; }
  .row.row-no-padding {
    padding: 0; }
  .row > .column {
    padding: 0; }
  .row.row-top {
    align-items: flex-start; }
  .row.row-bottom {
    align-items: flex-end; }
  .row.row-center {
    align-items: center; }
  .row.row-stretch {
    align-items: stretch; }
  .row.row-baseline {
    align-items: baseline; }
  .row .column {
    display: block;
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    width: 100%; }
    .row .column .col-top {
      align-self: flex-start; }
    .row .column .col-bottom {
      align-self: flex-end; }
    .row .column .col-center {
      align-self: center; }
    .row .column.column-offset-10 {
      margin-left: 10%; }
    .row .column.column-offset-20 {
      margin-left: 20%; }
    .row .column.column-offset-25 {
      margin-left: 25%; }
    .row .column.column-offset-30 {
      margin-left: 30%; }
    .row .column.column-offset-33, .row .column.column-offset-34 {
      margin-left: 33.3333%; }
    .row .column.column-offset-50 {
      margin-left: 50%; }
    .row .column.column-offset-66, .row .column.column-offset-67 {
      margin-left: 66.6666%; }
    .row .column.column-offset-75 {
      margin-left: 75%; }
    .row .column.column-offset-80 {
      margin-left: 80%; }
    .row .column.column-offset-90 {
      margin-left: 90%; }
    .row .column.column-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .row .column.column-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .row .column.column-25 {
      flex: 0 0 25%;
      max-width: 25%; }
    .row .column.column-33, .row .column.column-34 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .row .column.column-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .row .column.column-50 {
      flex: 0 0 50%;
      max-width: 50%; }
    .row .column.column-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .row .column.column-66, .row .column.column-67 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .row .column.column-75 {
      flex: 0 0 75%;
      max-width: 75%; }
    .row .column.column-80 {
      flex: 0 0 80%;
      max-width: 80%; }
    .row .column.column-90 {
      flex: 0 0 90%;
      max-width: 90%; }

@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    width: calc(100% + 2rem);
    margin-left: -1rem; }
    .row .column {
      margin-bottom: inherit;
      padding: 0 1.0rem; } }
a {
  color: #5533ff;
  text-decoration: none;
  -webkit-transition: 0.45s ease;
  -moz-transition: 0.45s ease;
  transition: 0.45s ease;
  -webkit-tap-highlight-color: rgba(85, 51, 255, 0.3); }
  a:hover {
    color: #5533ff; }

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0; }
  dl dl,
  dl ul,
  dl ol,
  ol dl,
  ol ul,
  ol ol,
  ul dl,
  ul ul,
  ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem; }

dl {
  list-style: none; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

dt,
dd,
li {
  margin-bottom: 1.0rem; }

.button,
button {
  margin-bottom: 1.0rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

table {
  width: 100%; }

th,
td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

p {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 2.0rem;
  margin-top: 0;
  font-family: "Istok Web";
  -webkit-transform: skewY(0.05deg);
  -moz-transform: skewY(0.05deg);
  -ms-transform: skewY(0.05deg);
  -o-transform: skewY(0.05deg);
  transform: skewY(0.05deg); }

h1 {
  font-size: 4.0rem;
  letter-spacing: -.1rem;
  line-height: 1.2; }

h2 {
  font-size: 3.6rem;
  letter-spacing: -.1rem;
  line-height: 1.25; }

h3 {
  font-size: 3.0rem;
  letter-spacing: -.1rem;
  line-height: 1.3; }

h4 {
  font-size: 2.4rem;
  letter-spacing: -.08rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5; }

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4; }

@media (min-width: 40rem) {
  h1 {
    font-size: 6.5rem; }

  h2 {
    font-size: 5rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
img {
  max-width: 100%; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: '';
    display: table; }
  .clearfix:after {
    clear: both; }

.flex-align-self {
  align-self: center; }

.overflow-hidden {
  overflow: hidden; }

.tac {
  text-align: center; }

.tooltip-trigger {
  position: relative;
  display: inline-block;
  line-height: 1.4; }
  .tooltip-trigger .tooltip-content {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 4rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding: 3rem 6rem;
    text-align: center;
    color: #fff;
    pointer-events: none;
    background: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-50%, 20%);
    -moz-transform: translate(-50%, 20%);
    -ms-transform: translate(-50%, 20%);
    -o-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    -webkit-transition: 0.45s ease;
    -moz-transition: 0.45s ease;
    transition: 0.45s ease; }
    .tooltip-trigger .tooltip-content .copy {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2rem;
      padding: 1.3rem 3rem 1rem 3rem;
      border-radius: 2em;
      background: rgba(0, 0, 0, 0.3);
      height: 4rem;
      top: 0;
      line-height: 1.7rem;
      white-space: pre;
      box-shadow: 0 0.4rem 3rem -1.1rem #131313; }
      .tooltip-trigger .tooltip-content .copy:before {
        content: '';
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: rgba(0, 0, 0, 0.3);
        border-width: .7rem;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -1.4rem;
        -webkit-transition: 0.45s ease;
        -moz-transition: 0.45s ease;
        transition: 0.45s ease; }
      .tooltip-trigger .tooltip-content .copy:hover {
        background: rgba(0, 0, 0, 0.4); }
        .tooltip-trigger .tooltip-content .copy:hover:before {
          border-bottom-color: rgba(0, 0, 0, 0.4); }
      .tooltip-trigger .tooltip-content .copy.copied {
        background: #2ecc71;
        cursor: default;
        pointer-events: none;
        box-shadow: 0 0.4rem 2.5rem -0.4rem #2ecc71; }
        .tooltip-trigger .tooltip-content .copy.copied:before {
          border-bottom-color: #2ecc71; }
    .tooltip-trigger .tooltip-content span {
      display: block; }
    .tooltip-trigger .tooltip-content.bottom {
      top: 4rem; }
  .tooltip-trigger:hover .tooltip-content {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: auto; }
  @media screen and (max-width: 1250px) {
    .tooltip-trigger .tooltip-content {
      -webkit-transform: translate(-70%, 20%);
      -moz-transform: translate(-70%, 20%);
      -ms-transform: translate(-70%, 20%);
      -o-transform: translate(-70%, 20%);
      transform: translate(-70%, 20%); }
      .tooltip-trigger .tooltip-content .copy:before {
        right: 2.3rem;
        left: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      .tooltip-trigger .tooltip-content .copied {
        left: 2.3rem; }
    .tooltip-trigger:hover .tooltip-content {
      -webkit-transform: translate(-70%, 0%);
      -moz-transform: translate(-70%, 0%);
      -ms-transform: translate(-70%, 0%);
      -o-transform: translate(-70%, 0%);
      transform: translate(-70%, 0%); } }

.back-to-top {
  display: inline-block;
  height: 4.5rem;
  width: 4.5rem;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 10;
  box-shadow: 0 0.4rem 2.5rem -0.4rem #5533ff;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 9999999;
  border-radius: 50%;
  background: #5533ff url(../imgs/chevron.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /*&.faded{
  	@include opacity(.5);
  }*/ }
  .back-to-top.visible {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .back-to-top:hover {
    background: #6a4dff url(../imgs/chevron.svg) no-repeat center 50%;
    -webkit-transform: scale(1) translateY(-0.5rem);
    -moz-transform: scale(1) translateY(-0.5rem);
    -ms-transform: scale(1) translateY(-0.5rem);
    -o-transform: scale(1) translateY(-0.5rem);
    transform: scale(1) translateY(-0.5rem); }
  @media screen and (max-width: 768px) {
    .back-to-top {
      display: none; } }

::-moz-selection {
  background: #5533ff;
  color: #fff; }

::selection {
  background: #5533ff;
  color: #fff; }

body:before {
  width: 100%;
  height: 100%;
  position: fixed;
  content: "";
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 0; }
body.loading {
  overflow: hidden; }
  body.loading:before {
    background: white;
    z-index: 99; }
  body.loading .loader-wrapper {
    display: block; }

.loader,
.loader:after {
  width: 8rem;
  height: 8rem;
  border-radius: 50%; }

.loader-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  display: none; }

.loader {
  font-size: .7rem;
  text-indent: -9999em;
  border-top: 0.8rem solid rgba(85, 51, 255, 0.2);
  border-right: 0.8rem solid rgba(85, 51, 255, 0.2);
  border-bottom: 0.8rem solid rgba(85, 51, 255, 0.2);
  border-left: 0.8rem solid #5533ff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader 1s infinite linear;
  -moz-animation: loader 1s infinite linear;
  animation: loader 1s infinite linear; }

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes loader {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes logo {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes logo {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@keyframes logo {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
header {
  position: absolute;
  margin-top: 1rem;
  left: 0;
  right: 0;
  z-index: 4; }
  header .logo {
    float: left;
    background: url(../imgs/logo1.svg) no-repeat;
    width: 7.5rem;
    height: 8.7rem;
    background-size: 100%;
    text-indent: -9999rem; }
    @media screen and (max-width: 768px) {
      header .logo {
        width: 6.5rem;
        height: 7.7rem; } }
    header .logo:hover {
      -webkit-animation: logo 1s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: logo 1s cubic-bezier(0.77, 0, 0.175, 1);
      animation: logo 1s cubic-bezier(0.77, 0, 0.175, 1); }
  header nav {
    float: right;
    height: 8.6rem;
    line-height: 8.7rem; }
    header nav ul {
      margin: 0; }
      header nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0 1rem; }
        @media screen and (min-width: 535px) {
          header nav ul li:last-child {
            padding: 0 0 0 1rem; } }
        header nav ul li a {
          color: #fff;
          font-size: 1.7rem;
          display: block;
          position: relative; }
          header nav ul li a:after {
            content: "";
            position: absolute;
            bottom: 2rem;
            left: 50%;
            width: 2rem;
            height: 1rem;
            -webkit-transform: translateX(-50%) rotate(180deg);
            -moz-transform: translateX(-50%) rotate(180deg);
            -ms-transform: translateX(-50%) rotate(180deg);
            -o-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
            -webkit-transition: 0.45s ease;
            -moz-transition: 0.45s ease;
            transition: 0.45s ease;
            background: url(../imgs/chevron.svg) no-repeat center center;
            background-size: contain;
            opacity: 0;
            filter: alpha(opacity=0); }
          header nav ul li a:hover {
            color: #fff; }
            header nav ul li a:hover:after {
              -webkit-transform: translate(-50%, 75%) rotate(180deg);
              -moz-transform: translate(-50%, 75%) rotate(180deg);
              -ms-transform: translate(-50%, 75%) rotate(180deg);
              -o-transform: translate(-50%, 75%) rotate(180deg);
              transform: translate(-50%, 75%) rotate(180deg);
              opacity: 1;
              filter: alpha(opacity=100); }
          header nav ul li a.see-all-work {
            background: rgba(0, 0, 0, 0.3);
            margin-top: 2rem;
            font-size: 1.3rem;
            box-shadow: 0 0.4rem 3rem -1.1rem #131313;
            padding: 0 3rem;
            height: 4.6rem;
            line-height: 4.7rem; }
            header nav ul li a.see-all-work:after {
              display: none; }
            header nav ul li a.see-all-work:hover {
              background: rgba(0, 0, 0, 0.4); }
        header nav ul li.email a {
          line-height: 1;
          position: relative;
          padding: 1.1rem 1.3rem;
          margin-left: .3rem;
          background: rgba(0, 0, 0, 0.3);
          border-radius: 50%;
          position: relative;
          top: .6rem;
          box-shadow: 0 0.4rem 3rem -1.1rem #131313; }
          header nav ul li.email a:after {
            display: none; }
          header nav ul li.email a svg {
            width: 2.4rem;
            position: relative;
            top: .1rem; }
            header nav ul li.email a svg path {
              fill: #fff; }
          header nav ul li.email a:hover {
            background: rgba(0, 0, 0, 0.4); }
        header nav ul li.email.language a {
          padding: 0;
          margin: 0;
          top: .9rem;
          box-shadow: 0 0.4rem 3rem -0.8rem #131313; }
          header nav ul li.email.language a svg {
            width: 3rem; }
    header nav.mobile {
      position: relative;
      display: none; }
      header nav.mobile .hamburger {
        display: block;
        width: 2.7rem;
        height: 3rem;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent; }
        header nav.mobile .hamburger span {
          width: 100%;
          height: 0.2rem;
          background: #fff;
          display: block;
          position: absolute;
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          -moz-transition: background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          transition: background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
          header nav.mobile .hamburger span:before, header nav.mobile .hamburger span:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: #fff;
            -webkit-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
            -moz-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
            transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
          header nav.mobile .hamburger span:before {
            margin-top: .7rem; }
          header nav.mobile .hamburger span:after {
            margin-top: -.7rem; }
        header nav.mobile .hamburger.active {
          z-index: 999; }
          header nav.mobile .hamburger.active span {
            background: rgba(255, 255, 255, 0);
            -webkit-transition: background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
            -moz-transition: background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
            transition: background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s; }
            header nav.mobile .hamburger.active span:before, header nav.mobile .hamburger.active span:after {
              background: #ccc;
              -webkit-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
              -moz-transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, -moz-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
              transition: margin-top 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, background 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s; }
            header nav.mobile .hamburger.active span:before {
              margin-top: 0;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); }
            header nav.mobile .hamburger.active span:after {
              margin-top: 0;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      header nav.mobile .mobile-nav {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transition: 0.4s ease; }
        header nav.mobile .mobile-nav .language-mobile {
          position: absolute;
          z-index: 999999;
          width: 3rem;
          height: 3rem;
          top: 1.7rem;
          left: 2rem;
          -webkit-tap-highlight-color: transparent;
          -webkit-tap-highlight-color: transparent; }
        header nav.mobile .mobile-nav ul {
          position: relative;
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          text-align: center; }
          header nav.mobile .mobile-nav ul li {
            display: block;
            line-height: 2.2; }
            header nav.mobile .mobile-nav ul li a {
              color: #5533ff;
              font-size: 3rem; }
              header nav.mobile .mobile-nav ul li a.logo {
                float: none;
                margin: 0 auto; }
              header nav.mobile .mobile-nav ul li a:hover:after {
                display: none; }
        header nav.mobile .mobile-nav.active {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          visibility: visible; }
    header nav.project-opened li:last-child {
      padding: 0 0 0 1rem; }
    @media screen and (max-width: 535px) {
      header nav.desktop {
        display: none; }
      header nav.mobile {
        display: block; } }

main {
  position: relative;
  z-index: 3;
  background: #fff;
  /*.project-navigation{
  	margin: 2.5rem 0 1.5rem 0;
  	a{
  		display: block;
  		padding: 1rem;
  		position: relative;
  		svg{
  			width: 1.6rem;				
  			position: absolute;
  			top: 50%;
  			@include transform-origin(top);
  			@include transition(.45s ease);
  			path{
  				fill: $text1;
  				@include transition(.45s ease fill);
  			}
  		}
  		span{
  		    display: block;
  		    color: $text1;
  		    text-transform: uppercase;
  		    font-size: 1.1rem;
  		    font-weight: 600;
  		}
  		h4{
  			margin: 0;
  			font-size: 3.5rem;
  			color: $text;
  			@include transition(.45s ease color);
  		}			
  		&.previous{
  			text-align: right;
  			svg{
  				left: 0;
  				@include transform(rotate(180deg) translate(-2rem,-50%));
  			}
  		}
  		&.next{
  			text-align: left;
  			svg{
  				right: 0;
  				@include transform(translateX(-2rem));
  			}
  		}
  		&:hover{
  			h4{
  				color: $main;
  			}
  			&.previous{
  				svg{
  					@include transform(rotate(180deg) translate(0,-50%));
  				}
  			}
  			&.next{
  				svg{
  					@include transform(translateX(0));
  				}
  			}
  			path{
  				fill: $main;
  			}
  		}			
  	}
  	@media screen and (max-width: 640px){
  		a.previous, a.next{
  			text-align: center;
  		}	
  		.column.column-offset-50{
  			margin-left: 0;
  		}			
  	}
  }*/ }
  main .hero {
    padding: 14rem 0 23rem 0;
    position: relative; }
    main .hero .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #5533ff;
      -webkit-transform: skewY(-7deg);
      -moz-transform: skewY(-7deg);
      -ms-transform: skewY(-7deg);
      -o-transform: skewY(-7deg);
      transform: skewY(-7deg);
      -webkit-transform-origin: 0;
      -moz-transform-origin: 0;
      -ms-transform-origin: 0;
      -o-transform-origin: 0;
      transform-origin: 0;
      overflow: hidden; }
      main .hero .bg .person {
        -webkit-transform: skewY(7deg);
        -moz-transform: skewY(7deg);
        -ms-transform: skewY(7deg);
        -o-transform: skewY(7deg);
        transform: skewY(7deg);
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
        position: relative;
        z-index: 99;
        /*@media screen and (max-width: 600px){			    	
        	img{
        		top: -3rem;
        	}
        }	
        @media screen and (max-width: 400px){			    	
        	img{
        		width: 80%;
        	}
        }	*/ }
        main .hero .bg .person img {
          position: relative;
          top: 3rem;
          width: 40rem; }
          @media screen and (max-width: 1700px) {
            main .hero .bg .person img {
              top: 1rem;
              width: 42rem; } }
          @media screen and (max-width: 1350px) {
            main .hero .bg .person img {
              width: 35%;
              top: 0; } }
          @media screen and (max-width: 900px) {
            main .hero .bg .person img {
              width: 40%; } }
        @media screen and (max-width: 768px) {
          main .hero .bg .person {
            text-align: center; }
            main .hero .bg .person img {
              width: 34rem;
              top: -3rem;
              opacity: 0.6;
              filter: alpha(opacity=60); } }
        @media screen and (max-width: 535px) {
          main .hero .bg .person img {
            width: 34rem;
            top: -1rem; } }
        @media screen and (max-width: 390px) {
          main .hero .bg .person img {
            width: 130%;
            top: -3rem;
            max-width: none;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); } }
      main .hero .bg .hexagons {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0; }
        main .hero .bg .hexagons div {
          -webkit-transform: skewY(7deg) rotate(16deg);
          -moz-transform: skewY(7deg) rotate(16deg);
          -ms-transform: skewY(7deg) rotate(16deg);
          -o-transform: skewY(7deg) rotate(16deg);
          transform: skewY(7deg) rotate(16deg);
          -webkit-transform-origin: 0;
          -moz-transform-origin: 0;
          -ms-transform-origin: 0;
          -o-transform-origin: 0;
          transform-origin: 0;
          position: absolute;
          z-index: 99; }
          main .hero .bg .hexagons div:nth-child(1) {
            position: relative;
            width: 25rem;
            height: 14.425rem;
            background-color: rgba(255, 255, 255, 0.04);
            margin: 7.2rem 0;
            border-left: 0;
            border-right: 0;
            position: absolute;
            top: -15rem;
            left: -2rem; }
            main .hero .bg .hexagons div:nth-child(1):before, main .hero .bg .hexagons div:nth-child(1):after {
              content: "";
              position: absolute;
              width: 0;
              left: 0;
              border-left: 12.5rem solid transparent;
              border-right: 12.5rem solid transparent; }
            main .hero .bg .hexagons div:nth-child(1):before {
              bottom: 100%;
              border-bottom: 7.2rem solid rgba(255, 255, 255, 0.04); }
            main .hero .bg .hexagons div:nth-child(1):after {
              top: 100%;
              width: 0;
              border-top: 7.2rem solid rgba(255, 255, 255, 0.04); }
          main .hero .bg .hexagons div:nth-child(2) {
            position: relative;
            width: 25rem;
            height: 14.425rem;
            background-color: rgba(0, 0, 0, 0.04);
            margin: 7.2rem 0;
            border-left: 0;
            border-right: 0;
            position: absolute;
            bottom: -5rem;
            left: 5rem; }
            main .hero .bg .hexagons div:nth-child(2):before, main .hero .bg .hexagons div:nth-child(2):after {
              content: "";
              position: absolute;
              width: 0;
              left: 0;
              border-left: 12.5rem solid transparent;
              border-right: 12.5rem solid transparent; }
            main .hero .bg .hexagons div:nth-child(2):before {
              bottom: 100%;
              border-bottom: 7.2rem solid rgba(0, 0, 0, 0.04); }
            main .hero .bg .hexagons div:nth-child(2):after {
              top: 100%;
              width: 0;
              border-top: 7.2rem solid rgba(0, 0, 0, 0.04); }
          main .hero .bg .hexagons div:nth-child(3) {
            position: relative;
            width: 17rem;
            height: 9.809rem;
            background-color: rgba(255, 255, 255, 0.05);
            margin: 4.896rem 0;
            border-left: 0;
            border-right: 0;
            position: absolute;
            top: 30%;
            left: 40%; }
            main .hero .bg .hexagons div:nth-child(3):before, main .hero .bg .hexagons div:nth-child(3):after {
              content: "";
              position: absolute;
              width: 0;
              left: 0;
              border-left: 8.5rem solid transparent;
              border-right: 8.5rem solid transparent; }
            main .hero .bg .hexagons div:nth-child(3):before {
              bottom: 100%;
              border-bottom: 4.896rem solid rgba(255, 255, 255, 0.05); }
            main .hero .bg .hexagons div:nth-child(3):after {
              top: 100%;
              width: 0;
              border-top: 4.896rem solid rgba(255, 255, 255, 0.05); }
          main .hero .bg .hexagons div:nth-child(4) {
            position: relative;
            width: 25rem;
            height: 14.425rem;
            background-color: rgba(0, 0, 0, 0.05);
            margin: 7.2rem 0;
            border-left: 0;
            border-right: 0;
            position: absolute;
            right: 27%;
            top: -10rem; }
            main .hero .bg .hexagons div:nth-child(4):before, main .hero .bg .hexagons div:nth-child(4):after {
              content: "";
              position: absolute;
              width: 0;
              left: 0;
              border-left: 12.5rem solid transparent;
              border-right: 12.5rem solid transparent; }
            main .hero .bg .hexagons div:nth-child(4):before {
              bottom: 100%;
              border-bottom: 7.2rem solid rgba(0, 0, 0, 0.05); }
            main .hero .bg .hexagons div:nth-child(4):after {
              top: 100%;
              width: 0;
              border-top: 7.2rem solid rgba(0, 0, 0, 0.05); }
          main .hero .bg .hexagons div:nth-child(5) {
            position: relative;
            width: 25rem;
            height: 14.425rem;
            background-color: rgba(255, 255, 255, 0.05);
            margin: 7.2rem 0;
            border-left: 0;
            border-right: 0;
            position: absolute;
            right: 20%;
            bottom: -10rem; }
            main .hero .bg .hexagons div:nth-child(5):before, main .hero .bg .hexagons div:nth-child(5):after {
              content: "";
              position: absolute;
              width: 0;
              left: 0;
              border-left: 12.5rem solid transparent;
              border-right: 12.5rem solid transparent; }
            main .hero .bg .hexagons div:nth-child(5):before {
              bottom: 100%;
              border-bottom: 7.2rem solid rgba(255, 255, 255, 0.05); }
            main .hero .bg .hexagons div:nth-child(5):after {
              top: 100%;
              width: 0;
              border-top: 7.2rem solid rgba(255, 255, 255, 0.05); }
          main .hero .bg .hexagons div:nth-child(6) {
            position: relative;
            width: 35rem;
            height: 20.195rem;
            background-color: rgba(0, 0, 0, 0.05);
            margin: 10.08rem 0;
            border-left: 0;
            border-right: 0;
            position: absolute;
            right: -21rem;
            top: -7rem; }
            main .hero .bg .hexagons div:nth-child(6):before, main .hero .bg .hexagons div:nth-child(6):after {
              content: "";
              position: absolute;
              width: 0;
              left: 0;
              border-left: 17.5rem solid transparent;
              border-right: 17.5rem solid transparent; }
            main .hero .bg .hexagons div:nth-child(6):before {
              bottom: 100%;
              border-bottom: 10.08rem solid rgba(0, 0, 0, 0.05); }
            main .hero .bg .hexagons div:nth-child(6):after {
              top: 100%;
              width: 0;
              border-top: 10.08rem solid rgba(0, 0, 0, 0.05); }
    main .hero .hero-nameandjob {
      padding-left: 38%; }
      main .hero .hero-nameandjob .name {
        font-weight: bold;
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 7rem;
        text-indent: -.5rem; }
      main .hero .hero-nameandjob .jobtitle {
        color: #fff;
        margin: 0;
        font-size: 1.9rem;
        position: relative;
        bottom: 1.4rem; }
      @media screen and (min-width: 768px) and (max-width: 950px) {
        main .hero .hero-nameandjob .name {
          font-size: 6rem; }
        main .hero .hero-nameandjob .jobtitle {
          font-size: 1.7rem; } }
      @media screen and (max-width: 768px) {
        main .hero .hero-nameandjob {
          text-align: center;
          padding-left: 0; }
          main .hero .hero-nameandjob .name {
            text-indent: 0;
            margin: 0 0 .5rem 0; } }
      @media screen and (max-width: 535px) {
        main .hero .hero-nameandjob .name {
          line-height: 1;
          margin: 0 0 1.5rem 0; } }
    main .hero.project-opened .hero-nameandjob {
      padding-left: 0;
      text-align: center; }
    @media screen and (max-width: 1400px) {
      main .hero {
        padding: 12rem 0 16% 0; }
        main .hero .hexagons div:nth-child(3) {
          opacity: 0;
          filter: alpha(opacity=0); } }
    @media screen and (max-width: 1000px) {
      main .hero .hexagons div {
        opacity: 0;
        filter: alpha(opacity=0); } }
    @media screen and (max-width: 800px) {
      main .hero {
        padding: 12rem 0 18% 0; } }
    @media screen and (max-width: 600px) {
      main .hero {
        padding: 12rem 0 20% 0; } }
  main .projects {
    margin-top: -8rem; }
    main .projects h2 {
      text-align: right;
      color: #5533ff;
      margin-bottom: 3.5rem;
      font-size: 5rem;
      padding-top: 2rem; }
    main .projects .row {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      main .projects .row:last-child {
        margin-bottom: 0; }
      main .projects .row .tilter {
        display: block;
        position: relative;
        max-width: 52rem;
        margin: 0 auto 4rem auto;
        padding: 0;
        perspective: 1000px;
        color: #fff; }
        main .projects .row .tilter * {
          pointer-events: none; }
        main .projects .row .tilter .tilter__figure,
        main .projects .row .tilter .tilter__image {
          display: block;
          width: 100%;
          height: 100%;
          margin: 0; }
        main .projects .row .tilter .tilter__figure {
          position: relative; }
        main .projects .row .tilter .tilter__deco {
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          width: 100%;
          height: 100%; }
        main .projects .row .tilter .tilter__deco--shine div {
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background-image: linear-gradient(45deg, #232323 0%, rgba(255, 255, 255, 0.14) 50%, transparent 100%); }
        main .projects .row .tilter .tilter__deco--lines {
          width: 90%;
          height: 90%;
          top: 5%;
          left: 5%; }
        main .projects .row .tilter .tilter__caption {
          position: absolute;
          bottom: 0;
          width: 100%;
          padding: 3.5rem 4.5rem; }
        main .projects .row .tilter .tilter__title {
          font-size: 3.7rem;
          line-height: 1;
          margin: 0;
          text-indent: -0.3rem;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -webkit-transform: skewY(0.05deg);
          -moz-transform: skewY(0.05deg);
          -ms-transform: skewY(0.05deg);
          -o-transform: skewY(0.05deg);
          transform: skewY(0.05deg); }
          main .projects .row .tilter .tilter__title span {
            font-weight: normal; }
        main .projects .row .tilter .tilter__description {
          font-size: 1.4rem;
          margin: 0.2rem 0 0 0;
          letter-spacing: 0.15em;
          position: relative; }
          main .projects .row .tilter .tilter__description p {
            -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: inline-block;
            margin: 0; }
          main .projects .row .tilter .tilter__description .hover-content {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        main .projects .row .tilter:hover .tilter__description p {
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          visibility: hidden; }
        main .projects .row .tilter:hover .tilter__description .hover-content {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        main .projects .row .tilter.schwechattransfer .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #555754; }
        main .projects .row .tilter.muranova .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #7f7f7f; }
        main .projects .row .tilter.gokidsacademy .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #a7a9b3; }
        main .projects .row .tilter.speedweb .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #3d3f3a; }
        main .projects .row .tilter.cepartners .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #7f7f7f; }
        main .projects .row .tilter.laurakok .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #212e34; }
        main .projects .row .tilter.beyondcouture .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #958d82; }
        main .projects .row .tilter.strawpellet .tilter__figure {
          box-shadow: 0 2rem 4rem -2rem #a7a7a7; }
        main .projects .row .tilter .description {
          overflow: hidden;
          margin-bottom: 1.5rem; }
          main .projects .row .tilter .description .project-name {
            font-weight: bold;
            float: left;
            font-size: 3rem;
            line-height: 1;
            margin: 0; }
            main .projects .row .tilter .description .project-name span {
              font-weight: normal; }
          main .projects .row .tilter .description .project-category {
            padding: .7rem 1.1rem;
            background: #131313;
            color: #fff;
            font-size: 1.1rem;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            float: right; }
      @media screen and (min-width: 768px) {
        main .projects .row {
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row; }
          main .projects .row .column {
            max-width: none;
            padding: 0 1rem; }
            main .projects .row .column:nth-child(odd) {
              padding-right: 2rem; }
            main .projects .row .column:nth-child(even) {
              padding-left: 2rem; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        main .projects .row .tilter .tilter__caption {
          padding: 3rem; }
          main .projects .row .tilter .tilter__caption .tilter__title {
            font-size: 3.2rem; }
          main .projects .row .tilter .tilter__caption .tilter__description {
            font-size: 1.3rem;
            margin: 0; } }
      @media screen and (max-width: 480px) {
        main .projects .row .tilter .tilter__caption {
          padding: 3rem; }
          main .projects .row .tilter .tilter__caption .tilter__title {
            font-size: 3.2rem; }
          main .projects .row .tilter .tilter__caption .tilter__description {
            font-size: 1.3rem;
            margin: 0; } }
    @media screen and (max-width: 1200px) {
      main .projects {
        margin-top: -6rem; } }
    @media screen and (max-width: 925px) {
      main .projects {
        margin-top: -4rem; } }
    @media screen and (max-width: 768px) {
      main .projects {
        margin-top: -1.5rem; }
        main .projects h2 {
          text-align: center; } }
    @media screen and (max-width: 500px) {
      main .projects {
        margin-top: 1rem; } }
  main .testimonials {
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    margin: 5rem 0 0 0;
    padding: 4rem 0 4.5rem 0; }
    main .testimonials h2 {
      margin-bottom: 3rem;
      text-align: center; }
    main .testimonials .swiper-wrapper {
      align-items: center; }
    main .testimonials .swiper-container {
      padding-bottom: 4rem; }
    main .testimonials .swiper-scrollbar {
      height: .7rem;
      width: 30rem;
      padding: .1rem 0;
      margin: 0 auto;
      background: #e2e2e2; }
      main .testimonials .swiper-scrollbar div {
        background: #a3a7ab; }
    main .testimonials .blockquote-wrapper {
      max-width: 24rem;
      margin: 0 auto;
      background: #5533ff;
      padding: 3rem;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: 0.45s ease all;
      -moz-transition: 0.45s ease all;
      transition: 0.45s ease all;
      box-shadow: 0 1.8rem 4rem -2rem #5533ff; }
      @media (max-width: 400px) {
        main .testimonials .blockquote-wrapper {
          max-width: 100%; } }
      main .testimonials .blockquote-wrapper .avatar {
        display: block;
        margin: 0 auto; }
      main .testimonials .blockquote-wrapper blockquote {
        margin: 5rem 0 0 0;
        padding: 0;
        border: 0;
        color: rgba(255, 255, 255, 0.65);
        position: relative; }
        main .testimonials .blockquote-wrapper blockquote:before {
          content: "";
          position: absolute;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 2.5rem;
          height: .1rem;
          background: rgba(255, 255, 255, 0.5);
          top: -2rem; }
        main .testimonials .blockquote-wrapper blockquote p {
          font-style: italic;
          font-weight: 300;
          margin-bottom: 2rem;
          font-size: 1.7rem;
          text-align: center;
          word-spacing: 0.1rem; }
        main .testimonials .blockquote-wrapper blockquote footer {
          text-transform: uppercase;
          font-size: 1.3rem;
          font-weight: 500;
          letter-spacing: 0.1rem;
          display: inline-block;
          padding: .3rem 1rem;
          background: rgba(0, 0, 0, 0.2);
          text-align: center;
          position: relative;
          border-radius: .3rem;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
    main .testimonials .swiper-slide-prev .blockquote-wrapper, main .testimonials .swiper-slide-next .blockquote-wrapper {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    main .testimonials .swiper-slide-active blockquote {
      color: #fff; }
    main .testimonials .swiper-slide-active .blockquote-wrapper {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  main .about {
    padding: 6rem 0 15rem 0;
    position: relative; }
    main .about:before {
      content: "";
      position: absolute;
      background: url(../imgs/final.png) no-repeat 0 center;
      background-size: cover;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      z-index: -1;
      box-shadow: 0 0 4rem -0.5rem rgba(131, 55, 255, 0.68); }
    @media screen and (max-width: 1650px) {
      main .about:before {
        background-size: 165rem;
        background-position-x: 70%;
        background-position-y: 40%; } }
    @media screen and (max-width: 1050px) {
      main .about .column {
        min-width: 70rem;
        position: relative;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      main .about:before {
        background-size: 118rem;
        background-position-x: 0%;
        background-position-y: 2rem; } }
    @media screen and (max-width: 750px) {
      main .about .column {
        min-width: inherit;
        flex: 0 0 100% !important;
        max-width: 100% !important; } }
    @media screen and (max-width: 700px) {
      main .about:before {
        background-size: 98rem;
        background-position-y: 17rem; } }
    @media screen and (max-width: 500px) {
      main .about:before {
        background-size: 70rem;
        background-position-y: 100%; } }
    main .about h2 {
      color: #5533ff; }
    main .about .hireandresume {
      position: relative;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.4rem;
      padding-left: 1.5rem;
      margin-bottom: .3rem;
      display: inline-block; }
      main .about .hireandresume:before {
        content: "";
        position: absolute;
        left: .1rem;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: .6rem;
        height: .6rem;
        margin-right: .9rem;
        border-radius: 50%; }
      main .about .hireandresume.available {
        color: #2ecc71; }
        main .about .hireandresume.available:before {
          background: #2ecc71; }
      main .about .hireandresume .resume {
        position: relative;
        color: #5533ff;
        margin-left: 2rem;
        display: inline-block; }
        main .about .hireandresume .resume:before {
          content: "";
          position: absolute;
          left: -1.1rem;
          height: 1.9rem;
          width: 0.1rem;
          background: rgba(0, 0, 0, 0.1);
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          pointer-events: none; }
        main .about .hireandresume .resume svg {
          width: 1.4rem;
          height: 1.4rem;
          position: relative;
          top: 0.2rem;
          margin-left: 0.3rem;
          -webkit-transition: 0.45s ease transform;
          -moz-transition: 0.45s ease transform;
          transition: 0.45s ease transform; }
          main .about .hireandresume .resume svg path {
            fill: #5533ff;
            -webkit-transition: 0.45s ease fill;
            -moz-transition: 0.45s ease fill;
            transition: 0.45s ease fill; }
        main .about .hireandresume .resume:hover {
          color: #8066ff; }
          main .about .hireandresume .resume:hover svg {
            -webkit-transform: translateX(0.4rem);
            -moz-transform: translateX(0.4rem);
            -ms-transform: translateX(0.4rem);
            -o-transform: translateX(0.4rem);
            transform: translateX(0.4rem); }
            main .about .hireandresume .resume:hover svg path {
              fill: #8066ff; }
    main .about p {
      color: #546072;
      font-size: 1.7rem;
      line-height: 1.7;
      margin-bottom: 1.7rem; }
      main .about p a {
        color: #5533ff;
        font-weight: 600; }
        main .about p a:hover {
          color: #6a4dff; }
      main .about p:last-of-type {
        margin-bottom: .6rem; }
    main .about .mail {
      font-weight: bold; }
      main .about .mail svg {
        width: 2.5rem;
        position: relative;
        top: 0.6rem;
        margin-right: 0.4rem; }
        main .about .mail svg path {
          fill: #5533ff; }
      main .about .mail:hover {
        color: #6a4dff; }
        main .about .mail:hover path {
          fill: #6a4dff; }
    main .about blockquote {
      border: 0;
      text-align: center;
      display: inline-block;
      position: relative;
      margin: .5rem 0 0 0;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      main .about blockquote svg {
        width: 5rem;
        position: absolute;
        left: 0;
        top: .5rem;
        z-index: -1; }
        main .about blockquote svg path {
          fill: rgba(245, 239, 255, 0.72); }
      main .about blockquote p {
        font-style: italic;
        font-size: 2rem;
        margin-bottom: .5rem; }
      main .about blockquote footer {
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #546072;
        display: inline-block;
        font-weight: 600; }
  main .project-hero {
    padding: 20rem 0 15rem 0;
    margin-top: -2rem;
    overflow: hidden; }
    main .project-hero .project-description {
      padding-right: 7rem; }
      main .project-hero .project-description h2 {
        text-align: right;
        font-size: 5rem; }
      main .project-hero .project-description ul {
        margin: .9rem 0;
        text-align: right;
        color: #5533ff;
        font-size: 1.4rem;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 1.4rem;
        list-style: none; }
        main .project-hero .project-description ul li {
          display: inline;
          margin: 0 .7rem; }
          main .project-hero .project-description ul li svg {
            width: 2rem;
            height: 2rem;
            position: relative;
            top: .5rem;
            margin-right: .4rem; }
            main .project-hero .project-description ul li svg path, main .project-hero .project-description ul li svg polygon {
              fill: #5533ff; }
          main .project-hero .project-description ul li span {
            font-weight: 600; }
          main .project-hero .project-description ul li.project-type svg {
            width: 1.8rem;
            height: 1.8rem;
            top: .4rem; }
      main .project-hero .project-description .about-project {
        font-size: 1.7rem;
        line-height: 1.7;
        margin-bottom: 0;
        text-align: right;
        color: #546072; }
      main .project-hero .project-description .button {
        float: right;
        margin: 1.5rem 0 0 0; }
    main .project-hero .project-preview {
      padding-left: 5rem; }
      main .project-hero .project-preview img {
        position: absolute;
        top: -20rem;
        box-shadow: 0rem 3rem 5rem 0rem rgba(0, 0, 0, 0.35); }
    @media screen and (max-width: 1120px) {
      main .project-hero {
        padding: 3rem 0 0 0; }
        main .project-hero .row {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column; }
        main .project-hero .column.project-description {
          flex: 0 0 70%;
          max-width: 70%;
          margin-left: 15%;
          text-align: center;
          margin-bottom: 0rem;
          padding: 0; }
          main .project-hero .column.project-description *, main .project-hero .column.project-description .about-project {
            text-align: center; }
          main .project-hero .column.project-description .visit-website {
            float: none; }
        main .project-hero .project-preview {
          padding: 0;
          text-align: center; }
          main .project-hero .project-preview img {
            width: 95%;
            margin: 0 auto;
            top: 3rem;
            position: relative; } }
    @media screen and (max-width: 768px) {
      main .project-hero {
        padding: 4.5rem 0 0 0; } }
    @media screen and (max-width: 700px) {
      main .project-hero .column.project-description {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0; } }
  main .project-gallery {
    padding: 5rem 0;
    background: #fbfbfb;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
    main .project-gallery h2 {
      text-align: center;
      font-size: 5rem;
      margin: 1rem 0 3rem 0;
      color: #546072; }
    main .project-gallery img {
      margin: 2rem 0; }
    main .project-gallery.schwechattransfer img:nth-of-type(1) {
      box-shadow: 0rem 2rem 4rem -2rem #bbb9ba; }
    main .project-gallery.schwechattransfer img:nth-of-type(2) {
      box-shadow: 0rem 2rem 4rem -2rem #94959b; }
    main .project-gallery.schwechattransfer img:nth-of-type(3) {
      box-shadow: 0rem 2rem 4rem -2rem #1e6b99; }
    main .project-gallery.schwechattransfer img:nth-of-type(4) {
      box-shadow: 0rem 2rem 4rem -2rem #203b5c; }
    main .project-gallery.schwechattransfer img:nth-of-type(5) {
      box-shadow: 0rem 2rem 4rem -2rem #acc3cf; }
    main .project-gallery.schwechattransfer img:nth-of-type(6) {
      box-shadow: 0rem 2rem 4rem -2rem #cecece; }
    main .project-gallery.schwechattransfer img:nth-of-type(7) {
      box-shadow: 0rem 2rem 4rem -2rem #8bb0ba; }
    main .project-gallery.strawpellet img:nth-of-type(1) {
      box-shadow: 0rem 2rem 4rem -2rem #8b593b; }
    main .project-gallery.strawpellet img:nth-of-type(2) {
      box-shadow: 0rem 2rem 4rem -2rem #d2b192; }
    main .project-gallery.strawpellet img:nth-of-type(3) {
      box-shadow: 0rem 2rem 4rem -2rem #9e9b94; }
    main .project-gallery.strawpellet img:nth-of-type(4) {
      box-shadow: 0rem 2rem 4rem -2rem #bc825d; }
    main .project-gallery.strawpellet img:nth-of-type(5) {
      box-shadow: 0rem 2rem 4rem -2rem #a8765b; }
    main .project-gallery.strawpellet img:nth-of-type(6) {
      box-shadow: 0rem 2rem 4rem -2rem #935a45; }
    main .project-gallery.strawpellet img:nth-of-type(7) {
      box-shadow: 0rem 2rem 4rem -2rem #4f4139; }
    main .project-gallery.laurakok img:nth-of-type(1) {
      box-shadow: 0rem 2rem 4rem -2rem #9b7739; }
    main .project-gallery.laurakok img:nth-of-type(2) {
      box-shadow: 0rem 2rem 4rem -2rem #1b1b1b; }
    main .project-gallery.laurakok img:nth-of-type(3) {
      box-shadow: 0rem 2rem 4rem -2rem #a8958d; }
    main .project-gallery.laurakok img:nth-of-type(4) {
      box-shadow: 0rem 2rem 4rem -2rem #888888; }
    main .project-gallery.laurakok img:nth-of-type(5) {
      box-shadow: 0rem 2rem 4rem -2rem #534035; }
    main .project-gallery.laurakok img:nth-of-type(6) {
      box-shadow: 0rem 2rem 4rem -2rem #36281f; }
    main .project-gallery.beyondcouture img:nth-of-type(1) {
      box-shadow: 0rem 2rem 4rem -2rem #101010; }
    main .project-gallery.beyondcouture img:nth-of-type(2) {
      box-shadow: 0rem 2rem 4rem -2rem #101010; }
    main .project-gallery.beyondcouture img:nth-of-type(3) {
      box-shadow: 0rem 2rem 4rem -2rem #101010; }
    main .project-gallery.beyondcouture img:nth-of-type(4) {
      box-shadow: 0rem 2rem 4rem -2rem #666666; }
    main .project-gallery.beyondcouture img:nth-of-type(5) {
      box-shadow: 0rem 2rem 4rem -2rem #101010; }
    main .project-gallery.beyondcouture img:nth-of-type(6) {
      box-shadow: 0rem 2rem 4rem -2rem #a2a7aa; }
    main .project-gallery.beyondcouture img:nth-of-type(7) {
      box-shadow: 0rem 2rem 4rem -2rem #101010; }
    main .project-gallery.cepartners img:nth-of-type(1) {
      box-shadow: 0rem 2rem 4rem -2rem #e2e2e2; }
    main .project-gallery.cepartners img:nth-of-type(2) {
      box-shadow: 0rem 2rem 4rem -2rem #e2e2e2; }
    main .project-gallery.cepartners img:nth-of-type(3) {
      box-shadow: 0rem 2rem 4rem -2rem #e2e2e2; }
    main .project-gallery.cepartners img:nth-of-type(4) {
      box-shadow: 0rem 2rem 4rem -2rem #e2e2e2; }
    main .project-gallery.cepartners img:nth-of-type(5) {
      box-shadow: 0rem 2rem 4rem -2rem #e2e2e2; }
    main .project-gallery.cepartners img:nth-of-type(6) {
      box-shadow: 0rem 2rem 4rem -2rem #e2e2e2; }
    main .project-gallery.gokidsacademy img:nth-of-type(2) {
      box-shadow: 0rem 2rem 4rem -2rem #3dbee6; }
    main .project-gallery.gokidsacademy img:nth-of-type(4) {
      box-shadow: 0rem 2rem 4rem -2rem #0084e8; }
    main .project-gallery.gokidsacademy img:nth-of-type(6) {
      box-shadow: 0rem 2rem 4rem -2rem #3dbee6; }
    main .project-gallery.speedweb img:nth-of-type(1) {
      box-shadow: 0rem 2rem 4rem -2rem #717171; }
    main .project-gallery.speedweb img:nth-of-type(2) {
      box-shadow: 0rem 2rem 4rem -2rem #e3e2e7; }
    main .project-gallery.speedweb img:nth-of-type(3) {
      box-shadow: 0rem 2rem 4rem -2rem #393533; }
    main .project-gallery.speedweb img:nth-of-type(4) {
      box-shadow: 0rem 2rem 4rem -2rem #d2a373; }
    main .project-gallery.speedweb img:nth-of-type(5) {
      box-shadow: 0rem 2rem 4rem -2rem #cecece; }
    main .project-gallery.speedweb img:nth-of-type(6) {
      box-shadow: 0rem 2rem 4rem -2rem #74a2ba; }
    main .project-gallery.speedweb img:nth-of-type(7) {
      box-shadow: 0rem 2rem 4rem -2rem #3e3c37; }
  main .hire-cta {
    position: relative;
    max-width: 70rem;
    margin: 4rem auto 1rem auto;
    text-align: center; }
    main .hire-cta h2 {
      margin: 0; }
    main .hire-cta p {
      margin: 2rem 0 2.5rem 0;
      color: #546072;
      font-size: 2rem; }
    @media screen and (max-width: 830px) {
      main .hire-cta > .container div {
        float: none;
        text-align: center; }
      main .hire-cta .hexagons div {
        opacity: 0;
        filter: alpha(opacity=0); } }
    @media screen and (max-width: 1400px) {
      main .hire-cta .hexagons div:nth-child(3) {
        opacity: 0;
        filter: alpha(opacity=0); } }

.other-work-navigation {
  padding: 0 0 1.7rem 0;
  overflow: auto;
  position: relative;
  top: 1.7rem; }
  .other-work-navigation h3 {
    text-align: center; }
  .other-work-navigation .other-work-row {
    width: 100%;
    margin: 0; }
    .other-work-navigation .other-work-row a {
      display: block;
      float: left;
      position: relative;
      overflow: hidden;
      float: left;
      width: 16.66667%; }
      .other-work-navigation .other-work-row a:before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        z-index: 9;
        background-image: linear-gradient(45deg, rgba(35, 35, 35, 0.72) 30%, rgba(255, 255, 255, 0.14) 50%, transparent 100%); }
      .other-work-navigation .other-work-row a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        background: #5533ff;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: 0.45s ease;
        -moz-transition: 0.45s ease;
        transition: 0.45s ease; }
      .other-work-navigation .other-work-row a.schwechattransfer {
        box-shadow: 0 2rem 3rem -2rem #555754; }
      .other-work-navigation .other-work-row a.speedweb {
        box-shadow: 0 2rem 3rem -2rem #3d3f3a; }
      .other-work-navigation .other-work-row a.cepartners {
        box-shadow: 0 2rem 3rem -2rem #7f7f7f; }
      .other-work-navigation .other-work-row a.laurakok {
        box-shadow: 0 2rem 3rem -2rem #212e34; }
      .other-work-navigation .other-work-row a.beyondcouture {
        box-shadow: 0 2rem 3rem -2rem #958d82; }
      .other-work-navigation .other-work-row a.strawpellet {
        box-shadow: 0 2rem 3rem -2rem #a7a7a7; }
      .other-work-navigation .other-work-row a.muranova {
        box-shadow: 0 2rem 3rem -2rem #7f7f7f; }
      .other-work-navigation .other-work-row a.gokidsacademy {
        box-shadow: 0 2rem 3rem -2rem #a7a9b3; }
      .other-work-navigation .other-work-row a img {
        float: left;
        -webkit-transition: 0.45s ease transform;
        -moz-transition: 0.45s ease transform;
        transition: 0.45s ease transform; }
      .other-work-navigation .other-work-row a .project-description {
        position: absolute;
        max-width: 100%;
        color: #fff;
        margin: 0;
        bottom: 0rem;
        left: 0;
        z-index: 11;
        padding: 1.5rem 2.5rem; }
        .other-work-navigation .other-work-row a .project-description h3 {
          font-weight: bold;
          font-size: 3rem;
          line-height: 1.1;
          margin: 0;
          text-indent: -0.2rem;
          position: relative;
          top: .3rem;
          text-align: left; }
          .other-work-navigation .other-work-row a .project-description h3 span {
            font-weight: normal; }
      .other-work-navigation .other-work-row a .project-type {
        font-size: 1.4rem;
        margin: 0.2rem 0 0 0;
        letter-spacing: 0.15em;
        position: relative; }
      .other-work-navigation .other-work-row a.active {
        opacity: 0.3;
        filter: alpha(opacity=30);
        pointer-events: none; }
        .other-work-navigation .other-work-row a.active .project-description {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      .other-work-navigation .other-work-row a:hover {
        box-shadow: 0rem 1rem 3rem -1rem #5533ff; }
        .other-work-navigation .other-work-row a:hover img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
        .other-work-navigation .other-work-row a:hover:after {
          opacity: 0.8;
          filter: alpha(opacity=80);
          visibility: visible; }
  @media screen and (max-width: 1550px) {
    .other-work-navigation .other-work-row a {
      width: 33.333333%; }
      .other-work-navigation .other-work-row a .project-description {
        padding: 3.5rem 4.5rem; } }
  @media screen and (min-width: 1550px) {
    .other-work-navigation .container {
      max-width: none;
      padding: 0; } }
  @media screen and (max-width: 1300px) {
    .other-work-navigation .other-work-row a .project-description {
      padding: 2.5rem 3.5rem; } }
  @media screen and (max-width: 900px) {
    .other-work-navigation .other-work-row a .project-description {
      padding: 1.5rem 2.5rem; } }
  @media screen and (max-width: 768px) {
    .other-work-navigation .other-work-row a {
      width: 50%; } }
  @media screen and (max-width: 550px) {
    .other-work-navigation .other-work-row a {
      width: 100%;
      margin: 1.5rem 0; } }

.footer {
  overflow: auto;
  height: 7rem;
  position: relative;
  z-index: 1; }
  .footer .fixed-wrapper {
    position: fixed;
    padding: 0 2rem;
    bottom: 0.05rem;
    right: 0;
    left: 0;
    height: 7rem;
    z-index: -10;
    margin: 0 auto;
    max-width: 112.0rem;
    width: 100%; }
  .footer .copyright {
    float: left;
    color: #546072;
    font-size: 1.3rem;
    margin: 0;
    line-height: 7rem; }
  .footer .social {
    float: right;
    margin: 2.05rem 0 2.25rem 0;
    line-height: 0; }
    .footer .social li {
      display: inline-block;
      margin: 0 .3rem; }
      .footer .social li a {
        display: block; }
        .footer .social li a svg {
          width: 2.1rem;
          height: 2.1rem; }
          .footer .social li a svg path {
            fill: #546072;
            -webkit-transition: 0.45s ease fill;
            -moz-transition: 0.45s ease fill;
            transition: 0.45s ease fill; }
        .footer .social li a.email svg {
          height: 2.5rem;
          width: 2.5rem;
          position: relative;
          top: .2rem;
          left: .1rem; }
        .footer .social li a:hover svg path {
          fill: #5533ff; }
  @media screen and (max-width: 500px) {
    .footer {
      height: 9rem;
      text-align: center; }
      .footer .social {
        float: none;
        margin: 0 0 1rem 0; }
      .footer .copyright {
        line-height: inherit;
        float: none; } }

@media screen and (max-width: 500px) {
  body.sk main .about .hireandresume.available {
    margin-bottom: 3.3rem; }
    body.sk main .about .hireandresume.available .resume {
      position: absolute;
      top: 2.7rem;
      left: 0;
      margin: 0; }
      body.sk main .about .hireandresume.available .resume:before {
        display: none; } }

/*# sourceMappingURL=style.css.map */
