@charset "UTF-8";/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/


.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
    display: flex;
    flex-flow: row wrap;

    display: -moz-flex;
    -moz-flex-flow: row wrap;

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    
    /* Prevents distributing space between rows */
    -ms-align-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class *= "pure-u"] {
    font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%;
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%;
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%;
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%;
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/

@media screen and (min-width: 35.5em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-2,
    .pure-u-xl-1-3,
    .pure-u-xl-2-3,
    .pure-u-xl-1-4,
    .pure-u-xl-3-4,
    .pure-u-xl-1-5,
    .pure-u-xl-2-5,
    .pure-u-xl-3-5,
    .pure-u-xl-4-5,
    .pure-u-xl-5-5,
    .pure-u-xl-1-6,
    .pure-u-xl-5-6,
    .pure-u-xl-1-8,
    .pure-u-xl-3-8,
    .pure-u-xl-5-8,
    .pure-u-xl-7-8,
    .pure-u-xl-1-12,
    .pure-u-xl-5-12,
    .pure-u-xl-7-12,
    .pure-u-xl-11-12,
    .pure-u-xl-1-24,
    .pure-u-xl-2-24,
    .pure-u-xl-3-24,
    .pure-u-xl-4-24,
    .pure-u-xl-5-24,
    .pure-u-xl-6-24,
    .pure-u-xl-7-24,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24,
    .pure-u-xl-10-24,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-xl-5-12,
    .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-xl-7-12,
    .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-xl-2-3,
    .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-xl-3-4,
    .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-xl-5-6,
    .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%;
    }
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
    padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0; }
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
    border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }
.highlight { background-color: honeydew; padding: 10px; } /* Whole block */
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #000000; font-weight: bold } /* Keyword */
.highlight .o { color: #000000; font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d01040 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nl { color: #990000; font-weight: bold } /* Name.Label */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d01040 } /* Literal.String.Backtick */
.highlight .sc { color: #d01040 } /* Literal.String.Char */
.highlight .sd { color: #d01040 } /* Literal.String.Doc */
.highlight .s2 { color: #d01040 } /* Literal.String.Double */
.highlight .se { color: #d01040 } /* Literal.String.Escape */
.highlight .sh { color: #d01040 } /* Literal.String.Heredoc */
.highlight .si { color: #d01040 } /* Literal.String.Interpol */
.highlight .sx { color: #d01040 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d01040 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
/**
 * simplemde v1.9.0
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */

.CodeMirror{color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror,.CodeMirror-scroll{min-height:300px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{height:auto;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:1}.CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}.CodeMirror-sided{width:50%!important}.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar:after,.editor-toolbar:before{display:block;content:' ';height:1px}.editor-toolbar:before{margin-bottom:8px}.editor-toolbar:after{margin-top:8px}.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen::before{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen::after{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);position:fixed;top:0;right:0;margin:0;padding:0}.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none!important;color:#2c3e50!important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar a:before{line-height:30px}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar a.fa-header-x:after{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar a.fa-header-1:after{content:"1"}.editor-toolbar a.fa-header-2:after{content:"2"}.editor-toolbar a.fa-header-3:after{content:"3"}.editor-toolbar a.fa-header-bigger:after{content:"▲"}.editor-toolbar a.fa-header-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}@media only screen and (max-width:700px){.editor-toolbar a.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:9pt;color:#959694;text-align:right}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;overflow:auto;display:none;box-sizing:border-box}.editor-statusbar .lines:before{content:'lines: '}.editor-statusbar .words:before{content:'words: '}.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;border:1px solid #ddd}.editor-preview-active,.editor-preview-active-side{display:block}.editor-preview-side>p,.editor-preview>p{margin-top:0}.editor-preview pre,.editor-preview-side pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{border:1px solid #ddd;padding:5px}.CodeMirror .CodeMirror-code .cm-tag{color:#63a35c}.CodeMirror .CodeMirror-code .cm-attribute{color:#795da3}.CodeMirror .CodeMirror-code .cm-string{color:#183691}.CodeMirror .CodeMirror-selected{background:#d9d9d9}.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:rgba(255,0,0,.15)}
.about-company p {
  margin-bottom: 20px; }
.about-company .wrap {
  margin-top: 20px;
  float: left;
  text-align: center; }
  .about-company .wrap .mid {
    margin: 10px 0; }

.statistics {
  padding: 80px 0;
  color: white;
  font-size: 16px; }
  .statistics .statistic {
    margin-bottom: 30px; }
  .statistics .number {
    font-size: 32px;
    font-weight: 600;
    color: #de2016;
    margin-bottom: 10px; }

.values {
  padding: 80px 0; }
  .values h2 {
    font-size: 22px;
    font-weight: normal; }
  .values .title {
    font-size: 32px;
    font-weight: normal;
    font-style: italic;
    color: #de2016;
    padding-bottom: 10px; }
  .values .subtitle {
    font-size: 16px; }
  .values .slider {
    max-width: 850px;
    height: 230px;
    margin: auto;
    padding-bottom: 24px; }
    .values .slider .slider-next, .values .slider .slider-prev {
      width: 13px;
      height: 32px;
      top: 50%;
      top: -webkit-calc(50% - 16px);
      top: -moz-calc(50% - 16px);
      top: -ms-calc(50% - 16px);
      top: calc(50% - 16px); }
      .values .slider .slider-next:hover, .values .slider .slider-prev:hover {
        background-position: 0 -32px; }
    .values .slider .slider-next {
      background: url("/assets/arrows/arrow-right-tokagen-values-mobile-775e8f66a2782f81b93829c251a72230.png") 0 0; }
    .values .slider .slider-prev {
      background: url("/assets/arrows/arrow-left-tokagen-values-mobile-36ef16cb3c0c1a12a870d74069686af5.png") 0 0; }
    .values .slider .slide {
      padding: 80px 15px;
      -webkit-transition: opacity 0s linear 0.5s;
      -moz-transition: opacity 0s linear 0.5s;
      -ms-transition: opacity 0s linear 0.5s;
      -o-transition: opacity 0s linear 0.5s;
      transition: opacity 0s linear 0.5s; }
      .values .slider .slide .fade-in-top-1, .values .slider .slide .fade-in-top-2 {
        position: relative;
        top: -20px;
        opacity: 0; }
      .values .slider .slide .fade-in-top-1 {
        -webkit-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -moz-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -ms-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -o-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s; }
      .values .slider .slide .fade-in-top-2 {
        -webkit-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -moz-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -ms-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -o-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s; }
      .values .slider .slide.active .fade-in-top-1, .values .slider .slide.active .fade-in-top-2 {
        top: 0;
        opacity: 1; }
      .values .slider .slide.active .fade-in-top-1 {
        -webkit-transition: top 0.2s linear 0.5s, opacity 0.2s linear 0.5s;
        -moz-transition: top 0.2s linear 0.5s, opacity 0.2s linear 0.5s;
        -ms-transition: top 0.2s linear 0.5s, opacity 0.2s linear 0.5s;
        -o-transition: top 0.2s linear 0.5s, opacity 0.2s linear 0.5s;
        transition: top 0.2s linear 0.5s, opacity 0.2s linear 0.5s; }
      .values .slider .slide.active .fade-in-top-2 {
        -webkit-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -moz-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -ms-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -o-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s; }
    .values .slider .slider-pagination a {
      color: #232323;
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 16px;
      text-align: center;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 24px;
      height: 24px;
      line-height: 22px;
      margin: 0 13px;
      padding: 1px 0; }
      .values .slider .slider-pagination a.active {
        color: #de2016;
        font-weight: 600;
        padding: 0;
        border: 1px solid #de2016; }

.history {
  background: url("/assets/image-company-history-tokagen-b04e09458662f519e2207ce7e98c5ebb.jpg") center center no-repeat #ededec;
  background-size: cover; }
  .history .container {
    max-width: 1020px; }
  .history h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 70px; }
  .history .pure-g [class*="pure-u"].year {
    color: #de2016;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0; }
  .history .history-entry {
    border-left: 3px solid #de2016;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px 0 15px 35px;
    position: relative;
    font-size: 16px; }
    .history .history-entry::before {
      content: "";
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 3px solid #de2016;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      top: 60px;
      left: -11px;
      background: #ededec; }
    .history .history-entry .history-tooltip {
      background: white;
      padding: 20px;
      position: relative;
      min-height: 120px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .history .history-entry .history-tooltip::before {
        position: absolute;
        left: -10px;
        top: 35px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.5px 10px 8.5px 0;
        border-color: transparent #ffffff transparent transparent; }
      .history .history-entry .history-tooltip .history-tooltip-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px; }
  .history .timeline-wrap {
    padding: 0 10px 0 20px; }

.get-in-touch {
  color: white;
  padding: 40px 0; }
  .get-in-touch .btn {
    margin: 10px 6px; }
  .get-in-touch h3 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600; }

.careers-list {
  border-bottom: 1px solid #e5e5e5; }
  .careers-list .career-item .career-title {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    color: #de2016;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    background-color: transparent;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .careers-list .career-item .career-title:hover {
      text-decoration: underline; }
  .careers-list .career-item .career-description {
    padding-top: 0;
    overflow: hidden;
    max-height: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: max-height 0.3s, padding-top 0.3s;
    -moz-transition: max-height 0.3s, padding-top 0.3s;
    -ms-transition: max-height 0.3s, padding-top 0.3s;
    -o-transition: max-height 0.3s, padding-top 0.3s;
    transition: max-height 0.3s, padding-top 0.3s; }
    .careers-list .career-item .career-description ul {
      margin-top: 20px;
      margin-left: 20px;
      list-style-type: none; }
      .careers-list .career-item .career-description ul li {
        margin-bottom: 20px;
        position: relative; }
        .careers-list .career-item .career-description ul li:before {
          content: "";
          background: #de2016;
          display: block;
          width: 6px;
          height: 6px;
          position: absolute;
          left: -15px;
          top: 7px;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
    .careers-list .career-item .career-description a {
      color: #de2016; }
      .careers-list .career-item .career-description a:hover {
        text-decoration: underline; }
    .careers-list .career-item .career-description .subtitle {
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: 600; }
    .careers-list .career-item .career-description .section {
      margin-bottom: 40px;
      font-size: 16px; }
    .careers-list .career-item .career-description .container {
      max-width: 1150px; }
  .careers-list .career-item:last-child .career-title {
    border-bottom: 1px solid #e5e5e5; }
  .careers-list .career-item.open .career-title {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #232323; }
    .careers-list .career-item.open .career-title:hover {
      text-decoration: none; }
  .careers-list .career-item.open .career-description {
    max-height: 1000px;
    padding-top: 40px; }
  .careers-list .career-item.open:last-child .career-description {
    border-bottom: 1px solid #e5e5e5; }

@media screen and (min-width: 48em) {
  .about-company .pure-u-md-1-2, .about-company .pure-u-md-1 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 40px; }

  .statistics .statistic {
    padding-left: 60px;
    background-position: left 6px;
    background-repeat: no-repeat;
    margin-bottom: 0; }
    .statistics .statistic.experience {
      background-image: url("/assets/company/icon-days-of-experience-625fc674ca79da7ef27e9bbc022dd876.png"); }
    .statistics .statistic.projects {
      background-image: url("/assets/company/icon-successful-projects-bcef6026057121bafbf0fdef9402ff89.png"); }
    .statistics .statistic.code {
      background-image: url("/assets/company/icon-lines-of-code-003bcef31559ffd6d6a8f0a90ac95ce4.png"); }
    .statistics .statistic.coffee {
      background-image: url("/assets/company/icon-cups-of-coffee-00bbef6fe5c4862415c8ed5c054dfc81.png"); }
  .statistics .number {
    margin-bottom: 0; }

  .values {
    padding: 120px 25px; }
    .values h2 {
      font-size: 32px; }
    .values .title {
      font-size: 80px; }
    .values .subtitle {
      font-size: 18px; }
    .values .slider {
      padding-bottom: 32px;
      height: 340px; }
      .values .slider .slider-next, .values .slider .slider-prev {
        top: 50%;
        top: -webkit-calc(50% - 25px);
        top: -moz-calc(50% - 25px);
        top: -ms-calc(50% - 25px);
        top: calc(50% - 25px);
        width: 22px;
        height: 50px; }
        .values .slider .slider-next:hover, .values .slider .slider-prev:hover {
          background-position: 0 -50px; }
      .values .slider .slider-next {
        background: url("/assets/arrows/arrow-right-tokagen-values-36aad76e0a2c5a41c74b11044a45cbdc.png") 0 0; }
      .values .slider .slider-prev {
        background: url("/assets/arrows/arrow-left-tokagen-values-69fa6a1743dca5328596f891512f2449.png") 0 0; }
      .values .slider .slide {
        padding: 120px 0; }
      .values .slider .slider-pagination a {
        font-size: 22px;
        margin: 0 20px;
        width: 32px;
        height: 32px;
        line-height: 30px;
        padding: 1px 0; }

  .history .timeline-wrap {
    padding: 0; }
  .history .pure-g [class*="pure-u"].year {
    font-size: 22px; }
  .history h2 {
    margin-bottom: 110px;
    font-size: 32px; }
  .history .history-entry {
    margin-left: 50%; }
    .history .history-entry::before {
      left: -10px; }
    .history .history-entry.left {
      border-left: none;
      border-right: 3px solid #de2016;
      position: relative;
      left: 3px;
      padding: 25px 35px 15px 0;
      margin-left: 0; }
      .history .history-entry.left::before {
        right: -10px;
        left: auto; }
      .history .history-entry.left .history-tooltip::before {
        left: auto;
        right: -10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }

  .get-in-touch {
    padding: 60px 0 80px; }
    .get-in-touch h3 {
      font-size: 22px; }

  .careers-list .career-item .career-title {
    font-size: 32px;
    padding: 35px 0; }
  .careers-list .career-item .career-description .subtitle {
    font-size: 22px; }
  .careers-list .career-item .career-description .pure-u-md-1-2 {
    box-sizing: border-box; }
    .careers-list .career-item .career-description .pure-u-md-1-2:nth-child(2n+1) {
      padding-right: 20px; }
    .careers-list .career-item .career-description .pure-u-md-1-2:nth-child(2n+2) {
      padding-left: 20px; } }
@media screen and (min-width: 64em) {
  .statistics {
    font-size: 18px; }
    .statistics .statistic {
      background-position: left 25px; }
    .statistics .number {
      font-size: 58px; }

  .about-company .wrap .mid, .about-company .wrap .left, .about-company .wrap .right {
    float: left; }
  .about-company .wrap .mid {
    margin: 0 10px;
    line-height: 60px; }

  .careers-list .career-item .career-description .pure-u-md-1-2:nth-child(2n+1) {
    padding-right: 40px; }
  .careers-list .career-item .career-description .pure-u-md-1-2:nth-child(2n+2) {
    padding-left: 40px; } }

.admin .container {
  width: 100%;
  padding: 0 50px;
  margin: 0; }
  .admin .container.full {
    max-width: 100%; }
.admin .table {
  border-collapse: collapse; }
  .admin .table thead {
    white-space: nowrap;
    background: #f5f5f5;
    border-top: 1px solid gainsboro;
    font-weight: bold; }
  .admin .table tr {
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro; }
    .admin .table tr:nth-child(even):not(.new-row) {
      background: #f5f5f5; }
    .admin .table tr td {
      padding: 15px 20px; }
    .admin .table tr td + td {
      border-left: 1px solid gainsboro; }
  .admin .table .new-row {
    border-left: none;
    border-bottom: none; }
    .admin .table .new-row .actions {
      border-bottom: 1px solid gainsboro; }
  .admin .table .title {
    min-width: 150px; }
.admin .user-form .pure-u-1, .admin .user-form .pure-u-1-3, .admin .user-form .pure-u-1-2, .admin .post-form .pure-u-1, .admin .post-form .pure-u-1-3, .admin .post-form .pure-u-1-2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px; }
.admin .post-tabs {
  width: 100%; }
  .admin .post-tabs a {
    height: 40px;
    line-height: 40px;
    color: black;
    background: #f5f5f5; }
    .admin .post-tabs a.active {
      color: white;
      background: #de2016;
      font-weight: 600; }
.admin .post-tab-content {
  display: block; }
  .admin .post-tab-content.display-md {
    display: none; }
.admin .blog-posts {
  padding-top: 20px;
  border-right: none; }
.admin .uploaded-thumb {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 200px;
  height: 200px;
  margin-right: 20px; }
  .admin .uploaded-thumb img {
    width: 200px;
    height: 200px; }
  .admin .uploaded-thumb .thumb-remove-bg, .admin .uploaded-thumb .thumb-remove {
    position: absolute;
    top: 0;
    right: 0; }
  .admin .uploaded-thumb .thumb-remove {
    width: 35px;
    height: 35px;
    background: transparent;
    color: white;
    border: none;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    font-size: 20px; }
    .admin .uploaded-thumb .thumb-remove:active {
      outline: none; }
  .admin .uploaded-thumb .thumb-remove-bg {
    border-top: 30px solid rgba(35, 35, 35, 0.8);
    border-right: 30px solid rgba(35, 35, 35, 0.8);
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent; }
.admin .controls-sidebar {
  position: fixed;
  top: 20%;
  right: -400px;
  z-index: 8;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s; }
  .admin .controls-sidebar.dropped {
    right: 0; }
  .admin .controls-sidebar .controls-sidebar-item {
    background: #de2016;
    color: white;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-filter: opacity(1);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .admin .controls-sidebar .controls-sidebar-item:hover {
      -webkit-filter: opacity(1);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
.admin .editor-preview-side > p, .admin .editor-preview > p {
  margin: 30px auto;
  font-size: 18px; }
.admin .editor-preview-side a, .admin .editor-preview a {
  color: #de2016; }
.admin .editor-preview-side blockquote, .admin .editor-preview blockquote {
  position: relative;
  padding: 30px 40px; }
  .admin .editor-preview-side blockquote small, .admin .editor-preview blockquote small {
    display: block;
    text-align: right; }
  .admin .editor-preview-side blockquote:before, .admin .editor-preview blockquote:before {
    position: absolute;
    left: 10px;
    top: 20px;
    content: "“";
    font-size: 64px;
    line-height: 40px;
    font-weight: bold; }
  .admin .editor-preview-side blockquote:after, .admin .editor-preview blockquote:after {
    position: absolute;
    right: 10px;
    bottom: -20px;
    content: "”";
    line-height: 40px;
    font-size: 64px;
    font-weight: bold; }
  .admin .editor-preview-side blockquote p, .admin .editor-preview blockquote p {
    margin: 15px auto;
    font-style: italic;
    font-size: 28px; }
* {
  margin: 0;
  padding: 0; }

body {
  color: #232323;
  font-family: "Open Sans";
  font-size: 16px; }

html, button, input, select, textarea, .pure-g [class*="pure-u"] {
  font-family: "Open Sans";
  font-size: 16px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

a {
  text-decoration: none; }
  a img {
    border: none; }

.clr:after {
  content: "";
  display: block;
  clear: both; }

.container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 1320px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto; }
  .container.wider {
    max-width: 2000px;
    padding: 0; }
  .container.narrow {
    max-width: 600px; }
  .container.no-padding {
    padding: 0; }

.page-container {
  z-index: 1;
  position: relative;
  background: white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.padded-content {
  padding: 80px 0; }
  .padded-content h2 {
    font-size: 22px;
    font-weight: normal; }

.work-with {
  font-size: 16px;
  font-weight: 600; }
  .work-with h2 {
    padding-bottom: 80px;
    font-size: 22px;
    font-weight: normal; }
    .work-with h2 span {
      color: #de2016; }
  .work-with img {
    width: 100%;
    max-width: 1120px; }
  .work-with .hidden-md img {
    margin-bottom: 20px; }
  .work-with .hidden-md .pure-u-1-2 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px; }

.dark-background {
  background: url("/assets/background-dark-9fa45552d93d7eb05d8cd80ec188cad0.jpg") center center no-repeat black; }

.vertical-align {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .vertical-align.horizontal-align {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

@media screen and (min-width: 64em) {
  .dark-background {
    background-attachment: fixed;
    background-size: cover; }

  .vertical-align.left-align-lg {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left; } }
@media screen and (min-width: 48em) {
  .padded-content {
    padding: 120px 0; }
    .padded-content h2 {
      font-size: 32px; }

  .work-with h2 {
    font-size: 32px; } }
.cookie-info {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 0; }
  .cookie-info .content {
    line-height: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 100px;
    position: relative; }
    .cookie-info .content .close {
      position: absolute;
      right: 0;
      top: 0; }
  .cookie-info a:not(.btn) {
    color: white;
    text-decoration: underline; }

.link {
  color: #de2016; }
  .link:hover {
    text-decoration: underline; }

.blog-posts {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0;
  width: 100%; }

.blog-aside {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }
  .blog-aside .extras {
    max-width: 600px;
    margin: auto; }
  .blog-aside .socials .social {
    margin-left: 0;
    margin-right: 20px; }
    .blog-aside .socials .social:last-child {
      margin-right: 0; }

.blog-post {
  max-width: 600px;
  margin: auto;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5; }
  .blog-post .title-link {
    color: #232323;
    text-decoration: none; }
    .blog-post .title-link:hover {
      color: #de2016;
      text-decoration: underline; }
  .blog-post .sharing {
    margin: 30px auto;
    border: 1px solid #e5e5e5; }
    .blog-post .sharing.summary {
      border: none;
      margin: none; }
    .blog-post .sharing.lower {
      margin-top: 60px; }
    .blog-post .sharing .share {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 8px;
      text-align: center;
      border-right: 1px solid #e5e5e5;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s;
      color: black; }
      .blog-post .sharing .share.share-fb:hover, .blog-post .sharing .share.share-fb:focus, .blog-post .sharing .share.share-fb:active {
        color: #3b5997; }
      .blog-post .sharing .share.share-twitter:hover, .blog-post .sharing .share.share-twitter:focus, .blog-post .sharing .share.share-twitter:active {
        color: #00acee; }
      .blog-post .sharing .share.share-linkedin:hover, .blog-post .sharing .share.share-linkedin:focus, .blog-post .sharing .share.share-linkedin:active {
        color: #0077b5; }
      .blog-post .sharing .share, .blog-post .sharing .share:focus, .blog-post .sharing .share:hover, .blog-post .sharing .share:active {
        text-decoration: none;
        outline: none; }
      .blog-post .sharing .share:hover .social:before {
        opacity: 1; }
      .blog-post .sharing .share .social {
        margin: 0;
        vertical-align: middle;
        margin-right: 20px; }
      .blog-post .sharing .share:last-child {
        border-right: none; }
  .blog-post .icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
    .blog-post .icon.shares {
      height: 32px;
      width: 32px;
      background-image: url("/assets/blog/icon-share-7d0c95c6be24bb1961b2f27b7b018de1.png");
      background-repeat: no-repeat;
      margin-right: 5px; }
  .blog-post.full {
    max-width: 900px;
    border: none; }
    .blog-post.full .header {
      font-size: 50px; }
    .blog-post.full .meta {
      margin: auto;
      text-align: center; }
      .blog-post.full .meta .data {
        max-width: 450px; }
    .blog-post.full .tag-list {
      text-align: center;
      margin: 30px; }
    .blog-post.full .main-image {
      height: 460px; }
    .blog-post.full .content {
      max-width: 700px;
      margin: auto; }
    .blog-post.full .post-content .highlight {
      margin: 30px auto;
      overflow-x: auto; }
    .blog-post.full .post-content p {
      margin: 30px auto;
      font-size: 18px; }
    .blog-post.full .post-content .image-container {
      text-align: center; }
      .blog-post.full .post-content .image-container img {
        display: block;
        margin: auto;
        max-width: 100%; }
      .blog-post.full .post-content .image-container + small {
        text-align: center;
        display: block;
        border: 1px solid #e5e5e5;
        background: #f5f5f5;
        line-height: 40px;
        font-style: italic; }
    .blog-post.full .post-content blockquote {
      position: relative;
      padding: 30px 40px; }
      .blog-post.full .post-content blockquote small {
        display: block;
        text-align: right; }
      .blog-post.full .post-content blockquote:before {
        position: absolute;
        left: 10px;
        top: 20px;
        content: "“";
        font-size: 64px;
        line-height: 40px;
        font-weight: bold; }
      .blog-post.full .post-content blockquote:after {
        position: absolute;
        right: 10px;
        bottom: -20px;
        content: "”";
        line-height: 40px;
        font-size: 64px;
        font-weight: bold; }
      .blog-post.full .post-content blockquote p {
        margin: 15px auto;
        font-style: italic;
        font-size: 28px; }
    .blog-post.full .navigation .navigation-item {
      display: block;
      border: 1px solid #e5e5e5;
      padding: 40px; }
      .blog-post.full .navigation .navigation-item .navigation-item-header {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 21px;
        font-weight: bold; }
      .blog-post.full .navigation .navigation-item.left, .blog-post.full .navigation .navigation-item.right {
        background-repeat: no-repeat; }
      .blog-post.full .navigation .navigation-item.left {
        border-right: none;
        padding-left: 70px;
        background-image: url("/assets/arrows/arrow-left-post-3e14a5004279d02cfa99dc26cebeffa0.png");
        background-position: 30px center; }
        .blog-post.full .navigation .navigation-item.left.single {
          border-right: 1px solid #e5e5e5; }
      .blog-post.full .navigation .navigation-item.right {
        text-align: right;
        padding-right: 70px;
        background-image: url("/assets/arrows/arrow-right-post-dabe27a24dddf330da0614f3358ca096.png");
        background-position: 400px center; }
      .blog-post.full .navigation .navigation-item, .blog-post.full .navigation .navigation-item:focus, .blog-post.full .navigation .navigation-item:hover, .blog-post.full .navigation .navigation-item:active {
        color: black;
        text-decoration: none;
        outline: none; }
      .blog-post.full .navigation .navigation-item:hover {
        background-color: #f5f5f5; }
    .blog-post.full .disqus-container {
      max-width: 800px;
      margin: auto; }
  .blog-post:first-child {
    padding-top: 0; }
  .blog-post .main-image {
    height: 155px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
  .blog-post .author-image {
    width: 32px;
    height: 32px; }
  .blog-post h1 {
    margin: 30px 0; }
  .blog-post .short-post-actions {
    margin-top: 30px; }

.blog-post .meta, .top-post .meta {
  font-size: 14px; }
  .blog-post .meta .data, .top-post .meta .data {
    width: 100%;
    padding-left: 40px;
    margin-left: -40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .blog-post .meta .author-image, .blog-post .meta .data, .top-post .meta .author-image, .top-post .meta .data {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
  .blog-post .meta .post-comments, .top-post .meta .post-comments {
    color: #232323; }
  .blog-post .meta .author-name, .blog-post .meta .post-date, .blog-post .meta .separator, .blog-post .meta .post-comments, .top-post .meta .author-name, .top-post .meta .post-date, .top-post .meta .separator, .top-post .meta .post-comments {
    opacity: 0.7; }

.blog-post .meta {
  margin-bottom: 20px; }

.share-controls:hover .generic {
  display: none; }
.share-controls:hover .list {
  display: block; }
.share-controls .generic {
  font-size: 14px;
  height: 32px; }
  .share-controls .generic .shares-text {
    opacity: 0.7; }
.share-controls .list {
  height: 32px;
  display: none; }
  .share-controls .list .social {
    margin-left: 0;
    background-position: center 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #e5e5e5; }
    .share-controls .list .social:before {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      background-position: -1px -32px; }

.continue {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/assets/arrows/arrow-button-red-ea28d83a152146a05edc3199913cf325.png"); }

.posts-pagination {
  max-width: 600px;
  margin: auto;
  padding: 40px 0; }

.inline-tag {
  font-weight: 600; }

.tag-list .tags-expand {
  color: #232323;
  border: 1px solid #e5e5e5;
  display: inline-block;
  *display: inline;
  zoom: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px 10px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag-list .tags-expand:focus {
    outline: none; }
  .tag-list .tags-expand:active, .tag-list .tags-expand.expanded {
    color: #de2016; }
.tag-list .tag {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #232323;
  padding: 6px 10px;
  background-color: #f5f5f5;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag-list .tag.hidden {
    display: none; }
    .tag-list .tag.hidden.shown {
      display: inline-block;
      *display: inline;
      zoom: 1; }
  .tag-list .tag:hover {
    background-color: #e5e5e5; }
  .tag-list .tag.active {
    background-color: #de2016;
    color: white; }
    .tag-list .tag.active:hover {
      background-color: #b90900; }

.blog-subscribe {
  background-image: url("/assets/blog/subscribe-picture-65d1a5991447eccfbd27a26a3ee21cfc.jpg");
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  max-width: 340px;
  height: 180px;
  text-align: center;
  padding: 0 15px; }
  .blog-subscribe .subscribe-text {
    font-size: 18px;
    height: 95px;
    margin: auto;
    text-align: center;
    line-height: 95px;
    font-weight: 600;
    color: white; }
  .blog-subscribe .input {
    height: 50px;
    background: white;
    border: none;
    padding: 14px;
    padding-right: 50px;
    margin: 0;
    margin-right: -50px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
  .blog-subscribe .submit {
    width: 50px;
    height: 50px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    background-color: black;
    background-image: url("/assets/blog/icon-send-47c06a013601805d07e1ed4d67150351.png");
    background-position: center center;
    background-repeat: no-repeat; }

.top-posts-list {
  margin-bottom: 30px; }
  .top-posts-list .top-post {
    margin-bottom: 10px; }
    .top-posts-list .top-post:last-child {
      margin-bottom: 0; }
    .top-posts-list .top-post .link {
      font-size: 18px;
      line-height: 16px; }
      .top-posts-list .top-post .link.post-comments {
        font-size: 14px; }

.svg-hex .red-cover {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 0, 0, 0.6); }
.svg-hex:hover .red-cover {
  display: block; }

.back-to-homepage {
  width: 170px;
  vertical-align: middle;
  margin-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  background-position: right center;
  background-image: url("/assets/arrows/arrow-black-right-17de5b557b5255ee2f9388e0c49442ec.png");
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #232323; }
  .back-to-homepage:hover {
    text-decoration: none; }
  .back-to-homepage.full {
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 5px 0 0;
    color: white;
    font-weight: bold;
    background-image: none;
    position: relative; }
    .back-to-homepage.full:focus {
      outline: none; }
    .back-to-homepage.full:after {
      content: "";
      position: absolute;
      right: 10px;
      top: 2px;
      bottom: 0;
      width: 11px;
      background-image: url("/assets/arrows/arrow-go-to-tokagen-mobile-64a72ef6cc13ab523e983cdff9823db5.png");
      background-position: center;
      background-repeat: no-repeat; }

.blog .padded-content {
  padding-top: 30px;
  position: relative; }
.blog .padded-content + .padded-content {
  border-top: 1px solid #e5e5e5; }

.blog-subnavbar {
  border-top: 1px solid #e5e5e5;
  position: relative;
  margin: 20px -20px -10px;
  padding: 15px 20px 0; }
  .blog-subnavbar .actions {
    padding: 10px; }
  .blog-subnavbar.black {
    margin: 0;
    padding: 0;
    height: 60px;
    background-color: #232323;
    border: none; }
  .blog-subnavbar .blog-navigation-placeholder {
    height: 60px; }
    .blog-subnavbar .blog-navigation-placeholder .blog-navigation a {
      height: 60px;
      line-height: 60px; }

@media screen and (min-width: 35.5em) {
  .blog-post .main-image {
    height: 310px; } }
@media screen and (min-width: 48em) {
  .blog .padded-content + .padded-content {
    border: none; } }
@media screen and (min-width: 64em) {
  .blog-posts {
    -webkit-flex: 1;
    flex: 1; }

  .blog-aside {
    width: 400px; } }
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  padding: 0 1rem;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background 0.3s;
  -ms-transition: color 0.3s, border-color 0.3s, background 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s; }
  .btn:active {
    -webkit-filter: opacity(1);
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px); }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn:hover {
    text-decoration: none; }
  .btn * + .arrow-icon {
    margin-left: 5px; }
  .btn .arrow-icon {
    background-image: url("/assets/arrows/arrow-button-white-64a72ef6cc13ab523e983cdff9823db5.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 11px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .btn.btn-white {
    background: white;
    border: 1px solid white;
    color: #232323; }
    .btn.btn-white:hover {
      color: white;
      background: #de2016;
      border-color: #de2016; }
    .btn.btn-white:active {
      color: white;
      background: #b90900;
      border-color: #b90900; }
  .btn.btn-red {
    background: #de2016;
    color: white;
    border: 1px solid #de2016; }
    .btn.btn-red:hover {
      color: white;
      text-decoration: none;
      background: #b90900;
      border-color: #b90900; }
    .btn.btn-red:active {
      background: #a30800;
      border-color: #a30800; }
  .btn.btn-ghost {
    background-color: transparent;
    border-style: solid;
    border-width: 1px; }
    .btn.btn-ghost.btn-black {
      color: #232323;
      border-color: #666666; }
      .btn.btn-ghost.btn-black:hover {
        border-color: rgba(102, 102, 102, 0.4);
        background-color: #f5f5f5; }
      .btn.btn-ghost.btn-black:active {
        border-color: #e5e5e5;
        background-color: #e5e5e5; }
    .btn.btn-ghost.btn-white {
      color: white;
      border-color: white; }
      .btn.btn-ghost.btn-white:hover {
        background-color: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.4); }
      .btn.btn-ghost.btn-white:active {
        background-color: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0); }
  .btn.btn-sm {
    line-height: 28px;
    height: 30px;
    font-size: 14px; }
  .btn.btn-md {
    line-height: 38px;
    height: 40px;
    font-size: 16px; }
  .btn.btn-lg {
    line-height: 48px;
    height: 50px;
    font-size: 18px; }
  .btn.btn-width-xs {
    min-width: 60px; }
  .btn.btn-width-sm {
    min-width: 130px; }
  .btn.btn-width-md {
    min-width: 160px; }
  .btn.btn-width-lg {
    min-width: 180px; }
  .btn.btn-width-xl {
    min-width: 210px; }
  .btn.btn-width-full {
    min-width: 100%; }
  .btn.btn-responsive-md {
    line-height: 38px;
    height: 40px;
    font-size: 16px; }
  .btn.btn-responsive-width-md {
    min-width: 140px; }
  .btn.btn-responsive-width-lg {
    min-width: 180px; }
  .btn.btn-responsive-width-xl {
    min-width: 220px; }
  .btn.back-to-homepage, .btn.pagination-left, .btn.pagination-right {
    width: 170px;
    vertical-align: middle; }
  .btn.back-to-homepage, .btn.pagination-right {
    padding-right: 20px;
    background-position: 140px center;
    background-image: url("/assets/arrows/arrow-black-right-17de5b557b5255ee2f9388e0c49442ec.png");
    background-repeat: no-repeat; }
  .btn.pagination-left {
    padding-left: 20px;
    background-position: 20px center;
    background-image: url("/assets/arrows/arrow-black-left-916880054a9022a791165fca51414ee4.png");
    background-repeat: no-repeat; }
  .btn.back-to-homepage {
    margin-left: 20px; }
  .btn.search-submit {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #f5f5f5;
    border-left: none;
    background-color: #f5f5f5;
    vertical-align: middle;
    -webkit-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .btn.search-submit:focus {
      outline: none; }
    .btn.search-submit:active {
      -webkit-filter: opacity(1);
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .btn.search-submit:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: "";
      width: 16px;
      height: 16px;
      margin: 12px;
      background-image: url("/assets/blog/icon-submit-search-e1ff33760954696265d428a9a59f17ed.png");
      background-repeat: no-repeat; }
    input.search:focus + .btn.search-submit {
      background-color: white;
      border-color: #d1d1d1; }
    input.search.compact + .btn.search-submit {
      z-index: -1; }
    input.search.compact:focus + .btn.search-submit {
      z-index: 0; }
    .btn.search-submit:hover:after {
      background-position: 0 -16px; }

@media screen and (min-width: 48em) {
  .btn.btn-responsive-md {
    line-height: 58px;
    height: 60px;
    font-size: 20px; }
  .btn.btn-responsive-width-md {
    min-width: 180px; }
  .btn.btn-responsive-width-lg {
    min-width: 210px; }
  .btn.btn-responsive-width-xl {
    min-width: 260px; } }
input[type=submit].btn {
  -webkit-appearance: button; }

.social {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  margin: 0 20px 20px 0;
  float: left;
  position: relative; }
  .social:before {
    opacity: 0;
    content: "";
    background-image: inherit;
    background-position: 0 -32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .social:hover:before {
    opacity: 1; }
  .social.email {
    background-image: url("/assets/socials/icon-email-9527cabb701845fcfed93bca945257f2.png"); }
  .social.facebook {
    background-image: url("/assets/socials/icon-facebook-fea3b8afc747debaaad4bcb865ea6c3d.png"); }
  .social.twitter {
    background-image: url("/assets/socials/icon-twitter-b98b7f28f0fd6af695a35f3c34029ca6.png"); }
  .social.behance {
    background-image: url("/assets/socials/icon-behance-91caa4d10f568ffdfd8217d421e63348.png"); }
  .social.linkedin {
    background-image: url("/assets/socials/icon-linkedin-2b5f9c9bfd30dcb598f13732eba069df.png"); }
  .social.github {
    background-image: url("/assets/socials/icon-github-629f04eebe9aab5d78e3e11fe4149238.png"); }
  .social.icon {
    border: 1px solid #e5e5e5;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }
    .social.icon.facebook {
      background-image: url("/assets/socials/icon-facebook-social-b1a1d9284262622a82d43e59b1f7a860.png"); }
    .social.icon.twitter {
      background-image: url("/assets/socials/icon-twitter-social-a79b70c96ac603d0b3351a6e6193412d.png"); }
    .social.icon.behance {
      background-image: url("/assets/socials/icon-behance-social-92fd52d55a19e2462a3e75d77ad7af86.png"); }
    .social.icon.linkedin {
      background-image: url("/assets/socials/icon-linkedin-social-65665fc2cfb07f899b6b91b22b9b8b71.png"); }
    .social.icon.github {
      background-image: url("/assets/socials/icon-github-social-6dbf279869804ba16f71caed27ccfc87.png"); }
    .social.icon.buffer {
      background-image: url("/assets/socials/icon-buffer-social-4dfc5c56c336e4fc3657f8f9760b35bb.png"); }
    .social.icon.email {
      background-image: url("/assets/socials/icon-email-social-abfd7962f4396ac4c3c17726d11e95bc.png"); }

@media screen and (min-width: 48em) {
  .social {
    float: none;
    margin: 0 10px; } }
.project-planner .social.facebook {
  background-image: url("/assets/socials/icon-facebook-menu-c0b039eb9e9f24f657da07b6ced811c1.png"); }
.project-planner .social.twitter {
  background-image: url("/assets/socials/icon-twitter-menu-156181979e1924ae0fbac90ee8636853.png"); }
.project-planner .social.behance {
  background-image: url("/assets/socials/icon-behance-menu-4d9b99fbfb3c9f25215be652e69f7488.png"); }
.project-planner .social.linkedin {
  background-image: url("/assets/socials/icon-linkedin-menu-43353402c728f7aaf946f74e669aef8d.png"); }
.project-planner .social.github {
  background-image: url("/assets/socials/icon-github-menu-74824aa011497b88e29c1a0ce7b3073b.png"); }

.blog-post .social.facebook {
  background-image: url("/assets/blog/icon-facebook-social-b1a1d9284262622a82d43e59b1f7a860.png"); }
.blog-post .social.twitter {
  background-image: url("/assets/blog/icon-twitter-social-a79b70c96ac603d0b3351a6e6193412d.png"); }
.blog-post .social.behance {
  background-image: url("/assets/blog/icon-behance-social-92fd52d55a19e2462a3e75d77ad7af86.png"); }
.blog-post .social.linkedin {
  background-image: url("/assets/blog/icon-linkedin-social-65665fc2cfb07f899b6b91b22b9b8b71.png"); }
.blog-post .social.github {
  background-image: url("/assets/blog/icon-github-social-6dbf279869804ba16f71caed27ccfc87.png"); }
.blog-post .social.buffer {
  background-image: url("/assets/blog/icon-buffer-social-4dfc5c56c336e4fc3657f8f9760b35bb.png"); }

.menu .social {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left; }
  .menu .social.facebook {
    background-image: url("/assets/socials/icon-facebook-menu-c0b039eb9e9f24f657da07b6ced811c1.png"); }
  .menu .social.twitter {
    background-image: url("/assets/socials/icon-twitter-menu-156181979e1924ae0fbac90ee8636853.png"); }
  .menu .social.behance {
    background-image: url("/assets/socials/icon-behance-menu-4d9b99fbfb3c9f25215be652e69f7488.png"); }
  .menu .social.linkedin {
    background-image: url("/assets/socials/icon-linkedin-menu-43353402c728f7aaf946f74e669aef8d.png"); }
  .menu .social.github {
    background-image: url("/assets/socials/icon-github-menu-74824aa011497b88e29c1a0ce7b3073b.png"); }
.company-info {
  background: white; }
  .company-info .btn {
    margin-top: 50px; }
  .company-info h2 {
    font-size: 22px;
    font-weight: normal; }
  .company-info .quote {
    font-size: 16px;
    max-width: 850px;
    margin: 30px auto;
    padding: 0 35px;
    position: relative; }
    .company-info .quote::before, .company-info .quote::after {
      display: block;
      position: absolute;
      content: "";
      height: 26px;
      width: 32px; }
    .company-info .quote::after {
      background: url("/assets/quotation-mark-right-c45facbb5a482bdd28fef6eacf3d8dba.png") center no-repeat;
      right: 0;
      bottom: -10px; }
    .company-info .quote::before {
      background: url("/assets/quotation-mark-left-0c73b4e6a90b4cad19d82a9041b1a876.png") center no-repeat;
      left: 0;
      top: -10px; }

@media screen and (min-width: 48em) {
  .company-info .btn {
    margin-top: 50px; }
  .company-info .quote {
    font-size: 18px;
    margin: 40px auto; }
  .company-info h2 {
    font-size: 32px; } }
@media screen and (min-width: 64em) {
  .company-info .btn {
    margin-top: 65px; }
  .company-info .quote {
    margin: 70px auto; } }
.contact-top {
  line-height: 36px;
  margin-bottom: 50px; }
  .contact-top a {
    color: #de2016; }
    .contact-top a:hover .text {
      text-decoration: underline; }
  .contact-top .text {
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .contact-top .icon {
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 36px;
    height: 36px;
    float: left; }
    .contact-top .icon img {
      width: 36px; }
  .contact-top .pure-u-1 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px; }

.contact-form h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 40px; }
.contact-form h3 {
  font-weight: normal;
  font-size: 18px; }
.contact-form .circle-tick {
  width: 70px;
  height: 70px;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("/assets/contact/tick-success-message-26e18800e65677dba30f4357db3ff06f.png") center center no-repeat #de2016;
  margin: 50px auto; }
.contact-form .follow-buttons {
  margin-top: 15px;
  max-width: 450px; }
  .contact-form .follow-buttons .pure-u-sm-1-3 {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

@media screen and (min-width: 48em) {
  .contact-top {
    margin-top: 50px; }
    .contact-top .text {
      float: none; }
    .contact-top .icon {
      float: none;
      width: 56px;
      height: 56px;
      display: block;
      margin: 0 auto 20px; }
      .contact-top .icon img {
        width: 56px; }
    .contact-top .pure-u-1 {
      border: none; } }
.contact-socials {
  border-bottom: 1px solid #e5e5e5; }
  .contact-socials .pure-u-1-5 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    padding: 14px 0;
    position: relative; }
    .contact-socials .pure-u-1-5:last-child {
      border-right: 1px solid #e5e5e5; }
    .contact-socials .pure-u-1-5 .hidden {
      opacity: 0;
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center;
      overflow: hidden;
      -webkit-transition: bottom 0.5s, opacity 0.5s;
      -moz-transition: bottom 0.5s, opacity 0.5s;
      -ms-transition: bottom 0.5s, opacity 0.5s;
      -o-transition: bottom 0.5s, opacity 0.5s;
      transition: bottom 0.5s, opacity 0.5s; }
    .contact-socials .pure-u-1-5 .icon {
      display: block;
      margin: auto; }
    .contact-socials .pure-u-1-5.facebook {
      color: #3b5997; }
      .contact-socials .pure-u-1-5.facebook .icon {
        height: 24px;
        width: 9px;
        overflow: hidden;
        position: relative; }
        .contact-socials .pure-u-1-5.facebook .icon img {
          top: 0;
          left: 0;
          position: absolute;
          width: 9px;
          height: 48px; }
    .contact-socials .pure-u-1-5.twitter {
      color: #00acee; }
      .contact-socials .pure-u-1-5.twitter .icon {
        margin-top: 2px;
        height: 20px;
        width: 20px;
        overflow: hidden;
        position: relative; }
        .contact-socials .pure-u-1-5.twitter .icon img {
          top: 0;
          left: 0;
          position: absolute;
          width: 20px;
          height: 40px; }
    .contact-socials .pure-u-1-5.linkedin {
      color: #0077b5; }
      .contact-socials .pure-u-1-5.linkedin .icon {
        height: 24px;
        width: 24px;
        overflow: hidden;
        position: relative; }
        .contact-socials .pure-u-1-5.linkedin .icon img {
          top: 0;
          left: 0;
          position: absolute;
          width: 24px;
          height: 48px; }
    .contact-socials .pure-u-1-5.behance {
      color: #045afc; }
      .contact-socials .pure-u-1-5.behance .icon {
        margin-top: 3px;
        height: 18px;
        width: 28px;
        overflow: hidden;
        position: relative; }
        .contact-socials .pure-u-1-5.behance .icon img {
          top: 0;
          left: 0;
          position: absolute;
          width: 28px;
          height: 36px; }
    .contact-socials .pure-u-1-5.github {
      color: #171515; }
      .contact-socials .pure-u-1-5.github .icon {
        height: 24px;
        width: 24px;
        overflow: hidden;
        position: relative; }
        .contact-socials .pure-u-1-5.github .icon img {
          top: 0;
          left: 0;
          position: absolute;
          width: 24px;
          height: 48px; }
    .contact-socials .pure-u-1-5.instagram {
      color: #2a5b83; }
      .contact-socials .pure-u-1-5.instagram .icon {
        height: 24px;
        width: 24px;
        overflow: hidden;
        position: relative; }
        .contact-socials .pure-u-1-5.instagram .icon img {
          top: 0;
          left: 0;
          position: absolute;
          width: 24px;
          height: 48px; }
    .contact-socials .pure-u-1-5:hover.facebook img {
      top: -24px; }
    .contact-socials .pure-u-1-5:hover.twitter img {
      top: -20px; }
    .contact-socials .pure-u-1-5:hover.linkedin img {
      top: -24px; }
    .contact-socials .pure-u-1-5:hover.behance img {
      top: -18px; }
    .contact-socials .pure-u-1-5:hover.github img {
      top: -24px; }
    .contact-socials .pure-u-1-5:hover.instagram img {
      top: -24px; }

@media screen and (min-width: 48em) {
  .contact-form h2 {
    font-size: 32px; }
  .contact-form h3 {
    font-size: 22px; }

  .contact-socials .pure-u-1-5 {
    padding: 50px 0; }
    .contact-socials .pure-u-1-5 .icon {
      position: relative;
      top: 0;
      -webkit-transition: top 0.5s;
      -moz-transition: top 0.5s;
      -ms-transition: top 0.5s;
      -o-transition: top 0.5s;
      transition: top 0.5s; }
    .contact-socials .pure-u-1-5.facebook .icon {
      width: 16px;
      height: 40px; }
      .contact-socials .pure-u-1-5.facebook .icon img {
        width: 16px;
        height: 80px; }
    .contact-socials .pure-u-1-5.twitter .icon {
      margin-top: 1px;
      height: 38px;
      width: 41px; }
      .contact-socials .pure-u-1-5.twitter .icon img {
        height: 76px;
        width: 40px; }
    .contact-socials .pure-u-1-5.linkedin .icon {
      height: 40px;
      width: 41px; }
      .contact-socials .pure-u-1-5.linkedin .icon img {
        width: 40px;
        height: 80px; }
    .contact-socials .pure-u-1-5.behance .icon {
      margin-top: 3px;
      height: 34px;
      width: 54px; }
      .contact-socials .pure-u-1-5.behance .icon img {
        width: 54px;
        height: 68px; }
    .contact-socials .pure-u-1-5.github .icon {
      height: 40px;
      width: 41px; }
      .contact-socials .pure-u-1-5.github .icon img {
        width: 40px;
        height: 80px; }
    .contact-socials .pure-u-1-5.instagram .icon {
      height: 40px;
      width: 41px; }
      .contact-socials .pure-u-1-5.instagram .icon img {
        width: 40px;
        height: 80px; }
    .contact-socials .pure-u-1-5:hover .hidden {
      bottom: 30px;
      opacity: 1; }
    .contact-socials .pure-u-1-5:hover .icon {
      top: -10px; }
    .contact-socials .pure-u-1-5:hover.facebook img {
      top: -40px; }
    .contact-socials .pure-u-1-5:hover.twitter img {
      top: -38px; }
    .contact-socials .pure-u-1-5:hover.linkedin img {
      top: -40px; }
    .contact-socials .pure-u-1-5:hover.behance img {
      top: -34px; }
    .contact-socials .pure-u-1-5:hover.github img {
      top: -40px; }
    .contact-socials .pure-u-1-5:hover.instagram img {
      top: -40px; } }
.footer {
  padding: 35px 0 100px 0; }
  .footer.blog {
    border-top: 1px solid #e5e5e5; }
    .footer.blog .copyright {
      max-width: 600px;
      margin: auto; }
      .footer.blog .copyright a {
        font-size: 16px;
        text-transform: none; }
        .footer.blog .copyright a, .footer.blog .copyright a:hover {
          color: #de2016; }
  .footer a {
    color: #232323;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .footer a:hover {
      color: #de2016; }
  .footer .copyright {
    font-size: 16px; }
  .footer .socials {
    margin: 30px 0; }
  .footer .links a {
    margin: 10px 0; }

.project-planner {
  color: #cccccc; }
  .project-planner a {
    color: #cccccc; }

@media screen and (min-width: 48em) {
  .pure-u-md-1-5 {
    width: auto;
    margin: 0 20px; }

  .pure-g-md-no-flex {
    display: block; } }
@media screen and (min-width: 64em) {
  .footer.blog .copyright:not(.centered) {
    padding-right: 30;
    text-align: left; } }
input[type=text], input[type=password], textarea {
  display: block;
  -webkit-transition: margin-bottom;
  -moz-transition: margin-bottom;
  -ms-transition: margin-bottom;
  -o-transition: margin-bottom;
  transition: margin-bottom;
  font-family: "Open Sans";
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  outline: none;
  padding: 13px;
  line-height: 22px;
  margin: 10px 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #707070; }
  input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder {
    color: #707070; }
  input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
    color: #707070; }
  input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #707070; }
  input[type=text]:focus, input[type=password]:focus, textarea:focus {
    background: white;
    border-color: #d1d1d1; }
  input[type=text].small, input[type=password].small, textarea.small {
    margin: 0;
    padding: 8px 16px; }
  input[type=text].search, input[type=password].search, textarea.search {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    vertical-align: middle;
    width: 180px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 40px;
    padding-right: 0;
    background-image: url("/assets/blog/icon-search-4c93235e85a92146dfa52176101f1c79.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-right: none; }
    input[type=text].search.compact, input[type=password].search.compact, textarea.search.compact {
      width: 40px;
      margin-right: -40px; }
      input[type=text].search.compact:focus, input[type=password].search.compact:focus, textarea.search.compact:focus {
        width: 100%; }

label.checkbox-label {
  margin: 10px 0;
  width: 100%;
  display: block;
  background: #f5f5f5;
  position: relative;
  padding: 8px 8px 8px 40px;
  line-height: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  font-size: 16px; }
  label.checkbox-label .fancy-checkbox {
    left: 8px;
    top: 8px;
    position: absolute;
    background: white;
    height: 24px;
    width: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #e5e5e5; }
  label.checkbox-label.checked {
    color: white;
    background: #de2016; }
    label.checkbox-label.checked .fancy-checkbox {
      border: none; }
      label.checkbox-label.checked .fancy-checkbox::before {
        width: 11px;
        height: 10px;
        position: absolute;
        content: "";
        background: url("/assets/checkbox-project-planner-3d18137b6c5d672efd58aca21f3a82f6.png") center center no-repeat;
        top: 7px;
        left: 7px; }
  label.checkbox-label input {
    display: none; }

textarea {
  min-height: 200px;
  min-width: 100%;
  max-width: 100%; }

.required {
  position: relative; }
  .required input, .required textarea {
    position: relative;
    z-index: 0; }
  .required::after {
    font-family: "Open Sans";
    position: absolute;
    content: "*";
    z-index: 2;
    right: 18px;
    top: 17px;
    color: #707070; }

.error-tooltip {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  -ms-transition: bottom 0.5s, opacity 0.5s;
  -o-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  padding: 0 12px;
  background: #de2016;
  font-size: 14px;
  color: white;
  z-index: 1;
  line-height: 26px; }
  .error-tooltip:before {
    display: block;
    content: "";
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #de2016 transparent; }

.visible-tooltips .error {
  position: relative; }
  .visible-tooltips .error input, .visible-tooltips .error textarea {
    margin-bottom: 30px;
    position: relative;
    z-index: 0; }
  .visible-tooltips .error::after {
    font-family: "Open Sans";
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    content: "!";
    z-index: 2;
    right: 18px;
    top: 12px;
    color: red; }
.visible-tooltips .error-tooltip {
  opacity: 1;
  bottom: -32px; }

.tick input, .tick textarea {
  position: relative;
  z-index: 0; }
.tick::after {
  position: absolute;
  content: "";
  z-index: 2;
  right: 18px;
  top: 12px;
  background: url("/assets/tick-35a0734f3c277a5b156a8b6c15eb05ee.png") center;
  width: 15px;
  height: 13px; }

.contact-form {
  max-width: 900px;
  margin-bottom: 80px; }
  .contact-form .btn {
    margin-top: 10px; }

@media screen and (min-width: 48em) {
  label.checkbox-label {
    padding: 13px 13px 13px 45px; }
    label.checkbox-label .fancy-checkbox {
      left: 13px;
      top: 13px; }

  input[type=text], textarea {
    padding: 18px;
    font-size: 18px; }

  .required::after {
    top: 22px; }

  .visible-tooltips .error::after {
    top: 17px; }

  .contact-form {
    margin-bottom: 120px; }

  .form .btn-lg {
    height: 60px;
    line-height: 58px;
    font-size: 20px; } }
.location {
  color: white;
  background: url("/assets/image-contact-tokagen-be980b0cc8ddf8203c6e536dfd5d61ad.jpg") center center no-repeat black;
  background-size: cover;
  font-size: 16px; }
  .location .address {
    position: relative;
    overflow: hidden; }
  .location h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 45px; }
  .location h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px; }
  .location .btn-red {
    margin-bottom: 20px; }
  .location .tabs {
    font-size: 18px;
    margin-bottom: 45px; }
    .location .tabs a {
      color: #808080;
      display: inline-block;
      *display: inline;
      zoom: 1;
      padding-bottom: 5px;
      margin: 10px; }
      .location .tabs a.active {
        color: white;
        border-bottom: 1px solid white; }
  .location .phone {
    margin-top: 30px;
    margin-bottom: 60px; }
    .location .phone a {
      color: white;
      text-decoration: underline; }

@media screen and (min-width: 48em) {
  .address.address-left {
    padding-right: 28px; }
  .address.address-right {
    padding-left: 28px; }

  .location h2 {
    font-size: 32px; }
  .location .btn-red {
    margin-bottom: 0; } }
.login .container {
  max-width: 600px; }
#map {
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 0; }

.map-wrap {
  position: relative; }
  .map-wrap .map-control {
    position: absolute;
    margin: auto;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 277px; }
    .map-wrap .map-control .popup {
      color: white; }
      .map-wrap .map-control .popup .tabs {
        font-size: 18px;
        padding-top: 25px;
        background: #232323; }
        .map-wrap .map-control .popup .tabs a {
          color: #808080;
          display: inline-block;
          *display: inline;
          zoom: 1;
          padding-bottom: 5px;
          margin: 10px; }
          .map-wrap .map-control .popup .tabs a.active {
            color: white;
            border-bottom: 1px solid white; }
      .map-wrap .map-control .popup .address {
        background: #232323;
        padding-top: 40px;
        padding-bottom: 40px; }
        .map-wrap .map-control .popup .address h3 {
          font-size: 22px;
          font-weight: normal;
          margin-bottom: 25px; }
        .map-wrap .map-control .popup .address .phone {
          margin-top: 20px; }
          .map-wrap .map-control .popup .address .phone a {
            color: white;
            text-decoration: underline; }
      .map-wrap .map-control .popup .display-md .address {
        background: rgba(35, 35, 35, 0.76); }
      .map-wrap .map-control .popup .display-md:hover .address {
        background: rgba(35, 35, 35, 0.82); }
    .map-wrap .map-control .container {
      padding: 0; }

@media screen and (min-width: 48em) {
  #map {
    height: 640px; }

  .map-wrap .map-control {
    top: 361px; }
    .map-wrap .map-control .container {
      max-width: 680px; }
    .map-wrap .map-control .address {
      cursor: pointer; } }
#team_modal .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0 10px; }
#team_modal .modal-body {
  padding: 10px; }
  #team_modal .modal-body .header {
    height: 40px; }
    #team_modal .modal-body .header a {
      margin-top: 11px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 18px;
      height: 18px;
      background: url("/assets/close-popup-dff2225fe5db88385d9660fe34640a4c.png") 0 0 no-repeat; }
      #team_modal .modal-body .header a:hover {
        background-position: 0 -18px; }
  #team_modal .modal-body .image-wrap {
    margin-bottom: 90px; }
  #team_modal .modal-body .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
  #team_modal .modal-body .position {
    font-size: 14px;
    margin-bottom: 35px; }
  #team_modal .modal-body .description {
    font-size: 16px; }
  #team_modal .modal-body .hex {
    width: 225px;
    display: block;
    margin: 60px auto; }
    #team_modal .modal-body .hex a {
      outline: none;
      background-position: center center;
      background-repeat: no-repeat;
      width: 225px;
      height: 129px;
      display: block;
      position: relative;
      background-size: auto 260px; }
      #team_modal .modal-body .hex a .after {
        background: rgba(255, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0; }
      #team_modal .modal-body .hex a .inner {
        color: white;
        z-index: 20;
        width: 100%;
        height: 100%;
        background: inherit;
        font-size: 14px;
        position: relative; }
        #team_modal .modal-body .hex a .inner .overlay {
          opacity: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          background: rgba(255, 0, 0, 0.5); }
        #team_modal .modal-body .hex a .inner .name, #team_modal .modal-body .hex a .inner .title {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 5px; }
      #team_modal .modal-body .hex a .hex-1 {
        position: absolute;
        top: 0;
        left: 0;
        background: inherit;
        width: 100%;
        height: 100%;
        -webkit-filter: opacity(1);
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-backface-visibility: hidden; }
        #team_modal .modal-body .hex a .hex-1::before {
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          z-index: -1;
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0;
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 260px;
          width: 260px;
          background: inherit;
          -webkit-filter: opacity(1);
          -webkit-transform: rotate(-60deg) translate(-243px, 64px);
          -moz-transform: rotate(-60deg) translate(-243px, 64px);
          -ms-transform: rotate(-60deg) translate(-243px, 64px);
          -o-transform: rotate(-60deg) translate(-243px, 64px);
          transform: rotate(-60deg) translate(-243px, 64px);
          -webkit-backface-visibility: hidden; }
      #team_modal .modal-body .hex a .hex-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        -webkit-filter: opacity(1);
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
        -webkit-backface-visibility: hidden; }
        #team_modal .modal-body .hex a .hex-2::before {
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          z-index: -1;
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0;
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 260px;
          width: 260px;
          background: inherit;
          -webkit-filter: opacity(1);
          -webkit-transform: rotate(60deg) translate(95px, -130px);
          -moz-transform: rotate(60deg) translate(95px, -130px);
          -ms-transform: rotate(60deg) translate(95px, -130px);
          -o-transform: rotate(60deg) translate(95px, -130px);
          transform: rotate(60deg) translate(95px, -130px);
          -webkit-backface-visibility: hidden; }
      #team_modal .modal-body .hex a .inner {
        z-index: 1; }
#team_modal .modal-dialog {
  width: auto;
  max-width: 870px;
  margin: 200px auto 30px; }
  #team_modal .modal-dialog .slider {
    margin-bottom: 0;
    height: 710px; }
    #team_modal .modal-dialog .slider .slide {
      padding: 20px 0;
      -webkit-transition: opacity 0s linear 0.6s;
      -moz-transition: opacity 0s linear 0.6s;
      -ms-transition: opacity 0s linear 0.6s;
      -o-transition: opacity 0s linear 0.6s;
      transition: opacity 0s linear 0.6s; }
      #team_modal .modal-dialog .slider .slide .socials {
        position: absolute;
        bottom: -10px;
        opacity: 0;
        width: 100%;
        -webkit-transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -moz-transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -ms-transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -o-transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        transition: bottom 0.2s linear 0.4s, opacity 0.2s linear 0.4s; }
        #team_modal .modal-dialog .slider .slide .socials .social {
          float: none;
          margin: 0 5px; }
      #team_modal .modal-dialog .slider .slide .fade-in-top-1, #team_modal .modal-dialog .slider .slide .fade-in-top-2, #team_modal .modal-dialog .slider .slide .fade-in-top-3 {
        position: relative;
        top: -20px;
        opacity: 0; }
      #team_modal .modal-dialog .slider .slide .fade-in-top-1 {
        -webkit-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -moz-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -ms-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -o-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s; }
      #team_modal .modal-dialog .slider .slide .fade-in-top-2 {
        -webkit-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -moz-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -ms-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -o-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s; }
      #team_modal .modal-dialog .slider .slide .fade-in-top-3 {
        -webkit-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -moz-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -ms-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -o-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s; }
      #team_modal .modal-dialog .slider .slide .fade-in-bottom {
        position: relative;
        top: 20px;
        opacity: 0;
        -webkit-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
        -moz-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
        -ms-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
        -o-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
        transition: top 0.2s linear 0s, opacity 0.2s linear 0s; }
      #team_modal .modal-dialog .slider .slide.active .socials {
        bottom: 10px;
        opacity: 1;
        -webkit-transition: bottom 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -moz-transition: bottom 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -ms-transition: bottom 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -o-transition: bottom 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        transition: bottom 0.2s linear 1.2s, opacity 0.2s linear 1.2s; }
      #team_modal .modal-dialog .slider .slide.active .fade-in-top-1, #team_modal .modal-dialog .slider .slide.active .fade-in-top-2, #team_modal .modal-dialog .slider .slide.active .fade-in-top-3 {
        top: 0;
        opacity: 1; }
      #team_modal .modal-dialog .slider .slide.active .fade-in-top-1 {
        -webkit-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        -moz-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        -ms-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        -o-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s; }
      #team_modal .modal-dialog .slider .slide.active .fade-in-top-2 {
        -webkit-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        -moz-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        -ms-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        -o-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        transition: top 0.2s linear 1s, opacity 0.2s linear 1s; }
      #team_modal .modal-dialog .slider .slide.active .fade-in-top-3 {
        -webkit-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -moz-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -ms-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -o-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s; }
      #team_modal .modal-dialog .slider .slide.active .fade-in-bottom {
        top: 0;
        opacity: 1;
        -webkit-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -moz-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -ms-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -o-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s; }
    #team_modal .modal-dialog .slider .slider-next, #team_modal .modal-dialog .slider .slider-prev {
      top: -40px;
      width: 50px;
      height: 40px;
      background-color: #232323;
      background-position: center center;
      background-repeat: no-repeat;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      #team_modal .modal-dialog .slider .slider-next:hover, #team_modal .modal-dialog .slider .slider-prev:hover {
        background-color: #de2016; }
    #team_modal .modal-dialog .slider .slider-next {
      background-image: url("/assets/arrows/arrow-right-popup-fe0e6cf20bbc31c2ae2fdbd5aa6613c0.png");
      right: 0; }
    #team_modal .modal-dialog .slider .slider-prev {
      background-image: url("/assets/arrows/arrow-left-popup-9382942b1d3b584b2d13af4ec842b7f9.png");
      left: 0; }

@media screen and (min-width: 48em) {
  #team_modal .team-member {
    width: 250px;
    padding-bottom: 288.6836px; }
  #team_modal .modal-body {
    padding: 20px; }
    #team_modal .modal-body .slider {
      height: 400px; }
    #team_modal .modal-body .header {
      height: auto; }
      #team_modal .modal-body .header a {
        margin-top: 0; }
    #team_modal .modal-body .hex a .hex-1, #team_modal .modal-body .hex a .hex-2 {
      overflow: hidden; }
    #team_modal .modal-body .name {
      font-size: 22px; }
    #team_modal .modal-body .position {
      font-size: 16px; }
  #team_modal .image-wrap {
    float: right;
    margin-left: 60px;
    margin-bottom: 0; }
  #team_modal .modal-content {
    margin-left: 35px;
    margin-right: 35px; }
  #team_modal .modal-dialog .slider .slide {
    padding: 10px 40px 30px; }
    #team_modal .modal-dialog .slider .slide .socials .social {
      margin: 0 20px 0 0;
      float: left; }
  #team_modal .modal-dialog .slider .slider-next, #team_modal .modal-dialog .slider .slider-prev {
    top: 50%;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: -ms-calc(50% - 25px);
    top: calc(50% - 25px); }
  #team_modal .modal-dialog .slider .slider-next {
    right: -45px; }
  #team_modal .modal-dialog .slider .slider-prev {
    left: -45px; } }
@media screen and (min-width: 64em) {
  #team_modal .modal-body .slider {
    height: 360px; } }
.main-content {
  left: 0;
  border-top: none;
  border-bottom: none;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s; }
  .main-content.moved {
    left: -240px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s; }
    .main-content.moved.moves-right {
      left: 240px; }

.navbar {
  left: 0;
  width: 100%;
  top: 0;
  background: transparent;
  position: absolute;
  z-index: 1000;
  padding: 15px 20px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s; }
  .navbar .open-menu {
    line-height: 40px;
    font-weight: 600; }
  .navbar.static, .navbar.static.fixed, .navbar.static.dropped {
    position: static; }
  .navbar.blog {
    top: 60px;
    border-bottom: 1px solid #e5e5e5;
    background: white; }
    .navbar.blog .open-menu .bars {
      margin-top: 12px; }
    .navbar.blog .open-menu span {
      margin-right: 0;
      margin-left: 20px; }
    .navbar.blog.fixed {
      top: -100%; }
      .navbar.blog.fixed.dropped {
        top: 0; }
    .navbar.blog .actions {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 5px 0; }
      .navbar.blog .actions a.search {
        display: inline-block;
        *display: inline;
        zoom: 1;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        background-image: url("/assets/blog/icon-search-4c93235e85a92146dfa52176101f1c79.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        outline: none; }
        .navbar.blog .actions a.search:focus {
          background-color: white;
          border-color: #d1d1d1; }
    .navbar.blog .logo {
      width: 265px;
      height: 39px;
      background: url("/assets/blog/logo-tokagen-blog-bde6c8d7a7935a90f00a05676e478deb.png") 0 -39px no-repeat; }
      .navbar.blog .logo::before {
        background: url("/assets/blog/logo-tokagen-blog-bde6c8d7a7935a90f00a05676e478deb.png") 0 0 no-repeat; }
  .navbar.white .logo::before {
    opacity: 0; }
  .navbar.white .open-menu {
    color: white; }
    .navbar.white .open-menu .menu-bar {
      background-color: white; }
  .navbar.white .btn-placeholder .btn.btn-white {
    opacity: 1;
    z-index: 1; }
  .navbar.white .btn-placeholder .btn.btn-black {
    opacity: 0;
    z-index: 0; }
  .navbar.fixed {
    position: fixed;
    top: -101px; }
    .navbar.fixed .logo::before {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
    .navbar.fixed .btn-placeholder .btn {
      -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s;
      -moz-transition: color 0.3s, border-color 0.3s, background 0.3s;
      -ms-transition: color 0.3s, border-color 0.3s, background 0.3s;
      -o-transition: color 0.3s, border-color 0.3s, background 0.3s;
      transition: color 0.3s, border-color 0.3s, background 0.3s; }
    .navbar.fixed .open-menu {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
      .navbar.fixed .open-menu .menu-bar {
        -webkit-transition: transform 0.6s, top 0.2s, opacity 0.2s;
        -moz-transition: transform 0.6s, top 0.2s, opacity 0.2s;
        -ms-transition: transform 0.6s, top 0.2s, opacity 0.2s;
        -o-transition: transform 0.6s, top 0.2s, opacity 0.2s;
        transition: transform 0.6s, top 0.2s, opacity 0.2s; }
  .navbar.dropped-up {
    position: absolute; }
  .navbar.dropped {
    border-bottom: 1px solid #e5e5e5;
    background: white;
    -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s;
    -moz-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s;
    -ms-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s;
    -o-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s;
    transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s;
    top: 0; }
    .navbar.dropped .logo::before {
      opacity: 1; }
    .navbar.dropped .open-menu {
      color: #232323; }
      .navbar.dropped .open-menu .menu-bar {
        background-color: #232323; }
    .navbar.dropped .btn-placeholder .btn.btn-white {
      opacity: 0;
      z-index: 0; }
    .navbar.dropped .btn-placeholder .btn.btn-black {
      opacity: 1;
      z-index: 1; }
  .navbar .logo {
    margin-top: 6px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 176px;
    height: 30px;
    background: url("/assets/logo-small-051af8b1f85f0ccab551ce03cb42f71f.png") 0 -30px no-repeat;
    position: relative; }
    .navbar .logo::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 1;
      -webkit-transition: opacity 0.3s linear 0.6s;
      -moz-transition: opacity 0.3s linear 0.6s;
      -ms-transition: opacity 0.3s linear 0.6s;
      -o-transition: opacity 0.3s linear 0.6s;
      transition: opacity 0.3s linear 0.6s;
      background: url("/assets/logo-small-051af8b1f85f0ccab551ce03cb42f71f.png") 0 0 no-repeat; }
  .navbar .right-actions {
    padding: 5px 0; }
    .navbar .right-actions .actions-list {
      list-style-type: none;
      float: right; }
      .navbar .right-actions .actions-list li {
        float: left; }
  .navbar .btn-placeholder {
    position: relative;
    width: 180px;
    height: 40px; }
    .navbar .btn-placeholder .btn {
      position: absolute;
      top: 0;
      left: 0;
      margin-right: 20px;
      -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, opacity 0.3s linear 0.6s;
      -moz-transition: color 0.3s, border-color 0.3s, background 0.3s, opacity 0.3s linear 0.6s;
      -ms-transition: color 0.3s, border-color 0.3s, background 0.3s, opacity 0.3s linear 0.6s;
      -o-transition: color 0.3s, border-color 0.3s, background 0.3s, opacity 0.3s linear 0.6s;
      transition: color 0.3s, border-color 0.3s, background 0.3s, opacity 0.3s linear 0.6s; }
      .navbar .btn-placeholder .btn.btn-white {
        opacity: 0;
        z-index: 0; }
      .navbar .btn-placeholder .btn.btn-black {
        opacity: 1;
        z-index: 1; }
  .navbar .bars {
    margin-top: 8px; }
  .navbar .menu-bar {
    width: 24px;
    height: 3px;
    background-color: #232323;
    margin-bottom: 4px;
    position: relative;
    top: 0;
    -webkit-transition: transform 0.6s, top 0.2s, opacity 0.2s, background-color 0.3s linear 0.6s;
    -moz-transition: transform 0.6s, top 0.2s, opacity 0.2s, background-color 0.3s linear 0.6s;
    -ms-transition: transform 0.6s, top 0.2s, opacity 0.2s, background-color 0.3s linear 0.6s;
    -o-transition: transform 0.6s, top 0.2s, opacity 0.2s, background-color 0.3s linear 0.6s;
    transition: transform 0.6s, top 0.2s, opacity 0.2s, background-color 0.3s linear 0.6s; }
  .navbar .open .menu-bar.top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px !important; }
  .navbar .open .menu-bar.mid {
    opacity: 0; }
  .navbar .open .menu-bar.bot {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -7px !important; }
  .navbar .open-menu {
    -webkit-transition: color 0.3s linear 0.6s;
    -moz-transition: color 0.3s linear 0.6s;
    -ms-transition: color 0.3s linear 0.6s;
    -o-transition: color 0.3s linear 0.6s;
    transition: color 0.3s linear 0.6s;
    text-transform: uppercase;
    cursor: pointer;
    color: #232323;
    font-size: 20px; }
    .navbar .open-menu:hover {
      text-decoration: none; }
      .navbar .open-menu:hover .menu-bar.top {
        top: -2px; }
      .navbar .open-menu:hover .menu-bar.bot {
        top: 2px; }
    .navbar .open-menu span {
      margin-right: 20px; }

.menu {
  z-index: 0;
  width: 240px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: fixed;
  background: #0f0f0f;
  height: 100%;
  right: -100%;
  top: 0;
  padding: 70px 0 0 40px;
  -webkit-transition: right 0s linear 0.5s;
  -moz-transition: right 0s linear 0.5s;
  -ms-transition: right 0s linear 0.5s;
  -o-transition: right 0s linear 0.5s;
  transition: right 0s linear 0.5s;
  overflow-y: auto; }
  .menu.left {
    right: default;
    left: -100%;
    -webkit-transition: left 0s linear 0.5s;
    -moz-transition: left 0s linear 0.5s;
    -ms-transition: left 0s linear 0.5s;
    -o-transition: left 0s linear 0.5s;
    transition: left 0s linear 0.5s; }
    .menu.left.moved {
      -webkit-transition: left 0s linear 0s;
      -moz-transition: left 0s linear 0s;
      -ms-transition: left 0s linear 0s;
      -o-transition: left 0s linear 0s;
      transition: left 0s linear 0s;
      left: 0;
      right: default; }
  .menu.moved {
    -webkit-transition: right 0s linear 0s;
    -moz-transition: right 0s linear 0s;
    -ms-transition: right 0s linear 0s;
    -o-transition: right 0s linear 0s;
    transition: right 0s linear 0s;
    right: 0; }
  .menu a {
    color: #b8b8b8; }
    .menu a:hover {
      color: white; }
  .menu .active a {
    font-family: "Open Sans";
    font-weight: 600;
    color: #de2016; }
  .menu ul {
    text-transform: uppercase;
    font-size: 18px;
    list-style-type: none; }
    .menu ul li {
      margin-bottom: 20px; }
      .menu ul li.inline {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 20px; }
      .menu ul li .btn {
        margin: 10px 0;
        text-decoration: none;
        text-transform: none; }
  .menu .email-contact {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none; }
  .menu .socials {
    margin-top: 30px; }

.blog-navigation-placeholder {
  position: relative;
  height: 50px;
  -webkit-flex: 1;
  flex: 1;
  letter-spacing: 0;
  margin-left: 10px; }

.blog-navigation {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .blog-navigation a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    text-transform: uppercase;
    color: #232323;
    position: relative;
    height: 65px;
    line-height: 50px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    margin-right: 30px; }
    .blog-navigation a.active {
      border-bottom: 3px solid #de2016;
      color: #de2016; }
    .blog-navigation a:hover {
      color: #de2016; }

.subnavigation-placeholder {
  height: 62px;
  position: relative; }

.subnavigation {
  z-index: 1;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: left 0s;
  -moz-transition: left 0s;
  -ms-transition: left 0s;
  -o-transition: left 0s;
  transition: left 0s; }
  .subnavigation .container {
    max-width: 900px; }
  .subnavigation a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: #232323;
    padding: 21px 0;
    position: relative;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .subnavigation a.active {
      border-bottom: 2px solid #de2016;
      color: #de2016;
      padding-bottom: 19px; }
    .subnavigation a:hover {
      color: #de2016; }
  .subnavigation.fixed {
    position: fixed;
    top: 80px;
    height: 60px;
    -webkit-transition: height 0.5s, left 0s;
    -moz-transition: height 0.5s, left 0s;
    -ms-transition: height 0.5s, left 0s;
    -o-transition: height 0.5s, left 0s;
    transition: height 0.5s, left 0s; }
    .subnavigation.fixed a {
      padding: 15px 0;
      -webkit-transition: padding 0.5s;
      -moz-transition: padding 0.5s;
      -ms-transition: padding 0.5s;
      -o-transition: padding 0.5s;
      transition: padding 0.5s; }
      .subnavigation.fixed a.active {
        padding-bottom: 17px; }
  .subnavigation.moved {
    left: -240px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s; }
    .subnavigation.moved.moves-right {
      left: 240px; }
    .subnavigation.moved.fixed {
      -webkit-transition: height 0.5s, left 0.5s;
      -moz-transition: height 0.5s, left 0.5s;
      -ms-transition: height 0.5s, left 0.5s;
      -o-transition: height 0.5s, left 0.5s;
      transition: height 0.5s, left 0.5s; }

.horizontal-menu {
  list-style-type: none;
  text-transform: uppercase; }
  .horizontal-menu > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative; }
    .horizontal-menu > li > a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      padding: 10px 20px;
      color: #232323;
      font-weight: 600;
      -webkit-transition: opacity 0.3s, color 0.3s linear 0.6s;
      -moz-transition: opacity 0.3s, color 0.3s linear 0.6s;
      -ms-transition: opacity 0.3s, color 0.3s linear 0.6s;
      -o-transition: opacity 0.3s, color 0.3s linear 0.6s;
      transition: opacity 0.3s, color 0.3s linear 0.6s; }
    .horizontal-menu > li:hover a, .horizontal-menu > li.active a {
      opacity: 0.8; }
    .horizontal-menu > li ul {
      position: absolute;
      top: 40px;
      left: 0px;
      left: -webkit-calc(50% - 65px);
      left: -moz-calc(50% - 65px);
      left: -ms-calc(50% - 65px);
      left: calc(50% - 65px);
      list-style-type: none;
      text-align: center;
      visibility: hidden;
      padding-top: 22px; }
      .horizontal-menu > li ul li {
        background: rgba(35, 35, 35, 0.8);
        margin-bottom: 1px;
        position: relative;
        width: 130px;
        height: 40px;
        line-height: 40px;
        opacity: 0;
        -webkit-transition: top 0.4s, opacity 0.4s, background 0.3s;
        -moz-transition: top 0.4s, opacity 0.4s, background 0.3s;
        -ms-transition: top 0.4s, opacity 0.4s, background 0.3s;
        -o-transition: top 0.4s, opacity 0.4s, background 0.3s;
        transition: top 0.4s, opacity 0.4s, background 0.3s; }
        .horizontal-menu > li ul li:nth-child(1) {
          top: -20px; }
        .horizontal-menu > li ul li:nth-child(2) {
          top: -60px; }
        .horizontal-menu > li ul li:nth-child(3) {
          top: -100px; }
        .horizontal-menu > li ul li:nth-child(4) {
          top: -140px; }
        .horizontal-menu > li ul li a {
          color: white;
          display: block; }
        .horizontal-menu > li ul li:first-child:before {
          position: absolute;
          content: "";
          display: block;
          top: -9px;
          left: 50%;
          left: -webkit-calc(50% - 8px);
          left: -moz-calc(50% - 8px);
          left: -ms-calc(50% - 8px);
          left: calc(50% - 8px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8.5px 9px 8.5px;
          border-color: transparent transparent rgba(35, 35, 35, 0.8) transparent;
          -webkit-transition: border-color 0.3s;
          -moz-transition: border-color 0.3s;
          -ms-transition: border-color 0.3s;
          -o-transition: border-color 0.3s;
          transition: border-color 0.3s; }
        .horizontal-menu > li ul li:hover {
          background: #232323; }
          .horizontal-menu > li ul li:hover:first-child:before {
            border-color: transparent transparent #232323 transparent; }
    .horizontal-menu > li.dropdown.services ul {
      left: 0;
      right: 0;
      margin: 0 -40px; }
      .horizontal-menu > li.dropdown.services ul li {
        width: 100%;
        display: block; }
    .horizontal-menu > li.dropdown.narrow ul {
      left: 0px;
      left: -webkit-calc(50% - 50px);
      left: -moz-calc(50% - 50px);
      left: -ms-calc(50% - 50px);
      left: calc(50% - 50px); }
      .horizontal-menu > li.dropdown.narrow ul li {
        width: 100px; }
    .horizontal-menu > li.dropdown.locale {
      padding-right: 10px; }
    .horizontal-menu > li.dropdown.active > a::before {
      opacity: 0.8; }
    .horizontal-menu > li.dropdown:hover ul {
      visibility: visible; }
      .horizontal-menu > li.dropdown:hover ul li {
        opacity: 1;
        top: 0; }
    .horizontal-menu > li.dropdown:hover > a::before {
      opacity: 0.8; }
    .horizontal-menu > li.dropdown > a {
      padding: 10px 30px 10px 20px;
      position: relative; }
      .horizontal-menu > li.dropdown > a::before {
        position: absolute;
        content: "";
        display: block;
        top: 18px;
        right: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3.5px 0 3.5px;
        -webkit-transition: border-color 0.3s linear 0.6s;
        -moz-transition: border-color 0.3s linear 0.6s;
        -ms-transition: border-color 0.3s linear 0.6s;
        -o-transition: border-color 0.3s linear 0.6s;
        transition: border-color 0.3s linear 0.6s;
        border-color: #232323 transparent transparent transparent; }

.white .horizontal-menu > li > a {
  color: white; }
.white .horizontal-menu > li.dropdown a::before {
  border-color: white transparent transparent transparent; }

.dropped .horizontal-menu > li > a {
  color: #232323; }
.dropped .horizontal-menu > li.dropdown a::before {
  border-color: #232323 transparent transparent transparent; }

.fixed .horizontal-menu > li > a {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.fixed .horizontal-menu > li.dropdown a::before {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

@media screen and (min-width: 35.5em) {
  .navbar.main-content.blog {
    top: 0; }
    .navbar.main-content.blog.fixed {
      top: -100%; }
      .navbar.main-content.blog.fixed.dropped {
        top: 0; } }
@media screen and (min-width: 48em) {
  .main-content.moved {
    left: -340px; }
    .main-content.moved.moves-right {
      left: 340px; }

  .menu {
    width: 340px; }
    .menu ul {
      font-size: 20px; }

  .subnavigation-placeholder {
    height: 82px; }

  .subnavigation {
    left: -340px;
    height: 80px; }
    .subnavigation a {
      font-size: 20px;
      padding: 27px 0; }
      .subnavigation a.active {
        font-family: "Open Sans";
        font-weight: 600;
        padding-bottom: 25px; }

  .navbar .open-menu {
    line-height: 40px; }
  .navbar .bars {
    margin-top: 12px; }
  .navbar .logo {
    margin-top: 5px;
    width: 225px;
    height: 39px;
    background: url("/assets/logo-ede99b201deb8c1e64c3bba624138adb.png") 0 -39px no-repeat; }
    .navbar .logo::before {
      background: url("/assets/logo-ede99b201deb8c1e64c3bba624138adb.png") 0 0 no-repeat; } }
.project-planner .page-container {
  background: url("/assets/image-project-planner-background-8ed6c9cf0ed737d4df2aea6a727abf18.jpg") top center no-repeat #3c3c47; }
.project-planner .planner-form-wrap {
  padding-top: 150px; }
.project-planner h1 {
  font-size: 32px;
  font-weight: 600;
  padding: 20px 0; }
.project-planner h2 {
  font-size: 16px;
  font-weight: normal; }
.project-planner h3 {
  font-size: 16px;
  font-weight: normal; }
.project-planner .section-title {
  font-size: 16px;
  text-transform: uppercase;
  padding: 30px 0;
  text-align: center; }
.project-planner .section-space {
  margin-top: 30px; }
.project-planner form {
  padding-top: 20px; }
  .project-planner form .btn {
    margin-top: 30px; }
.project-planner .container {
  max-width: 960px; }
  .project-planner .container .planner-form {
    color: #232323;
    background: white;
    padding: 10px; }
.project-planner .checkboxes-selected {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .project-planner .checkboxes-selected .selected-checkbox {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px 0 5px 25px;
    background: url("/assets/checkbox-project-planner-3d18137b6c5d672efd58aca21f3a82f6.png") left center no-repeat;
    font-size: 16px; }
.project-planner .fields {
  margin: 50px 0; }
  .project-planner .fields .field-name {
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 0 !important; }
  .project-planner .fields .field-value {
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 0 !important;
    font-weight: 600; }
.project-planner .btn-wrap {
  margin: 50px 0; }
  .project-planner .btn-wrap .btn {
    width: 100%;
    max-width: 400px;
    height: 60px;
    line-height: 58px;
    font-size: 22px; }
.project-planner .description {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 16px; }
.project-planner .selects-selected .selected-select {
  font-size: 32px;
  margin-bottom: 30px; }

@media screen and (min-width: 48em) {
  .project-planner form {
    padding-top: 35px; }
  .project-planner h1 {
    font-size: 58px;
    padding: 50px 0 35px; }
  .project-planner h2 {
    font-size: 22px; }
  .project-planner h3 {
    font-size: 22px; }
  .project-planner .section-title {
    font-size: 22px;
    padding: 50px 0; }
  .project-planner .section-space {
    margin-top: 50px; }
  .project-planner .container .planner-form {
    padding: 30px 20px; }
    .project-planner .container .planner-form .pure-u-1 {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 0 10px; }
  .project-planner .fields {
    margin: 50px 0; }
    .project-planner .fields .field-name {
      font-size: 18px;
      padding: 5px 10px 5px 0 !important; }
    .project-planner .fields .field-value {
      font-size: 18px; }
  .project-planner .description {
    font-size: 16px; }
  .project-planner .checkboxes-selected .selected-checkbox {
    font-size: 18px; } }
.portfolio {
  color: white;
  position: static; }
  .portfolio .top {
    font-size: 16px; }
  .portfolio h2 {
    font-weight: bold;
    font-size: 32px;
    margin: 30px auto; }
  .portfolio .description {
    font-size: 18px; }
  .portfolio .slider {
    padding: 0 10px;
    height: 560px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .portfolio .slider .slide {
      -webkit-transition: opacity 0s linear 0.6s;
      -moz-transition: opacity 0s linear 0.6s;
      -ms-transition: opacity 0s linear 0.6s;
      -o-transition: opacity 0s linear 0.6s;
      transition: opacity 0s linear 0.6s;
      display: block;
      overflow: hidden; }
      .portfolio .slider .slide .slide-description .top {
        text-transform: uppercase; }
      .portfolio .slider .slide .fade-in-top-1, .portfolio .slider .slide .fade-in-top-2, .portfolio .slider .slide .fade-in-top-3 {
        position: relative;
        top: -20px;
        opacity: 0; }
      .portfolio .slider .slide .fade-in-top-1 {
        -webkit-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -moz-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -ms-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        -o-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
        transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s; }
      .portfolio .slider .slide .fade-in-top-2 {
        -webkit-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -moz-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -ms-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        -o-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
        transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s; }
      .portfolio .slider .slide .fade-in-top-3 {
        -webkit-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -moz-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -ms-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        -o-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
        transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s; }
      .portfolio .slider .slide .fade-in-bottom {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: bottom 0.2s linear 0s, opacity 0.2s linear 0s;
        -moz-transition: bottom 0.2s linear 0s, opacity 0.2s linear 0s;
        -ms-transition: bottom 0.2s linear 0s, opacity 0.2s linear 0s;
        -o-transition: bottom 0.2s linear 0s, opacity 0.2s linear 0s;
        transition: bottom 0.2s linear 0s, opacity 0.2s linear 0s; }
      .portfolio .slider .slide.active .fade-in-top-1, .portfolio .slider .slide.active .fade-in-top-2, .portfolio .slider .slide.active .fade-in-top-3 {
        top: 0;
        opacity: 1; }
      .portfolio .slider .slide.active .fade-in-top-1 {
        -webkit-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        -moz-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        -ms-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        -o-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
        transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s; }
      .portfolio .slider .slide.active .fade-in-top-2 {
        -webkit-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        -moz-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        -ms-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        -o-transition: top 0.2s linear 1s, opacity 0.2s linear 1s;
        transition: top 0.2s linear 1s, opacity 0.2s linear 1s; }
      .portfolio .slider .slide.active .fade-in-top-3 {
        -webkit-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -moz-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -ms-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -o-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s; }
      .portfolio .slider .slide.active .fade-in-bottom {
        bottom: 0;
        opacity: 1;
        -webkit-transition: bottom 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -moz-transition: bottom 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -ms-transition: bottom 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        -o-transition: bottom 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
        transition: bottom 0.2s linear 0.6s, opacity 0.2s linear 0.6s; }
    .portfolio .slider .container {
      position: relative;
      max-width: 1200px; }
    .portfolio .slider .image-wrap {
      margin: 30px 40px 0;
      height: 150px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain; }
    .portfolio .slider .slider-next, .portfolio .slider .slider-prev {
      width: 24px;
      height: 48px;
      opacity: 0.6;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: 0 0;
      top: 50%;
      margin-top: -12px;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .portfolio .slider .slider-next:hover, .portfolio .slider .slider-prev:hover {
        opacity: 1; }
    .portfolio .slider .slider-next {
      background-image: url("/assets/arrows/arrow-right-portfolio-mobile-d000db1a6ebca134bb552f7224beb258.png");
      right: 10px; }
    .portfolio .slider .slider-prev {
      background-image: url("/assets/arrows/arrow-left-portfolio-mobile-731b54057aeb7421b1f68a294d791c19.png");
      left: 10px; }

.web-portfolio, .mobile-portfolio {
  background: #0c0c12;
  color: white;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .web-portfolio .container, .mobile-portfolio .container {
    height: 100%; }
  .web-portfolio .shadow-wrapper, .mobile-portfolio .shadow-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden; }
  .web-portfolio .slide-wrapper, .mobile-portfolio .slide-wrapper {
    position: relative;
    margin: auto; }
  .web-portfolio .control-wrapper, .mobile-portfolio .control-wrapper {
    position: relative;
    margin: auto; }
  .web-portfolio .wrapper, .mobile-portfolio .wrapper {
    left: -1069px;
    position: absolute;
    white-space: nowrap; }
  .web-portfolio .arrow-next, .mobile-portfolio .arrow-next {
    background: url("/assets/arrows/arrow-right-portfolio-services-5ba3efe6a32b926ef2ad5e5504e244fc.png");
    right: -40px; }
  .web-portfolio .arrow-prev, .mobile-portfolio .arrow-prev {
    background: url("/assets/arrows/arrow-left-portfolio-services-42e4701ca81e90ee5567f6a38078ce23.png");
    left: -40px; }
  .web-portfolio .arrow-next, .web-portfolio .arrow-prev, .mobile-portfolio .arrow-next, .mobile-portfolio .arrow-prev {
    background-position: 0 0;
    position: absolute;
    width: 20px;
    height: 36px;
    top: 50%;
    margin-top: -24px;
    cursor: pointer; }
    .web-portfolio .arrow-next:hover, .web-portfolio .arrow-prev:hover, .mobile-portfolio .arrow-next:hover, .mobile-portfolio .arrow-prev:hover {
      background-position: 0 -36px; }
  .web-portfolio .slider-image, .mobile-portfolio .slider-image {
    display: block;
    float: left;
    position: relative;
    z-index: 0;
    -webkit-transition: width 0.75s, margin 0.75s;
    -moz-transition: width 0.75s, margin 0.75s;
    -ms-transition: width 0.75s, margin 0.75s;
    -o-transition: width 0.75s, margin 0.75s;
    transition: width 0.75s, margin 0.75s; }
    .web-portfolio .slider-image.active, .mobile-portfolio .slider-image.active {
      margin: 0 5px;
      width: 222px;
      top: 0; }
  .web-portfolio .overlay, .mobile-portfolio .overlay {
    -webkit-box-shadow: inset 0 0 200px 140px #0c0c12;
    -moz-box-shadow: inset 0 0 200px 140px #0c0c12;
    box-shadow: inset 0 0 200px 140px #0c0c12;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(12, 12, 18, 0.4); }
  .web-portfolio .view-port, .mobile-portfolio .view-port {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .web-portfolio .view-port .slide-wrapper, .mobile-portfolio .view-port .slide-wrapper {
      overflow: hidden; }
    .web-portfolio .view-port .btn, .mobile-portfolio .view-port .btn {
      margin-top: 115px; }
    .web-portfolio .view-port h2, .mobile-portfolio .view-port h2 {
      font-size: 22px;
      font-weight: normal;
      position: absolute;
      width: 100%;
      top: 80px; }

.web-portfolio {
  height: 580px; }
  .web-portfolio .slide-wrapper {
    width: 222px;
    height: 125px;
    margin-top: 191px; }
  .web-portfolio .control-wrapper {
    width: 222px; }
  .web-portfolio .wrapper {
    height: 125px; }
  .web-portfolio .slider-image {
    margin: 7px 5px;
    width: 201px; }
    .web-portfolio .slider-image.active {
      width: 222px; }
  .web-portfolio .view-port {
    background: url("/assets/web-projects/imac-web-services-projects-8930cbf3993f1dddb56a8191486390a0.png") no-repeat center 182px;
    background-size: 240px auto; }

.mobile-portfolio {
  height: 820px; }
  .mobile-portfolio .slide-wrapper {
    width: 193px;
    height: 345px;
    margin-top: 232px; }
  .mobile-portfolio .control-wrapper {
    width: 193px; }
  .mobile-portfolio .wrapper {
    height: 345px; }
  .mobile-portfolio .slider-image {
    margin: 7px 5px;
    width: 173px; }
    .mobile-portfolio .slider-image.active {
      width: 193px; }
  .mobile-portfolio .view-port {
    background: url("/assets/mobile-projects/iphone-6-mobile-services-projects-cde6cca5d49295ac8af2bef4fc1fda30.png") no-repeat center 176px;
    background-size: 220px auto; }

.portfolio-entry {
  padding: 60px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: white; }
  .portfolio-entry .container {
    max-width: 500px; }
    .portfolio-entry .container .portfolio-project-image {
      display: block;
      margin: auto;
      max-width: 802px;
      padding: 0 10px; }
  .portfolio-entry.blue {
    background: #003957; }
  .portfolio-entry.green {
    background: #78B15B; }
  .portfolio-entry .btn {
    margin: 40px auto 30px; }
  .portfolio-entry .title {
    margin: 5px 0 25px;
    font-size: 32px;
    font-weight: bold; }
  .portfolio-entry .small-description {
    font-size: 16px; }
  .portfolio-entry .description {
    max-width: 760px;
    margin: auto;
    font-size: 16px; }
  .portfolio-entry img {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .portfolio-entry .pure-u-1-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

@media screen and (min-width: 20em) {
  .portfolio h2 {
    margin: 15px auto; }
  .portfolio .slider .image-wrap {
    height: 280px; } }
@media screen and (min-width: 35.5em) {
  .portfolio h2 {
    margin: auto; } }
@media screen and (min-width: 48em) {
  .portfolio .slider .slider-next, .portfolio .slider .slider-prev {
    width: 61px;
    height: 120px;
    margin-top: -60px; }
  .portfolio .slider .slider-next {
    background-image: url("/assets/arrows/arrow-right-portfolio-06aef2daa86fb792ffec43124f81a7e8.png"); }
  .portfolio .slider .slider-prev {
    background-image: url("/assets/arrows/arrow-left-portfolio-95c9fe25b4edd65370801818ccc8cf2f.png"); }

  .portfolio h2 {
    font-size: 48px; }
  .portfolio .slider {
    height: 720px; }
    .portfolio .slider .image-wrap {
      height: 380px; }

  .web-portfolio, .mobile-portfolio {
    height: 960px; }
    .web-portfolio .view-port h2, .mobile-portfolio .view-port h2 {
      font-size: 32px;
      top: 100px; }

  .web-portfolio .slide-wrapper {
    position: relative;
    width: 580px;
    height: 326px;
    margin-top: 257px; }
  .web-portfolio .control-wrapper {
    width: 580px; }
  .web-portfolio .wrapper {
    height: 326px; }
  .web-portfolio .arrow-next {
    right: -60px; }
  .web-portfolio .arrow-prev {
    left: -60px; }
  .web-portfolio .slider-image {
    width: 480px;
    margin: 28px 20px; }
    .web-portfolio .slider-image.active {
      width: 580px; }
  .web-portfolio .view-port {
    background-position: center 234px;
    background-size: auto; }
    .web-portfolio .view-port .btn {
      margin-top: 250px; }

  .mobile-portfolio .slide-wrapper {
    position: relative;
    width: 245px;
    height: 436px;
    margin-top: 264px; }
  .mobile-portfolio .control-wrapper {
    width: 245px; }
  .mobile-portfolio .wrapper {
    height: 436px; }
  .mobile-portfolio .arrow-next {
    right: -60px; }
  .mobile-portfolio .arrow-prev {
    left: -60px; }
  .mobile-portfolio .slider-image {
    width: 210px;
    margin: 28px 5px; }
    .mobile-portfolio .slider-image.active {
      width: 245px; }
  .mobile-portfolio .view-port {
    background-position: center 193px;
    background-size: auto; }

  .portfolio-entry .title {
    font-size: 58px; }
  .portfolio-entry .description {
    font-size: 18px; } }
@media screen and (min-width: 64em) {
  .web-portfolio, .mobile-portfolio {
    height: 1000px; }

  .portfolio .top {
    margin-top: 60px; }
  .portfolio h2 {
    font-size: 58px; }
  .portfolio .slider {
    padding: 0 100px;
    height: 880px; }
    .portfolio .slider h2 {
      margin-bottom: 20px; }
    .portfolio .slider .btn {
      margin-top: 40px; }
    .portfolio .slider .image-wrap {
      max-width: 802px;
      width: 100%;
      height: 459px;
      margin: auto; }

  .portfolio-entry {
    height: 640px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .portfolio-entry.main-portfolio {
      height: auto; }
    .portfolio-entry .pure-u-lg-2-5 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .portfolio-entry .container {
      max-width: 1240px; }
    .portfolio-entry .btn {
      margin: 50px auto; } }
@media screen and (min-width: 80em) {
  .portfolio .slider .slider-next {
    right: 100px; }
  .portfolio .slider .slider-prev {
    left: 100px; } }
.display-sm, .display-md, .display-lg, .display-xl {
  display: none; }

.hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
  display: block; }
  .hidden-sm.display-inline, .hidden-md.display-inline, .hidden-lg.display-inline, .hidden-xl.display-inline {
    display: inline; }
  .hidden-sm.display-inline-block, .hidden-md.display-inline-block, .hidden-lg.display-inline-block, .hidden-xl.display-inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .hidden-sm.display-flex, .hidden-md.display-flex, .hidden-lg.display-flex, .hidden-xl.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

@media screen and (min-width: 35.5em) {
  .display-sm {
    display: block; }
    .display-sm.display-inline {
      display: inline; }
    .display-sm.display-inline-block {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .display-sm.display-flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }

  .hidden-sm {
    display: none; }

  .text-center-sm {
    text-align: center; }

  .text-right-sm {
    text-align: right; }

  .text-left-sm {
    text-align: left; } }
@media screen and (min-width: 48em) {
  .display-md {
    display: block; }
    .display-md.display-inline {
      display: inline; }
    .display-md.display-inline-block {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .display-md.display-flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }

  .hidden-md {
    display: none; }

  .text-center-md {
    text-align: center; }

  .text-right-md {
    text-align: right; }

  .text-left-md {
    text-align: left; } }
@media screen and (min-width: 64em) {
  .display-lg {
    display: block; }
    .display-lg.display-inline {
      display: inline; }
    .display-lg.display-inline-block {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .display-lg.display-flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }

  .hidden-lg {
    display: none; }

  .text-center-lg {
    text-align: center; }

  .text-right-lg {
    text-align: right; }

  .text-left-lg {
    text-align: left; } }
@media screen and (min-width: 80em) {
  .display-xl {
    display: block; }
    .display-xl.display-inline {
      display: inline; }
    .display-xl.display-inline-block {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .display-xl.display-flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }

  .hidden-xl {
    display: none; }

  .text-center-xl {
    text-align: center; }

  .text-right-xl {
    text-align: right; }

  .text-left-xl {
    text-align: left; } }
.select2 {
  width: 100% !important;
  margin: 10px 0;
  font-size: 16px; }
  .select2 .select2-selection {
    height: auto; }
  .select2.select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none; }
    .select2.select2-container--default .select2-selection--single:hover {
      background: #fafafa; }
    .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #232323;
      padding: 10px 40px 10px 20px;
      line-height: 30px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 40px;
      height: "100%";
      height: -webkit-calc(100% - 2px);
      height: -moz-calc(100% - 2px);
      height: -ms-calc(100% - 2px);
      height: calc(100% - 2px); }
      .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #232323 transparent transparent transparent;
        border-width: 7px 6px 0 6px; }
  .select2.select2-container--open .select2-selection__arrow b {
    -webkit-filter: opacity(1);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.select2-dropdown {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #e5e5e5; }
  .select2-dropdown .select2-results .select2-results__option {
    font-size: 16px;
    color: #232323;
    line-height: 20px;
    padding: 10px 20px; }
    .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
      background: white; }
    .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
      color: white;
      background: #de2016; }

@media screen and (min-width: 48em) {
  .select2 {
    font-size: 18px; }
    .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 15px 40px 15px 20px; } }
.were-good-at h2 {
  margin-bottom: 60px; }
.were-good-at .project-type-item {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 20px; }
  .were-good-at .project-type-item:last-child {
    margin-bottom: 0; }
  .were-good-at .project-type-item img {
    margin: 0 auto 40px;
    max-width: 335px;
    width: 100%; }
.were-good-at .project-type-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }
.were-good-at .project-type-description {
  color: #707070; }

.iphone-application {
  background: #f5f5f5;
  padding-bottom: 40px !important; }
  .iphone-application h2 {
    margin-bottom: 30px; }
  .iphone-application .description {
    color: #707070;
    max-width: 800px;
    margin: auto;
    margin-bottom: 70px; }
  .iphone-application img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 800px; }

.ipad-application {
  padding-bottom: 0; }
  .ipad-application h2 {
    margin-bottom: 30px; }
  .ipad-application .description {
    color: #707070;
    max-width: 800px;
    margin: auto;
    margin-bottom: 70px; }
  .ipad-application img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 800px; }

@media screen and (min-width: 48em) {
  .were-good-at h2 {
    margin-bottom: 80px; }
  .were-good-at .project-type-name {
    font-size: 22px; }
  .were-good-at .project-type-item:nth-child(6n+5) {
    margin-bottom: 0; } }
@media screen and (min-width: 64em) {
  .were-good-at .project-type-item:nth-child(6n+4) {
    margin-bottom: 0; } }
.slider {
  position: relative;
  height: 360px;
  margin-bottom: 60px; }
  .slider .slide {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .slider .slide.active {
      z-index: 2;
      opacity: 1; }
  .slider .slider-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3; }
  .slider .slider-next, .slider .slider-prev {
    position: absolute;
    top: 140px;
    width: 30px;
    height: 80px;
    cursor: pointer;
    z-index: 3;
    background: black; }
  .slider .slider-next {
    right: 0; }
  .slider .slider-prev {
    left: 0; }

.big-picture {
  position: relative;
  padding-top: 100px;
  min-height: 320px;
  max-height: 320px;
  overflow: hidden; }
  .big-picture .slide {
    padding-top: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1; }
    .big-picture .slide .container {
      height: 100%;
      height: -webkit-calc(100% - 100px);
      height: -moz-calc(100% - 100px);
      height: -ms-calc(100% - 100px);
      height: calc(100% - 100px); }
      .big-picture .slide .container .pure-g {
        height: 100%; }
      .big-picture .slide .container .vertical-align {
        margin-top: 10px;
        height: 100%; }
    .big-picture .slide .bcg {
      opacity: 0;
      -webkit-transition: opacity 0s linear 1s;
      -moz-transition: opacity 0s linear 1s;
      -ms-transition: opacity 0s linear 1s;
      -o-transition: opacity 0s linear 1s;
      transition: opacity 0s linear 1s; }
    .big-picture .slide .bcg, .big-picture .slide .bcg-animated {
      position: absolute !important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    .big-picture .slide .fade-in-top-1, .big-picture .slide .fade-in-top-2, .big-picture .slide .fade-in-top-3 {
      position: relative;
      top: -20px !important;
      opacity: 0;
      -webkit-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      -moz-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      -ms-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      -o-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s; }
    .big-picture .slide .fade-in-top-2 {
      -webkit-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      -moz-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      -ms-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      -o-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s; }
    .big-picture .slide .fade-in-top-3 {
      -webkit-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      -moz-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      -ms-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      -o-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s; }
    .big-picture .slide .fade-in-bottom {
      position: relative;
      top: 20px !important;
      opacity: 0;
      -webkit-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -moz-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -ms-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -o-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      transition: top 0.2s linear 0s, opacity 0.2s linear 0s; }
    .big-picture .slide.active {
      z-index: 2; }
      .big-picture .slide.active .fade-in-top-1, .big-picture .slide.active .fade-in-top-2, .big-picture .slide.active .fade-in-top-3 {
        top: 0 !important;
        opacity: 1;
        -webkit-transition: top 0.2s linear 1.1s, opacity 0.2s linear 1.1s;
        -moz-transition: top 0.2s linear 1.1s, opacity 0.2s linear 1.1s;
        -ms-transition: top 0.2s linear 1.1s, opacity 0.2s linear 1.1s;
        -o-transition: top 0.2s linear 1.1s, opacity 0.2s linear 1.1s;
        transition: top 0.2s linear 1.1s, opacity 0.2s linear 1.1s; }
      .big-picture .slide.active .fade-in-top-2 {
        -webkit-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -moz-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -ms-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        -o-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
        transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s; }
      .big-picture .slide.active .fade-in-top-3 {
        -webkit-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
        -moz-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
        -ms-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
        -o-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
        transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s; }
      .big-picture .slide.active .fade-in-bottom {
        top: 0 !important;
        opacity: 1;
        -webkit-transition: top 0.2s linear 0.9s, opacity 0.2s linear 0.9s;
        -moz-transition: top 0.2s linear 0.9s, opacity 0.2s linear 0.9s;
        -ms-transition: top 0.2s linear 0.9s, opacity 0.2s linear 0.9s;
        -o-transition: top 0.2s linear 0.9s, opacity 0.2s linear 0.9s;
        transition: top 0.2s linear 0.9s, opacity 0.2s linear 0.9s; }
      .big-picture .slide.active .bcg {
        opacity: 1;
        -webkit-transition: opacity 0.3s linear 0.6s;
        -moz-transition: opacity 0.3s linear 0.6s;
        -ms-transition: opacity 0.3s linear 0.6s;
        -o-transition: opacity 0.3s linear 0.6s;
        transition: opacity 0.3s linear 0.6s; }
    .big-picture .slide.white {
      color: white; }
    .big-picture .slide .btn {
      margin: 0 2px; }
  .big-picture .slide-1 {
    color: #232323; }
    .big-picture .slide-1 .bcg {
      background: #FFFFFF; }
    .big-picture .slide-1 .bcg-animated {
      background: url("/assets/ruby-tokagen-it-company-image-3db0752ad67301b23e9c116e2018f570.png") bottom center no-repeat white;
      background-size: 1150px auto; }
    .big-picture .slide-1 .container {
      position: relative;
      z-index: 1; }
    .big-picture .slide-1 h1 {
      font-size: 32px;
      font-weight: bold; }
    .big-picture .slide-1 h2 {
      margin-top: 10px;
      font-weight: normal;
      font-size: 16px; }
      .big-picture .slide-1 h2 span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0 9px 0 3px;
        position: relative; }
        .big-picture .slide-1 h2 span:after {
          content: "/";
          position: absolute;
          display: block;
          width: 7px;
          height: 45px;
          color: #de2016;
          top: 0px;
          right: 0; }
        .big-picture .slide-1 h2 span:last-child:after {
          display: none; }
    .big-picture .slide-1 .icons-row {
      margin-top: 25px; }
  .big-picture .slide-2 .bcg {
    background: #001426;
    background: -moz-linear-gradient(top left, #001426, #656be3);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #001426), color-stop(100%, #656be3));
    background: -webkit-linear-gradient(top left, #001426 0%, #656be3 100%);
    background: -o-linear-gradient(top left, #001426 0%, #656be3 100%);
    background: -ms-linear-gradient(top left, #001426 0%, #656be3 100%);
    background: linear-gradient(top left, #001426 0%, #656be3 100%); }
  .big-picture .slide-2 .image {
    width: 145px;
    height: 150px;
    background: url("/assets/web-applications-image-tokagen-it-company-19d39306d89e05962ac0fb7cbcfdce58.png") center center no-repeat;
    background-size: 100%;
    margin: 10px auto; }
  .big-picture .slide-2 .fade-in-bottom {
    padding-top: 20px; }
  .big-picture .slide-3 .bcg {
    background: #000e26;
    background: -moz-linear-gradient(top left, #000e26, #00d0f5);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000e26), color-stop(100%, #00d0f5));
    background: -webkit-linear-gradient(top left, #000e26 0%, #00d0f5 100%);
    background: -o-linear-gradient(top left, #000e26 0%, #00d0f5 100%);
    background: -ms-linear-gradient(top left, #000e26 0%, #00d0f5 100%);
    background: linear-gradient(top left, #000e26 0%, #00d0f5 100%); }
  .big-picture .slide-3 .image {
    width: 145px;
    height: 150px;
    background: url("/assets/mobile-apps-image-tokagen-it-company-b851003e80cecad7340705892bf8dba7.png") center center no-repeat;
    background-size: 100%;
    margin: 10px auto; }
  .big-picture .slide-4 .bcg {
    background: #0d0331;
    background: -moz-linear-gradient(top left, #0d0331, #9f56ca);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0d0331), color-stop(100%, #9f56ca));
    background: -webkit-linear-gradient(top left, #0d0331 0%, #9f56ca 100%);
    background: -o-linear-gradient(top left, #0d0331 0%, #9f56ca 100%);
    background: -ms-linear-gradient(top left, #0d0331 0%, #9f56ca 100%);
    background: linear-gradient(top left, #0d0331 0%, #9f56ca 100%); }
  .big-picture .slide-4 .image {
    width: 185px;
    height: 150px;
    background: url("/assets/ux-ui-design-image-tokagen-company-30f1799bb69b063589072624be85d2fb.png") center center no-repeat;
    background-size: 100%;
    margin: 10px auto; }
  .big-picture .slides-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    color: white;
    text-align: center;
    z-index: 3; }
    .big-picture .slides-menu .container {
      max-width: 800px; }
    .big-picture .slides-menu .slide-menu-item + .slide-menu-item {
      margin-left: 20px; }
    .big-picture .slides-menu .slide-menu-item {
      width: 18px;
      height: 18px;
      margin: 0 auto;
      cursor: pointer;
      border: 2px solid white;
      background-color: transparent;
      opacity: 0.7;
      display: inline-block;
      *display: inline;
      zoom: 1;
      -ms-border-radius: 9px;
      -o-border-radius: 9px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: background-color 0.3s, opacity 0.3s;
      -moz-transition: background-color 0.3s, opacity 0.3s;
      -ms-transition: background-color 0.3s, opacity 0.3s;
      -o-transition: background-color 0.3s, opacity 0.3s;
      transition: background-color 0.3s, opacity 0.3s; }
      .big-picture .slides-menu .slide-menu-item:hover, .big-picture .slides-menu .slide-menu-item.active {
        opacity: 1; }
      .big-picture .slides-menu .slide-menu-item.active {
        background-color: white; }

.header-picture {
  height: 420px;
  color: white; }
  .header-picture .container {
    max-width: 1000px; }
  .header-picture h1 {
    font-size: 32px;
    margin-bottom: 10px; }
  .header-picture h3 {
    font-size: 16px;
    font-weight: normal; }
  .header-picture .image {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table; }
    .header-picture .image .vertical-align {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .header-picture.careers {
    background: #404040;
    background: -moz-linear-gradient(top right, #404040, #303030);
    background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #404040), color-stop(100%, #303030));
    background: -webkit-linear-gradient(top right, #404040 0%, #303030 100%);
    background: -o-linear-gradient(top right, #404040 0%, #303030 100%);
    background: -ms-linear-gradient(top right, #404040 0%, #303030 100%);
    background: linear-gradient(top right, #404040 0%, #303030 100%); }
    .header-picture.careers .image {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      background: url("/assets/background-careers-image-38f39be4887257dbaf75fe86087d02f0.png") bottom center no-repeat;
      background-size: 185%; }
  .header-picture.portfolio-header {
    background: #232323; }
    .header-picture.portfolio-header .image {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      background: url("/assets/portfolio/image-portfolio-tokagen-dc0b3a34574747a08f02f3d9ebba5d73.png") top center no-repeat;
      background-size: 760px auto; }
  .header-picture.web {
    background: #001426;
    background: -moz-linear-gradient(top left, #001426, #656be3);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #001426), color-stop(100%, #656be3));
    background: -webkit-linear-gradient(top left, #001426 0%, #656be3 100%);
    background: -o-linear-gradient(top left, #001426 0%, #656be3 100%);
    background: -ms-linear-gradient(top left, #001426 0%, #656be3 100%);
    background: linear-gradient(top left, #001426 0%, #656be3 100%); }
  .header-picture.mobile {
    background: #000e26;
    background: -moz-linear-gradient(top left, #000e26, #00d0f5);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000e26), color-stop(100%, #00d0f5));
    background: -webkit-linear-gradient(top left, #000e26 0%, #00d0f5 100%);
    background: -o-linear-gradient(top left, #000e26 0%, #00d0f5 100%);
    background: -ms-linear-gradient(top left, #000e26 0%, #00d0f5 100%);
    background: linear-gradient(top left, #000e26 0%, #00d0f5 100%); }
  .header-picture.ux {
    background: #0d0331;
    background: -moz-linear-gradient(top left, #0d0331, #9f56ca);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0d0331), color-stop(100%, #9f56ca));
    background: -webkit-linear-gradient(top left, #0d0331 0%, #9f56ca 100%);
    background: -o-linear-gradient(top left, #0d0331 0%, #9f56ca 100%);
    background: -ms-linear-gradient(top left, #0d0331 0%, #9f56ca 100%);
    background: linear-gradient(top left, #0d0331 0%, #9f56ca 100%); }
  .header-picture.startup {
    background: #03083c;
    background: -moz-linear-gradient(top, #03083c, #313765);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03083c), color-stop(100%, #313765));
    background: -webkit-linear-gradient(top, #03083c 0%, #313765 100%);
    background: -o-linear-gradient(top, #03083c 0%, #313765 100%);
    background: -ms-linear-gradient(top, #03083c 0%, #313765 100%);
    background: linear-gradient(top, #03083c 0%, #313765 100%); }

@media screen and (min-width: 35.5em) {
  .big-picture .slides-menu {
    height: 70px; }
  .big-picture .slide:not(.slide-1) .container .vertical-align {
    margin-top: 0; } }
@media screen and (min-width: 48em) {
  .big-picture {
    min-height: 540px;
    max-height: 540px; }
    .big-picture .slide-1 {
      background-size: initial; }
      .big-picture .slide-1 h1 {
        font-size: 58px; }
      .big-picture .slide-1 h2 {
        margin-top: 10px;
        font-size: 22px; }
        .big-picture .slide-1 h2 span {
          padding: 0 15px 0 8px; }
      .big-picture .slide-1 .icons-row {
        margin-top: 40px; }
    .big-picture .slide-2 .image {
      width: 280px;
      height: 260px; }
    .big-picture .slide-3 .image {
      width: 240px;
      height: 260px; }
    .big-picture .slide-4 .image {
      width: 310px;
      height: 260px; }
    .big-picture .slide-5 .rocket-starting {
      background-size: 1400px auto; }
      .big-picture .slide-5 .rocket-starting .purple-clouds {
        background-size: 1100px auto; }
    .big-picture .slide-5 h1 {
      margin-bottom: 280px; }
    .big-picture .slides-menu {
      height: 80px; }

  .header-picture {
    height: 640px; }
    .header-picture h1 {
      font-size: 72px; }
    .header-picture h3 {
      font-size: 22px; }
    .header-picture.careers .image {
      background-size: initial; }
    .header-picture.web .image {
      background-position: center right;
      background-size: 45%; }
    .header-picture.mobile .image {
      background-position: center right;
      background-size: 40%; }
    .header-picture.portfolio-header .image {
      background-size: auto; } }
@media screen and (min-width: 64em) {
  .big-picture {
    min-height: 600px;
    max-height: 780px; }
    .big-picture .slide .pure-u-lg-3-5 {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 0 20px; }
    .big-picture .slide .slide-description {
      font-size: 18px; }
      .big-picture .slide .slide-description h1 {
        margin-bottom: 25px;
        font-size: 58px; }
      .big-picture .slide .slide-description .btn {
        float: left;
        display: block;
        margin: 35px 15px 0 0; }
    .big-picture .slide-1 .bcg-animated {
      background-size: 100% auto; }
    .big-picture .slide-1 h1 {
      font-size: 80px; }
    .big-picture .slide-1 h2 {
      margin-top: 20px;
      font-size: 32px; }
      .big-picture .slide-1 h2 span {
        padding: 0 15px 0 8px; }
    .big-picture .slide-1 .icons-row {
      margin-top: 60px; }
    .big-picture .slide-2 img {
      width: 100%;
      max-width: 637px; }
    .big-picture .slide-3 img {
      position: relative;
      top: -20px;
      width: 100%;
      max-width: 670px; }
    .big-picture .slide-4 img {
      width: 100%;
      max-width: 724px; }
    .big-picture .slide-5 h1 {
      margin-bottom: 0; }
    .big-picture .slide-5 .rocket-starting {
      background-position: calc(50% + 162px) bottom;
      background-size: auto; }
      .big-picture .slide-5 .rocket-starting .purple-clouds {
        background-position: calc(50% + 132px) bottom;
        background-size: auto; }

  .header-picture h1 {
    font-size: 80px; } }
.startup-steps {
  counter-reset: steps; }
  .startup-steps h2 {
    margin-bottom: 50px; }
  .startup-steps .startup-steps-wrap {
    max-width: 1100px;
    margin: auto;
    padding: 0 10px 0 20px; }
    .startup-steps .startup-steps-wrap .pure-g:last-child .startup-step:after {
      display: block; }
  .startup-steps .startup-step {
    border-left: 3px solid #de2016;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px 0 15px 115px;
    position: relative;
    font-size: 16px;
    counter-increment: steps;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 30px 40px; }
    .startup-steps .startup-step.idea {
      background-image: url("/assets/startups/icon-your-idea-startup-8efcd8239f46cb796c66ef63ff9e5f5a.png"); }
    .startup-steps .startup-step.specification {
      background-image: url("/assets/startups/icon-specification-startup-ac4aa6e61ed98a130dc6aab9e52f831f.png"); }
    .startup-steps .startup-step.prototype {
      background-image: url("/assets/startups/icon-prototype-startup-a563362af1cb0399d53b4f652bdde86f.png"); }
    .startup-steps .startup-step.programming {
      background-image: url("/assets/startups/icon-programming-startup-786927a563b3e701bb2b681e0dc2659d.png"); }
    .startup-steps .startup-step.testing {
      background-image: url("/assets/startups/icon-testing-startup-c1d618e41bcb6625308884453a883544.png"); }
    .startup-steps .startup-step.launch {
      background-image: url("/assets/startups/icon-launch-startup-d05ddee78b9f24f8bf001b1d72d226df.png"); }
    .startup-steps .startup-step:after {
      display: none;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 9px 0 9px;
      border-color: #de2016 transparent transparent transparent;
      bottom: -16px;
      left: -11px; }
    .startup-steps .startup-step::before {
      content: counter(steps);
      font-size: 22px;
      font-weight: 600;
      display: block;
      position: absolute;
      width: 32px;
      height: 32px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 3px solid #de2016;
      color: #de2016;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      top: 60px;
      left: -17px;
      background: white;
      text-align: center;
      line-height: 25px; }
    .startup-steps .startup-step .startup-step-description {
      color: #707070; }
    .startup-steps .startup-step .startup-step-title {
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 600; }

.sky {
  background: url("/assets/image-background-space-startups-4e8186b4bf38b98bd69a0b8db4c29c74.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  height: 850px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 60px; }
  .sky > .text-center {
    position: relative;
    z-index: 0; }
  .sky h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 50px; }
  .sky .rocket {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/assets/image-startups-rocket-launch-6f9e04893cbd9948a616bb5aefef757c.png") bottom center no-repeat;
    background-size: 1500px auto; }

@media screen and (min-width: 48em) {
  .startup-steps h2 {
    margin-bottom: 110px; }
  .startup-steps .startup-step {
    margin-left: 50%;
    background-size: auto;
    padding: 25px 0 15px 200px;
    background-position: 60px 40px;
    min-height: 220px; }
    .startup-steps .startup-step.left {
      background-position: right 60px top 40px;
      padding: 25px 200px 15px 0;
      border-left: none;
      border-right: 3px solid #de2016;
      position: relative;
      left: 3px;
      margin-left: 0;
      text-align: right; }
      .startup-steps .startup-step.left::before {
        right: -17px;
        left: auto; }
      .startup-steps .startup-step.left::after {
        right: -11px;
        left: auto; }
    .startup-steps .startup-step .startup-step-title {
      font-size: 32px;
      margin-bottom: 15px; }

  .sky {
    padding-top: 120px;
    height: 1000px; }
    .sky .rocket {
      background-size: auto; }
    .sky h2 {
      font-size: 32px;
      margin-bottom: 70px; } }
.team {
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5; }
  .team .container {
    max-width: 1050px; }
  .team .hex {
    width: 225px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 90px 5px; }
    .team .hex a {
      outline: none;
      background-position: center center;
      background-repeat: no-repeat;
      width: 225px;
      height: 129px;
      display: block;
      position: relative;
      background-size: auto 260px; }
      .team .hex a .after {
        background: rgba(232, 72, 64, 0);
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .team .hex a .inner {
        color: white;
        z-index: 20;
        width: 100%;
        height: 100%;
        background: inherit;
        font-size: 14px;
        position: relative; }
        .team .hex a .inner .overlay {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          background: rgba(232, 72, 64, 0);
          -webkit-transition: background 0.3s;
          -moz-transition: background 0.3s;
          -ms-transition: background 0.3s;
          -o-transition: background 0.3s;
          transition: background 0.3s; }
          .team .hex a .inner .overlay .text-center {
            opacity: 0;
            -webkit-filter: opacity(1);
            -webkit-transform: translate(0, 20px);
            -moz-transform: translate(0, 20px);
            -ms-transform: translate(0, 20px);
            -o-transform: translate(0, 20px);
            transform: translate(0, 20px);
            -webkit-transition: transform 300ms, opacity 300ms;
            -moz-transition: transform 300ms, opacity 300ms;
            -ms-transition: transform 300ms, opacity 300ms;
            -o-transition: transform 300ms, opacity 300ms;
            transition: transform 300ms, opacity 300ms;
            -webkit-transition: -webkit-transform 300ms, opacity 300ms; }
        .team .hex a .inner .name, .team .hex a .inner .title {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 5px; }
      .team .hex a .hex-1 {
        position: absolute;
        top: 0;
        left: 0;
        background: inherit;
        width: 100%;
        height: 100%;
        -webkit-filter: opacity(1);
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
        overflow: hidden;
        -webkit-backface-visibility: hidden; }
        .team .hex a .hex-1::before {
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          z-index: -1;
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0;
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 260px;
          width: 260px;
          background: inherit;
          -webkit-filter: opacity(1);
          -webkit-transform: rotate(-60deg) translate(-243px, 64px);
          -moz-transform: rotate(-60deg) translate(-243px, 64px);
          -ms-transform: rotate(-60deg) translate(-243px, 64px);
          -o-transform: rotate(-60deg) translate(-243px, 64px);
          transform: rotate(-60deg) translate(-243px, 64px);
          -webkit-backface-visibility: hidden; }
      .team .hex a .hex-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        -webkit-filter: opacity(1);
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
        overflow: hidden;
        -webkit-backface-visibility: hidden; }
        .team .hex a .hex-2::before {
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          z-index: -1;
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0;
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 260px;
          width: 260px;
          background: inherit;
          -webkit-filter: opacity(1);
          -webkit-transform: rotate(60deg) translate(95px, -130px);
          -moz-transform: rotate(60deg) translate(95px, -130px);
          -ms-transform: rotate(60deg) translate(95px, -130px);
          -o-transform: rotate(60deg) translate(95px, -130px);
          transform: rotate(60deg) translate(95px, -130px);
          -webkit-backface-visibility: hidden; }
      .team .hex a .inner {
        z-index: 1; }
    .team .hex.join-team .hex-1, .team .hex.join-team .hex-2 {
      background: #f5f5f5; }
    .team .hex.join-team .inner {
      color: #232323; }
      .team .hex.join-team .inner .overlay {
        opacity: 1;
        background: #f5f5f5; }
        .team .hex.join-team .inner .overlay .text-center {
          opacity: 1;
          -webkit-filter: opacity(1);
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }
    .team .hex.join-team .red {
      color: #de2016; }
    .team .hex:hover a .after, .team .hex:hover a .inner .overlay {
      background: rgba(232, 72, 64, 0.7); }
      .team .hex:hover a .after .text-center, .team .hex:hover a .inner .overlay .text-center {
        opacity: 1;
        -webkit-filter: opacity(1);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    .team .hex:hover .red {
      text-decoration: underline; }
    .team .hex:hover.join-team .inner .overlay {
      background: #f5f5f5; }
      .team .hex:hover.join-team .inner .overlay .overlay .text-center {
        opacity: 1;
        -webkit-filter: opacity(1);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }

@media screen and (min-width: 35.5em) {
  .team {
    padding: 100px 0; }
    .team .hex {
      margin: 40px 5px; }
    .team br:nth-child(6n+4) {
      display: none; }
    .team br:nth-child(6n+2), .team br:nth-child(6n+6) {
      display: block; } }
@media screen and (min-width: 48em) {
  .team br:nth-child(10n+2), .team br:nth-child(10n+6), .team br:nth-child(10n+8) {
    display: none; }
  .team br:nth-child(10n+4), .team br:nth-child(10n+10) {
    display: block; }
  .team .hex {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .team .hex.visible {
      opacity: 1; }
    .team .hex a .inner {
      font-size: 18px; }
      .team .hex a .inner .name, .team .hex a .inner .title {
        font-size: 22px; } }
@media screen and (min-width: 64em) {
  .team br:nth-child(14n+2), .team br:nth-child(14n+4), .team br:nth-child(14n+8), .team br:nth-child(14n+10), .team br:nth-child(14n+12) {
    display: none; }
  .team br:nth-child(14n+6), .team br:nth-child(14n+14) {
    display: block; } }
.technologies h2 {
  margin-bottom: 60px; }
.technologies .technology-set {
  margin-bottom: 60px; }
  .technologies .technology-set:last-child {
    margin-bottom: 0; }
  .technologies .technology-set .technology-set-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px; }
  .technologies .technology-set .technology-item {
    color: #707070;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 20px 15px 50px; }
    .technologies .technology-set .technology-item.angular {
      background-image: url("/assets/technologies/angularjs-0966d1848aa063b51b35df81e70769a8.png"); }
    .technologies .technology-set .technology-item.css3 {
      background-image: url("/assets/technologies/css3-5557767483823bdd17ab2d1e021d7e26.png"); }
    .technologies .technology-set .technology-item.github {
      background-image: url("/assets/technologies/github-29bd149f3129eff4af58bed3f6eee4cc.png"); }
    .technologies .technology-set .technology-item.heroku {
      background-image: url("/assets/technologies/heroku-177d4c113869af179f12f4238062c212.png"); }
    .technologies .technology-set .technology-item.html5 {
      background-image: url("/assets/technologies/html5-8d8d6f4bfb5cd8787b13aeae0c994df3.png"); }
    .technologies .technology-set .technology-item.invision {
      background-image: url("/assets/technologies/invision-cdeef3b578d112b152d0413cffca713e.png"); }
    .technologies .technology-set .technology-item.javascript {
      background-image: url("/assets/technologies/javascript-43c686174eb9d5ee35ada97fba4d5d78.png"); }
    .technologies .technology-set .technology-item.jira {
      background-image: url("/assets/technologies/jira-660b2e7314ae7c681d47ad72764f801c.png"); }
    .technologies .technology-set .technology-item.jquery {
      background-image: url("/assets/technologies/jquery-b055f65abdb024a589291975ddc79d9f.png"); }
    .technologies .technology-set .technology-item.memcache {
      background-image: url("/assets/technologies/memcache-fdc614c8e16ff527ffbc48b29edb7538.png"); }
    .technologies .technology-set .technology-item.mongo {
      background-image: url("/assets/technologies/mongodb-8f51bb67d66c662b4f12ea03f4efae57.png"); }
    .technologies .technology-set .technology-item.nginx {
      background-image: url("/assets/technologies/nginx-3feb234eee22a7be882f4a7bed08153f.png"); }
    .technologies .technology-set .technology-item.passenger {
      background-image: url("/assets/technologies/passenger-e65be8140cfef7815710c500a6b8c5fb.png"); }
    .technologies .technology-set .technology-item.postgis {
      background-image: url("/assets/technologies/postgis-5686c6317ded26e98808462a565d0bb7.png"); }
    .technologies .technology-set .technology-item.postgres {
      background-image: url("/assets/technologies/postgresql-2588e7a0d0925e38ff9e0804b25d3236.png"); }
    .technologies .technology-set .technology-item.rabbit {
      background-image: url("/assets/technologies/rabbitmq-ce78a0942dd3a08541c437ccd91b6a46.png"); }
    .technologies .technology-set .technology-item.react {
      background-image: url("/assets/technologies/reactjs-abd56751611895c36815501db87e1144.png"); }
    .technologies .technology-set .technology-item.redis {
      background-image: url("/assets/technologies/redis-96ea3413be1d6b5ade44b989278b8204.png"); }
    .technologies .technology-set .technology-item.ruby {
      background-image: url("/assets/technologies/ruby-00af2ca2853823ec656266ff73813c90.png"); }
    .technologies .technology-set .technology-item.ruby-on-rails {
      background-image: url("/assets/technologies/ruby-on-rails-7fac8c34f2e2eb15f14833fc79c338ef.png"); }
    .technologies .technology-set .technology-item.sinatra {
      background-image: url("/assets/technologies/sinatra-e0e6f259ddefa6d7dbe3e2dcf067b682.png"); }
    .technologies .technology-set .technology-item.trackduck {
      background-image: url("/assets/technologies/trackduck-d04a6475cc1fefb79106eb21270b71e5.png"); }
    .technologies .technology-set .technology-item.large-icon {
      padding: 15px 7px; }
      .technologies .technology-set .technology-item.large-icon img {
        width: 70px;
        margin-bottom: 10px; }

@media screen and (min-width: 48em) {
  .technologies h2 {
    margin-bottom: 80px; }
  .technologies .technology-set-title {
    font-size: 22px; }
  .technologies .technology-set .technology-item.large-icon {
    padding: 15px; }
    .technologies .technology-set .technology-item.large-icon img {
      width: auto; } }
@media screen and (min-width: 64em) {
  .technologies .technology-set {
    margin-bottom: 0;
    padding-left: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .technologies .technology-set.no-padding {
      padding-left: 0; }
    .technologies .technology-set .technology-item {
      display: block; }
      .technologies .technology-set .technology-item.large-icon {
        display: inline-block;
        *display: inline;
        zoom: 1; } }
.prototypes {
  background: #f5f5f5; }
  .prototypes .prototypes-with-arrows {
    position: relative; }
    .prototypes .prototypes-with-arrows .arrow {
      width: 96px;
      height: 64px;
      background: url("/assets/arrows/arrow-prototype-062fce3514848a609f1a3e130f5499a6.png"); }
    .prototypes .prototypes-with-arrows .logo {
      width: 145px;
      height: 40px;
      margin: auto; }
    .prototypes .prototypes-with-arrows .balsamiq {
      margin: 40px auto; }
      .prototypes .prototypes-with-arrows .balsamiq .arrow {
        margin-left: 50px;
        margin-top: 20px; }
      .prototypes .prototypes-with-arrows .balsamiq .logo {
        background: url("/assets/ux/balsamiq-logo-prototype-89a1bdbb393349c80ce22e89aa30c8c9.png") center center no-repeat; }
    .prototypes .prototypes-with-arrows .axure {
      margin: 40px auto; }
      .prototypes .prototypes-with-arrows .axure .logo {
        background: url("/assets/ux/axure-logo-prototype-e434f53186486c6461da08a7f31286f4.png") center center no-repeat; }
      .prototypes .prototypes-with-arrows .axure .arrow {
        margin-top: 20px;
        -webkit-filter: opacity(1);
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1); }
    .prototypes .prototypes-with-arrows .invision {
      margin: 40px auto 0; }
      .prototypes .prototypes-with-arrows .invision .arrow {
        -webkit-filter: opacity(1);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-bottom: 20px; }
      .prototypes .prototypes-with-arrows .invision .logo {
        background: url("/assets/ux/invision-logo-prototype-2b03c5af037bbe80b0ea7487598bee47.png") center center no-repeat; }
  .prototypes .description {
    color: #707070;
    max-width: 820px;
    margin: 10px auto 35px; }
  .prototypes .prototype-wrap {
    max-width: 375px;
    height: 667px;
    margin: auto;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px 4px #ebebeb;
    -moz-box-shadow: 0 0 12px 4px #ebebeb;
    box-shadow: 0 0 12px 4px #ebebeb; }
    .prototypes .prototype-wrap .prototype {
      position: absolute;
      width: 100%;
      z-index: 0;
      top: 0;
      left: 0;
      overflow: hidden;
      cursor: url("/assets/ux/cursor-prototype-f67401df52b6c4cce0183e66b207fb6c.png") 25 25, pointer; }
      .prototypes .prototype-wrap .prototype.cursor-clicked {
        cursor: url("/assets/ux/cursor-prototype-click-1cf82630da19deedffa21299cedcd342.png") 25 25, pointer; }
        .prototypes .prototype-wrap .prototype.cursor-clicked .prototype-link {
          cursor: url("/assets/ux/cursor-prototype-click-1cf82630da19deedffa21299cedcd342.png") 25 25, pointer; }
      .prototypes .prototype-wrap .prototype.current {
        z-index: 1;
        -webkit-transition: left 0.25s;
        -moz-transition: left 0.25s;
        -ms-transition: left 0.25s;
        -o-transition: left 0.25s;
        transition: left 0.25s; }
        .prototypes .prototype-wrap .prototype.current.right {
          left: -25%; }
        .prototypes .prototype-wrap .prototype.current.left {
          left: 25%; }
      .prototypes .prototype-wrap .prototype.pending {
        z-index: 2;
        -webkit-transition: left 0.25s;
        -moz-transition: left 0.25s;
        -ms-transition: left 0.25s;
        -o-transition: left 0.25s;
        transition: left 0.25s; }
        .prototypes .prototype-wrap .prototype.pending.right {
          left: 100%;
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
        .prototypes .prototype-wrap .prototype.pending.left {
          left: -100%;
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
      .prototypes .prototype-wrap .prototype .prototype-image {
        position: relative;
        width: 100%;
        z-index: 1;
        display: block; }
      .prototypes .prototype-wrap .prototype .prototype-link {
        display: block;
        position: absolute;
        z-index: 3;
        background: red;
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -ms-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
        cursor: url("/assets/ux/cursor-prototype-f67401df52b6c4cce0183e66b207fb6c.png") 25 25, pointer; }
      .prototypes .prototype-wrap .prototype.clicked .prototype-link {
        opacity: 0.5; }

.ui-tabs .tabs-wrap {
  max-width: 1080px;
  margin: 0 auto 60px;
  border: 1px solid #525252; }
  .ui-tabs .tabs-wrap .pure-u-1-3 {
    font-size: 14px;
    border-right: 1px solid #525252;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #b3b3b3;
    padding: 10px 0;
    background: rgba(245, 245, 245, 0.05); }
    .ui-tabs .tabs-wrap .pure-u-1-3.active {
      color: white;
      background: transparent;
      font-weight: 600; }
    .ui-tabs .tabs-wrap .pure-u-1-3:last-child {
      border: none; }
.ui-tabs .tab-content {
  height: 100%;
  -webkit-transition: height 0s linear 0.2s;
  -moz-transition: height 0s linear 0.2s;
  -ms-transition: height 0s linear 0.2s;
  -o-transition: height 0s linear 0.2s;
  transition: height 0s linear 0.2s; }
  .ui-tabs .tab-content .fade-in-bottom {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: top 0.2s linear 0.25s, opacity 0.2s linear 0.25s;
    -moz-transition: top 0.2s linear 0.25s, opacity 0.2s linear 0.25s;
    -ms-transition: top 0.2s linear 0.25s, opacity 0.2s linear 0.25s;
    -o-transition: top 0.2s linear 0.25s, opacity 0.2s linear 0.25s;
    transition: top 0.2s linear 0.25s, opacity 0.2s linear 0.25s; }
  .ui-tabs .tab-content.display-md {
    display: block;
    height: 0; }
    .ui-tabs .tab-content.display-md .fade-in-bottom {
      top: 20px;
      opacity: 0;
      -webkit-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -moz-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -ms-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -o-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      transition: top 0.2s linear 0s, opacity 0.2s linear 0s; }
.ui-tabs img {
  width: 100%;
  max-width: 1220px; }

.ux-tabs .tabs-wrap {
  max-width: 1080px;
  margin: 0 auto 60px;
  border: 1px solid #e5e5e5; }
  .ux-tabs .tabs-wrap .pure-u-1-3 {
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #707070;
    padding: 10px 0;
    background: #f5f5f5; }
    .ux-tabs .tabs-wrap .pure-u-1-3.active {
      color: #de2016;
      background: transparent;
      font-weight: 600; }
    .ux-tabs .tabs-wrap .pure-u-1-3:last-child {
      border: none; }
.ux-tabs .tab-content {
  max-width: 1220px;
  margin: auto;
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-transition: height 0s linear 0.6s;
  -moz-transition: height 0s linear 0.6s;
  -ms-transition: height 0s linear 0.6s;
  -o-transition: height 0s linear 0.6s;
  transition: height 0s linear 0.6s; }
  .ux-tabs .tab-content .fade-in-top-1, .ux-tabs .tab-content .fade-in-top-2, .ux-tabs .tab-content .fade-in-top-3 {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
    -moz-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
    -ms-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
    -o-transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s;
    transition: top 0.2s linear 0.8s, opacity 0.2s linear 0.8s; }
  .ux-tabs .tab-content .fade-in-top-2 {
    -webkit-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
    -moz-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
    -ms-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
    -o-transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s;
    transition: top 0.2s linear 1.2s, opacity 0.2s linear 1.2s; }
  .ux-tabs .tab-content .fade-in-top-3 {
    -webkit-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
    -moz-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
    -ms-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
    -o-transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s;
    transition: top 0.2s linear 1.3s, opacity 0.2s linear 1.3s; }
  .ux-tabs .tab-content .fade-in-bottom {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
    -moz-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
    -ms-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
    -o-transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s;
    transition: top 0.2s linear 0.6s, opacity 0.2s linear 0.6s; }
  .ux-tabs .tab-content.display-md {
    display: block;
    height: 0; }
    .ux-tabs .tab-content.display-md .fade-in-top-1, .ux-tabs .tab-content.display-md .fade-in-top-2, .ux-tabs .tab-content.display-md .fade-in-top-3 {
      top: -20px;
      opacity: 0;
      -webkit-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      -moz-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      -ms-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      -o-transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s;
      transition: top 0.2s linear 0.2s, opacity 0.2s linear 0.2s; }
    .ux-tabs .tab-content.display-md .fade-in-top-2 {
      -webkit-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      -moz-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      -ms-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      -o-transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s;
      transition: top 0.2s linear 0.3s, opacity 0.2s linear 0.3s; }
    .ux-tabs .tab-content.display-md .fade-in-top-3 {
      -webkit-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      -moz-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      -ms-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      -o-transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s;
      transition: top 0.2s linear 0.4s, opacity 0.2s linear 0.4s; }
    .ux-tabs .tab-content.display-md .fade-in-bottom {
      top: 20px;
      opacity: 0;
      -webkit-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -moz-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -ms-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      -o-transition: top 0.2s linear 0s, opacity 0.2s linear 0s;
      transition: top 0.2s linear 0s, opacity 0.2s linear 0s; }
  .ux-tabs .tab-content .title {
    font-size: 22px;
    margin-bottom: 25px; }
  .ux-tabs .tab-content .description {
    font-size: 16px;
    color: #707070;
    margin-bottom: 40px; }
    .ux-tabs .tab-content .description p {
      margin-bottom: 20px; }
  .ux-tabs .tab-content img {
    width: 100%; }

@media screen and (min-width: 48em) {
  .prototypes .description {
    margin: 20px auto 50px; }
  .prototypes .prototypes-with-arrows {
    width: 748px;
    margin: auto; }
    .prototypes .prototypes-with-arrows .balsamiq {
      margin: 0;
      position: absolute;
      top: 250px;
      left: 0; }
    .prototypes .prototypes-with-arrows .axure {
      margin: 0;
      position: absolute;
      top: 120px;
      right: 0; }
    .prototypes .prototypes-with-arrows .invision {
      margin: 0;
      position: absolute;
      top: 390px;
      right: 0; }

  .ux-tabs .tabs-wrap .pure-u-1-3, .ui-tabs .tabs-wrap .pure-u-1-3 {
    font-size: 16px;
    padding: 18px; }
  .ux-tabs .tab-content .tab-content-description .title, .ui-tabs .tab-content .tab-content-description .title {
    font-size: 32px; }
  .ux-tabs .tab-content .tab-content-description .description, .ui-tabs .tab-content .tab-content-description .description {
    font-size: 16px; } }
@media screen and (min-width: 64em) {
  .prototypes .prototypes-with-arrows {
    width: 990px; }
    .prototypes .prototypes-with-arrows .balsamiq .arrow {
      position: relative;
      left: 70px; }
    .prototypes .prototypes-with-arrows .axure .arrow {
      position: relative;
      left: -70px; }
    .prototypes .prototypes-with-arrows .invision .arrow {
      position: relative;
      left: -70px; }

  .ux-tabs .tabs-wrap .pure-u-1-3, .ui-tabs .tabs-wrap .pure-u-1-3 {
    font-size: 18px; }
  .ux-tabs .tab-content .pure-u-1, .ui-tabs .tab-content .pure-u-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .ux-tabs .tab-content .tab-content-image, .ui-tabs .tab-content .tab-content-image {
    padding-right: 80px; } }
/*







*/

