@charset 'UTF-8';

.bestplace-img-m,
.wp-img-m {
    display: block;
    margin: 2rem auto 1rem;
}

.bestplace-img {
    margin-left: 2rem;
    display: inline-block;
    margin-bottom: 1rem;
}

@media(min-width: 1300px) {

    .bestplace-img,
    .wp-img {
        float: left;
    }
}

.main-404-img,
.body-404-container {
    width: 100%;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url('../assets/ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
    transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

.slick-dots {
    right: 0;
    left: 0;

    width: 100%;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    border: 1px solid red;
    border-radius: 100px;
}

/* Slider */

.slick-slider {
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider {
    margin-bottom: 40px;
}

.slick-dots {
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: -30px;
    left: 0;

    width: 100%;

    text-align: center;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;

    position: relative;

    display: inline-block;

    margin: 0 4px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    width: 10px;
    height: 10px;
    padding: 5px;

    background: none;
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';

    border: 1px solid #a1a1a1;
    border-radius: 50%;
    background: white;
}

.slick-dots li.slick-active button::before {
    background: #a1a1a1;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 1;
    bottom: -35px;

    display: block;

    width: 10px;
    height: 20px;
    padding: 0;

    cursor: pointer;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: none;
}

.slick-prev::before,
.slick-next::before {
    display: block;

    width: 10px;
    height: 20px;

    content: '';
}

.slick-prev {
    left: 0;
}

.slick-prev::before {
    background: url('../img/arrow-left--slider.svg') no-repeat center/cover;
}

.slick-next {
    right: 0;
}

.slick-next::before {
    background: url('../img/arrow-right--slider.svg') no-repeat center/cover;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.6 (20/12/2016)
 */

/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */

@font-face {
    font-family: 'lightcase';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/lightcase.eot?55356177');
    src: url('../fonts/lightcase.eot?55356177#iefix') format('embedded-opentype'), url('../fonts/lightcase.woff?55356177') format('woff'), url('../fonts/lightcase.ttf?55356177') format('truetype'), url('../fonts/lightcase.svg?55356177#lightcase') format('svg');
}

[class*='lightcase-icon-']:before {
    font-family: 'lightcase', sans-serif;
    font-weight: normal;
    font-style: normal;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    display: inline-block;

    width: 1em;

    text-align: center;
    text-decoration: inherit;
    text-transform: none;

    speak: none;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */

.lightcase-icon-play:before {
    content: '\e800';
}

.lightcase-icon-pause:before {
    content: '\e801';
}

.lightcase-icon-close:before {
    content: '\e802';
}

.lightcase-icon-prev:before {
    content: '\e803';
}

.lightcase-icon-next:before {
    content: '\e804';
}

.lightcase-icon-spin:before {
    content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */

/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */

/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */

/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */

@keyframes lightcase-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

#lightcase-case {
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;

    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;

    display: none;

    text-align: left;

    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    box-shadow: none;

    -o-box-shadow: none;
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    box-sizing: border-box;

    -o-box-sizing: border-box;
}

#lightcase-case p.lightcase-error {
    font-size: 17px;

    overflow: hidden;

    margin: 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #aaa;
}

.lightcase-isMobileDevice .lightcase-open body {
    overflow: hidden;

    max-width: 100%;
    max-height: 100%;
}

#lightcase-info {
    position: absolute;

    padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    font-weight: normal;
    line-height: 1.5;

    margin: 0;
    padding: 0;

    text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
    font-size: 17px;

    color: #aaa;
}

#lightcase-info #lightcase-caption {
    font-size: 13px;

    clear: both;

    color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;

    color: #aaa;
}

#lightcase-loading {
    font-size: 38px;
    font-size: 32px;
    line-height: 1;

    position: fixed;
    position: fixed;
    z-index: 9999;
    z-index: 2001;
    top: 50%;
    left: 50%;

    width: 1.123em;
    height: auto;
    margin-top: -.5em;
    margin-left: -.5em;

    -moz-transform-origin: 50% 53%;
    animation: lightcase-spin .5s infinite linear;
    text-align: center;

    opacity: 1;
    text-shadow: none;
    text-shadow: 0 0 15px #fff;
}

#lightcase-loading,
#lightcase-loading:focus {
    transition: color, opacity, ease-in-out .25s;
    text-decoration: none;

    color: #fff;

    -webkit-tap-highlight-color: transparent;
}

#lightcase-loading>span {
    display: inline-block;

    text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-'] {
    font-size: 38px;
    line-height: 1;

    position: fixed;
    z-index: 9999;

    width: 1.123em;
    height: auto;

    cursor: pointer;
    text-align: center;

    outline: none;
    text-shadow: none;
}

#lightcase-nav a[class*='lightcase-icon-'],
#lightcase-nav a[class*='lightcase-icon-']:focus {
    transition: color, opacity, ease-in-out .25s;
    text-decoration: none;

    color: rgba(255, 255, 255, .6);

    -webkit-tap-highlight-color: transparent;
}

#lightcase-nav a[class*='lightcase-icon-']>span {
    display: inline-block;

    text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;

    margin-left: -.5em;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;

    margin: 0;

    opacity: 0;
    outline: none;
}

#lightcase-overlay {
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;

    display: none;

    width: 100%;
    min-height: 100%;

    background: #333;
}

.animated {
    animation-duration: 1s;

    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 50%, 0);

        opacity: 0;
    }

    to {
        transform: none;

        opacity: 1;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    animation: bounce 2s infinite;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

*,
*::before,
*::before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;

    letter-spacing: .05em;
}

body,
html,
main {
    height: 100%;
}

::-moz-selection {
    color: white;
    background: black;
}

::selection {
    color: white;
    background: black;
}

img {
    max-width: 100%;
}

/**
* This is for menu
*/

.main {
    transition: transform .225s ease;
}

.no-touch .main.is-active {
    transform: translateY(440px);
}

.touch .main.is-active {
    transform: none;
}

.is-hidden {
    position: absolute;

    visibility: hidden;

    width: 0;
    height: 0;
}

.icon {
    display: block;

    width: 100%;
    margin: 0 auto;

    fill: currentColor;
    stroke: currentColor;
}

.hide-xs {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'brandon-grotesque', sans-serif;
}

p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;

    color: #262626;
}

.italic {
    font-style: italic;
}

@font-face {
    font-family: 'Copyright House Industries';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.eot');
    src: url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.eot?#iefix') format('embedded-opentype'), url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.woff') format('woff'), url('../fonts/CopyrightHouseIndustries-NotLicensedforDesktopUse.ttf') format('truetype');
}

.blockquote p {
    font-family: 'Copyright House Industries';
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;

    letter-spacing: .05em;
}

.container {
    position: relative;

    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.container:after {
    display: block;
    clear: both;

    content: '';
}

.row:after {
    display: block;
    clear: both;

    content: '';
}

.row--flex {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    max-width: 100%;

    text-align: center;

    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical {
    flex-direction: column !important;

    -ms-flex-direction: column !important;
}

.horizontal {
    flex-direction: row !important;

    -ms-flex-direction: row !important;
}

.grid {
    overflow: hidden;
}

.grid-item {
    position: relative;

    overflow: hidden;

    height: 375px;
}

.grid-item:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    opacity: .74;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 45%, rgba(152, 152, 152, 0) 50%, rgba(61, 61, 61, .8) 90%, #060606 99%, #262626 100%);
}

.grid-item a {
    position: relative;
    z-index: 2;

    display: block;

    height: 100%;
}

.angle-right {
    left: 0;

    width: 11px;
    height: 20px;

    transition: all .225s ease;

    color: white;

}

.grid-item_content {
    position: absolute;
    z-index: 3;
    right: 32px;
    bottom: 20px;

    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

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

.grid-item_text h3 {
    font-weight: bold;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
}

.grid-item_text p {
    font-style: italic;
    line-height: 1;

    color: white;
}

.grid-item_arrow {
    margin-left: 16px;
}

.grid-third {
    float: none;
    overflow: hidden;

    width: 100%;
}

.grid-third_row {
    overflow: hidden;
}

.grid-item_half {
    float: none;

    width: 100%;
}

.grid-two-third_row {
    float: none;

    width: 100%;
}

.grid-item_full {
    height: 375px;
}

.grid-item_tall {
    height: 375px;
}

.grid-item:hover .grid-item_bg {
    transform: scale(1.04);
}

.grid-item:hover .angle-right {
    left: 5px;
}

.grid-item_bg {
    position: absolute;
    z-index: 1;

    width: 100%;
    height: 100%;

    transition: all .225s ease;
}

.mainHeader {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;

    width: 100%;
    padding: 0;

    transition: transform .225s ease-in-out;
}

.nav-up {
    transform: translateY(-80px);
}

.mainHeader-main {
    transition: transform .225s ease;
    transform: translateY(-80px);
}

.mainHeader-main.show {
    transform: none;
}

/**
* Logo
*/

.logo {
    position: static;
    z-index: 99;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 56px;
    padding-left: 20px;

    background-color: white;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/**
* Nav Toggle
*/

.menuToggle {
    position: fixed;
    z-index: 99;
    top: 25px;
    top: 25px;
    left: calc(50% - 31px);

    display: block;

    width: 62px;
    padding: 16px 0;

    cursor: pointer;

    background-color: black;
}

.menu-line {
    display: block;

    width: 23px;
    height: 2px;
    margin: 0 auto 8px auto;

    background-color: white;
}

.menu-line:nth-child(2) {
    width: 16px;
}

.menu-line:last-of-type {
    margin-bottom: 0;
}

.mainMenu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    overflow: scroll;

    width: 100%;
    height: 100%;

    transition: all .225s ease;
    transform: translateY(-100%);
    text-align: center;

    color: #fff;
    background: black;
}

.mainMenu-nav .mainMenu-nav-item {
    display: block;

    margin: 20px 0;
}

.mainMenu-nav .mainMenu-nav-item a {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 32px;
    line-height: 3.2rem;

    text-decoration: none;
    text-transform: uppercase;

    color: white;
}

.mainMenu-social {
    margin-top: 40px;
}

.mainMenu-social li {
    display: inline-block;

    margin: 6px;
}

.mainMenu.is-active {
    transform: translateY(0);
}

.menu-overlay {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all .225s ease;
    pointer-events: none;

    background: transparent;
}

.menu-overlay.is-active {
    pointer-events: all;

    background: rgba(0, 0, 0, .7);
}

.mainMenu-container {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.menu-close {
    position: relative;
    z-index: 3;

    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;

    content: '';
    cursor: pointer;
    transform-origin: center;
}

.menu-close:before,
.menu-close:after {
    position: absolute;
    top: 12px;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    background: #fff;
}

.menu-close:before {
    transform: rotate(45deg);
}

.menu-close:after {
    transform: rotate(-45deg);
}

.ankle {
    position: relative;

    display: -ms-flexbox;
    display: flex;

    min-height: 550px;

    text-align: center;

    -ms-flex-align: center;
    align-items: center;
}

.ankle h4 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 36px;
    line-height: 3.6rem;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
}

.ankle h4 a {
    font-style: italic;

    color: white;
}

.ankle span {
    display: block;

    margin-top: 38px;

    color: white;
}

.ankle span a {
    color: white;
}

.ankle-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.ankle-orange {
    background-color: #cd4a03;
}

.ankle-green {
    background-color: #2dcd43;
}

.ankle-blue {
    background-color: #4a03cd;
}

.ankle-light_blue {
    background-color: #76c7e4;
}

.ankle-home .ankle-container {
    max-width: 660px;
    margin-top: -35px;
    padding: 0 30px;
}

.ankle-home h4 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    line-height: 4.8rem;
}

.mainFooter {
    position: relative;

    overflow: hidden;

    padding: 42px 0;

    background-color: black;
}

.mainFooter p {
    color: white;
}

.mainFooter-Desktop {
    display: none;
}

.mainFooter-mobile {
    display: block;
}

.mainFooter-container {
    padding: 0 32px;
}

.mainFooter-left {
    float: left;

    width: 55%;
    margin-top: 25px;
}

.mainFooter-right {
    float: right;

    width: 35%;

    text-align: right;
}

.mainFooter-logo {
    float: none;

    margin: 20px auto 0 auto;

    text-align: center;
}

.mainFooter-left_main {
    overflow: hidden;
}

.mainFooter-nav {
    margin-top: 4px;

    text-align: center;
}

.mainFooter-nav li {
    display: inline-block;

    margin: 13px 26px;
}

.mainFooter-nav li:last-of-type {
    margin-right: 0;
}

.mainFooter-nav li a {
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    line-height: 1.4rem;

    text-decoration: none;
    text-transform: uppercase;

    color: white;
}

.mainFooter-copy ul {
    text-align: center;
}

.mainFooter-copy li {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;

    display: inline-block;

    margin-right: 5px;

    letter-spacing: .05em;

    color: #959595;
}

.mainFooter-copy li:first-of-type:after {
    padding-left: 5px;

    content: '|';
}

.mainFooter-copy li a {
    color: #959595;
}

.mainFooter-social {
    margin-top: 38px;
    margin-bottom: 20px;

    text-align: center;
}

.mainFooter-social li {
    display: inline-block;

    margin-left: 18px;
}

.mainFooter-social li:first-of-type {
    margin-left: 0;
}

.mainFooter-social li a {
    display: block;
}

.facebook {
    width: 25px;
    height: 25px;

    color: white;
}

.instagram {
    width: 25px;
    height: 25px;

    color: white;
}

.twitter {
    width: 25px;
    height: 25px;

    color: white;
}

.linkedin {
    width: 25px;
    height: 25px;

    color: white;
}

.vimeo {
    width: 25px;
    height: 25px;

    color: white;
}

.tumblr {
    width: 25px;
    height: 25px;

    color: white;
}

.youtube {
    width: 25px;
    height: 25px;

    color: white;
}

.mainFooter-address {
    margin-top: 24px;

    text-align: center;
}

.mainFooter-address p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;

    letter-spacing: .05em;
}

.hero-container {
    position: relative;
    height: 100%;
}

.hero-container.adage-bg {
    background: url("/static/img/ADAGE_Banner_BG.jpg")  center center no-repeat;
    background-size: cover;
    display: grid;
}

.hero-container .img-hero-text {
    display: block;
    margin: auto;
}

.hero-arrow
{
    position: absolute;
    /* position: fixed; */
    bottom: 5px;
    left: calc(50% - 30px);
}

.hero-arrow a {
    display: block;

    width: 60px;
    height: 60px;
}

.hero-arrow .angle-down {
    width: 40px;
    height: 60px;

    color: black;
}

.hero-center {
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding: 0 25px;

    text-align: center;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-center h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 36px;
    line-height: 3.6rem;

    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
}

.gif-placeholder {
    display: block;

    width: 250px;
    margin: 45px auto;

    vertical-align: middle;
}

.breadcrumb {
    position: absolute;
    z-index: 98;
    top: auto;
    right: 0;
    bottom: 55px;
    left: 0;

    display: inline-block;

    text-align: center;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb span {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 16px;
    line-height: 1.6rem;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
}

.breadcrumb .angle-right {
    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;
}

.hero-home {
    height: 100vh;
}

.hero-home_bg {
    position: fixed;
    z-index: -1;

    width: 100%;
    height: 100%;

    background: url('../img/home-hero.jpg') no-repeat center;
    background-size: cover;
}

.no-touch .hero-home_bg {
    background-attachment: fixed;
}

.touch .hero-home_bg {
    background-attachment: scroll;
}

.home-mobile {
    display: block;
}

.home-mobile_logo {
    line-height: 125px;

    position: fixed;
    top: 50%;
    left: 50%;

    width: 125px;
    height: 125px;

    transform: translate(-50%, -50%);
    text-align: center;

    outline: 1px solid black;
    background-color: black;
}

.home-video {
    position: fixed;
    z-index: -100;
    top: 50%;
    left: 50%;

    display: none;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    transform: translateX(-50%) translateY(-50%);
}

video {
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    transform: translate(-50%, -50%);
}

.video-placeholder {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
}

.hero-about {
    height: 575px;
}

.about-block {
    overflow: hidden;

    height: auto;
}

.about-block_img,
.about-block_content {
    float: left;

    width: 100%;
}

.about-block_content {
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding: 30px;
    padding-top: 60px;

    -ms-flex-align: center;
    align-items: center;
}

.about-block_content article {
    margin-bottom: 65px;
}

.about-block_content h3 {
    font-weight: bold;

    margin-bottom: 40px;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.about-block_content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;

    letter-spacing: .026em;

    color: #262626;
}

.about-block_right .about-block_img {
    float: right;
}

.about-block_img figure {
    min-height: 370px;
    max-height: 370px;
}

.good {
    overflow: hidden;
}

.good header {
    display: -ms-flexbox;
    display: flex;

    height: 575px;

    text-align: center;

    background: url('../img/airplane.jpg') no-repeat center;
    background-size: cover;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.good header h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 36px;
    line-height: 3.6rem;

    max-width: 900px;
    padding: 0 48px;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
}

.good section {
    overflow: auto;

    padding-left: 0;
}

.good-nav {
    float: none;

    width: 100;
    margin-top: 60px;
}

.good-nav .slick-slider {
    margin-bottom: 0;
}

.good-nav ul li {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 26px;
    line-height: 2.6rem;

    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    cursor: pointer;
    transition: color .225s ease;
    letter-spacing: .05em;
    text-transform: uppercase;

    color: #cdcdcd;

    -ms-flex-align: center;
    align-items: center;
}

.good-nav ul li:hover {
    color: #2dcd43;
}

.good-nav ul span {
    font-weight: bold;

    position: relative;
    left: 0;

    display: table;

    transition: left .225s ease;
    letter-spacing: .1em;
}

.good-nav ul .is-active {
    color: #2dcd43;
}

.good-nav ul .is-active .good-nav_arrow {
    display: block;

    transition: opacity .225s ease;

    opacity: 1;
}

.good-nav ul .is-active span {
    left: 20px;
}

.good-nav_arrow {
    display: none;
    float: left;

    opacity: 0;
}

.good-nav_arrow .angle-right {
    display: block;

    height: 19px;

    vertical-align: middle;

    color: #2dcd43;
}

.good-nav_desktop {
    display: none;
}

.good-nav_mobile {
    display: block;
}

.good-nav_mobile ul li {
    display: block;

    text-align: center;

    outline: 0 none;
    box-shadow: none;
}

.good-nav_mobile ul li:hover {
    color: #cdcdcd;
}

.good-nav_mobile ul li.slick-current {
    color: #2dcd43;
}

.good-slider {
    float: none;

    width: 100%;
    padding: 0 32px;
}

.good-slide_content {
    float: none;

    width: 100%;
    margin-top: 60px;
    padding: 0;
}

.good-slide_content h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 32px;
    line-height: 3.2rem;

    margin-bottom: 32px;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.good-slide_content ul {
    float: left;

    margin-top: 40px;
}

.good-slide_content ul:first-of-type {
    margin-right: 75px;
}

.good-slide_content ul li {
    font-style: italic;
    line-height: 1.625;
}

.good-slide_img {
    display: none;
    float: none;

    width: 0;
}

.good-slide_strategy .good-slide_img {
    background: url('../img/strategy.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.hero-contact {
    height: 575px;
}

.hero-sitemap {
    height: 575px;
}

#map {
    width: 100%;
    height: 400px;
}


.customError-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.customError-content {
    padding: 60px 0;
    text-align: center;
}

.customError-content h2 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 60px;
    line-height: 6rem;

    margin-bottom: 75px;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.main-customError-img {
    width: 100%;
}

.hero-customError {
    height: 450px;
}

.sitemap-content {
    padding: 60px 0;
    text-align: center;
}

.sitemap-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}

.sitemap-container li a {
    text-decoration: none;
    color: black;
}

.sitemap-container__left,
.sitemap-container__right {
    flex: 1;
}

.sitemap-container__left>ul,
.sitemap-container__right>ul {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
}

.sitemap-container__left>ul>li,
.sitemap-container__right>ul>li {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bolder;
}

.sitemap-container__left>ul>li>ul>li,
.sitemap-container__right>ul>li>ul>li {
    text-transform: capitalize;
    font-size: .8em;
    margin-left: 2em;
    font-weight: normal;
}

.sitemap-container__left>ul>li>ul>li:before,
.sitemap-container__right>ul>li>ul>li:before {
    content: "-";
    margin-right: 5px;
}

.contact-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.contact-content {
    padding: 60px 0;
    text-align: center;
}

.contact-content h2 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 60px;
    line-height: 6rem;

    margin-bottom: 75px;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-container_info ul {
    margin-bottom: 50px;
}

.contact-container_info ul li {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    line-height: 3rem;

    letter-spacing: .1em;
}

.contact-container_info ul li span {
    font-weight: 400;
}

.contact-container_info ul li a {
    text-decoration: underline;

    color: black;
}

.hero-careers {
    position: relative;

    height: 575px;
    background-position: center;
}

.hero-job_description {
    background: #f3ab3c;
}

.hero-job_description h6 {
    text-transform: uppercase;

    color: white;
}

.hero-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}

.careers-block {
    overflow: hidden;

    height: auto;
}

.careers-block .slick-dots {
    bottom: 40px;
}

.careers-block .slick-prev {
    left: 25px;
}

.careers-block .slick-next {
    right: 25px;
}

.careers-slider,
.careers-block_img {
    float: none;

    width: 100%;
}

.careers-slider {
    height: auto;
    padding: 80px 50px;
}

.careers-slide {
    position: relative;

    height: auto;

    text-align: center;
}

.careers-slide a {
    text-decoration: none;
}

.careers-slide h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    line-height: 4.8rem;

    margin-top: 46px;

    letter-spacing: .1em;
    text-transform: uppercase;

    color: #202020;
}

.careers-slide_center {
    position: static;

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.careers-block_img {
    height: 375px;
}

.grid-careers p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
}

/**
* Department block
*/

.department-blocks {
    overflow: hidden;
}

.department-block {
    float: none;
    overflow: scroll;

    width: 100%;
    max-height: 408px;

    text-align: center;
}

.department-block::-webkit-scrollbar {
    display: none;
}

.department-block h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 36px;
    line-height: 3.6rem;

    width: 100%;
    max-width: 688px;
    margin: 0 auto;
    padding: 0;

    letter-spacing: .025em;
    text-transform: uppercase;
}

.department-block h5 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 36px;
    line-height: 3.6rem;

    display: inline-block;

    letter-spacing: .1em;
}

.department-block h6 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 16px;
    line-height: 1.6rem;

    position: relative;

    margin-bottom: 12px;

    letter-spacing: .1em;
}

.department-block_text {
    display: -ms-flexbox;
    display: flex;

    padding: 90px 70px;

    -ms-flex-align: center;
    align-items: center;
}

.department-block_jobs a {
    position: relative;

    display: block;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100%;
    padding: 35px 0;

    text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;

    color: white;
    border-bottom: 2px solid #ffb747;
    background-color: #f3ab3c;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.department-block_jobs a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: all .225s ease-in-out;
    transform: translateX(-100%);

    background-color: #ffb747;
}

.department-block_jobs a:hover:before {
    transform: translateX(0);
}

.department-block_jobs a:last-of-type {
    border-bottom: 0 none;
}

.department-block_jobs a:hover .jobs-center h5:after {
    margin-left: 20px;
}

.jobs-center {
    padding: 0 10px;
}

.jobs-center h5 {
    position: relative;
}

.jobs-center h5:after {
    position: absolute;
    top: 50%;

    margin-left: 10px;

    content: url('../img/arrow-right.svg');
    transition: all .225s ease;
    transform: translateY(-50%);
}

.jobs-center.no-position h5:after {
    content: '';
    display: none;
}

.job-description {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    padding: 50px 30px;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
}

.job-description .job-description-col {
    width: 100%;
    max-width: 800px;
}

.job-description .job-description-col:first-of-type {
    padding-right: 0;
}

.job-description .job-description-col:last-of-type {
    padding-left: 0;
}

.job-description p {
    margin-bottom: 34px;

    letter-spacing: .05em;
}

.job-description h4 {
    font-weight: 900;

    margin-bottom: 28px;

    text-transform: uppercase;
}

.job-description ul {
    margin-bottom: 40px;
    margin-left: 20px;
}

.job-description ul li {
    line-height: 1.625;

    margin-bottom: 5px;

    list-style: disc;

    letter-spacing: .05em;
    letter-spacing: .05em;
}

.job-description a {
    text-decoration: none;
    letter-spacing: .05em;

    color: #262626;
}

.job-description_info p {
    font-style: italic;
}

.download {
    font-weight: 900;

    margin-bottom: 54px;

    text-transform: uppercase;
}

.download .angle-right {
    display: inline-block;

    height: 19px;
    margin-left: 20px;

    vertical-align: middle;

    color: black;
}

.url {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 13px;
    line-height: 1.3rem;

    display: inline-block;

    padding: 10px 16px;

    cursor: pointer;

    border-radius: 100px;
    background-color: #f3f4f5;
}

.share h4 {
    margin-bottom: 20px;
}

.visit-block {
    height: auto;
}

.visit-block_text,
.visit-block_img {
    float: none;

    height: 100%;

    with: 100%;
}

.visit-block_text {
    display: -ms-flexbox;
    display: flex;

    padding: 60px;

    -ms-flex-align: center;
    align-items: center;
}

.visit-block_text a {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: bold;

    display: block;

    margin-top: 44px;

    text-decoration: none;
    text-transform: uppercase;

    color: black;
}

.visit-block_text span {
    vertical-align: middle;
    letter-spacing: .1em;
}

.visit-block_text .angle-right {
    display: inline-block;

    height: 19px;
    margin-left: 25px;

    vertical-align: middle;

    color: black;
}

.visit-block_img {
    display: block;

    height: 375px;
}

.visit-block_second .visit-block_text {
    float: none;
}

.hero-people {
    position: relative;

    height: 575px;
}

/**
* People individual
*/

.hero-individual {
    overflow: hidden;
    max-width: 912px;
    margin: 0 auto;
    padding: 32px 32px 0;
}

.hero-half {
    float: none;

    width: 100%;
}

.hero-people_profile {
    height: 380px;
}

.hero-half.hero-half_right {
    float: none;
}

.hero-people_img {
    padding-top: 40px;
}

.hero-people_img img {
    display: block;
    width: 100%;

    margin: 0 auto;
}

.people-text {
    width: 100%;
    max-width: 670px;
    margin: 80px auto;
    padding: 0 30px;

    text-align: center;
}

.people-text p {
    color: black;
}

.people {
    padding-bottom: 130px;

    text-align: center;
}

.people h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 30px;
    line-height: 3rem;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.people-filters {
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 50px;
    margin: 65px auto;
}

.people-filters_list {
    overflow-x: scroll;

    width: 100%;
    height: 75px;

    text-align: center;
    white-space: nowrap;
}

.people-filters_list li {
    display: inline-block;

    margin: 0 22px;

    cursor: pointer;
}

.people-filters_list li a {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: bold;

    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    color: #cdcdcd;
}

.people-filters_list .mixitup-control-active {
    color: #2dcd43;
}

.people-grid {
    position: relative;

    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
}

.people-block {
    position: relative;
    top: 0;

    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 40px;
    padding: 0 8px;

    transition: all .225s ease;
}

.people-block:hover {
    top: 0;
}

.people-block img {
    display: block;
}

.people-block a {
    text-decoration: none;

    color: black;
}

.people-block h5,
.people-block h6 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.people-block h5 {
    font-weight: 900;
}

.people-block h6 {
    font-weight: 300;
}

.people-block_content {
    margin-top: 20px;
}

.btn-border {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: bold;
    line-height: 66px;

    display: block;

    width: 240px;
    height: 66px;
    margin: 40px auto 0;

    cursor: pointer;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    color: #202020;
    border: 1px solid #363636;
}

.ankle-people h4 {
    width: 280px;
    margin: 0 auto;
}

.individual-main {
    margin-top: 40px;
    padding-bottom: 80px;
}

.slick-slide:focus,
.slick-slide a {
    outline: none;
}

.individual-slider {
    max-width: 1440px;
    margin: 0 auto 80px auto;
}

.individual-slider .slick-slide {
    padding: 0 12px;
}

.individual-slider .slick-prev {
    top: 94%;
    left: 20px;
}

.individual-slider .slick-prev::before {
    background: url('../img/arrow-left--slider_black.svg') no-repeat center/cover;
}

.individual-slider .slick-next {
    top: 94%;
    right: 20px;
}

.individual-slider .slick-next::before {
    background: url('../img/arrow-right--slider_black.svg') no-repeat center/cover;
}

.individual-slide {
    position: relative;
    top: 0;

    transition: all .225s ease;
    text-align: center;
}

.individual-slide:hover {
    top: 0;
}

.individual-slide hgroup {
    margin-top: 46px;
}

.individual-slide a {
    text-decoration: none;

    color: black;
}

.individual-slide h5,
.individual-slide h6 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.individual-slide h5 {
    font-weight: bold;
}

.individual-text {
    max-width: 912px;
    margin: 0 auto;
    padding: 32px;
}

.individual-text p {
    color: black;
}

.individual-text h2,
.individual-text h3 {
    letter-spacing: .1em;
    text-transform: uppercase;
}

.individual-text h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 28px;
    line-height: 2.8rem;

    margin-bottom: 4px;
}

.individual-text h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: light;
    line-height: 16px;
    line-height: 1.6rem;
}

.individual-text hgroup {
    margin-bottom: 28px;
}

.individual-text ul {
    margin-top: 30px;
}

.individual-text ul li {
    display: inline-block;

    margin-right: 3px;
    padding: 1px;
}

.github {
    width: 20px;
    height: 25px;
}

.individual-text .facebook {
    color: black;
}

.individual-text .instagram {
    color: black;
}

.individual-text .twitter {
    color: black;
}

.individual-text .github {
    color: black;
}

.individual-text .dribbble {
    color: black;
}

.individual-text .linkedin {
    color: black;
}

.hero-work {
    position: relative;

    height: 575px;
}
@media screen and (max-width: 640px) {
    .hero-work { height:32vh; padding-top:55px; }
     video { max-width: 100%; }
}

.work-logos {
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    height: 140px;

    -ms-overflow-style: none;
}

.shadow {
    position: absolute;
    z-index: 7;
    top: 0;
    bottom: 0;
    cursor: pointer;

    display: block;

    width: 50px;
    height: 100%;
}

.shadow-left {
    left: 0;

    background: linear-gradient(to left, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

.shadow-right {
    right: 0;

    background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

.work-logos .angle-right,
.work-logos .angle-left {
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-logos_list {
    font-size: 0;

    overflow-x: scroll;

    width: 100%;
    height: 160px;

    text-align: center;
    white-space: nowrap;
}

.work-logos_list li {
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 140px;
    height: 140px;
    margin-right: -1px;
}

.work-logos_list li a {
    display: block;
    overflow: hidden;

    width: 140px;
    height: 140px;

    cursor: pointer;
    outline: none;
}

.work-logos_list.filtering-active li a:not(.mixitup-control-active)::before {
    content: '';
    opacity: 0.25;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 5;
}

.work-logos_list li a:hover span {
    background: transparent !important;
}

.work-logos_list li span {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    height: 100%;

    transition: all .225s ease-in-out;
}

.work-logos_list li span img {
    padding: 10px;
}

.work-logos_list li img {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    margin: 0 auto;

    transform: translate(-50%, -50%);
}

.work-logos_list .video-poster {
    z-index: 1;
}

.work-logos_arrows_left,
.work-logos_arrows_right {
    position: absolute;
    z-index: 99;
    top: 50%;

    transform: translateY(-50%);
}

.angle-left {
    width: 11px;
    height: 20px;

    color: white;
}

.work-logos_arrows_left {
    left: 22px;
}

.work-logos_arrows_right {
    right: 22px;
}

.logo-dark_green span {
    background-color: #235344;
}

.logo-orange span {
    background-color: #cd4a03;
}

.logo-light_blue span {
    background-color: #76c7e4;
}

.logo-purple span {
    background-color: #6e7bb5;
}

.logo-dark_blue span {
    background-color: #10359a;
}

.logo-dark_green span {
    background-color: #235344;
}

.logo-black span {
    background-color: #262626;
}

.work-blocks {
    position: relative;
    z-index: 2;

    overflow: hidden;
}

.work-blocks .grid-item {
    height: 375px;
}

.work-blocks .grid-item_text h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem;
}

.work-blocks .grid-item_text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
}

.hero-general {
    height: 575px;
}

.general-text {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    padding: 30px 0;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
}

.general-text p {
    margin-bottom: 30px;

    color: black;
}

.general-text article {
    margin-bottom: 60px;
}

.general-text h3 {
    font-weight: bold;

    margin-bottom: 22px;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.general-text ul {
    margin-left: 20px;

    list-style: disc;
}

.general-text_col {
    float: none;

    width: 100%;
    max-width: 800px;
    padding: 0 25px;
}

#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    transition: visibility 3s ease;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.preloader-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: opacity 1s ease-in-out;

    background-color: #262626;
}

#preloader.preloder-finish {
    z-index: 0;

    visibility: hidden;
}

.preloder-finish .preloader-overlay {
    opacity: 0;
}

.preloder-finish #status {
    opacity: 1;
}

.preloder-finish #status svg path {
    fill: white;
}

.preloder-finish .rect .loading {
    background-color: black;
}

.rect {
    position: relative;

    display: block;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 125px;
    height: 125px;
    margin: 0 auto;

    transition: opacity .5s ease-in-out;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: all 1s ease;
    transform: translateY(100%);

    background-color: white;
}

svg {
    z-index: 2;
}

.hero-privacy {
    background: url('../img/privacy.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.case-study h3 {
    font-weight: bold;

    margin-bottom: 25px;

    letter-spacing: .1em;
    text-transform: uppercase;
}

.case-study p {
    color: black;
}

.case-study hgroup {
    margin-bottom: 25px;
}

.case-study hgroup h3 {
    margin-bottom: 0;
}

.case-study img {
    display: block;

    margin: 0 auto;
}

.case-container {
    width: 100%;
    max-width: 2690px;
    margin: 0 auto;
    padding: 0;
}

.case-half {
    float: none;

    width: 100%;
}

.case-block_text-center {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
}

.case-img {
    width: 100%;
    height: 390px;
}

.custom-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.module-full-image {
    width: 100%;
    height: 390px;
}

.grid-item_case-study h3 {
    margin-bottom: 2px;
}

.case-block {
    overflow: hidden;

    min-height: auto;
}

.case-block .case-blocks_img {
    min-height: 375px;
}

.case-block h3 {
    font-weight: bold;

    margin-bottom: 40px;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.case-block_text {
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    min-height: 375px;
    padding: 32px;

    -ms-flex-align: center;
    align-items: center;
}

.case-block_text p {
    margin-bottom: 30px;

    letter-spacing: .05em;
}

.case-block_text p:last-of-type {
    margin-bottom: 0;
}

.case-block-big .case-half.case-blocks_img {
    min-height: 375px;
}

.case-block-big .case-block_text {
    padding-top: 60px;
    padding-bottom: 60px;
}

.case-intro {
    overflow: hidden;

    padding: 66px 0;
}

.case-intro p.italic {
    color: #6f6f6f;
}

.case-intro .case-half {
    padding: 0 25px;
}

.case-intro p {
    margin-bottom: 44px;
}

.case-intro .case-half_left {
    width: 100%;
    padding-right: 0;
}

.case-intro .case-half_right {
    width: 100%;
    padding-left: 32px;
}

.case-intro_wrap {
    padding: 0;
}

.case-block_results {
    overflow: hidden;

    margin: 30px auto;
}

.case-block_results .case-block_text {
    min-height: 100%;
}

.case-block_results .case-blocks_img {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 0 32px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
}

.case-block_results .case-blocks_img div {
    margin: 75px auto;
}

.case-slide {
    position: relative;

    margin: 0 auto;
}

.case-slide_container {
    position: relative;

    width: 100%;
    max-width: 2160px;
    margin: 0 auto;
    padding: 0;
}

.case-slider {
    margin-bottom: 0;
}

.case-slider div {
    height: 375px;
}

.case-slider .slick-next {
    right: -25px;
}

.case-slider .slick-next:before {
    background: url(../img/arrow-right--slider.svg) no-repeat center/cover;
}

.case-slider .slick-prev {
    left: -25px;
}

.case-slider-1 {
    background: url('../img/disrupting.jpg') no-repeat center;
    background-size: cover;
}

.case-nav {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;

    display: block;

    width: 100%;
}

.case-nav ul {
    position: relative;

    margin: 0 auto;

    text-align: center;
}

.case-nav li {
    display: inline-block;

    vertical-align: middle;
}

.case-nav .option {
    width: 10px;
    height: 10px;
    margin: 0 14px;

    cursor: pointer;

    border: 2px solid white;
    border-radius: 50%;
}

.case-nav .is-active {
    background-color: white;
}

.case-nav .angle-left,
.case-nav .angle-right {
    width: 12x;
    height: 19px;

    cursor: pointer;

    color: white;
}

li.caseArrow-back,
li.caseArrow-next {
    display: inline-block;
}

li.caseArrow-back {
    margin-right: 40px;
}

.case-pause {
    position: static;
}

li.case-pause_mobile {
    display: inline-block;

    margin-right: 25px;
    margin-left: 70px;
}

li.case-pause_mobile .pause {
    color: white;
}

li.case-pause_desktop {
    display: none;
}

.hero-case-study {
    position: relative;

    height: 575px;
}

.hero-case-study .hero-center {
    flex-direction: column;

    -ms-flex-direction: column;
}

.hero-case-study h1 {
    margin-bottom: 10px;
}

.hero-case-study p {
    color: white;
}

.case-study_logo {
    position: absolute;
    top: 45px;
    right: 25px;

    display: none;
}

.case-study_logo img {
    max-width: 125px;
    margin-right: 0;
}

.video {
    position: relative;
}

.video-img {
    height: 360px;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.video-btn a {
    display: -ms-flexbox;
    display: flex;

    width: 240px;
    height: 120px;

    transition: background-color .225s ease;

    border: 2px solid white;

    -ms-flex-align: center;
    align-items: center;
}

.video-btn a:hover {
    background-color: white;
}

.video-btn a:hover .play {
    color: #262626;
}

#lightcase-overlay {
    background: white;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    right: auto;
    left: 25px;

    color: black;
}

.play {
    width: 30px;
    height: 30px;

    transition: color .225s ease;

    color: white;
}

.case-block_strategy .case-block_text {
    float: none;
}

.iphone-slider {
    position: relative;

    height: 450px;

    background-color: #f7f7f7;
}

.phone-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50px;
    left: auto;

    display: block;

    transform: translateY(-50%);
}

.phone-nav .option {
    width: 10px;
    height: 10px;
    margin: 0 auto 30px auto;

    cursor: pointer;

    border: 2px solid #a1a1a1;
    border-radius: 50%;
}

.phone-nav .is-active {
    background-color: #a1a1a1;
}

.phone-pause {
    position: relative;
    left: -2px;

    margin-top: 80px;
}

.pause {
    width: 19px;
    height: 20px;

    cursor: pointer;

    color: #a1a1a1;
}

.case-block_solutions {
    padding: 60px 0;
}

.case-block_solutions .case-block_text {
    height: auto;
    margin-bottom: 100px;
}

.phone {
    position: relative;
    top: -30px;
    left: 40%;

    width: 315px;

    transform: translateX(-50%);
}

.phone img {
    width: 100%;
}

.phone-screens {
    position: absolute;
    z-index: 1;
    top: 58px;
    left: 50%;

    width: 220px;

    transform: translateX(-50%);
}

.iphone-slider .angle-up,
.iphone-slider .angle-down {
    width: 20px;
    height: 10px;

    cursor: pointer;

    color: #a1a1a1;
}

.iphone-slider .angle-up {
    margin-bottom: 80px;
}

.iphone-slider .angle-down {
    margin-top: 50px;
}

.case-block_perspective-inverted .case-block_text {
    float: none;
}

.laptop-slider {
    position: relative;

    display: none;
}

.laptop {
    position: relative;
    z-index: 2;

    margin: 50px auto 255px;
}

.laptop-screens {
    position: absolute;
    top: 80px;
    top: 60px;
    right: 0;
    left: 50%;

    width: 100%;
    width: 63%;

    transform: translateX(-50%);
}

.laptop-nav {
    position: absolute;
    bottom: -90px;
    left: 50%;

    display: block;
    display: -ms-flexbox;
    display: flex;

    width: 500px;
    height: 100px;

    transform: translateX(-50%);

    background-color: #f7f7f7;

    -ms-flex-align: center;
    align-items: center;
}

.laptop-nav ul {
    margin: 0 auto;

    text-align: center;
}

.laptop-nav li {
    display: inline-block;

    vertical-align: middle;
}

.laptop-nav .option {
    width: 10px;
    height: 10px;
    margin: 0 14px;

    cursor: pointer;

    border: 2px solid #a1a1a1;
    border-radius: 50%;
}

.laptop-nav .is-active {
    background-color: #a1a1a1;
}

.laptop-nav .angle-left,
.laptop-nav .angle-right {
    width: 12x;
    height: 19px;

    cursor: pointer;

    color: #a1a1a1;
}

.laptop-nav .laptopArrow-next {
    margin-left: 72px;
}

.laptop-nav .laptopArrow-back {
    margin-right: 72px;
}

.laptop-pause {
    margin-left: 75px;
}

.vc_row {
    margin: 0;
}

.vc_column-inner {
    padding: 0;
}

.vc_column_container>.vc_column-inner {
    padding: 0;
}

@media screen and (min-width: 641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;

        overflow: hidden;

        background-color: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        text-shadow: none;

        -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        -webkit-backface-visibility: hidden;
    }

    #lightcase-case[data-lc-type=image] #lightcase-content,
    #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: #333;
    }

    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        overflow: auto;

        box-sizing: border-box;
        padding: 30px;

        -o-box-sizing: border-box;
    }

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333;
    }

    #lightcase-case p.lightcase-error {
        padding: 0;
    }

    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0;
    }

    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed;
    }

    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 50%;

        margin-bottom: -.5em;
    }

    #lightcase-nav a[class*='lightcase-icon-']:hover,
    #lightcase-case:hover~#lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1;
    }
}

@media (min-width: 48em) {
    .hero-customError {
        height: 575px;
    }

    .bounce {
        animation: none;
    }

    .hide-xs {
        display: block;
    }

    .grid-item {
        height: 480px;
    }

    .grid-third {
        float: left;

        width: 66%;
    }

    .grid-item_half {
        float: left;

        width: 50%;
    }

    .grid-two-third_row {
        float: left;

        width: 66%;
    }

    .grid-item_full {
        height: 540px;
    }

    .grid-item_tall {
        height: 960px;
    }

    .mainHeader {
        position: static;
    }

    .nav-up {
        transform: none;
    }

    .mainHeader-main {
        transform: none;
    }

    .logo {
        position: fixed;
        top: 25px;
        left: 25px;

        width: 125px;
        height: 125px;
        padding-left: 0;

        -ms-flex-pack: center;
        justify-content: center;
    }

    .mainMenu {
        overflow: hidden;

        height: 440px;

        transform: translateY(-440px);
    }

    .mainMenu-nav .mainMenu-nav-item {
        display: inline-block;

        margin: 0 30px 50px 0;
    }

    .mainMenu-nav .mainMenu-nav-item a {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 36px;
        line-height: 3.6rem;
    }

    .mainMenu-social {
        margin-top: 0;
    }

    .mainMenu-social li {
        margin: 0 10px;
    }

    .menu-close {
        margin-top: 50px;
        margin-bottom: 75px;
    }

    .ankle {
        min-height: 330px;
    }

    .ankle h4 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 48px;
        line-height: 4.8rem;
    }

    .ankle-container {
        padding: 0;
    }

    .ankle-home .ankle-container {
        margin-top: 0;
        padding: 0;
    }

    .mainFooter {
        padding: 50px 0;
    }

    .mainFooter-Desktop {
        display: block;
    }

    .mainFooter-mobile {
        display: none;
    }

    .mainFooter-container {
        padding: 0 42px;
    }

    .mainFooter-logo {
        float: none;

        margin: 0 25px 0 0;

        text-align: left;
    }

    .mainFooter-nav {
        text-align: left;
    }

    .mainFooter-nav li {
        margin: 0 10px 0 0;
    }

    .mainFooter-copy ul {
        text-align: left;
    }

    .mainFooter-social {
        margin-top: 0;

        text-align: right;
    }

    .mainFooter-social li {
        margin-left: 12px;
    }

    .mainFooter-address {
        margin-top: 0;

        text-align: right;
    }

    .mainFooter-address p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
    }

    .hero-arrow .angle-down {
        color: white;
    }

    .hero-center {
        padding: 0;
    }

    .hero-center h1 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 48px;
        line-height: 4.8rem;
    }

    .gif-placeholder {
        display: inline-block;

        width: 432px;
        margin: 0 40px;
    }

    .breadcrumb {
        top: 44px;
        right: 40px;
        bottom: auto;
        left: auto;

        text-align: right;
    }
    .hero-home
    {
        height: 90vh;
        /* height: 960px; */
    }

    .home-mobile {
        display: none;
    }

    .home-video {
        display: block;
    }

    .hero-about {
        height: 645px;

        background-position: 50% 0;
    }

    .about-block {
        height: 800px;
    }

    .about-block_img,
    .about-block_content {
        width: 50%;
    }

    .about-block_content h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
    }

    .about-block_img figure {
        min-height: 800px;
        max-height: 800px;
    }

    .good header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 48px;
        line-height: 4.8rem;

        padding: 0;
    }

    .good section {
        overflow: hidden;

        padding-left: 5%;
    }

    .good-nav {
        float: left;

        width: 26%;
        margin-top: 90px;
    }

    .good-nav_desktop {
        display: block;
    }

    .good-nav_mobile {
        display: none;
    }

    .good-slider {
        float: left;

        width: 74%;
        padding: 0;
    }

    .good-slide_content {
        float: left;

        margin-top: 90px;
        padding: 0 2% 0 20%;
    }

    .good-slide_content h3 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 48px;
        line-height: 4.8rem;
    }

    .hero-contact {
        background-position: 50% 0;
    }

    .hero-customError {
        background-position: center bottom;
    }

    .hero-sitemap {
        background-position: 50% 0;
    }

    .contact-content {
        padding: 96px 0;
    }

    .hero-careers {
        height: 575px;
    }

    .careers-block {
        height: 480px;
    }

    .careers-block .slick-dots {
        bottom: 15px;
    }

    .careers-slider,
    .careers-block_img {
        float: left;

        width: 50%;
    }

    .careers-slider {
        height: 480px;
        padding: 0;
    }

    .careers-slide {
        height: 480px;
    }

    .careers-slide_center {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 100%;
        max-width: 390px;
        padding: 0 20px;

        transform: translate(-50%, -50%);
    }

    .careers-block_img {
        height: 100%;
    }

    .department-block {
        float: left;

        width: 50%;
    }

    .department-block h3 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 36px;
        line-height: 3.6rem;

        padding: 0 60px;
    }

    .department-block h5 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 36px;
        line-height: 3.6rem;
    }

    .department-block_text {
        padding: 30px 0;
    }

    .job-description {
        flex-direction: row;

        padding: 100px 80px;

        -ms-flex-direction: row;
    }

    .job-description .job-description-col {
        width: 50%;
    }

    .job-description .job-description-col:first-of-type {
        padding-right: 40px;
    }

    .job-description .job-description-col:last-of-type {
        padding-left: 40px;
    }

    .job-description ul {
        margin-bottom: 70px;
    }

    .url {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
    }

    .visit-block {
        height: 480px;
    }

    .visit-block_text,
    .visit-block_img {
        float: left;

        width: 50%;
    }

    .visit-block_text {
        padding: 0 70px;
    }

    .visit-block_img {
        height: 100%;
    }

    .visit-block_second .visit-block_text {
        float: right;
    }

    .hero-people {
        height: 575px;

        background-position: 50% 0;
    }

    .hero-half {
        float: left;

        width: 50%;
    }

    .hero-people_profile {
        height: 575px;
    }

    .hero-half.hero-half_right {
        float: right;
    }

    .hero-people_img img {
        max-width: 80%;
    }

    .people h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 36px;
        line-height: 3.6rem;
    }

    .people-grid {
        padding: 0 40px;
    }

    .people-block {
        max-width: 33%;
        flex-basis: 33%;
        margin-bottom: 80px;
        padding: 0 15px;
    }

    .people-block h5,
    .people-block h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
    }

    .people-block_content {
        margin-top: 60px;
    }

    .individual-main {
        margin-top: 0;
    }

    .individual-slider .slick-slide {
        padding: 0 25px;
    }

    .individual-slide h5,
    .individual-slide h6 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
    }

    .individual-text {
        padding: 20px 100px 90px;
    }

    .individual-text h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 36px;
        line-height: 3.6rem;
    }

    .individual-text ul {
        margin-top: 45px;
    }

    .hero-work {
        height: 575px;

        background-position: 50% 0;
    }

    .work-logos {
        height: 250px;
    }

    .work-logos_list {
        height: 280px;
    }

    .work-logos_list li {
        width: 250px;
        height: 250px;
    }

    .work-logos_list li a {
        width: 252px;
        height: 250px;
    }

    .work-logos_list li span img {
        padding: 40px;
    }

    .work-logos_list .video-poster {
        display: none;
    }

    .work-blocks .grid-item {
        height: 575px;
    }

    .work-blocks .grid-item_text h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 27px;
        line-height: 2.7rem;
    }

    .general-text {
        flex-direction: row;

        padding: 62px 60px;

        -ms-flex-direction: row;
    }

    .general-text h3 {
        margin-bottom: 26px;
    }

    .general-text_col {
        width: 50%;
    }

    .preloder-finish #status {
        opacity: 0;
    }

    .preloder-finish #status svg path {
        fill: #262626;
    }

    .rect {
        width: 150px;
        height: 150px;
    }

    .case-container {
        padding: 0 60px;
    }

    .case-half {
        float: left;

        width: 50%;
    }

    .case-img_bed {
        background-size: contain;
    }

    .module-full-image {
        background-size: contain;
    }

    .case-block {
        min-height: 575px;
    }

    .case-block .case-blocks_img {
        min-height: 575px;
    }

    .case-block h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
    }

    .case-block_text {
        min-height: 575px;
    }

    .case-block-big {
        height: auto;
    }

    .case-block_left .case-blocks_img {
        float: left;
    }

    .case-block_left .case-block_text {
        float: right;
    }

    .case-block_right .case-blocks_img {
        float: right;
    }

    .case-block_right .case-block_text {
        float: left;
    }

    .case-intro {
        padding: 100px 0;
    }

    .case-intro .case-half_left {
        width: 33%;
        padding-right: 15px;
    }

    .case-intro .case-half_right {
        width: 66%;
        padding-left: 25px;
    }

    .case-block_results {
        margin: 220px auto;
    }

    .case-block_results .case-blocks_img {
        padding: 0;
    }

    .case-slide {
        margin: 50px auto 200px auto;
    }

    .case-slide_container {
        padding: 0 95px;
    }

    .case-slider {
        margin-bottom: 40px;
    }

    .case-nav {
        position: static;
    }

    .case-nav .option {
        border: 2px solid #a1a1a1;
    }

    .case-nav .is-active {
        background-color: #a1a1a1;
    }

    li.caseArrow-back,
    li.caseArrow-next {
        display: none;
    }

    .case-pause {
        position: absolute;
        top: 4px;
        right: 0;
    }

    li.case-pause_mobile {
        display: none;
    }

    li.case-pause_desktop {
        display: block;
    }

    .hero-case-study {
        height: 645px;

        background-position: center;
    }

    .case-study_logo {
        display: block;
    }

    .video-img {
        height: 575px;
    }

    .case-block_strategy .case-block_text {
        float: right;
    }

    .case-block_solutions .case-block_text {
        margin-bottom: 0;
    }

    .phone-screens {
        top: 50px;

        width: 220px;
    }

    .case-block_perspective-inverted .case-block_text {
        float: right;
    }

    .laptop-slider {
        display: block;
    }
}

@media (min-width: 1220px) {

    .mainFooter-nav li {
        margin: 0 20px 0 0;
    }

    .mainFooter-nav li a {
        font-size: 14px;
    }
}

@media (min-width: 62em) {
    .ankle-home h4 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 60px;
        line-height: 6rem;
    }

    .mainFooter-container {
        padding: 0 72px;
    }

    .mainFooter-logo {
        float: left;
    }

    .about-block_content {
        padding: 0 90px;
        padding-top: 60px;
    }

    .good-nav {
        width: 16%;
        margin-left: 25%;
    }

    .good-slider {
        width: 30%;
    }

    .good-slide_content {
        padding: 0 10% 0 5%;
    }

    .good-slide_img {
        display: block;
        float: left;

        width: 33%;
    }

    .contact-content h2 {
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 72px;
        line-height: 7.2rem;

        margin-bottom: 105px;
    }

    .contact-container_info ul li {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 36px;
        line-height: 3.6rem;
    }

    .job-description {
        padding: 120px 140px;
    }

    .job-description .job-description-col:first-of-type {
        padding-right: 80px;
    }

    .job-description .job-description-col:last-of-type {
        padding-left: 80px;
    }

    .url {
        display: block;

        padding: 10px 16px;
    }

    .visit-block_text {
        padding: 0 140px;
    }

    .people-block:hover {
        top: -10px;
    }

    .people-block {
        padding: 0 30px;
    }

    .individual-slide:hover {
        top: -10px;
    }

    .general-text {
        padding: 126px 120px;
    }

    .case-block_text {
        padding: 0 60px;
    }

    .case-block-big {
        height: 800px;
        padding: 0;
    }

    .case-block-big {
        padding: inherit;
    }

    .case-intro .case-half_left {
        width: 33%;
        padding-right: 25px;
    }

    .case-intro .case-half_right {
        padding-left: 25px;
    }

    .iphone-slider {
        height: 550px;
    }

    .case-block_solutions .case-block_text {
        height: 550px;
    }

    .phone {
        width: 400px;
    }

    .phone-screens {
        top: 110px;

        width: 280px;
    }

    .laptop-screens {
        top: 80px;
    }

    .laptop-nav {
        bottom: -120px;

        width: 720px;
        height: 134px;
    }
}

@media (min-width: 75em) {
    .department-block h3 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 48px;
        line-height: 4.8rem;
    }

    .case-img {
        height: 940px;
    }

    .module-full-image {
        height: 940px;
    }

    .case-intro .case-half_left {
        width: 33%;
        padding-right: 85px;
    }

    .case-intro_wrap {
        padding: 0 25px;
    }

    .case-slider div {
        height: 500px;
    }

    .iphone-slider {
        height: 820px;
    }

    .phone-nav {
        right: 75px;
        left: auto;
    }

    .case-block_solutions .case-block_text {
        height: 750px;
    }

    .phone {
        top: -54px;
        left: 45%;

        width: 560px;
    }

    .phone-screens {
        left: 50%;

        width: 385px;
    }

    .iphone-slider .angle-up {
        margin-bottom: 90px;
    }

    .iphone-slider .angle-down {
        margin-top: 70px;
    }

    .laptop-nav .laptopArrow-next {
        margin-left: 146px;
    }

    .laptop-nav .laptopArrow-back {
        margin-right: 146px;
    }
}

@media (min-width: 92em) {
    .grid-item_full {
        height: 750px;
    }

    .mainFooter-container {
        padding: 0 95px;
    }

    .mainFooter-social li {
        margin-left: 20px;
    }

    .hero-arrow {
        position: absolute;
    }
    .hero-home
    {
        height: 90vh;
        /* height: 980px; */
    }

    .hero-about {
        background-position: 50% 0;
    }

    .about-block_content {
        padding: 0 140px;
        padding-top: 60px;
    }

    .about-block_content h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 42px;
        line-height: 4.2rem;
    }

    .good-nav {
        margin-top: 130px;
    }

    .good-nav ul li {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 36px;
        line-height: 3.6rem;

        margin-bottom: 26px;
    }

    .good-slide_content {
        margin-top: 130px;
        padding: 0 5%;
    }

    .good-slide_content h3 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
        line-height: 4.8rem;

        margin-bottom: 54px;
    }

    .good-slide_content ul {
        margin-top: 66px;
    }

    .good-slide_content ul:first-of-type {
        margin-right: 175px;
    }

    .good-slide_img {
        width: 40%;
    }

    .hero-contact {
        background-position: 50% 0;
    }

    .hero-customError {
        background-position: center bottom;
    }

    .hero-visit-lex .hero-center h1 {
        line-height: 6rem;
    }

    .careers-block {
        height: 792px;
    }

    .careers-block .slick-dots {
        bottom: 40px;
    }

    .careers-slider {
        height: 792px;
    }

    .careers-slide {
        height: 792px;
    }

    .careers-slide h3 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 60px;
        line-height: 6rem;
    }

    .careers-slide_center {
        max-width: 670px;
    }

    .hero-people {
        background-position: 50% 0;
    }

    .hero-work {
        background-position: 50% 0;
    }

    .case-container {
        padding: 0 120px;
    }

    .case-block h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 42px;
        line-height: 4.2rem;
    }

    .case-block_text {
        padding: 0 100px;
    }

    .case-intro {
        padding: 100px 0 100px 0;
    }

    .case-intro .case-half_left {
        width: 50%;
        padding-right: 150px;
    }

    .case-intro .case-half_right {
        width: 50%;
        padding-left: 150px;
    }

    .case-block_results .case-blocks_img {
        flex-direction: row;

        -ms-flex-direction: row;
    }

    .case-slider div {
        height: 920px;
    }

    .case-slider .slick-next {
        right: -90px;
    }

    .case-slider .slick-prev {
        left: -90px;
    }

    .case-block_solutions {
        padding: 285px 0;
    }

    .phone {
        top: -220px;
        left: 50%;

        width: 720px;
    }

    .phone-screens {
        width: 495px;
    }

    .iphone-slider .angle-up {
        margin-bottom: 155px;
    }

    .iphone-slider .angle-down {
        margin-top: 125px;
    }
}

@media (min-width: 120em) {
    .hero-center h1 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
        line-height: 4.8rem;
    }

    .about-block_content {
        padding: 0 290px;
        padding-top: 60px;
    }

    .good header {
        height: 896px;
    }

    .good header h2 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 60px;
        line-height: 6rem;
    }

    .case-container {
        padding: 0 385px;
    }

    .case-block {
        min-height: 800px;
    }

    .case-block .case-blocks_img {
        min-height: 800px;
    }

    .case-block_text {
        min-height: 800px;
    }

    .case-block_results .case-blocks_img div {
        margin: 0 80px;
    }

    .video-img {
        height: 920px;
    }

    .phone {
        top: -135px;
        left: 50%;
        width: 650px;
    }

    .phone-screens {
        width: 450px;
    }

    .phone-nav {
        left: calc(50% + 400px);
    }

    .case-block_solutions {
        padding: 150px 0;
    }

    .laptop-screens {
        width: 1169px;
    }
}

@media (min-width: 140em) {
    .good section {
        padding-left: 9%;
    }

    .good-slide_content {
        padding: 0 15% 0 7%;
    }

    .good-slide_img {
        width: 44%;
    }
}

@media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;

        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;

        border: none !important;
        background: none !important;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;

        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;

        border: none !important;
        background: none !important;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>*:not(iframe) {
        height: auto !important;
        max-height: none !important;
    }

    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;

        -webkit-overflow-scrolling: touch;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;

        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;

        border: none !important;
        background: none !important;
    }

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #aaa;
    }

    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }

    .lightcase-open body {
        padding: 55px 0 70px 0;
    }

    .lightcase-open body>*:not([id*='lightcase-']) {
        position: fixed !important;
        top: -9999px !important;

        overflow: hidden !important;

        width: 0 !important;
        height: 0 !important;
    }

    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;

        max-width: 87.5%;
        padding: 5px 15px;

        background: #333;
    }

    .lightcase-fullScreenMode #lightcase-info {
        padding-right: 15px;
        padding-left: 15px;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static;
    }

    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute;
    }

    #lightcase-nav a[class*='lightcase-icon-'] {
        font-size: 24px;

        bottom: 15px;
    }

    #lightcase-overlay {
        opacity: 1 !important;
    }

    .sitemap-container {
        display: block;
    }

    .sitemap-container__left>ul,
    .sitemap-container__right>ul {
        display: block;
        margin-left: 30%;
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) and (min-width: 641px) {

    [data-lc-type=image] #lightcase-content .lightcase-contentInner,
    [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: .75;
    }
}

.privacy-page .wpb_column {
    padding: 0 25px;
}

.privacy-page .wpb_row {
    margin: 0 -12.5px;
}

/*Latest changes by Josh*/
strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

.wpb_text_column {
    padding: 20px 32px;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: black;
}

.wpb_text_column p {
    margin-bottom: 30px;
}


.laptop-screens .slick-next {
    right: -80px;
}

.laptop-screens .slick-prev {
    left: -80px;
}

.laptop-screens .slick-prev::before {
    width: 12px;
}


@media (min-width: 62em) {
    .wpb_text_column {
        padding: 30px 60px;
    }

    .laptop-screens .slick-next {
        right: -120px;
    }

    .laptop-screens .slick-prev {
        left: -120px;
    }

    .laptop-screens .slick-prev,
    .laptop-screens .slick-next {
        width: 20px;
        height: 34px;
    }

    .laptop-screens .slick-prev::before,
    .laptop-screens .slick-next::before {
        width: 20px;
        height: 34px;
    }

    .laptop-background {
        height: 460px;
    }
}

@media (min-width: 92em) {
    .wpb_text_column {
        padding: 40px 100px;
    }

    .laptop-background {
        height: 768px;
    }
}
