/*
Theme Name: Captify
Description: Dedicated Wordpress theme for Company Name
*/
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading span,
.wf-loading time,
.wf-loading a,
.wf-loading p,
.wf-loading .header-navigation,
.wf-loading .ph-content,
.wf-loading .working-intro-inner,
.wf-loading .ph-features,
.wf-loading footer .col,
.wf-loading footer .copyrights,
.wf-loading .entry,
.wf-loading .ps-col-map,
.wf-loading .working-subpages,
.wf-loading .co-menu nav,
.wf-loading .co-text-content-inner,
.wf-loading .co-mobile-nav,
.wf-loading .co-mobile-nav-bottom,
.wf-loading .co-int-title,
.wf-loading .btn,
.wf-loading .co-key-fact h2,
.wf-loading .co-key-fact span {
  visibility: hidden !important;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  color: #444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: underline;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
}

h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 0.78;
  letter-spacing: -0.1px;
  color: #323536;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.84;
  color: #323536;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}
.container-fluid:after {
  content: '';
  display: table;
  clear: both;
}

.error404 {
  text-align: center;
}
.error404 ul {
  text-align: left;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 1em;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

section.main {
  padding-top: 56px;
}

@font-face {
  font-family: 'ProximaNova Black';
  src: url("fonts/proximanova-black-webfont.eot");
  src: url("fonts/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-black-webfont.woff2") format("woff2"), url("fonts/proximanova-black-webfont.woff") format("woff"), url("fonts/proximanova-black-webfont.ttf") format("truetype"), url("fonts/proximanova-black-webfont.svg#proxima_novablack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova Regular';
  src: url("fonts/proximanova-bold-webfont.eot");
  src: url("fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("fonts/proximanova-bold-webfont.ttf") format("truetype"), url("fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova Regular';
  src: url("fonts/proximanova-boldit-webfont.eot");
  src: url("fonts/proximanova-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-boldit-webfont.woff2") format("woff2"), url("fonts/proximanova-boldit-webfont.woff") format("woff"), url("fonts/proximanova-boldit-webfont.ttf") format("truetype"), url("fonts/proximanova-boldit-webfont.svg#proxima_nova_rgbold_italic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'ProximaNova Regular';
  src: url("fonts/proximanova-extrabold-webfont.eot");
  src: url("fonts/proximanova-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("fonts/proximanova-extrabold-webfont.woff") format("woff"), url("fonts/proximanova-extrabold-webfont.ttf") format("truetype"), url("fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova Light';
  src: url("fonts/proximanova-light-webfont.eot");
  src: url("fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-light-webfont.woff2") format("woff2"), url("fonts/proximanova-light-webfont.woff") format("woff"), url("fonts/proximanova-light-webfont.ttf") format("truetype"), url("fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova Light';
  src: url("fonts/proximanova-lightitalic-webfont.eot");
  src: url("fonts/proximanova-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-lightitalic-webfont.woff2") format("woff2"), url("fonts/proximanova-lightitalic-webfont.woff") format("woff"), url("fonts/proximanova-lightitalic-webfont.ttf") format("truetype"), url("fonts/proximanova-lightitalic-webfont.svg#proxima_novalight_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ProximaNova Regular';
  src: url("fonts/proximanova-regitalic-webfont.eot");
  src: url("fonts/proximanova-regitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regitalic-webfont.woff2") format("woff2"), url("fonts/proximanova-regitalic-webfont.woff") format("woff"), url("fonts/proximanova-regitalic-webfont.ttf") format("truetype"), url("fonts/proximanova-regitalic-webfont.svg#proxima_novaregular_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ProximaNova Regular';
  src: url("fonts/proximanova-regular-webfont.eot");
  src: url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova Regular';
  src: url("fonts/proximanova-regularitalic-webfont.eot");
  src: url("fonts/proximanova-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regularitalic-webfont.woff2") format("woff2"), url("fonts/proximanova-regularitalic-webfont.woff") format("woff"), url("fonts/proximanova-regularitalic-webfont.ttf") format("truetype"), url("fonts/proximanova-regularitalic-webfont.svg#proxima_novaregular_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ProximaNova SemiBold';
  src: url("fonts/proximanova-semibold-webfont.eot");
  src: url("fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("fonts/proximanova-semibold-webfont.woff") format("woff"), url("fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova SemiBold';
  src: url("fonts/proximanova-semibolditalic-webfont.eot");
  src: url("fonts/proximanova-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-semibolditalic-webfont.woff2") format("woff2"), url("fonts/proximanova-semibolditalic-webfont.woff") format("woff"), url("fonts/proximanova-semibolditalic-webfont.ttf") format("truetype"), url("fonts/proximanova-semibolditalic-webfont.svg#proxima_novasemibold_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* =============================================================================
	Layout
/* ========================================================================== */
header.main {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 15px 21px;
  background-color: #323536;
}
@media (max-width: 767px) {
  header.main {
    padding-bottom: 19px;
  }
}
header.main .logo {
  float: left;
}
@media (max-width: 767px) {
  header.main .logo {
    display: inline-block;
    max-width: 56px;
    vertical-align: top;
  }
}
header.main .mobile-menu {
  line-height: 20px;
  position: relative;
  top: 4px;
  right: 3px;
  display: none;
  float: right;
  width: 24px;
  height: 20px;
  border-top: 2px solid #fff;
}
@media (max-width: 767px) {
  header.main .mobile-menu {
    display: block;
  }
}
header.main .mobile-menu:before, header.main .mobile-menu:after {
  float: left;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  content: '';
  background-color: #fff;
}
header.main .mobile-title {
  font-size: 16px;
  line-height: 1;
  display: none;
  max-width: 150px;
  margin-bottom: 0;
  padding-left: 21px;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  header.main .mobile-title {
    display: inline-block;
  }
}

.header-navigation {
  float: right;
}
.header-navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header-navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header-navigation {
    position: fixed;
    z-index: 999;
    top: 56px;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 50px);
    padding: 25px;
    background-color: #323536;
  }
  .header-navigation.active {
    display: block;
  }
}
.header-navigation li {
  display: inline-block;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .header-navigation li {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 0;
    text-align: left;
  }
}
.header-navigation li.login {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}
.header-navigation li.login a {
  color: #fff;
}
@media (max-width: 767px) {
  .header-navigation li.login a {
    color: #949494;
  }
}
.header-navigation li.login a:hover {
  color: #00b98a;
}
@media (max-width: 767px) {
  .header-navigation li.login a:hover {
    color: currentColor;
  }
}
.header-navigation a {
  font-weight: 600;
  position: relative;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #949494;
}
@media (max-width: 767px) {
  .header-navigation a {
    font-size: 18px;
    color: #fff;
  }
}
.header-navigation a:after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  display: block;
  width: 0;
  height: 4px;
  content: '';
  background-color: #00b98a;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .header-navigation a:after {
    bottom: -8px;
  }
}
@media (min-width: 1024px) {
  .header-navigation a:hover {
    color: #00b98a;
  }
  .header-navigation a:hover:after {
    width: 100%;
  }
}
.header-navigation .current-menu-item a {
  color: #00b98a;
}
.header-navigation .current-menu-item a:after {
  width: 100%;
}

.mobile-menu-active {
  position: relative;
  overflow: hidden;
}

.lang-menu-item {
  position: relative;
}
.lang-menu-item > a {
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .lang-menu-item > a {
    vertical-align: top;
    color: #00b98a;
  }
}
.lang-menu-item > a:before {
  content: '';
  background-image: url("images/ico-arrow-white-lang.svg");
  background-size: contain;
  width: 9px;
  height: 5px;
  display: inline-block;
  position: static;
  background-color: 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -12px;
}
@media (max-width: 767px) {
  .lang-menu-item > a:before {
    display: none;
  }
}
.lang-menu-item a:after {
  display: none;
}

.menu-item:hover .lang-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.lang-menu {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s, height .2s;
  transition: opacity .2s, visibility .2s, height .2s;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  width: calc(100% + 23px);
  background-color: #323536;
  padding: 12px 0 6px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .lang-menu {
    position: static;
    top: 0;
    display: inline-block;
    width: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.lang-menu li {
  padding-left: 0;
  padding-bottom: 9px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .lang-menu li {
    float: left;
    width: auto;
    padding-left: 23px;
    padding-bottom: 0;
  }
}
.lang-menu a {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

footer.main {
  position: relative;
  z-index: 99;
  color: #949494;
  background-color: #202020;
}
footer.main .footer-bottom-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 3% 3.5%;
}
footer.main .footer-bottom-box:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  footer.main .footer-bottom-box {
    display: block;
    padding: 8.2% 7.2%;
  }
}
@media (max-width: 1200px) {
  footer.main .footer-bottom-box {
    padding: 4% 4.6%;
  }
}
@media (max-width: 1024px) {
  footer.main .footer-bottom-box {
    padding: 5.2% 6.2%;
  }
}
footer.main .col {
  float: left;
}
footer.main .col-first {
  width: 210px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  footer.main .col-first {
    width: 152px;
  }
}
@media (max-width: 767px) {
  footer.main .col-first {
    width: 116px;
  }
}
footer.main .col-second {
  width: 254px;
}
@media (max-width: 767px) {
  footer.main .col-second {
    width: 100%;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  footer.main .col-second .col-title {
    margin-bottom: 8px;
  }
}
footer.main .col-second li {
  display: inline-block;
  width: 50%;
}
@media (max-width: 767px) {
  footer.main .col-second li {
    width: 39%;
  }
}
footer.main .col-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  margin-left: auto;
  padding-top: 4px;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  footer.main .col-third {
    display: block;
    float: right;
    width: 170px;
  }
}
@media (max-width: 767px) {
  footer.main .col-third {
    position: absolute;
    top: 34px;
    left: 40%;
    width: 131px;
  }
}
footer.main .col-third .col {
  width: 50%;
}
@media (max-width: 1024px) {
  footer.main .col-third .col {
    width: 100%;
  }
}
footer.main .col-third p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: .4px;
  color: #949494;
}
@media (max-width: 1024px) {
  footer.main .col-third p {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  footer.main .col-third p {
    font-size: 16px;
  }
}
footer.main .col-third a {
  font-weight: normal;
  color: #949494;
}
@media (max-width: 767px) {
  footer.main .col-third a {
    font-size: 16px;
    font-weight: 100;
  }
}
footer.main .col-title {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 8px;
  text-align: left;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  footer.main .col-title {
    margin-bottom: 6px;
  }
}
footer.main .copyrights {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  letter-spacing: .4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1200px) {
  footer.main .copyrights {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  footer.main .copyrights {
    position: absolute;
    bottom: 14px;
    left: 0;
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  footer.main .copyrights {
    display: none;
  }
}
footer.main .copyrights.mobile {
  display: none;
}
@media (max-width: 767px) {
  footer.main .copyrights.mobile {
    font-size: 12px;
    position: static;
    display: block;
    float: left;
    margin: 35px 0;
    padding-right: 0;
    letter-spacing: .5px;
  }
}
footer.main ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  footer.main li {
    padding-right: 5px;
    padding-bottom: 5px;
  }
}
footer.main a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  -webkit-transition: color .1s;
  transition: color .1s;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #949494;
}
footer.main a:hover {
  color: #fff;
}

footer.footer-single .copyrights {
  text-align: left;
}

.footer-top-bar {
  position: relative;
  padding: 2.4% 3.2% 3.1%;
  background-color: #292c2c;
}
@media (max-width: 767px) {
  .footer-top-bar {
    position: relative;
    display: block;
    padding: 8.2% 7.2%;
  }
}
@media (max-width: 1200px) {
  .footer-top-bar {
    padding: 4% 4.6%;
  }
}
@media (max-width: 1024px) {
  .footer-top-bar {
    padding: 5.2% 6.2%;
  }
}
@media (max-width: 767px) {
  .footer-top-bar {
    padding: 5.2% 6.2% 60px;
  }
}
.footer-top-bar h4 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.13;
  display: inline-block;
  margin-bottom: 46px;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-top-bar h4 {
    text-align: center;
  }
}
.footer-top-bar .slick-initialized .img-holder {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.footer-top-bar .slick-slide img {
  margin: 0 auto;
  max-height: 45px;
  max-width: 80%;
}
.footer-top-bar .slick-slider {
  position: static;
}

.footer-slider {
  float: right;
  overflow: hidden;
  width: 90%;
}
@media (max-width: 1024px) {
  .footer-slider {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .footer-slider {
    width: 50%;
    padding-top: 25px;
  }
}
.footer-slider .slick-dots {
  top: 45%;
  left: 3.2%;
  max-width: 20%;
}
@media (max-width: 1200px) {
  .footer-slider .slick-dots {
    top: 50%;
    left: 4.6%;
  }
}
@media (max-width: 1024px) {
  .footer-slider .slick-dots {
    top: 47%;
    left: 6.2%;
  }
}
@media (max-width: 767px) {
  .footer-slider .slick-dots {
    top: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .footer-slider .slick-dots {
    max-width: 40%;
  }
}
.footer-slider .slick-dots li {
  width: 8px;
  margin-right: 8px;
  border-color: #fff;
  border-top-width: 8px;
}
@media (max-width: 767px) {
  .footer-slider .slick-dots li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer-slider .slick-dots li:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-slider .slick-dots li:nth-child(n+6) {
    display: none;
  }
}
.footer-slider .slick-dots .slick-active {
  width: 8px;
  margin-top: 25px;
  border-color: #00b98a;
  border-top-width: 8px;
}
@media (max-width: 767px) {
  .footer-slider .slick-dots .slick-active {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* =============================================================================
	Utils
/* ========================================================================== */
.btn {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
.btn:hover, .btn:active, .btn:focus {
  color: #fff;
  outline: none;
}

.btn-primary {
  font-size: 24px;
  line-height: 45px;
  width: 136px;
  height: 48px;
  letter-spacing: .1px;
  background-color: rgba(0, 162, 157, 0.85);
}

.btn-cs {
  width: 112px;
  height: 120px;
  -webkit-transition: background-color .366s ease;
  transition: background-color .366s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(35, 35, 35, 0.14);
}
.btn-cs .btn-cs-icon {
  position: relative;
  display: block;
  width: 29px;
  height: 38px;
  margin: 15px auto 22px auto;
  background-image: url("images/ico-arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-cs .btn-cs-icon:after {
  position: absolute;
  bottom: -10px;
  left: -9px;
  display: block;
  width: 48px;
  height: 1px;
  content: '';
  -webkit-transition: all .366s ease;
  transition: all .366s ease;
  background-color: #fff;
}
.btn-cs:hover {
  background-color: rgba(0, 162, 157, 0.85);
}

.btn-git {
  line-height: 48px;
  width: 112px;
  height: 48px;
  -webkit-transition: background-color .366s ease;
  transition: background-color .366s ease;
  background-color: #00b98a;
}
.btn-git:hover {
  background-color: #424445;
}

.btn-close {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  -webkit-transition: background-image .366s ease-out;
  transition: background-image .366s ease-out;
  background-color: transparent;
  background-image: url("images/ico-cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-close:hover {
  background-image: url("images/ico-cross-hover.svg");
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: visible;
  -webkit-transition: all .366s;
  transition: all .366s;
  opacity: 1;
}
.btn-play:before, .btn-play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transition: all .366s;
  transition: all .366s;
}
.btn-play:before {
  z-index: 5;
  width: 0;
  height: 0;
  -webkit-transform: translate(36%, -50%);
          transform: translate(36%, -50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
}
.btn-play:after {
  z-index: 4;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
  opacity: .8;
  border-radius: 50%;
  background-color: rgba(0, 162, 157, 0.85);
}

.btn-suitcase, .btn-arrow-up {
  font-size: 18px;
  font-weight: bold;
  width: 122px;
  height: 122px;
  text-align: center;
  letter-spacing: .5px;
  color: #949494;
  border: 1px solid #949494;
}
.btn-suitcase:hover, .btn-arrow-up:hover {
  color: currentColor;
}
.btn-suitcase .icon, .btn-arrow-up .icon {
  display: block;
  width: 40px;
  height: 35px;
  margin: 10px auto 5px auto;
  background-image: url("images/ico-suitcase.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-suitcase .text, .btn-arrow-up .text {
  display: inline-block;
}
.btn-suitcase .text:before, .btn-arrow-up .text:before {
  display: block;
  width: 48px;
  height: 1px;
  margin: 5px auto;
  content: '';
  background-color: #949494;
}
.btn-suitcase:hover, .btn-arrow-up:hover, .btn-suitcase:focus, .btn-arrow-up:focus {
  -webkit-transition: all .366s ease;
  transition: all .366s ease;
  border-color: #00b98a;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.55);
}
.btn-suitcase:hover .text, .btn-arrow-up:hover .text, .btn-suitcase:focus .text, .btn-arrow-up:focus .text {
  color: #00b98a;
}
.btn-suitcase:hover .text:before, .btn-arrow-up:hover .text:before, .btn-suitcase:focus .text:before, .btn-arrow-up:focus .text:before {
  background-color: #00b98a;
}
.btn-suitcase:hover .icon, .btn-arrow-up:hover .icon, .btn-suitcase:focus .icon, .btn-arrow-up:focus .icon {
  background-image: url("images/ico-suitcase-green.svg");
}

.btn-arrow-up .icon {
  background-image: url("images/ico-arrow-up.svg");
}
.btn-arrow-up:hover .icon {
  background-image: url("images/ico-arrow-up-green.svg");
}

.btn-go-back {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all .366s ease;
  transition: all .366s ease;
  letter-spacing: .4px;
  color: #949494;
}
.btn-go-back:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 14px;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("images/ico-arrow-back.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn-go-back:hover, .btn-go-back:focus {
  color: #00b98a;
}
.btn-go-back:hover:before, .btn-go-back:focus:before {
  background-image: url("images/ico-arrow-back-green.svg");
}

.load-more-posts {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-left: 1.5%;
  padding-right: 20px;
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #00b98a;
}
.load-more-posts:after {
  position: absolute;
  top: 4px;
  right: 2px;
  width: 10px;
  height: 14px;
  content: '';
  -webkit-transition: background-image .366s ease;
  transition: background-image .366s ease;
  background-image: url(./images/ico-arrow-green.png);
  background-size: cover;
}

.custom-scroll-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background-color: #202020;
  visibility: hidden;
}

.custom-scroll {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 8px;
  background-color: #00b98a;
  cursor: pointer;
}

.scroll-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 171px;
  z-index: 1;
  background-image: url("images/overlay-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.jump-to-link {
  display: inline-block;
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #00b98a;
  text-transform: uppercase;
  text-decoration: none;
}
.jump-to-link:hover, .jump-to-link:active, .jump-to-link:focus {
  -webkit-transition: color .166s ease;
  transition: color .166s ease;
  color: #424445;
}
.jump-to-link:hover:after, .jump-to-link:active:after, .jump-to-link:focus:after {
  background-image: url(images/ico-arrow.svg);
}
.jump-to-link:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(images/ico-arrow-green.svg);
  vertical-align: baseline;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 8px;
}

.instagram-link {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: -0.1px;
  color: #424445;
  text-decoration: none;
}
.instagram-link:before {
  content: '';
  width: 23px;
  height: 23px;
  background-image: url("images/ico-instagram.svg");
  display: inline-block;
  margin-right: 10px;
}
.instagram-link:hover {
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  color: #424445;
}

.wpcf7-form label {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  width: 100%;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #424445;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form .col-6 {
  display: inline-block;
  width: 47%;
  margin-right: 5.4%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .wpcf7-form .col-6 {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.wpcf7-form .col-6:nth-child(odd) {
  margin: 0;
}
.wpcf7-form input {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form input:not([type='submit']) {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 12px 10px;
  letter-spacing: .5px;
  color: #00b98a;
  background-color: #e2e3e4;
}
.wpcf7-form input[type='submit'] {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
  width: auto;
  padding: 12px 18px;
  -webkit-transition: background-color .366s ease;
  transition: background-color .366s ease;
  text-align: center;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #00a39c;
}
.wpcf7-form input[type='submit']:hover, .wpcf7-form input[type='submit']:focus {
  background-color: #424445;
}
.wpcf7-form label.btn-arrow-up {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  padding: 0 0;
  cursor: pointer;
  vertical-align: top;
}
.wpcf7-form label.btn-arrow-up .icon {
  width: 27px;
  height: 38px;
}
.wpcf7-form label.btn-arrow-up input[type='file'] {
  display: none;
}
.wpcf7-form label.btn-arrow-up .wpcf7-form-control-wrap {
  display: none;
}
.wpcf7-form div.wpcf7-response-output {
  display: none !important;
}
.wpcf7-form .submit-wrapper {
  text-align: right;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  letter-spacing: .3px;
  color: #f00;
}
.wpcf7-form .wpcf7-not-valid-tip:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: url("images/ico-cross-error.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lb-default {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(50, 53, 54, 0.8);
}
.lb-default .lb-content {
  position: absolute;
  top: 46%;
  padding: 66px 55px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lb-default p {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: .84;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1px;
  color: #424445;
}

.popout-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(32, 32, 32, 0.6);
}
.popout-overlay:after {
  content: '';
  display: table;
  clear: both;
}
.popout-overlay-fixed {
  position: fixed;
  overflow: hidden;
}

.page-hide {
  overflow: hidden;
}

.bl-popout, .con-popout {
  position: relative;
  float: right;
  overflow-y: auto;
  width: 33.2%;
  height: 100%;
  padding: 120px 3.9% 3.2%;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .bl-popout, .con-popout {
    width: 42%;
  }
}
.bl-popout.active, .active.con-popout {
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
  -webkit-animation: bl-slideInRight .2s forwards;
          animation: bl-slideInRight .2s forwards;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.bl-popout h2, .con-popout h2 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: .75;
  clear: both;
  margin-bottom: 43px;
  letter-spacing: -.1px;
  color: #424445;
}
.bl-popout p, .con-popout p {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 46px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #424445;
}
.bl-popout h5, .con-popout h5 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 24px 4px;
  text-transform: uppercase;
  color: #333535;
}
.bl-popout address, .con-popout address {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  margin: 0 0 53px 4px;
  letter-spacing: -.1px;
  color: #828282;
}
.bl-popout address a, .con-popout address a {
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  text-decoration: none;
  color: inherit;
}
.bl-popout address a:hover, .con-popout address a:hover {
  color: #00b98a;
}

.con-popout {
  z-index: 7;
  overflow: auto;
  width: 33.2%;
  height: 100%;
  min-height: calc(85vh - 56px);
  padding: 6vw 5% 3vw;
  -webkit-animation: bl-slideInRight .1s forwards;
  animation: bl-slideInRight .1s forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
@media (max-width: 1024px) {
  .con-popout {
    width: 100%;
    padding: 58px 20px 3.2%;
  }
}
.con-popout h2 {
  clear: both;
  margin-bottom: 45px;
}
.con-popout .btn-close {
  position: relative;
  z-index: 10;
  top: initial;
  right: initial;
  left: initial;
  float: right;
}
@media (max-width: 1024px) {
  .con-popout .btn-close {
    top: 3.5%;
    right: 5.5%;
  }
}
.con-popout .btn-close:before, .con-popout .btn-close:after {
  height: 1px;
}
.con-popout .btn-close:after {
  top: 0;
}
.con-popout form input:not([type='submit']),
.con-popout form textarea {
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  width: 100%;
  padding: 10px 10px;
  padding: 9px 12px;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #949494;
  border: 1px solid #949494;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}
.con-popout form .wpcf7-form-control-wrap {
  display: block;
}
.con-popout form textarea {
  max-height: 237px;
  resize: none;
}
.con-popout form label {
  display: block;
  margin-bottom: 18px;
}
.con-popout form p {
  margin: 0;
}
.con-popout form input[type='submit'] {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  float: right;
  margin-top: -4px;
  margin-bottom: 20px;
  padding: 15px 42px;
  -webkit-transition: background-color .366s ease;
  transition: background-color .366s ease;
  text-align: center;
  letter-spacing: .5px;
  color: #fff;
}
.con-popout form input[type='submit']:hover {
  background-color: #424445;
}

@-webkit-keyframes bl-slideInRight {
  from {
    visibility: visible;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bl-slideInRight {
  from {
    visibility: visible;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.download-form-buttons {
  position: absolute;
  z-index: 11;
  bottom: 8px;
  left: 8px;
  width: 112px;
}
@media (max-width: 1024px) {
  .download-form-buttons {
    position: absolute;
    z-index: 99;
    right: 40px;
    bottom: 44px;
    left: initial;
  }
}
@media (max-width: 767px) {
  .download-form-buttons {
    right: 20px;
    bottom: 50px;
  }
}
.download-form-buttons a {
  float: left;
}
.download-form-buttons .btn-cs {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .download-form-buttons .btn-cs {
    color: #d8d8d8;
    border-color: #d8d8d8;
    background-color: transparent;
  }
  .download-form-buttons .btn-cs .btn-cs-icon:after {
    background-color: #d8d8d8;
  }
}
.download-form-buttons.formats {
  z-index: 101;
}
.download-form-buttons.formats .btn-cs {
  color: #949494;
  border-color: #949494;
  background-color: transparent;
}
.download-form-buttons.formats .btn-cs:hover {
  color: #fff;
  background-color: rgba(0, 162, 157, 0.85);
  border-color: #fff;
}
.download-form-buttons.formats .btn-cs:hover .btn-cs-icon:after {
  background-color: #fff;
}
.download-form-buttons.formats .btn-cs-icon:after {
  background-color: #949494;
}

.download-form {
  position: absolute;
  z-index: 101;
  top: 0;
  right: -34.4%;
  overflow-y: auto;
  width: 34.4%;
  height: 100%;
  min-height: 100%;
  padding: 2% 2.8% .5% 2.8%;
  -webkit-transition: all .366s;
  transition: all .366s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  background-color: #fff;
}
@media (max-width: 767px) {
  .download-form {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .download-form {
    right: -46%;
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .download-form {
    right: -100%;
    width: 100%;
  }
}
.download-form.active {
  right: 0;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.download-form .btn-cs {
  font-size: 16px;
  width: auto;
  height: 98px;
  color: #949494;
  border: none;
  background-color: #fff;
}
.download-form .btn-cs .btn-cs-icon {
  margin: 15px 0 22px 9px;
}
.download-form .btn-cs .btn-cs-icon:after {
  bottom: -8px;
  background-color: #949494;
}
.download-form .btn-close {
  position: static !important;
  float: right;
  width: 35px;
  height: 35px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .download-form .btn-close {
    display: block !important;
  }
}
.download-form .submit-wrapper {
  position: relative;
}
.download-form .download-sm-icon {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 14px;
  width: 32px;
  height: 28px;
  background-image: url(./images/ico-download-form.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.download-form .wsf-title {
  font-size: 58px;
  line-height: 46px;
  margin-top: 26px;
  margin-bottom: 27px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.download-form .wsf-subtitle {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 38px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #323536;
}
.download-form .wsf-form {
  padding-right: 20.4%;
  padding-left: .5%;
}
.download-form .wsf-form .wpcf7-validation-errors {
  display: none !important;
}
.download-form .wpcf7-form input {
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 14px 4px 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #444;
  border: 1px solid #323536;
  border-radius: 0;
  outline: none;
  background: #fff;
  box-shadow: none;
}
.download-form .wpcf7-form input[type='submit'] {
  margin-bottom: 0;
  text-align: left;
  letter-spacing: .6px;
  color: #fff;
  border: none;
  background-color: #00b98a;
  box-shadow: 0 2px 10px 0 #bbb;
}
.download-form .wpcf7-form br {
  display: none;
}
.download-form .con-popout {
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 0;
}
.download-form .con-popout form input[type='submit'] {
  width: auto;
}
.download-form .con-popout .btn-close {
  top: 0;
}

.form-overlay {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0;
  background-color: #000;
}
@media (max-width: 1024px) {
  .form-overlay {
    display: none;
  }
}
.form-overlay.overlay-active {
  z-index: 100;
  visibility: visible;
  opacity: .3;
}

.video-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
@media (max-width: 1024px) {
  .video-popup {
    position: fixed;
    top: 56px;
  }
}
.video-popup .video-background {
  width: 100%;
  height: 100%;
}
.video-popup .btn-close {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 10;
}
.video-popup .btn-close:before, .video-popup .btn-close:after {
  top: 15px;
}

.preloader {
  position: absolute;
  z-index: 99;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  -webkit-animation: preloader 1.2s linear infinite;
          animation: preloader 1.2s linear infinite;
  border-radius: 50%;
  background-color: #00b98a;
}

@-webkit-keyframes preloader {
  0%,
    35% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .8;
  }
  20%,
    50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
}

@keyframes preloader {
  0%,
    35% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .8;
  }
  20%,
    50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
  }
}
/* =============================================================================
	Pages
/* ========================================================================== */
body.home {
  background-color: #202020;
}
@media (max-width: 1024px) {
  body.home {
    background-color: #fff;
  }
}

.page-home {
  min-height: calc(100vh - 54px);
  position: relative;
  color: #fff;
  overflow: hidden;
}

.ph-bg {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 1200px) {
  .ph-bg {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .ph-bg {
    position: static;
    height: 302px;
  }
}
.ph-bg.bg-youtube, .ph-bg.bg-vimeo {
  height: 0;
  padding-bottom: 56.25%;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1200px) {
  .ph-bg.bg-youtube, .ph-bg.bg-vimeo {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 1024px) {
  .ph-bg.bg-youtube, .ph-bg.bg-vimeo {
    height: 100%;
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 767px) {
  .ph-bg.bg-youtube, .ph-bg.bg-vimeo {
    height: 302px;
  }
}
.ph-bg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .ph-bg iframe {
    display: none;
  }
}

.ph-content {
  float: left;
  max-width: 50%;
  padding-top: 9%;
  padding-left: 4.7%;
}
@media (max-width: 1200px) {
  .ph-content {
    padding-top: 12%;
    padding-left: 6.3%;
  }
}
@media (max-width: 1024px) {
  .ph-content {
    max-width: initial;
    width: 100%;
    padding-top: 9%;
    padding-left: 8.3%;
  }
}
@media (max-width: 767px) {
  .ph-content {
    color: #323536;
    padding-top: 6.2%;
  }
}
.ph-content h5 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.4px;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .ph-content h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ph-content h5 {
    color: #949494;
    margin-bottom: 5px;
  }
}
.ph-content h2 {
  color: #fff;
  font-size: 72px;
  line-height: 56px;
  letter-spacing: -0.1px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .ph-content h2 {
    font-size: 60px;
    line-height: 46px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .ph-content h2 {
    color: #424445;
  }
}
.ph-content h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .ph-content h4 {
    width: 45%;
  }
  .ph-content h4 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .ph-content h4 {
    width: 100%;
    color: #949494;
  }
}

.ph-features {
  float: right;
  max-width: 50%;
  margin-bottom: 100px;
  padding-top: 9%;
  padding-right: 86px;
}
@media (max-width: 1200px) {
  .ph-features {
    margin-bottom: 50px;
    padding-top: 12%;
    padding-right: 6.2%;
  }
}
@media (max-width: 1024px) {
  .ph-features {
    float: left;
    max-width: initial;
    margin-bottom: 30px;
    padding-top: 6.7%;
    padding-right: 0;
    padding-left: 5.7%;
  }
}
@media (max-width: 767px) {
  .ph-features {
    width: 100%;
    margin-bottom: 42px;
    padding-top: 16.7%;
    padding-right: 7%;
    padding-left: 7%;
  }
}
.ph-features h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: .6px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .ph-features h3 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .ph-features h3 {
    color: #323536;
  }
}

.ph-feature-card {
  font-size: 24px;
  font-weight: bold;
  line-height: 126px;
  position: relative;
  display: block;
  width: 216px;
  height: 128px;
  margin-bottom: 16px;
  margin-left: auto;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.63);
}
@media (max-width: 1024px) {
  .ph-feature-card {
    float: left;
  }
  .ph-feature-card:not(:first-of-type) {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .ph-feature-card {
    line-height: 170px;
    width: 100%;
    height: 170px;
    margin-bottom: 25px;
    box-shadow: none;
  }
  .ph-feature-card:not(:first-of-type) {
    margin-left: 0;
  }
}
.ph-feature-card:hover, .ph-feature-card.active {
  z-index: 11;
  color: #fff;
  box-shadow: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.23);
}
@media (min-width: 768px) {
  .ph-feature-card:hover, .ph-feature-card.active {
    background: none !important;
  }
}
.ph-feature-card:hover .ph-feature-card-default, .ph-feature-card.active .ph-feature-card-default {
  display: none;
}
@media (max-width: 767px) {
  .ph-feature-card:hover .ph-feature-card-default, .ph-feature-card.active .ph-feature-card-default {
    display: block;
  }
}
.ph-feature-card:hover .ph-feature-card-hover, .ph-feature-card.active .ph-feature-card-hover {
  display: block;
}
@media (max-width: 767px) {
  .ph-feature-card:hover .ph-feature-card-hover, .ph-feature-card.active .ph-feature-card-hover {
    display: none;
  }
}
.ph-feature-card:hover + div, .ph-feature-card.active + div {
  z-index: 10;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ph-feature-card:hover + div, .ph-feature-card.active + div {
    display: none;
  }
}
.ph-feature-card:hover + div .ph-feature-rollover-content, .ph-feature-card.active + div .ph-feature-rollover-content {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.ph-feature-card:before {
  position: absolute;
  top: 12%;
  left: 8%;
  width: 84%;
  height: 75%;
  content: '';
  border: 1px solid #fff;
}
.ph-feature-card .ph-feature-card-hover {
  display: none;
  color: #fff;
}

.ph-feature-card-default {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.ph-feature-rollover {
  position: absolute;
  z-index: -10;
  right: 61px;
  bottom: 116px;
  visibility: hidden;
  width: 216px;
  height: 128px;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .ph-feature-rollover {
    display: none;
  }
}

.ph-feature-rollover-content {
  display: inline-block;
  max-width: 38%;
  padding-top: 9%;
  padding-left: 4.8%;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
@media (max-width: 1024px) {
  .ph-feature-rollover-content {
    max-width: 70%;
  }
}

.ph-feature-headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}
.ph-feature-headline a {
  text-decoration: none;
  color: #fff;
}
.ph-feature-headline time {
  display: inline-block;
  padding-left: 4px;
  color: #323536;
}

.ph-feature-title {
  font-size: 72px;
  line-height: 56px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #fff;
}

.page-working {
  position: relative;
  z-index: 0;
  margin-bottom: calc(100vh - 56px);
}
@media (max-width: 1024px) {
  .page-working {
    margin-bottom: 0vh;
  }
}

.working-landing {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .working-landing {
    position: static;
  }
}
.working-landing .content-col {
  min-height: calc(100vh - 56px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .working-landing .content-col {
    min-height: 0vh;
  }
}
.working-landing .working-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 30px 4% 30px 2.8%;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .working-landing .working-intro {
    display: block;
    width: 100%;
    min-height: 40vh;
    padding: 80px 4% 80px 2.8%;
  }
}
@media (max-width: 767px) {
  .working-landing .working-intro {
    min-height: 30vh;
    padding: 40px 20px;
  }
}
.working-landing .working-intro.zoom-out .working-intro-inner {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.working-landing .working-intro.move-away {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.working-landing .working-intro.move-away .working-intro-inner {
  -webkit-transform: translateX(-100%) scale(0.65);
          transform: translateX(-100%) scale(0.65);
}
.working-landing .working-intro h2 {
  font-size: 58px;
  line-height: 47px;
  margin-top: auto;
  margin-bottom: .75em;
  letter-spacing: .4px;
}
@media (max-width: 767px) {
  .working-landing .working-intro h2 {
    font-size: 46px;
    line-height: 38px;
  }
}
.working-landing .working-intro p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  width: 100%;
  margin-bottom: auto;
  letter-spacing: .9px;
}
.working-landing .working-intro-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.working-landing .working-page-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
}
@media (max-width: 1024px) {
  .working-landing .working-page-cards {
    width: 100%;
    min-height: calc(60vh - 56px);
  }
}
@media (max-width: 767px) {
  .working-landing .working-page-cards {
    display: block;
  }
}
.working-landing .working-page-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.9%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .working-landing .working-page-card {
    background-position: center 30%;
  }
}
@media (max-width: 1200px) {
  .working-landing .working-page-card {
    background-position: center top;
  }
}
@media (max-width: 1024px) {
  .working-landing .working-page-card {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .working-landing .working-page-card {
    width: 100%;
    height: 300px;
  }
}
.working-landing .working-page-card:hover {
  cursor: pointer;
}
.working-landing .working-page-card.zoom-out {
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}
.working-landing .working-page-card.move-away {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transform: scale(0.8) translateY(100%);
          transform: scale(0.8) translateY(100%);
}
.working-landing .working-page-card.current-card {
  z-index: -10;
  visibility: hidden;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}
.working-landing .working-page-card:last-child {
  width: 49.85%;
  margin-left: .25%;
}
@media (max-width: 767px) {
  .working-landing .working-page-card:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.working-landing .working-page-card:last-child.move-away {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.working-landing .working-page-card-overlay {
  position: absolute;
  z-index: -1;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}
@media (max-width: 1024px) {
  .working-landing .working-page-card-overlay {
    display: none;
  }
}
.working-landing .working-page-card-overlay.active {
  z-index: 3;
  visibility: visible;
  opacity: 0.95;
}
.working-landing .working-page-title {
  font-size: 60px;
  line-height: .85;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.working-landing .working-page-cta {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: .85;
  padding: 0 10%;
  text-align: center;
  letter-spacing: .9px;
  color: #fff;
}
.working-landing .zoom-in {
  z-index: 4;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.working-subpage {
  position: relative;
  display: none;
  overflow: hidden;
  min-height: calc(100vh - 56px);
}
@media (max-width: 1365px) {
  .working-subpage {
    min-height: calc(87vh - 56px);
  }
}
@media (max-width: 1024px) {
  .working-subpage {
    min-height: calc(100vh - 56px);
  }
}
.working-subpage:after {
  content: '';
  display: table;
  clear: both;
}
.working-subpage.active {
  display: block;
}
@media (max-width: 1024px) {
  .working-subpage.active.hidden-img .working-subpage-image {
    height: 0;
  }
}
.working-subpage.active.hidden-img .ws-nav-mobile-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.working-subpage.active-onload {
  display: block;
}
.working-subpage.active-onload .working-subpage-nav {
  left: 0;
}
.working-subpage.active-onload .working-subpage-content {
  right: 0;
}
.working-subpage .download-form-buttons {
  position: fixed;
}
@media (max-width: 1024px) {
  .working-subpage .download-form-buttons {
    position: absolute !important;
  }
}
.working-subpage .download-form {
  overflow-y: auto;
}
.working-subpage .con-popout {
  overflow: initial;
  padding: 2vw 5% 2vw;
}
.working-subpage .lb-default {
  position: absolute;
}

.working-subpage-nav {
  position: absolute;
  z-index: 11;
  top: 20vw;
  left: -100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .working-subpage-nav {
    display: none;
  }
}
.working-subpage-nav ul {
  list-style-type: none;
}
.working-subpage-nav li {
  padding-bottom: 10px;
}
.working-subpage-nav a {
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}
.working-subpage-nav a.active {
  font-size: 18px;
  color: #00b98a;
}
.working-subpage-nav a.active:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 12px;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
}
.working-subpage-nav a:hover {
  color: #00b98a;
}
.working-subpage-nav a:hover:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 12px;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
}
.working-subpage-nav.gray a:not(.active) {
  color: #949494;
}

.working-subpage-image {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0s;
  transition: all 0s;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .working-subpage-image {
    position: static;
    display: none;
    float: left;
    height: 37.5vh;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .working-subpage-image {
    height: 50.5vh;
  }
}
.working-subpage-image.active {
  top: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 1024px) {
  .working-subpage-image.active {
    display: block;
  }
}
.working-subpage-image.move-out {
  top: -100%;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.working-subpage-image.video-bg {
  visibility: hidden;
  height: 0;
  min-height: 100%;
  padding-bottom: 56.25%;
  opacity: 0;
}
@media (max-width: 1024px) {
  .working-subpage-image.video-bg {
    visibility: visible;
    height: 37.5vh;
    min-height: initial;
    padding-bottom: 0;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .working-subpage-image.video-bg {
    height: 50.5vh;
  }
}
.working-subpage-image iframe {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.working-subpage-content {
  position: relative;
  z-index: 9;
  right: -100%;
  float: right;
  width: 34.4%;
  height: 100%;
  min-height: calc(100vh - 56px);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(35, 35, 35, 0.14);
}
@media (max-width: 1200px) {
  .working-subpage-content {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .working-subpage-content {
    display: block;
    width: 100%;
    min-height: calc(62.5vh - 56px);
    padding: 1.5% 32% 10.5% 5%;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .working-subpage-content {
    min-height: calc(49.5vh - 286px);
    padding: 1.5% 7.5% 10.5% 7.5%;
    padding-bottom: 230px;
  }
}
.working-subpage-content.opaque {
  background-color: #ededed;
}
.working-subpage-content.opaque .ws-headings h3,
.working-subpage-content.opaque .ws-headings h4 {
  color: #424445;
}
.working-subpage-content.opaque .ws-slide,
.working-subpage-content.opaque .ws-slides-nav,
.working-subpage-content.opaque .wss-nav-pages,
.working-subpage-content.opaque .ws-slides-nav .wss-nav-arrows a {
  color: #424445;
}
.working-subpage-content.move-out {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.working-subpage-content.hidden-bottom {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
@media (max-width: 1024px) {
  .working-subpage-content.hidden-bottom {
    -webkit-transform: none;
            transform: none;
  }
}

.ws-nav-mobile-top {
  font-size: 16px;
  line-height: 1;
  display: none;
  float: left;
  width: 100%;
  padding: 4.75% 30% 2.25% 5%;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .ws-nav-mobile-top {
    display: block;
    padding: 45px 30% 45px 5%;
  }
}
@media (max-width: 767px) {
  .ws-nav-mobile-top {
    padding: 45px 1% 45px 7.5%;
  }
}
.ws-nav-mobile-top ul {
  list-style-type: none;
}
.ws-nav-mobile-top li {
  font-weight: bold;
  display: none;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #949494;
}
.ws-nav-mobile-top li.active {
  display: block;
}
.ws-nav-mobile-top li .current {
  color: #00b98a;
}
.ws-nav-mobile-top a {
  text-decoration: none;
  color: #949494;
}

.ws-nav-mobile-bottom {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  display: none;
  padding: 4.75% 30% 2.25% 5%;
}
@media (max-width: 1024px) {
  .ws-nav-mobile-bottom {
    z-index: 99;
    display: block;
  }
}
@media (max-width: 1024px) {
  .ws-nav-mobile-bottom {
    bottom: 14px;
  }
}
.ws-nav-mobile-bottom ul {
  list-style-type: none;
}
.ws-nav-mobile-bottom li {
  font-weight: bold;
  display: none;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #949494;
}
.ws-nav-mobile-bottom li.active {
  display: block;
}
.ws-nav-mobile-bottom a {
  text-decoration: none;
  color: #00b98a;
}

.ws-content-inner {
  position: absolute;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
@media (max-width: 1024px) {
  .ws-content-inner {
    float: left;
    width: 100%;
  }
}
.ws-content-inner.active {
  position: static;
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.ws-content-inner.active .ws-headings h3,
.ws-content-inner.active .ws-headings h4 {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.ws-content-inner.active .ws-slide.slick-current {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.ws-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8% 8% 1.7% 8%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .ws-headings {
    display: block;
    padding: 0;
  }
}
.ws-headings h3,
.ws-headings h4 {
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .ws-headings h3,
  .ws-headings h4 {
    color: #323536;
  }
}
@media (max-width: 767px) {
  .ws-headings h3 br,
  .ws-headings h4 br {
    display: none;
  }
}
.ws-headings h3 {
  font-size: 60px;
  line-height: .78;
  letter-spacing: .4px;
}
.ws-headings h3.right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.ws-headings h3.top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.ws-headings h4 {
  font-size: 38px;
  font-weight: normal;
  line-height: 35px;
  margin-top: 20px;
}
.ws-headings h4.left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.ws-headings span {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ws-headings span {
    width: 100%;
  }
}

.ws-slides {
  padding: 0 8% 0 8.5%;
}
.ws-slides:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .ws-slides {
    padding: 0;
  }
}

.slick-dots {
  font-size: 0;
  position: absolute;
  top: 0;
  list-style-type: none;
  background-color: transparent;
}
.slick-dots li {
  float: left;
  width: 80px;
  height: 15px;
  margin: 25px 8px 30px 0;
  cursor: pointer;
  border-top: 2px solid #d8d8d8;
}
.slick-dots li.slick-active {
  margin-top: 24px;
  border-top: 4px solid #00b98a;
}
.slick-dots button {
  display: none;
}
.slick-dots.one-dot {
  top: inherit;
}

.ws-slider {
  float: left;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .ws-slider {
    float: none;
  }
}

.ws-slider {
  float: left;
  overflow: hidden;
  width: 100%;
}

.ws-slide {
  -webkit-transition: all 0s;
  transition: all 0s;
  color: #fff;
  outline: 0;
}
@media (max-width: 1024px) {
  .ws-slide {
    color: #323536;
  }
}
.ws-slide.left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.ws-slide.right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.ws-slide.bottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.ws-slide p,
.ws-slide ul,
.ws-slide ol {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 21px;
}
.ws-slide p:last-child,
.ws-slide ul:last-child,
.ws-slide ol:last-child {
  margin-bottom: 0;
}
.ws-slide ul {
  padding-left: 1.5em;
  list-style-type: none;
}
.ws-slide ul li {
  position: relative;
}
.ws-slide ul li:before {
  position: absolute;
  top: 10px;
  left: -15px;
  display: inline-block;
  width: 8px;
  height: 4px;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00b98a;
}
.ws-slide h5 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: .6px;
}

.slick-list {
  overflow: visible;
}

.ws-slides-nav {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 3%;
  width: 100%;
  padding: 0 8.9%;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
}
.ws-slides-nav:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .ws-slides-nav {
    display: none;
  }
}
.ws-slides-nav .wss-nav-pages {
  float: left;
}
.ws-slides-nav .wss-nav-pages span {
  color: #00b98a;
}
.ws-slides-nav .wss-nav-arrows {
  float: right;
}
.ws-slides-nav .wss-nav-arrows a {
  -webkit-transition: all .366s ease;
  transition: all .366s ease;
  text-decoration: none;
  color: #fff;
}
.ws-slides-nav .wss-nav-arrows a:hover {
  color: #00b98a;
}

.page-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 140px;
  padding: 20px 0 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  background-repeat: no-repeat;
  background-size: 0;
}
@media (max-width: 1024px) {
  .page-media {
    z-index: 10;
    top: 56px;
    right: 0;
    bottom: initial;
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .page-media {
    padding: 57px 16px 0;
  }
}
.page-media.active {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-media.active .ma-box-center .ma-slider-outer {
  -webkit-transition-delay: 0.166s;
          transition-delay: 0.166s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-media.active .ma-icons-wrapper .icon-box {
  -webkit-transition-delay: 0.186s;
          transition-delay: 0.186s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-media.active .ma-box-center-bottom .ma-icons-wrapper {
  -webkit-transition-delay: 0.206s;
          transition-delay: 0.206s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-media.active .ma-box-left {
  -webkit-transition-delay: 0.206s;
          transition-delay: 0.206s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-media.active .ma-box-right {
  -webkit-transition-delay: 0.206s;
          transition-delay: 0.206s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-media.active .ma-box-center .text-wrapper {
  -webkit-transition-delay: 0.206s;
          transition-delay: 0.206s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-media.move-out {
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
  -webkit-transform: translate3d(0, -200%, 0);
          transform: translate3d(0, -200%, 0);
}

.ma-main {
  padding: 0 10px;
}
@media (max-width: 1365px) {
  .ma-main {
    padding: 0 67px 0 30px;
  }
}
@media (max-width: 1024px) {
  .ma-main {
    padding: 0 10px;
  }
}

.ma-top {
  padding-top: 18px;
  padding-bottom: 15px;
  padding-left: 8.8%;
  text-align: center;
  text-align: left;
}
@media (max-width: 1365px) {
  .ma-top {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9.8%;
  }
}
@media (max-width: 767px) {
  .ma-top {
    text-align: left;
  }
}
.ma-top h2 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: .94;
  margin-bottom: 12px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .ma-top h2 {
    margin-bottom: 15px;
  }
}

.ma-intro-text {
  padding-left: .5%;
}
.ma-intro-text p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  display: block;
  margin-bottom: 22px;
  color: #fff;
}
@media (max-width: 1024px) {
  .ma-intro-text p {
    margin-bottom: 45px;
  }
}

@media (max-width: 1024px) {
  .ma-content {
    max-width: 730px;
    margin: 0 auto;
  }
}

.ma-wrapper-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.ma-wrapper-box:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .ma-wrapper-box {
    display: block;
  }
}
.ma-wrapper-box .box-arrow {
  position: relative;
  width: 64%;
  padding-top: 7px;
  text-align: right;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  .ma-wrapper-box .box-arrow {
    width: auto;
    padding-bottom: 50px;
  }
}
.ma-wrapper-box .box-arrow img {
  position: absolute;
  display: inline-block;
}
@media (max-width: 767px) {
  .ma-wrapper-box .box-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.ma-wrapper-box .box-arrow-top {
  margin: 16px 0 0 auto;
  border: 1px dashed #fff;
  border-right: 0;
  border-bottom: 0;
  border-radius: 36px 0 0;
}
@media (max-width: 1365px) {
  .ma-wrapper-box .box-arrow-top {
    margin: 8px 0 0 auto;
  }
}
@media (max-width: 1024px) {
  .ma-wrapper-box .box-arrow-top {
    margin: 16px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .ma-wrapper-box .box-arrow-top {
    margin-bottom: 16px;
  }
}
.ma-wrapper-box .box-arrow-top img {
  top: -7px;
  right: 18px;
}
@media (max-width: 1024px) {
  .ma-wrapper-box .box-arrow-top img {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .ma-wrapper-box .box-arrow-top img {
    top: initial;
    right: initial;
    bottom: -7px;
    left: -5px;
  }
}
.ma-wrapper-box .box-arrow-bottom {
  margin: 16px 0 16px auto;
  border: 1px dashed #fff;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 36px;
}
@media (max-width: 1365px) {
  .ma-wrapper-box .box-arrow-bottom {
    margin: 2px 0 24px auto;
  }
}
@media (max-width: 1024px) {
  .ma-wrapper-box .box-arrow-bottom {
    margin: 16px 0 16px auto;
  }
}
@media (max-width: 767px) {
  .ma-wrapper-box .box-arrow-bottom {
    margin-bottom: 16px;
    border: 1px dashed #fff;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 36px 0 0;
  }
}
.ma-wrapper-box .box-arrow-bottom img {
  right: 18px;
  bottom: -7px;
}
@media (max-width: 1024px) {
  .ma-wrapper-box .box-arrow-bottom img {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .ma-wrapper-box .box-arrow-bottom img {
    right: -5px;
    bottom: -7px;
  }
}

.ma-box-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 9.3%;
  -webkit-transition: -webkit-transform 0.326s ease-in-out;
  transition: -webkit-transform 0.326s ease-in-out;
  transition: transform 0.326s ease-in-out;
  transition: transform 0.326s ease-in-out, -webkit-transform 0.326s ease-in-out;
  -webkit-transform: translate3d(0, 120px, 0);
          transform: translate3d(0, 120px, 0);
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media (max-width: 1365px) {
  .ma-box-left {
    width: 10%;
  }
}
@media (max-width: 1024px) {
  .ma-box-left {
    width: 9.3%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .ma-box-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: 100%;
    -ms-flex-direction: row;
    -ms-flex-align: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

.ma-box-left-content {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-weight: bold;
  margin: 4% 0;
  padding-left: 5px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .ma-box-left-content {
    padding: 0;
    text-align: center;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
}
.ma-box-left-content h2 {
  font-family: inherit;
  font-size: 7.3vw;
  font-weight: inherit;
  line-height: 6vw;
  margin-bottom: 0;
  letter-spacing: inherit;
  color: inherit;
}
@media (max-width: 1365px) {
  .ma-box-left-content h2 {
    line-height: 4vw;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .ma-box-left-content h2 {
    font-size: 8.3vw;
    line-height: 7vw;
  }
}
@media (max-width: 767px) {
  .ma-box-left-content h2 {
    font-size: calc(0vw + 80px);
    line-height: calc(0vw + 64px);
  }
}
.ma-box-left-content h3 {
  font-family: inherit;
  font-size: 2.2vw;
  font-weight: inherit;
  line-height: 2vw;
  margin-bottom: 0;
  letter-spacing: inherit;
  color: inherit;
}
@media (max-width: 1024px) {
  .ma-box-left-content h3 {
    font-size: 2.6vw;
    line-height: 2.6vw;
  }
}
@media (max-width: 767px) {
  .ma-box-left-content h3 {
    font-size: calc(0vw + 24px);
    line-height: calc(0vw + 30px);
  }
}
.ma-box-left-content h5 {
  font-family: inherit;
  font-size: 1.6vw;
  font-weight: inherit;
  line-height: 1.4vw;
  margin-bottom: 0;
  letter-spacing: inherit;
  color: inherit;
}
@media (max-width: 1024px) {
  .ma-box-left-content h5 {
    font-size: 2vw;
    line-height: 2vw;
  }
}
@media (max-width: 767px) {
  .ma-box-left-content h5 {
    font-size: calc(0vw + 18px);
    line-height: calc(0vw + 16px);
  }
}

.ma-box-center {
  position: relative;
  width: 79.2%;
}
.ma-box-center:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1365px) {
  .ma-box-center {
    width: 78%;
  }
}
@media (max-width: 1024px) {
  .ma-box-center {
    width: 79.2%;
  }
}
@media (max-width: 767px) {
  .ma-box-center {
    width: 100%;
  }
}
.ma-box-center .ma-box-headline {
  font-size: 28px;
  font-weight: bold;
  line-height: .86;
  position: absolute;
  left: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.366s ease;
  transition: opacity 0.366s ease;
  letter-spacing: .2px;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
}
@media (max-width: 1365px) {
  .ma-box-center .ma-box-headline {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ma-box-center .ma-box-headline {
    display: block;
  }
}
@media (max-width: 767px) {
  .ma-box-center .ma-box-headline {
    display: none;
  }
}
.ma-box-center .ma-box-headline.text-box-hover {
  opacity: 1;
  color: #fff;
  background-color: transparent;
}
.ma-box-center .ma-box-headline-upper {
  bottom: 100%;
}
.ma-box-center .ma-box-headline-lower {
  top: 100%;
}
.ma-box-center .text-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 6.8%;
  margin: 0 2px 2px 0;
  -webkit-transition: -webkit-transform 0.166s ease-in-out;
  transition: -webkit-transform 0.166s ease-in-out;
  transition: transform 0.166s ease-in-out;
  transition: transform 0.166s ease-in-out, -webkit-transform 0.166s ease-in-out;
  -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0);
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media (max-width: 1365px) {
  .ma-box-center .text-wrapper {
    width: 5%;
  }
}
@media (max-width: 1024px) {
  .ma-box-center .text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 34.8%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -ms-flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ma-box-center .text-wrapper {
    width: 100%;
    margin: 0;
  }
}
.ma-box-center .text-box {
  font-size: 2.1vw;
  font-weight: bold;
  line-height: .86;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  min-height: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.366s ease, color 0.366s ease;
  transition: background-color 0.366s ease, color 0.366s ease;
  text-decoration: none;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.ma-box-center .text-box:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .ma-box-center .text-box {
    font-size: 3.6vw;
  }
}
@media (max-width: 767px) {
  .ma-box-center .text-box {
    font-size: calc(0vw + 28px);
    display: block;
  }
}
.ma-box-center .text-box .inner-wrapper {
  position: relative;
  padding: 11px 14px;
}
@media (max-width: 1365px) {
  .ma-box-center .text-box .inner-wrapper {
    padding: 11px 2px 11px 7px;
  }
}
@media (max-width: 767px) {
  .ma-box-center .text-box .inner-wrapper {
    padding: 9px 48px 14px 14px;
  }
  .ma-box-center .text-box .inner-wrapper:after, .ma-box-center .text-box .inner-wrapper:before {
    position: absolute;
    top: 23px;
    right: 22px;
    width: 16px;
    height: 2px;
    content: '';
    background-color: #fff;
  }
  .ma-box-center .text-box .inner-wrapper:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.ma-box-center .text-box sup {
  font-size: 1vw;
  top: -10px;
  left: 3px;
}
@media (max-width: 767px) {
  .ma-box-center .text-box sup {
    font-size: calc(0vw + 14px);
  }
}
.ma-box-center .text-box .hidden-info {
  font-size: 1.1vw;
  font-weight: bold;
  line-height: .94;
  display: block;
  -webkit-transition: opacity 0.366s ease;
  transition: opacity 0.366s ease;
  letter-spacing: .4px;
  opacity: 0;
  color: #00b98a;
}
@media (max-width: 1024px) {
  .ma-box-center .text-box .hidden-info {
    font-size: 2.1vw;
  }
}
@media (max-width: 767px) {
  .ma-box-center .text-box .hidden-info {
    display: none;
  }
}
.ma-box-center .text-box:hover, .ma-box-center .text-box:focus {
  color: #323536;
  background-color: #fff;
}
.ma-box-center .text-box:hover .hidden-info, .ma-box-center .text-box:focus .hidden-info {
  opacity: 1;
  color: #00b98a;
}
.ma-box-center .text-box:hover .text-box-half:first-child, .ma-box-center .text-box:focus .text-box-half:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .ma-box-center .text-box:hover .text-box-half:first-child, .ma-box-center .text-box:focus .text-box-half:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
}
.ma-box-center .text-box:hover .text-box-half .text-box-small, .ma-box-center .text-box:focus .text-box-half .text-box-small {
  color: #323536;
}
.ma-box-center .text-box:hover .text-box-half .text-box-small:first-child, .ma-box-center .text-box:focus .text-box-half .text-box-small:first-child {
  border-bottom: 1px solid transparent;
}
.ma-box-center .text-box-half {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 50%;
  min-height: 100%;
  -webkit-transition: background-color 0.366s ease, border-color 0.366s ease;
  transition: background-color 0.366s ease, border-color 0.366s ease;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media (max-width: 767px) {
  .ma-box-center .text-box-half {
    width: 100%;
  }
}
.ma-box-center .text-box-half:first-child {
  width: calc(50% - 1px);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .ma-box-center .text-box-half:first-child {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.ma-box-center .text-box-half:last-child .text-box-small:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .ma-box-center .text-box-half:last-child .text-box-small:first-child {
    border-bottom: 1px solid transparent;
  }
}
.ma-box-center .text-box .text-box-small {
  font-size: 1.1vw;
  font-weight: bold;
  line-height: 1.1vw;
  -webkit-transition: background-color 0.366s ease, color 0.366s ease, border-color 0.366s ease;
  transition: background-color 0.366s ease, color 0.366s ease, border-color 0.366s ease;
  letter-spacing: .4px;
  color: #fff;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .ma-box-center .text-box .text-box-small {
    font-size: 2.1vw;
    line-height: 2.1vw;
  }
}
@media (max-width: 767px) {
  .ma-box-center .text-box .text-box-small {
    font-size: calc(0vw + 16px);
    line-height: calc(0vw + 16px);
  }
}
@media (max-width: 767px) {
  .ma-box-center .text-box .text-box-small .inner-wrapper:before, .ma-box-center .text-box .text-box-small .inner-wrapper:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ma-box-center .text-box .text-box-small.xs-hidden {
    display: none;
  }
}
.ma-box-center .text-box-hover {
  -webkit-transition: background-color 0.366s ease, color 0.366s ease;
  transition: background-color 0.366s ease, color 0.366s ease;
  color: #323536;
  background-color: #fff;
}
.ma-box-center .text-box-hover .inner-wrapper:before, .ma-box-center .text-box-hover .inner-wrapper:after {
  background-color: #323536;
}
.ma-box-center .text-box-hover .hidden-info {
  opacity: 1;
  color: #00b98a;
}
.ma-box-center .text-box-hover .text-box-half:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .ma-box-center .text-box-hover .text-box-half:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
}
.ma-box-center .text-box-hover .text-box-half:last-child .text-box-small {
  color: #323536;
}
.ma-box-center .text-box-hover .text-box-half:last-child .text-box-small:first-child {
  border-bottom: 1px solid trasparent;
}
@media (max-width: 767px) {
  .ma-box-center .text-box-hover .text-box-half:last-child .text-box-small:first-child {
    border-right: 0;
  }
}
.ma-box-center .ma-slider-outer {
  position: relative;
  float: left;
  overflow: hidden;
  width: calc(73.2% - 2px);
  margin-bottom: 2px;
  -webkit-transition: -webkit-transform 0.346s ease-in-out;
  transition: -webkit-transform 0.346s ease-in-out;
  transition: transform 0.346s ease-in-out;
  transition: transform 0.346s ease-in-out, -webkit-transform 0.346s ease-in-out;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .ma-box-center .ma-slider-outer {
    width: calc(65.2% - 2px);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .ma-box-center .ma-slider-outer {
    width: 100%;
    margin-bottom: 0;
  }
}
.ma-box-center .slider-wrapper .slick-list {
  overflow: hidden;
}
.ma-box-center .slider-wrapper .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 47px;
  height: 47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  border: 0;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ma-box-center .slider-wrapper .slick-arrow:after {
  position: absolute;
  width: 8px;
  height: 15px;
  content: '';
  background-image: url(./images/ico-arrow-big.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ma-box-center .slider-wrapper .slick-next {
  left: 0;
}
.ma-box-center .slider-wrapper .slick-next:after {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}
.ma-box-center .slider-wrapper .slick-prev {
  right: 0;
}
.ma-box-center .slider-wrapper .ma-slide-item {
  width: 99px;
}
@media (max-width: 1024px) {
  .ma-box-center .slider-wrapper .ma-slide-item {
    width: 100%;
  }
}
.ma-box-center .slider-wrapper .ma-slide-item.slick-center {
  position: relative;
  z-index: 1;
}
.ma-box-center .slider-wrapper .ma-slide-item.slick-center .ma-slide {
  width: calc(100% + 300px);
  max-width: initial;
  -webkit-transform: translate(-150px, 0px);
          transform: translate(-150px, 0px);
  opacity: 1;
}
@media (max-width: 1365px) {
  .ma-box-center .slider-wrapper .ma-slide-item.slick-center .ma-slide {
    width: calc(100% + 205px);
    -webkit-transform: translate(-106px, 0px);
            transform: translate(-106px, 0px);
  }
}
@media (max-width: 1024px) {
  .ma-box-center .slider-wrapper .ma-slide-item.slick-center .ma-slide {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.ma-box-center .slider-wrapper .ma-slide-item.slick-center .ma-slide-wrapper {
  opacity: 1;
}
.ma-box-center .slider-wrapper .ma-slide-item.slick-center h3 {
  opacity: 1;
}
.ma-box-center .slider-wrapper .ma-slide {
  position: relative;
  width: 100%;
  height: inherit;
  min-height: 241px;
  padding: 50px;
  -webkit-transition: opacity 0.366s ease, width 0.366s ease;
  transition: opacity 0.366s ease, width 0.366s ease;
  opacity: .2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1365px) {
  .ma-box-center .slider-wrapper .ma-slide {
    height: 145px;
    min-height: initial;
  }
}
@media (max-width: 1024px) {
  .ma-box-center .slider-wrapper .ma-slide {
    width: 374px;
  }
}
@media (max-width: 1024px) {
  .ma-box-center .slider-wrapper .ma-slide {
    width: 280px;
  }
}

.ma-slide-wrapper {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 380px;
  padding: 0 8px;
  -webkit-transition: opacity 0.366s ease;
  transition: opacity 0.366s ease;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  border: 1px solid #fff;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media (max-width: 1365px) {
  .ma-slide-wrapper {
    width: 322.6px;
  }
}
@media (max-width: 1024px) {
  .ma-slide-wrapper {
    right: 10px;
    left: 10px;
    width: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.ma-slide-wrapper h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: .63;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 10px;
  margin-bottom: 11px;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
}
.ma-slide-wrapper .active {
  opacity: 1;
}

.ma-box-center-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media (max-width: 767px) {
  .ma-box-center-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
}
.ma-box-center-top .hidden-info {
  padding-top: 18px;
}

.ma-box-center-middle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.ma-box-center-middle:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .ma-box-center-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
}

.ma-box-center-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.ma-box-center-bottom:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .ma-box-center-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
}
.ma-box-center-bottom .ma-icons-wrapper {
  -webkit-transition: -webkit-transform 0.326s ease-in-out;
  transition: -webkit-transform 0.326s ease-in-out;
  transition: transform 0.326s ease-in-out;
  transition: transform 0.326s ease-in-out, -webkit-transform 0.326s ease-in-out;
  -webkit-transform: translate3d(0, 170px, 0);
          transform: translate3d(0, 170px, 0);
}
@media (max-width: 1024px) {
  .ma-box-center-bottom .ma-icons-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.ma-box-center-bottom .text-wrapper {
  margin-bottom: 0;
}

.ma-box-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 9.3%;
  -webkit-transition: -webkit-transform 0.326s ease-in-out;
  transition: -webkit-transform 0.326s ease-in-out;
  transition: transform 0.326s ease-in-out;
  transition: transform 0.326s ease-in-out, -webkit-transform 0.326s ease-in-out;
  -webkit-transform: translate3d(0, 80px, 0);
          transform: translate3d(0, 80px, 0);
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media (max-width: 1365px) {
  .ma-box-right {
    width: 10%;
  }
}
@media (max-width: 1024px) {
  .ma-box-right {
    width: 9.3%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .ma-box-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: 100%;
    -ms-flex-direction: row;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.ma-box-right .box-arrow-top {
  margin: 16px auto 0 0;
  padding: 0 18px 0;
  border: 1px dashed #fff;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 36px 0 0;
}
@media (max-width: 767px) {
  .ma-box-right .box-arrow-top {
    width: auto;
    padding-top: 50px;
    border: 1px dashed #fff;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 36px;
  }
}
.ma-box-right .box-arrow-top img {
  right: initial;
  left: 18px;
}
@media (max-width: 1024px) {
  .ma-box-right .box-arrow-top img {
    left: 6px;
  }
}
@media (max-width: 767px) {
  .ma-box-right .box-arrow-top img {
    top: -7px;
    right: initial;
    bottom: initial;
    left: -5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.ma-box-right .box-arrow-bottom {
  margin: 16px auto 16px 0;
  padding: 0 18px 0;
  border: 1px dashed #fff;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 36px 0;
}
@media (max-width: 767px) {
  .ma-box-right .box-arrow-bottom {
    width: auto;
    padding-top: 50px;
  }
}
.ma-box-right .box-arrow-bottom img {
  right: initial;
  left: 18px;
}
@media (max-width: 1024px) {
  .ma-box-right .box-arrow-bottom img {
    left: 6px;
  }
}
@media (max-width: 767px) {
  .ma-box-right .box-arrow-bottom img {
    top: -7px;
    right: -5px;
    bottom: initial;
    left: initial;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.ma-icons-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: calc(73.2% - 2px);
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  .ma-icons-wrapper {
    width: calc(65.2% - 2px);
  }
}
@media (max-width: 767px) {
  .ma-icons-wrapper {
    width: 100%;
  }
  .ma-icons-wrapper .text-box-small {
    font-size: calc(0vw + 16px);
    font-weight: bold;
    line-height: calc(0vw + 16px);
    display: block;
    width: 100%;
    padding: 9px 48px 14px 14px;
    -webkit-transition: background-color .366s ease, color .366s ease, border-color .366s ease;
    transition: background-color .366s ease, color .366s ease, border-color .366s ease;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  .ma-icons-wrapper .hidden-info {
    font-size: 1.1vw;
    font-weight: bold;
    line-height: .94;
    display: block;
    -webkit-transition: opacity .366s ease;
    transition: opacity .366s ease;
    letter-spacing: .4px;
    opacity: 0;
    color: #00b98a;
  }
}
.ma-icons-wrapper .text-box-small {
  display: none;
}
.ma-icons-wrapper .icon-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 16.666%;
  padding: 21px 6px 12px;
  text-align: center;
  background-color: rgba(24, 80, 88, 0.2);
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1365px) {
  .ma-icons-wrapper .icon-box {
    padding: 17px 6px 12px;
  }
}
@media (max-width: 1200px) {
  .ma-icons-wrapper .icon-box {
    width: 25%;
  }
  .ma-icons-wrapper .icon-box:first-child {
    display: none;
  }
  .ma-icons-wrapper .icon-box:nth-child(6), .ma-icons-wrapper .icon-box:nth-child(7) {
    display: none;
  }
  .ma-icons-wrapper .icon-box:last-child {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ma-icons-wrapper .icon-box {
    width: 33.333%;
    padding: 21px 6px 12px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .ma-icons-wrapper .icon-box:nth-child(2), .ma-icons-wrapper .icon-box:nth-child(8) {
    display: none;
  }
}
.ma-icons-wrapper .icon-box:nth-child(-n+6) {
  -webkit-transition: -webkit-transform 0.346s ease-in-out;
  transition: -webkit-transform 0.346s ease-in-out;
  transition: transform 0.346s ease-in-out;
  transition: transform 0.346s ease-in-out, -webkit-transform 0.346s ease-in-out;
  -webkit-transform: translate3d(0, 90px, 0);
          transform: translate3d(0, 90px, 0);
}
@media (max-width: 1024px) {
  .ma-icons-wrapper .icon-box:nth-child(-n+6) {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.ma-icons-wrapper .icon-box:nth-child(n+7) {
  -webkit-transition: -webkit-transform 0.346s ease-in-out;
  transition: -webkit-transform 0.346s ease-in-out;
  transition: transform 0.346s ease-in-out;
  transition: transform 0.346s ease-in-out, -webkit-transform 0.346s ease-in-out;
  -webkit-transform: translate3d(0, 130px, 0);
          transform: translate3d(0, 130px, 0);
}
@media (max-width: 1024px) {
  .ma-icons-wrapper .icon-box:nth-child(n+7) {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.ma-icons-wrapper .icon-box:nth-child(2), .ma-icons-wrapper .icon-box:nth-child(8) {
  background-color: rgba(24, 80, 88, 0.12);
}
.ma-icons-wrapper .icon-box:nth-child(3), .ma-icons-wrapper .icon-box:nth-child(9) {
  background-color: rgba(24, 80, 88, 0.08);
}
.ma-icons-wrapper .icon-box:nth-child(4), .ma-icons-wrapper .icon-box:nth-child(10) {
  background-color: rgba(24, 80, 88, 0.02);
}
.ma-icons-wrapper .icon-box:nth-child(5), .ma-icons-wrapper .icon-box:nth-child(11) {
  background-color: rgba(24, 80, 88, 0.12);
}
.ma-icons-wrapper .icon-box:last-child {
  background-color: rgba(24, 80, 88, 0.2);
}
.ma-icons-wrapper .icon-box img {
  display: inline-block;
  margin-bottom: 14px;
}
@media (max-width: 1365px) {
  .ma-icons-wrapper .icon-box img {
    margin-bottom: 9px;
  }
}
@media (max-width: 1024px) {
  .ma-icons-wrapper .icon-box img {
    margin-bottom: 14px;
  }
}
.ma-icons-wrapper h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 0;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}

.ma-box-right-content {
  margin: 4px -15px 0 auto;
  padding: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .ma-box-right-content {
    margin: 33px 0 0 auto;
    padding: 10px 0;
    text-align: center;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
}
.ma-box-right-content:hover {
  background-color: #fff;
}
.ma-box-right-content:hover h2,
.ma-box-right-content:hover h3,
.ma-box-right-content:hover h4,
.ma-box-right-content:hover h5,
.ma-box-right-content:hover h6 {
  color: #323536;
}
.ma-box-right-content:hover a {
  color: #00b98a;
  border-color: #00b98a;
}
.ma-box-right-content:hover img:first-of-type {
  display: none;
}
.ma-box-right-content:hover img:nth-of-type(2) {
  display: block;
}
.ma-box-right-content img {
  width: 69px;
  margin-bottom: 8px;
}
.ma-box-right-content img:nth-of-type(2) {
  display: none;
  margin: auto;
}
.ma-box-right-content p {
  margin-bottom: 0;
}
.ma-box-right-content h2 {
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 2.2vw;
  margin-bottom: 0;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .ma-box-right-content h2 {
    font-size: 3.8vw;
    line-height: 3.2vw;
  }
}
@media (max-width: 767px) {
  .ma-box-right-content h2 {
    font-size: calc(0vw + 30px);
    line-height: calc(0vw + 30px);
  }
}
.ma-box-right-content h3 {
  font-size: 1.9vw;
  font-weight: bold;
  line-height: 1.9vw;
  margin-bottom: 0;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .ma-box-right-content h3 {
    font-size: 2.9vw;
    line-height: 2.9vw;
  }
}
@media (max-width: 767px) {
  .ma-box-right-content h3 {
    font-size: calc(0vw + 20px);
    line-height: calc(0vw + 20px);
  }
}
.ma-box-right-content h4 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.5vw;
  margin-bottom: 7px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .ma-box-right-content h4 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 767px) {
  .ma-box-right-content h4 {
    font-size: calc(0vw + 18px);
    line-height: calc(0vw + 18px);
    margin-bottom: 14px;
  }
}
.ma-box-right-content a {
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.5vw;
  display: inline-block;
  padding: 3px 8px 7px;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .ma-box-right-content a {
    font-size: 2.2vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 767px) {
  .ma-box-right-content a {
    font-size: calc(0vw + 16px);
    line-height: calc(0vw + 16px);
    padding: 11px 24px;
  }
}

.ma-popout {
  overflow-x: hidden;
  width: 39.4%;
  padding-top: 22px;
  padding-right: 3.4%;
}
@media (max-width: 1024px) {
  .ma-popout {
    width: 100%;
  }
}
.ma-popout .ma-popout-wrapper {
  position: relative;
}
.ma-popout.popout-ma-first {
  overflow: hidden;
  padding-right: 0;
}
.ma-popout.popout-ma-first.active {
  right: -25px;
}
@media (max-width: 1024px) {
  .ma-popout.popout-ma-first.active {
    right: 0;
  }
}
.ma-popout.popout-ma-first > .ma-popout-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-right: 9%;
}
.ma-popout .custom-scroll-wrapper {
  right: calc(100% - 8px);
}
@media (max-width: 1024px) {
  .ma-popout .custom-scroll-wrapper {
    display: none;
  }
}
.ma-popout .scroll-overlay {
  position: fixed;
}
.ma-popout .btn-close {
  position: relative !important;
  z-index: 10;
}
.ma-popout .ws-headings {
  clear: both;
}
.ma-popout h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #00b98a;
}
.ma-popout h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: .75;
  margin-bottom: 28px;
  letter-spacing: -.1px;
  color: #424445;
}
.ma-popout h3 {
  font-size: 38px;
  font-weight: normal;
  line-height: .92;
  margin-bottom: 31px;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.ma-popout p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 29px;
  letter-spacing: 0;
  color: #5e5e5e;
}

.ma-popout-content {
  clear: both;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.working-subpages {
  position: relative;
  overflow: hidden;
}

.page-formats {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-left: 132px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  background-color: #ebebeb;
}
@media (max-width: 1024px) {
  .page-formats {
    top: 56px;
    padding-left: 0;
  }
}
.page-formats.active {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-formats.move-out {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.page-formats:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: 100%;
  content: '';
  background-color: #fff;
}
@media (max-width: 1024px) {
  .page-formats:before {
    display: none;
  }
}

.pf-content {
  position: relative;
  visibility: hidden;
  width: 75%;
  margin: auto;
  -webkit-transition: opacity .366s ease-out;
  transition: opacity .366s ease-out;
  opacity: 0;
}
@media (max-width: 1200px) {
  .pf-content {
    width: 100%;
    padding: 0 20px;
  }
}
.pf-content.has-loaded {
  visibility: visible;
  opacity: 1;
}

.pf-title {
  font-size: 60px;
  font-weight: bold;
  line-height: .75;
  margin-bottom: 0;
  padding: 3.3% 15% 2.5% 15.5%;
  text-align: center;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #323536;
}
@media (max-width: 1365px) {
  .pf-title {
    padding: 3.3% 10% 2.5% 10.5%;
  }
}
@media (max-width: 767px) {
  .pf-title {
    font-size: 48px;
    padding: 50px 20px;
  }
}

.pf-filters {
  margin-bottom: 30px;
  text-align: center;
}
.pf-filters ul {
  list-style-type: none;
}
.pf-filters li {
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .pf-filters li {
    padding: 10px 10px 0 10px;
  }
}
.pf-filters button {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  min-width: 106px;
  height: 42px;
  padding: 0 15px;
  text-align: center;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #949494;
  border: solid 0.4px rgba(147, 147, 147, 0.52);
  outline: none;
  background: none;
}
.pf-filters button img {
  padding-right: 7px;
}
.pf-filters button .ico-active {
  display: none;
}
.pf-filters button.active {
  color: #00b98a;
  border-color: #00b98a;
}
.pf-filters button.active .ico {
  display: none;
}
.pf-filters button.active .ico-active {
  display: inline-block;
}

.pf-slider {
  position: relative;
  height: 424px;
}
@media (max-width: 1365px) {
  .pf-slider {
    overflow: hidden;
    height: 301px;
  }
}
@media (max-width: 767px) {
  .pf-slider {
    height: 212px;
  }
}

.pf-slide {
  width: 728px;
  height: 424px;
  max-height: 424px;
}
@media (max-width: 1024px) {
  .pf-slide {
    width: 449px;
  }
}
@media (max-width: 767px) {
  .pf-slide {
    width: 224.5px;
    height: 212px;
  }
}
.pf-slide img {
  width: 100%;
  height: 100%;
}
.pf-slide .pf-slide-inner {
  width: 100%;
  height: 100%;
  padding-right: 279px;
}
@media (max-width: 1024px) {
  .pf-slide .pf-slide-inner {
    padding-right: 0;
  }
}
.pf-slide .pf-slide-inner iframe {
  width: 100%;
  height: 100%;
}
.pf-slide:first-child .pf-slide-content {
  display: block;
}
.pf-slide.carousel-center .overlay {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 0 !important;
}
.pf-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 279px);
  height: 100%;
  pointer-events: none;
  opacity: .8;
  background-color: #000;
}
@media (max-width: 1024px) {
  .pf-slide .overlay {
    width: 100%;
  }
}

.pf-slider-content {
  position: relative;
}

.pf-slide-content {
  position: absolute;
  z-index: 99;
  top: -424px;
  display: none;
  width: 279px;
  height: 424px;
  padding: 20px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  background-color: #fff;
}
@media (max-width: 1365px) {
  .pf-slide-content {
    top: -301px;
    height: 301px;
  }
}
@media (max-width: 1024px) {
  .pf-slide-content {
    top: 0;
    width: 449px;
    height: 424px;
  }
}
@media (max-width: 767px) {
  .pf-slide-content {
    width: 224.5px;
  }
}
.pf-slide-content:first-child {
  display: block;
}
.pf-slide-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: .4px;
  color: #323536;
}
.pf-slide-content p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0;
  color: #5e5e5e;
}

@media (max-width: 1365px) {
  .pf-slide-content-copy h2,
  .pf-slide-content-copy h3,
  .pf-slide-content-copy h4,
  .pf-slide-content-copy h5,
  .pf-slide-content-copy h6,
  .pf-slide-content-copy p {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pf-slide-content-copy h2,
  .pf-slide-content-copy h3,
  .pf-slide-content-copy h4,
  .pf-slide-content-copy h5,
  .pf-slide-content-copy h6,
  .pf-slide-content-copy p {
    display: block;
  }
}
@media (max-width: 1365px) {
  .pf-slide-content-copy p:first-of-type {
    display: block;
  }
}

.play-format-video {
  position: absolute;
  top: 212px;
  left: 224.5px;
}
@media (max-width: 1024px) {
  .play-format-video {
    left: 224.5px;
  }
  .play-format-video:hover {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .play-format-video {
    top: 106px;
    left: 112.25px;
  }
  .play-format-video:before {
    -webkit-transform: translate(-36%, -50%);
            transform: translate(-36%, -50%);
  }
  .play-format-video:after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.play-format-video:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.watch-video {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #00b98a;
}
.watch-video:after {
  padding-left: 5px;
  content: url("images/ico-arrow-green.svg");
}
.watch-video:hover, .watch-video:focus, .watch-video:active {
  color: #00b98a;
}

.pf-slider-nav .prev-arrow,
.pf-slider-nav .next-arrow {
  position: absolute;
  z-index: 99;
  top: 67%;
  width: 40.8px;
  height: 37.6px;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .pf-slider-nav .prev-arrow,
  .pf-slider-nav .next-arrow {
    display: none;
  }
}
.pf-slider-nav .prev-arrow:active, .pf-slider-nav .prev-arrow:focus,
.pf-slider-nav .next-arrow:active,
.pf-slider-nav .next-arrow:focus {
  outline: none;
}
.pf-slider-nav .prev-arrow {
  left: -6%;
  background-image: url("images/ico-arrow-left.svg");
}
@media (max-width: 1200px) {
  .pf-slider-nav .prev-arrow {
    left: 2%;
  }
}
.pf-slider-nav .next-arrow {
  right: -6%;
  background-image: url("images/ico-arrow-right.svg");
}
@media (max-width: 1200px) {
  .pf-slider-nav .next-arrow {
    right: 2%;
  }
}

.pf-slide-tag {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #00b98a;
}

.pf-slide-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.31;
  margin-bottom: 10px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #323536;
}

.page-format-single .entry-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-format-single .entry-nav {
  margin: 0;
}
.page-format-single .download-form-buttons {
  position: static;
  float: left;
}
.page-format-single .download-form-buttons .btn-cs {
  -webkit-transition: all .366s ease;
  transition: all .366s ease;
  color: #949494;
  border: 1px solid rgba(235, 235, 235, 0.99);
  background-color: transparent;
}
.page-format-single .download-form-buttons .btn-cs:hover {
  color: #fff;
  background-color: rgba(0, 162, 157, 0.85);
}
.page-format-single .download-form-buttons .btn-cs .btn-cs-icon:after {
  background-color: rgba(235, 235, 235, 0.99);
}
.page-format-single .lb-default {
  position: absolute;
}
.page-format-single .lb-default .btn-close {
  top: 7%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.page-single {
  position: relative;
  overflow: hidden;
  color: #5e5e5e;
}
.page-single .ps-col {
  float: left;
  height: calc(100vh - 56px);
}
@media (max-width: 767px) {
  .page-single .ps-col {
    height: auto !important;
  }
}
.page-single .ps-left {
  position: relative;
  overflow: hidden;
  width: 49.8%;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation: moveContent 0.366s forwards;
          animation: moveContent 0.366s forwards;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .page-single .ps-left {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .page-single .ps-left {
    width: 50.8%;
  }
}
@media (max-width: 1024px) {
  .page-single .ps-left {
    width: 51.2%;
  }
}
@media (max-width: 767px) {
  .page-single .ps-left {
    width: 100%;
    margin-top: 303px;
  }
}
.page-single .ps-right {
  position: absolute;
  z-index: -1;
  width: 50.2%;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation: scaleImage 0.366s forwards;
          animation: scaleImage 0.366s forwards;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .page-single .ps-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .page-single .ps-right {
    width: 100%;
    height: 303px !important;
    -webkit-animation: none;
            animation: none;
    background-position: center;
  }
}
.page-single .ps-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*@media (max-width: 1366px) {
  .page-single .ps-right iframe {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}*/
.page-single .entry {
  position: relative;
  overflow: auto;
  box-sizing: content-box;
  width: calc(80% + 20px);
  height: 100%;
  padding: 0 10% 0 9.4%;
}
@media (max-width: 1200px) {
  .page-single .entry {
    padding: 0 10% 0 12.4%;
  }
}
@media (max-width: 767px) {
  .page-single .entry {
    padding: 0 10% 0 8.4%;
  }
}
.page-single .entry-inner {
  padding: 17.6% 0 8% 0;
}
.page-single .entry-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1400px) {
  .page-single .entry-inner {
    padding: 21.6% 0 8% 0;
  }
}
@media (max-width: 1200px) {
  .page-single .entry-inner {
    padding: 23.3% 0 5% 0;
  }
}
@media (max-width: 1024px) {
  .page-single .entry-inner {
    padding: 36.3% 0 5% 0;
  }
}
@media (max-width: 767px) {
  .page-single .entry-inner {
    padding: 9.3% 0 5% 0;
  }
}
.page-single .entry-content {
  padding-right: 3%;
  -webkit-animation: moveInnerContent 0.366s forwards;
          animation: moveInnerContent 0.366s forwards;
  -webkit-animation-delay: 0.366s;
          animation-delay: 0.366s;
}
@media (max-width: 1200px) {
  .page-single .entry-content {
    padding-right: 7%;
  }
}
.page-single .entry-content p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
}
.page-single .entry-content p:last-child {
  margin-bottom: 0;
}
.page-single .entry-content a {
  word-break: break-all;
}
.page-single .btn-close {
  position: fixed;
  z-index: 10;
  top: 14%;
  left: 4.5%;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .page-single .btn-close {
    left: 6%;
  }
}
@media (max-width: 767px) {
  .page-single .btn-close {
    display: none;
  }
}
.page-single .btn-close:before {
  top: 15px;
}
.page-single .btn-close:after {
  top: 14px;
}
@media (max-width: 767px) {
  .page-single .custom-scroll-wrapper {
    display: none;
  }
}
.page-single .scroll-overlay {
  position: fixed;
  top: 0;
  width: 45%;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .page-single .scroll-overlay {
    top: 0;
  }
}
@media (max-width: 767px) {
  .page-single .scroll-overlay {
    display: none;
  }
}

.single-post-meta {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.single-post-meta a {
  text-decoration: none;
  color: #5e5e5e;
}
.single-post-meta time {
  padding-left: 5px;
  color: #00b98a;
}

.single-post-title {
  font-size: 72px;
  line-height: .78;
  margin-bottom: 30px;
  padding-right: 20%;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #424445;
}
@media (max-width: 1200px) {
  .single-post-title {
    padding-right: 10%;
  }
}
@media (max-width: 1024px) {
  .single-post-title {
    font-size: 60px;
    line-height: .75;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .single-post-title {
    margin-top: 4px;
  }
}

.entry-nav {
  float: right;
  margin: 30px 0;
  padding-right: 8%;
}
.entry-nav a {
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  text-decoration: none;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #949494;
}
.entry-nav a:hover {
  color: #00b98a;
}
.entry-nav .divider {
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -2px;
  padding: 0 8px;
}

@-webkit-keyframes moveContent {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes moveContent {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes scaleImage {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@keyframes scaleImage {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes moveInnerContent {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveInnerContent {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.run-co-animations .ps-left {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .ps-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .btn-close,
.run-co-animations .scroll-overlay {
  opacity: 1;
}

.page-blog .ps-left {
  width: 37.5%;
  height: auto;
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 1365px) {
  .page-blog .ps-left {
    width: 520px;
    height: 414px;
  }
}
@media (max-width: 1024px) {
  .page-blog .ps-left {
    width: 37.5%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-blog .ps-left {
    width: 100%;
    margin-top: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.page-blog .ps-right {
  -webkit-animation: none;
          animation: none;
}
.page-blog .col-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.page-blog .col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .page-blog .col-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
}
.page-blog .post-categories {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-blog .post-categories li {
  display: block;
}
.page-blog .entry-inner {
  height: 100%;
  padding: 14% 0 8% 0;
}
@media (max-width: 1365px) {
  .page-blog .entry-inner {
    padding: 8% 0;
  }
}
.page-blog .entry {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10% 0 12.4%;
}
@media (max-width: 1200px) {
  .page-blog .entry {
    padding: 0 4% 0 6.4%;
  }
}
.page-blog .entry-careers {
  padding: 0 10% 0 12.4%;
}
@media (max-width: 1365px) {
  .page-blog .entry-careers {
    padding: 0 5% 0 8.4%;
  }
}
@media (max-width: 1024px) {
  .page-blog .entry-careers {
    padding: 0 10% 0 12.4%;
  }
}
.page-blog .entry-careers .entry-content {
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
@media (max-width: 1024px) {
  .page-blog .entry-careers .entry-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-blog .entry-careers .entry-content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-blog .entry-btn {
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
@media (max-width: 767px) {
  .page-blog .entry-btn {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-blog .entry-btn a {
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
  width: 135px;
  margin: 35px 0 0;
  -webkit-transition: background-color .366s ease;
  transition: background-color .366s ease;
  background-color: rgba(0, 162, 157, 0.85);
}
@media (max-width: 767px) {
  .page-blog .entry-btn a {
    margin: 0;
  }
}
.page-blog .entry-btn a:hover {
  background-color: #424445;
}
.page-blog .single-post-meta {
  display: inline-block;
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 767px) {
  .page-blog .single-post-meta {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-blog .single-post-title {
  margin-bottom: 38px;
  padding-right: 8%;
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation: none;
          animation: none;
  word-break: keep-all;
}
@media (max-width: 1365px) {
  .page-blog .single-post-title {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .page-blog .single-post-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-blog .single-post-title {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-blog .bl-col-slider {
  position: static;
  z-index: 1;
  width: 62.5%;
  height: auto;
  padding-top: 37.6vw;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1365px) {
  .page-blog .bl-col-slider {
    width: calc(100% - 520px);
    height: 414px;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .page-blog .bl-col-slider {
    width: 62.5%;
    height: auto;
    padding-top: 37.6vw;
  }
}
@media (max-width: 767px) {
  .page-blog .bl-col-slider {
    width: 100%;
    padding-top: 55.6vw;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.page-blog .slick-initialized .bl-col-slider {
  opacity: 1;
}
.page-blog .bl-slider {
  -webkit-transition: opacity .1s ease-out, -webkit-transform .466s ease-out;
  transition: opacity .1s ease-out, -webkit-transform .466s ease-out;
  transition: transform .466s ease-out, opacity .1s ease-out;
  transition: transform .466s ease-out, opacity .1s ease-out, -webkit-transform .466s ease-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
}
@media (max-width: 767px) {
  .page-blog .bl-slider {
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-blog .bl-slider .slick-dots {
  top: 100%;
  right: 32px;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.page-blog .bl-slider .slick-dots li {
  width: 8px;
  margin-right: 8px;
  border-color: #fff;
  border-top-width: 8px;
}
.page-blog .bl-slider .slick-dots .slick-active {
  width: 8px;
  margin-top: 25px;
  border-color: #00b98a;
  border-top-width: 8px;
}

.bl-main {
  padding: 22px 48px 24px;
}
.bl-main:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .bl-main {
    position: relative;
    padding: 22px 20px;
  }
}
@media (max-width: 767px) {
  .bl-main {
    padding: 22px 10px;
  }
}

.bl-posts-wrapper {
  float: left;
  width: 79%;
}
.bl-posts-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .bl-posts-wrapper {
    float: none;
    width: 100%;
  }
}

.bl-filter-wrapper {
  position: relative;
  margin-bottom: 24px;
  padding-top: 5px;
  -webkit-transition: -webkit-transform .366s ease-in-out;
  transition: -webkit-transform .366s ease-in-out;
  transition: transform .366s ease-in-out;
  transition: transform .366s ease-in-out, -webkit-transform .366s ease-in-out;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
@media (max-width: 1024px) {
  .bl-filter-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .bl-filter-wrapper {
    height: 30px;
  }
}
.bl-filter-wrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .bl-filter-wrapper ul {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
  }
}
.bl-filter-wrapper ul li {
  display: inline-block;
  margin-right: 2.2%;
}
@media (max-width: 767px) {
  .bl-filter-wrapper ul li {
    display: block;
  }
}
.bl-filter-wrapper ul .xs-dropdown-trigger {
  display: none;
}
@media (max-width: 767px) {
  .bl-filter-wrapper ul .xs-dropdown-trigger {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .bl-filter-wrapper ul .xs-dropdown-trigger a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.bl-filter-wrapper ul a {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #949494;
}
@media (max-width: 767px) {
  .bl-filter-wrapper ul a {
    display: none;
    color: #00b98a;
  }
}
.bl-filter-wrapper ul a.active {
  position: relative;
  color: #00b98a;
}
@media (max-width: 767px) {
  .bl-filter-wrapper ul a.active {
    display: block;
    margin-bottom: 10px;
    padding-right: 15px;
  }
  .bl-filter-wrapper ul a.active:after {
    position: absolute;
    z-index: 90;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    vertical-align: middle;
    border-width: 4px 3.7px 0 3.7px;
    border-style: solid;
    border-color: #00b98a transparent transparent transparent;
  }
}
.bl-filter-wrapper ul a.visible {
  display: block;
  margin-bottom: 10px;
}

.bl-posts .rows-wrapper {
  width: 100%;
}
.bl-posts .rows-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .bl-posts .rows-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .bl-posts .rows-wrapper {
    display: block;
  }
}
.bl-posts .load-more-posts {
  margin: 15px 0;
}
.bl-posts .row {
  float: left;
  width: 46.2%;
  margin-right: 3.3%;
}
@media (max-width: 1024px) {
  .bl-posts .row {
    width: 48.2%;
    margin-right: 3.5%;
  }
  .bl-posts .row + .row {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .bl-posts .row {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.bl-posts article {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
}
.bl-posts .article-0,
.bl-posts .article-2,
.bl-posts .article-4,
.bl-posts .article-6 {
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transform: translate3d(-120%, 70%, 0);
          transform: translate3d(-120%, 70%, 0);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .bl-posts .article-0,
  .bl-posts .article-2,
  .bl-posts .article-4,
  .bl-posts .article-6 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bl-posts .article-1,
.bl-posts .article-3,
.bl-posts .article-5,
.bl-posts .article-8 {
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .bl-posts .article-1,
  .bl-posts .article-3,
  .bl-posts .article-5,
  .bl-posts .article-8 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bl-posts .post-thumb {
  margin: 0;
  padding-top: 20.1vw;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .bl-posts .post-thumb {
    padding-top: 27.1vw;
  }
}
@media (max-width: 767px) {
  .bl-posts .post-thumb {
    padding-top: 50vw;
  }
}
.bl-posts .article-cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  padding: 2px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 162, 157, 0.85);
}
.bl-posts .article-cat h4 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.bl-posts article > a {
  display: block;
  text-decoration: none;
}
.bl-posts .article-content {
  padding: 14px 21px 18px;
}
.bl-posts .article-content h6 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 8px;
  color: #949494;
}
.bl-posts .article-content h4 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 0;
  color: #4c4c4c;
}
.bl-posts .article-content h2 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: .92;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #333535;
}
.bl-posts .article-content .text-holder {
  margin-top: 23px;
}
.bl-posts .article-content p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  margin-bottom: 12px;
  letter-spacing: normal;
  color: #424445;
}
.bl-posts .read-more {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: block;
  text-align: right;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #00b98a;
}

@media (max-width: 767px) {
  .page-blog .bl-popout, .page-blog .con-popout {
    width: 100%;
  }
}
.page-blog .bl-popout .btn-close, .page-blog .con-popout .btn-close {
  position: relative;
  z-index: 10;
  top: initial;
  right: initial;
  left: initial;
  float: right;
}
@media (max-width: 767px) {
  .page-blog .bl-popout .btn-close, .page-blog .con-popout .btn-close {
    display: block;
  }
}
.page-blog .popout-overlay-fixed {
  z-index: 5;
}

.bl-aside {
  float: left;
  width: 21%;
}
@media (max-width: 1024px) {
  .bl-aside {
    float: none;
    width: 100%;
  }
}
.bl-aside-desktop {
  display: block;
}
@media (max-width: 767px) {
  .bl-aside-desktop {
    display: none;
  }
}
.bl-aside-mobile {
  display: none;
}
@media (max-width: 767px) {
  .bl-aside-mobile {
    display: block;
  }
}

.bl-aside-top {
  -webkit-transition: -webkit-transform .366s ease-in-out;
  transition: -webkit-transform .366s ease-in-out;
  transition: transform .366s ease-in-out;
  transition: transform .366s ease-in-out, -webkit-transform .366s ease-in-out;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  text-align: right;
}
@media (max-width: 1024px) {
  .bl-aside-top {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bl-aside-top .press-btn {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.13;
  display: inline-block;
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #00b98a;
}
@media (max-width: 1024px) {
  .bl-aside-top .press-btn {
    position: absolute;
    top: 22px;
    right: 15px;
  }
}
.bl-aside-top .press-btn:hover {
  color: #424445;
}

.bl-aside-feed {
  padding: 7px 16px 0;
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transform: translate3d(0, 400%, 0);
          transform: translate3d(0, 400%, 0);
}
@media (max-width: 1024px) {
  .bl-aside-feed {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1024px) {
  .bl-aside-feed {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .bl-aside-feed .ctf-tweets {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 1024px) {
  .bl-aside-feed .ctf-tweets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.bl-aside-feed .ctf-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  .bl-aside-feed .ctf-item {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .bl-aside-feed .ctf-item {
    width: 100%;
    max-width: 280px;
  }
}
.bl-aside-feed #ctf .ctf-item {
  border: 0;
}
.bl-aside-feed .ctf-owl-theme .ctf-owl-controls {
  width: 100%;
}
.bl-aside-feed .ctf-owl-theme .ctf-owl-controls .ctf-owl-dots {
  margin: 0 auto;
}
.bl-aside-feed .ctf-owl-theme .ctf-owl-controls .ctf-owl-dots span {
  border-radius: 0;
}
.bl-aside-feed .ctf-owl-theme .ctf-owl-controls .active span {
  background-color: #00b98a;
}
@media (max-width: 767px) {
  .bl-aside-feed #ctf #ctf-more {
    display: block;
  }
}
.bl-aside-feed #ctf .ctf-out-of-tweets {
  display: none;
}
.bl-aside-feed .ctf-author-box {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
@media (max-width: 1024px) {
  .bl-aside-feed .ctf-author-box {
    position: absolute;
    bottom: 15px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  .bl-aside-feed .ctf-author-box {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}
.bl-aside-feed #ctf.ctf .ctf-tweet-content {
  padding: 28px 0 5px 0;
  background-image: url(./images/ico-twitter-feed.svg);
  background-repeat: no-repeat;
  background-position: top left;
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}
@media (max-width: 1024px) {
  .bl-aside-feed #ctf.ctf .ctf-tweet-content {
    padding: 28px 0 35px;
  }
}
.bl-aside-feed #ctf.ctf .ctf-tweet-content p {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #5e5e5e;
}
.bl-aside-feed #ctf.ctf .ctf-tweet-content a {
  font-weight: bold;
  text-decoration: none;
  color: #5e5e5e;
}
.bl-aside-feed #ctf .ctf-tweet-meta {
  margin-left: 0;
}
.bl-aside-feed #ctf .ctf-tweet-text-media-wrap {
  display: none;
}
.bl-aside-feed .ctf-author-box-link a {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  color: #00b98a !important;
}

.run-co-animations .article-0,
.run-co-animations .article-2,
.run-co-animations .article-4,
.run-co-animations .article-6,
.run-co-animations .article-1,
.run-co-animations .article-3,
.run-co-animations .article-5,
.run-co-animations .article-8 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.run-co-animations .bl-aside-feed {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.run-co-animations .bl-slider {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.run-co-animations .bl-col-slider {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.run-co-animations .single-post-meta {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.run-co-animations .single-post-title {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.run-co-animations .entry-careers .entry-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.run-co-animations .bl-aside-top {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.run-co-animations .bl-filter-wrapper {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.page-culture-landing {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .page-culture-landing {
    opacity: 1;
  }
}
.page-culture-landing.basic-animations .cl-intro-text {
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}
@media (max-width: 767px) {
  .page-culture-landing.basic-animations .cl-intro-text {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-culture-landing.basic-animations .cl-intro-video {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transform: translate3d(35%, 130%, 0);
          transform: translate3d(35%, 130%, 0);
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 767px) {
  .page-culture-landing.basic-animations .cl-intro-video {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-culture-landing.home-animations .cl-intro-video.main-video {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-animation: moveVideo 0.366s forwards;
          animation: moveVideo 0.366s forwards;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}
@media (max-width: 767px) {
  .page-culture-landing.home-animations .cl-intro-video.main-video {
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}

.cl-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .cl-intro {
    margin-bottom: 1px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cl-intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.25%;
  padding: 56px 4.1% 64px 4.6%;
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .cl-intro-text {
    width: 49.9%;
    padding: 56px 7% 64px 6.2%;
  }
}
@media (max-width: 1024px) {
  .cl-intro-text {
    padding: 58px 7% 84px 8.2%;
  }
}
@media (max-width: 767px) {
  .cl-intro-text {
    width: 100%;
  }
}
.cl-intro-text h2 {
  font-size: 16px;
  margin-top: auto;
  margin-bottom: 0;
  letter-spacing: .4px;
  color: #5e5e5e;
}
@media (max-width: 1024px) {
  .cl-intro-text h2 {
    margin-bottom: 8px;
  }
}
.cl-intro-text h1 {
  font-size: 72px;
  line-height: .78;
  margin-top: 0;
  margin-bottom: auto;
  letter-spacing: -.1px;
}
@media (max-width: 1024px) {
  .cl-intro-text h1 {
    font-size: 60px;
  }
}

.cl-intro-video {
  position: relative;
  width: 66.75%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
@media (max-width: 1200px) {
  .cl-intro-video {
    width: 49.9%;
    margin-left: .2%;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .cl-intro-video {
    width: 100%;
    height: 311px;
    margin-left: 0;
  }
}
.cl-intro-video:hover {
  cursor: pointer;
}
.cl-intro-video:hover .btn-play {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.cl-intro-video.main-video {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .cl-intro-video.main-video {
    height: 311px;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.cl-intro-video.overlay {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  min-height: auto;
}
@media (max-width: 1200px) {
  .cl-intro-video.overlay {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .cl-intro-video.overlay {
    position: relative;
    display: none;
  }
}
.cl-intro-video .btn-play {
  display: none;
  -webkit-animation: showPlayBtn 0.366s forwards;
          animation: showPlayBtn 0.366s forwards;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .cl-intro-video .btn-play {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .cl-intro-video .btn-play:before {
    -webkit-transform: translate(-36%, -50%);
            transform: translate(-36%, -50%);
  }
  .cl-intro-video .btn-play:after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes showPlayBtn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showPlayBtn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moveVideo {
  from {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveVideo {
  from {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cl-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -198px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cl-blocks {
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .cl-blocks {
    margin-bottom: 0;
  }
}
.cl-blocks.active .cl-block {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.cl-blocks.active .cl-block-5,
.cl-blocks.active .cl-block-6,
.cl-blocks.active .cl-block-7,
.cl-blocks.active .cl-block-8 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
@media (max-width: 1200px) {
  .cl-blocks.active .cl-block-5,
  .cl-blocks.active .cl-block-6,
  .cl-blocks.active .cl-block-7,
  .cl-blocks.active .cl-block-8 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
@media (max-width: 1200px) {
  .cl-blocks.active .cl-block-7,
  .cl-blocks.active .cl-block-8 {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

.cl-block {
  overflow: hidden;
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
.cl-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.366s;
  transition: -webkit-transform 0.366s;
  transition: transform 0.366s;
  transition: transform 0.366s, -webkit-transform 0.366s;
  text-decoration: none;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .cl-block a {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .cl-block a:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.cl-block-name {
  font-size: 24px;
  margin: 0;
  letter-spacing: .6px;
}

.cl-block-bg-img .cl-block-name {
  position: relative;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.23);
}
.cl-block-bg-img .cl-block-name:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  content: '';
  -webkit-transition: all 0.366s;
  transition: all 0.366s;
  background-color: currentColor;
}
.cl-block-bg-img:hover .cl-block-name:after {
  left: 0;
  width: 100%;
}

.cl-block-bg-color .cl-block-name:after {
  position: relative;
  top: 8px;
  display: block;
  width: 34px;
  height: 2px;
  margin: auto;
  content: '';
  background-color: currentColor;
}

.cl-block-1 {
  width: 33.25%;
  height: 300px;
  -webkit-transform: translate3d(-150%, 150%, 0);
          transform: translate3d(-150%, 150%, 0);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1200px) {
  .cl-block-1 {
    width: 49.9%;
  }
}
@media (max-width: 767px) {
  .cl-block-1 {
    width: 100%;
    margin-bottom: 2px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cl-block-1 .cl-block-name {
    margin-right: 11%;
  }
}
@media (max-width: 1024px) {
  .cl-block-1 .cl-block-name {
    margin-right: 0;
  }
}

.cl-block-2 {
  width: 33.25%;
  height: 398px;
  margin-left: .13%;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1200px) {
  .cl-block-2 {
    width: 49.9%;
    margin-left: .2%;
    -webkit-transform: translate3d(200%, 200%, 0);
            transform: translate3d(200%, 200%, 0);
  }
}
@media (max-width: 767px) {
  .cl-block-2 {
    width: 100%;
    margin-top: 2px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 1200px) {
  .cl-block-2 .cl-block-name {
    margin-left: 11%;
  }
}
@media (max-width: 1024px) {
  .cl-block-2 .cl-block-name {
    margin-left: 0;
  }
}

.cl-block-3,
.cl-block-4 {
  width: 16.55%;
  height: 198px;
  margin-left: .13%;
  -webkit-transform: translate3d(150%, 150%, 0);
          transform: translate3d(150%, 150%, 0);
}
@media (max-width: 1200px) {
  .cl-block-3,
  .cl-block-4 {
    position: relative;
    top: -96px;
    width: 24.90%;
    -webkit-transform: translate3d(-200%, 200%, 0);
            transform: translate3d(-200%, 200%, 0);
  }
}
@media (max-width: 767px) {
  .cl-block-3,
  .cl-block-4 {
    top: 0;
    width: 50%;
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.cl-block-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 767px) {
  .cl-block-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.cl-block-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 1200px) {
  .cl-block-4 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cl-block-4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.cl-block-5,
.cl-block-6 {
  position: relative;
  top: -96px;
  width: 16.55%;
  height: 296px;
  -webkit-transform: translate3d(-150%, 150%, 0);
          transform: translate3d(-150%, 150%, 0);
}
@media (max-width: 1200px) {
  .cl-block-5,
  .cl-block-6 {
    top: 0;
    width: 24.9%;
    margin-top: .3%;
    -webkit-transform: translate3d(200%, 200%, 0);
            transform: translate3d(200%, 200%, 0);
  }
}
@media (max-width: 767px) {
  .cl-block-5,
  .cl-block-6 {
    top: 0;
    width: 50%;
    margin-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.cl-block-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (max-width: 1200px) {
  .cl-block-5 {
    margin-left: .2%;
  }
}
@media (max-width: 767px) {
  .cl-block-5 {
    margin-left: 0;
  }
}

.cl-block-6 {
  margin-left: .13%;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media (max-width: 1200px) {
  .cl-block-6 {
    margin-left: 0;
  }
}

.cl-block-7,
.cl-block-8 {
  width: 33.25%;
  margin-left: .13%;
}
@media (max-width: 1200px) {
  .cl-block-7,
  .cl-block-8 {
    width: 50%;
    margin-left: 0;
  }
}

.cl-block-7 {
  height: 198px;
  margin-top: 2px;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media (max-width: 1200px) {
  .cl-block-7 {
    width: 49.8%;
    margin-left: .2%;
    -webkit-transform: translate3d(200%, 200%, 0);
            transform: translate3d(200%, 200%, 0);
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media (max-width: 767px) {
  .cl-block-7 {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.cl-block-8 {
  position: relative;
  top: -198px;
  height: 398px;
  -webkit-transform: translate3d(150%, 150%, 0);
          transform: translate3d(150%, 150%, 0);
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media (max-width: 1200px) {
  .cl-block-8 {
    top: -195px;
    width: 49.9%;
    -webkit-transform: translate3d(-200%, 200%, 0);
            transform: translate3d(-200%, 200%, 0);
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media (max-width: 767px) {
  .cl-block-8 {
    top: 0;
    width: 100%;
    margin-top: 2px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cl-block-8 .cl-block-name {
    margin-right: 11%;
  }
}
@media (max-width: 1024px) {
  .cl-block-8 .cl-block-name {
    margin-right: 0;
  }
}

.page-single.page-culture .ps-col {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
.page-single.page-culture .ps-left {
  width: 35.75%;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 1200px) {
  .page-single.page-culture .ps-left {
    width: 46.9%;
  }
}
@media (max-width: 1024px) {
  .page-single.page-culture .ps-left {
    width: 62.5%;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-left {
    width: 100%;
    margin-top: 347px;
  }
}
.page-single.page-culture .btn-close {
  top: 15%;
}
@media (max-width: 1024px) {
  .page-single.page-culture .btn-close {
    top: 14%;
    left: 7.5%;
  }
}
.page-single.page-culture .single-post-title,
.page-single.page-culture .entry-content {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transform: translate3d(-150%, 0, 0);
          transform: translate3d(-150%, 0, 0);
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 767px) {
  .page-single.page-culture .single-post-title,
  .page-single.page-culture .entry-content {
    -webkit-transform: none;
            transform: none;
  }
}
.page-single.page-culture .single-post-title-meta {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.page-single.page-culture .single-post-title {
  margin-bottom: 20px;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .page-single.page-culture .single-post-title {
    margin-top: 0;
  }
}
.page-single.page-culture .single-post-title:after {
  display: block;
  width: 74.9px;
  height: 4px;
  margin-top: 31px;
  margin-left: 3px;
  content: '';
  background-color: #00b98a;
}
.page-single.page-culture .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(77% + 20px);
  padding: 0 10% 0 13%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-single.page-culture .entry {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5% 0 8%;
  }
}
.page-single.page-culture .entry p {
  margin-bottom: 14px;
}
.page-single.page-culture .entry h2 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #424445;
}
.page-single.page-culture .entry h3 {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 0;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #424445;
}
.page-single.page-culture .entry h4 {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #5e5e5e;
}
.page-single.page-culture .entry-inner {
  padding: 10vw 12% 8% 0;
}
@media (max-width: 767px) {
  .page-single.page-culture .entry-inner {
    margin-bottom: 0;
    padding: 12.5% 0 8% 0;
    padding-top: calc(0vh + 12.5%);
  }
}
.page-single.page-culture .entry-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-single.page-culture .entry-nav {
  margin: 0;
  padding-right: 0;
}
.page-single.page-culture .entry-nav .next-page.disabled,
.page-single.page-culture .entry-nav .prev-page.disabled {
  text-transform: uppercase;
  opacity: .3;
}
.page-single.page-culture .ps-right {
  position: static;
  width: 64.25%;
  -webkit-transform: translate3d(15%, 100%, 0);
          transform: translate3d(15%, 100%, 0);
  -webkit-animation: none;
          animation: none;
  background-position: initial;
}
@media (max-width: 1200px) {
  .page-single.page-culture .ps-right {
    width: 53.1%;
  }
}
@media (max-width: 1024px) {
  .page-single.page-culture .ps-right {
    width: 37.5%;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-right {
    position: absolute;
    width: 100%;
    height: 347px;
    -webkit-transform: none;
            transform: none;
  }
}
.page-single.page-culture .scroll-overlay {
  width: 35%;
  pointer-events: none;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .page-single.page-culture .scroll-overlay {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .page-single.page-culture .scroll-overlay {
    width: 60%;
  }
}
.page-single.run-cs-animations .single-post-title,
.page-single.run-cs-animations .entry-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-single.run-cs-animations .ps-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-single.run-cs-animations .btn-close,
.page-single.run-cs-animations .scroll-overlay {
  opacity: 1;
}

.page-single .ps-col-slider .ps-col-slide {
  width: 100%;
  height: calc(100vh - 56px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
@media (max-width: 767px) {
  .page-single .ps-col-slider .ps-col-slide {
    height: 347px;
  }
}
.page-single .ps-col-slider .ps-col-slide:focus, .page-single .ps-col-slider .ps-col-slide:hover, .page-single .ps-col-slider .ps-col-slide:active {
  outline: none;
}
.page-single .ps-col-slider .slick-dots {
  display: block;
  position: absolute;
  right: 1.6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-single .ps-col-slider .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 0.5;
  border: none;
  margin: 0;
  display: block;
  float: none;
  margin-top: 8px;
}
.page-single .ps-col-slider .slick-dots li.slick-active {
  background-color: #00b98a;
  opacity: 1;
}

.page-single.page-culture #sb_instagram.sbi_fixed_height {
  overflow-y: hidden;
}
.page-single.page-culture #sb_instagram #sbi_images .sbi_item {
  width: 100%;
  padding-right: 0 !important;
}
.page-single.page-culture #sb_instagram #sbi_images .sbi_item:not(:last-child) {
  padding-bottom: 2px !important;
}
.page-single.page-culture #sb_instagram #sbi_images .sbi_photo {
  height: calc(33.33vh - 18.66px) !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .page-single.page-culture #sb_instagram #sbi_images .sbi_photo {
    height: calc(0vh + 113.6px) !important;
  }
}
@media (max-width: 1024px) {
  .page-single.page-culture #sb_instagram #sbi_images .sbi_photo img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture #sb_instagram #sbi_images .sbi_photo img {
    height: auto !important;
  }
}
.page-single.page-culture .right-col-instagram {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.39);
}
@media (max-width: 767px) {
  .page-single.page-culture .right-col-instagram {
    box-shadow: none;
  }
}
.page-single.page-culture .right-col-instagram .btn-close {
  -webkit-transition: all 0.366s;
  transition: all 0.366s;
  opacity: 0;
}
.page-single.page-culture .right-col-instagram .single-post-title {
  -webkit-animation-delay: none;
          animation-delay: none;
}
.page-single.page-culture .right-col-instagram .entry-content {
  -webkit-animation: none;
          animation: none;
}
.page-single.page-culture .right-col-instagram .entry-inner,
.page-single.page-culture .right-col-instagram .entry-bottom {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
}
.page-single.page-culture .ps-col-instagram {
  z-index: 10;
  visibility: hidden;
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-col-instagram {
    height: 351px !important;
  }
}
.page-single.page-culture .ps-col-instagram.ready {
  visibility: visible;
}
.page-single.page-culture .ps-col-instagram.ready .ps-col-inner {
  -webkit-transform: none !important;
          transform: none !important;
}
.page-single.page-culture .ps-col-instagram .ps-col-inner {
  float: left;
  width: 25%;
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
@media (max-width: 1200px) {
  .page-single.page-culture .ps-col-instagram .ps-col-inner {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page-single.page-culture .ps-col-instagram .ps-col-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-col-instagram .ps-col-inner {
    width: 33.33%;
  }
}
.page-single.page-culture .ps-col-instagram .ps-col-insta-1 {
  padding-right: 2px;
  -webkit-transition-delay: .08s;
          transition-delay: .08s;
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
}
@media (max-width: 1024px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-1 {
    padding-right: 2px;
  }
}
.page-single.page-culture .ps-col-instagram .ps-col-insta-2 {
  padding-right: 2px;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
@media (max-width: 1200px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-2 {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-2 {
    display: block;
    padding-right: 2px;
  }
}
.page-single.page-culture .ps-col-instagram .ps-col-insta-3 {
  padding-right: 2px;
  -webkit-transition-delay: .18s;
          transition-delay: .18s;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
@media (max-width: 1200px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-3 {
    display: block;
    padding-right: 0;
  }
}
.page-single.page-culture .ps-col-instagram .ps-col-insta-4 {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 1200px) {
  .page-single.page-culture .ps-col-instagram .ps-col-insta-4 {
    display: none;
  }
}
.page-single.page-culture.animate-instagram-page .right-col-instagram {
  -webkit-transform: none;
          transform: none;
}
.page-single.page-culture.animate-instagram-page .right-col-instagram .entry-inner,
.page-single.page-culture.animate-instagram-page .right-col-instagram .entry-bottom {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transform: none;
          transform: none;
}
.page-single.page-culture.animate-instagram-page .right-col-instagram .btn-close {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 1;
}

.acf-map {
  width: 100%;
  height: calc(100vh - 56px);
  margin: 0;
}
@media (max-width: 767px) {
  .acf-map {
    height: calc(0vh + 347px);
  }
}
.acf-map > div {
  background-color: #00a19e !important;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.infoBox {
  padding: 14px 10px;
  background: #fff;
  width: 90px;
}
.infoBox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #fff;
  margin-top: 32px;
  left: 0;
}

@media (max-width: 1024px) {
  .page-single.page-culture .right-col-map {
    width: 46.9%;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .right-col-map {
    width: 100%;
  }
}
.page-single.page-culture .right-col-map .entry-inner {
  padding-right: 0;
}
.page-single.page-culture .right-col-map .entry-content {
  float: left;
  width: 65%;
}
.page-single.page-culture .right-col-map .entry-cities {
  float: left;
  width: 35%;
  padding-left: 8%;
}
.page-single.page-culture .right-col-map .entry-cities ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-single.page-culture .right-col-map .entry-city {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #5e5e5e;
  -webkit-transition: color .166s ease;
  transition: color .166s ease;
}
.page-single.page-culture .right-col-map .entry-city:hover {
  color: #00b98a;
}
@media (max-width: 1200px) {
  .page-single.page-culture .right-col-map .scroll-overlay {
    width: 45%;
  }
}
.page-single.page-culture .cs-map-marker-label {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.89;
  text-align: center;
  color: #5e5e5e;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}
.page-single.page-culture .ps-col-map {
  -webkit-animation: none;
          animation: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page-single.page-culture .ps-col-map {
    width: 53.1%;
  }
}
@media (max-width: 767px) {
  .page-single.page-culture .ps-col-map {
    width: 100%;
  }
}

.page-company-overview {
  min-height: calc(100vh - 56px);
  background-color: #ebebeb;
}
@media (max-width: 767px) {
  .page-company-overview {
    min-height: initial;
    background-color: #fff;
  }
}
.page-company-overview .co-content {
  float: left;
  width: 90.5%;
}
@media (max-width: 1200px) {
  .page-company-overview .co-content {
    width: 87.5%;
  }
}
@media (max-width: 1024px) {
  .page-company-overview .co-content {
    width: 83%;
  }
}
@media (max-width: 767px) {
  .page-company-overview .co-content {
    width: 100%;
  }
}
.page-company-overview .co-content-key-facts {
  width: 90.65%;
  padding-left: .15%;
  background-color: #ebebeb;
}
@media (max-width: 1200px) {
  .page-company-overview .co-content-key-facts {
    width: 87.4%;
  }
}
@media (max-width: 1024px) {
  .page-company-overview .co-content-key-facts {
    width: 83.3%;
  }
}
@media (max-width: 767px) {
  .page-company-overview .co-content-key-facts {
    width: 100%;
  }
}
.page-company-overview .co-content-management {
  background-color: #ebebeb;
}
.page-company-overview .co-content-management .co-mobile-nav {
  padding: 15px 24px;
}
.page-company-overview .co-content-brands {
  overflow: hidden;
  background-color: #ebebeb;
}
.page-company-overview .co-content-agencies {
  padding-left: 2px;
  background-color: #ebebeb;
}
.page-company-overview.page-type-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-company-overview.page-type-key-facts {
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-company-overview.page-type-key-facts {
    background-color: #ebebeb;
  }
}
.page-company-overview.page-type-management {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.page-company-overview.page-type-agencies, .page-company-overview.page-type-brands {
  background-color: #fff;
}
.page-company-overview.page-type-agencies {
  overflow: hidden;
}
.page-company-overview .co-mobile-nav,
.page-company-overview .co-mobile-nav-bottom {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: none;
  float: left;
  width: 100%;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #949494;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-company-overview .co-mobile-nav,
  .page-company-overview .co-mobile-nav-bottom {
    display: block;
  }
}
.page-company-overview .co-mobile-nav a,
.page-company-overview .co-mobile-nav-bottom a {
  text-decoration: none;
  color: inherit;
}
.page-company-overview .co-mobile-nav {
  padding: 23px;
}
.page-company-overview .co-mobile-nav span {
  font-size: 18px;
  color: #00b98a;
}
.page-company-overview .co-mobile-nav-bottom {
  padding: 28px 23px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.page-company-overview .co-mobile-nav-bottom a {
  font-size: 18px;
  color: #00b98a;
}

.co-menu {
  position: relative;
  float: left;
  width: calc(9.5% - 2px);
  min-height: calc(100vh - 56px);
  margin-right: 2px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .co-menu {
    width: calc(12.5% - 2px);
  }
}
@media (max-width: 1024px) {
  .co-menu {
    width: calc(17% - 2px);
  }
}
@media (max-width: 767px) {
  .co-menu {
    display: none;
  }
}
.co-menu .btn-go-back {
  margin-top: 21px;
  margin-left: 23px;
  padding-left: 17px;
}
.co-menu nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-69%);
          transform: translateY(-69%);
}
.co-menu nav ul {
  padding-left: 25px;
  list-style-type: none;
}
.co-menu nav li {
  padding: 5px 0;
}
.co-menu nav li.active {
  padding-bottom: 4px;
}
.co-menu nav li.active a {
  font-size: 18px;
  letter-spacing: .5px;
  color: #00b98a;
}
.co-menu nav li.active a:before {
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  width: 4px;
  height: 12px;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00b98a;
}
@media (min-width: 1024px) {
  .co-menu nav li:hover {
    padding-bottom: 4px;
  }
  .co-menu nav li:hover a {
    font-size: 18px;
    letter-spacing: .5px;
    color: #00b98a;
  }
  .co-menu nav li:hover a:before {
    position: absolute;
    top: 50%;
    left: -25px;
    display: block;
    width: 4px;
    height: 12px;
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #00b98a;
  }
}
.co-menu nav a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #949494;
}

.co-menu-key-facts {
  width: 9.35%;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .co-menu-key-facts {
    width: 12.6%;
  }
}
@media (max-width: 1024px) {
  .co-menu-key-facts {
    width: 16.7%;
  }
}

.co-menu-brands {
  width: 9.5%;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .co-menu-brands {
    width: 12.5%;
  }
}
@media (max-width: 1024px) {
  .co-menu-brands {
    width: 17%;
  }
}

.co-menu-management .btn,
.co-menu-management nav {
  z-index: 10;
}

.co-content-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 56px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .co-content-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: calc(0vh + 100%);
  }
}

.co-int-item {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  background-color: #fff;
}
.co-int-item.item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.55%;
  height: 28.33%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1200px) {
  .co-int-item.item-1 {
    width: 44.9%;
  }
}
@media (max-width: 1024px) {
  .co-int-item.item-1 {
    width: 47.96%;
  }
}
@media (max-width: 767px) {
  .co-int-item.item-1 {
    display: block;
    width: 100%;
    height: initial;
    padding: 17px 24px 30px 24px;
  }
}
.co-int-item.item-2 {
  width: 32.55%;
  height: 71.25%;
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1200px) {
  .co-int-item.item-2 {
    width: 44.9%;
    height: 42.4%;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 1024px) {
  .co-int-item.item-2 {
    width: 47.96%;
    height: 49.2%;
  }
}
@media (max-width: 767px) {
  .co-int-item.item-2 {
    width: 100%;
    height: 366px;
  }
}
.co-int-item.item-3 {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  position: relative;
  overflow: hidden;
  width: 39.2%;
  height: 100%;
  color: #5e5e5e;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 1200px) {
  .co-int-item.item-3 {
    width: 54.8%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 1024px) {
  .co-int-item.item-3 {
    width: 51.5%;
  }
}
@media (max-width: 767px) {
  .co-int-item.item-3 {
    width: 100%;
    height: initial;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.co-int-item.item-3 h2 {
  margin-bottom: 49px;
  padding-right: 10%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .co-int-item.item-3 h2 {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.co-int-item.item-3 p {
  margin-bottom: 1.5em;
}
.co-int-item.item-4 {
  width: 27.52%;
  height: 100%;
  background-color: #ebebeb;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (max-width: 1200px) {
  .co-int-item.item-4 {
    width: 44.9%;
    height: 28.5%;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 1024px) {
  .co-int-item.item-4 {
    width: 47.96%;
    height: 21.8%;
  }
}
@media (max-width: 767px) {
  .co-int-item.item-4 {
    width: 100%;
    height: 164px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.co-int-item.item-4 .co-int-img {
  height: 49.65%;
}
@media (max-width: 1200px) {
  .co-int-item.item-4 .co-int-img {
    float: left;
    width: 49.6%;
    height: 100%;
  }
  .co-int-item.item-4 .co-int-img:first-child {
    float: right;
    margin: 0 0 0 .8%;
  }
}
.co-int-item.item-4 .co-int-img:first-child {
  margin: .65% 0;
}
@media (max-width: 1200px) {
  .co-int-item.item-4 .co-int-img:first-child {
    margin-top: 0;
  }
}

.co-int-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.co-int-title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.co-content-intro .co-text-content {
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: content-box;
  width: calc(72% + 50px);
  height: 100%;
  padding: 0 10% 0 12.5%;
}
@media (max-width: 1200px) {
  .co-content-intro .co-text-content {
    width: calc(67% + 50px);
    padding: 0 15% 0 12.5%;
  }
}
@media (max-width: 1024px) {
  .co-content-intro .co-text-content {
    width: calc(62% + 50px);
  }
}
@media (max-width: 1024px) {
  .co-content-intro .co-text-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10% 0 11%;
  }
}
.co-content-intro .co-text-content-inner {
  padding: 11% 0;
}
@media (max-width: 1024px) {
  .co-content-intro .co-text-content-inner {
    padding: 16.5% 0;
  }
}
@media (max-width: 767px) {
  .co-content-intro .co-text-content-inner {
    padding: 11.5% 0 4% 0;
  }
}

.co-content-intro {
  overflow: hidden;
}

.co-int-item.item-1 {
  -webkit-transform: translate3d(-10%, -100%, 0);
          transform: translate3d(-10%, -100%, 0);
}
@media (max-width: 767px) {
  .co-int-item.item-1 {
    -webkit-transform: none;
            transform: none;
  }
}
.co-int-item.item-2 {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
@media (max-width: 1200px) {
  .co-int-item.item-2 {
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0);
  }
}
@media (max-width: 767px) {
  .co-int-item.item-2 {
    -webkit-transform: none;
            transform: none;
  }
}
.co-int-item.item-3,
.co-int-item .co-text-content-inner h2,
.co-int-item .co-text-content-inner p {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}
@media (max-width: 767px) {
  .co-int-item.item-3,
  .co-int-item .co-text-content-inner h2,
  .co-int-item .co-text-content-inner p {
    -webkit-transform: none;
            transform: none;
  }
}
.co-int-item.item-4 .co-int-img {
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0);
}
@media (max-width: 1200px) {
  .co-int-item.item-4 .co-int-img {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@media (max-width: 767px) {
  .co-int-item.item-4 .co-int-img {
    -webkit-transform: none;
            transform: none;
  }
}

.run-co-animations .co-int-item {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
.run-co-animations .co-int-item.item-1 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .co-int-item.item-2 {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .co-int-item.item-3 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .co-int-item.item-4 .co-int-img {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1200px) {
  .run-co-animations .co-int-item.item-4 .co-int-img {
    -webkit-transition-delay: .32s;
            transition-delay: .32s;
  }
}
.run-co-animations .co-int-item.item-4 .co-int-img:last-child {
  -webkit-transition-delay: .32s;
          transition-delay: .32s;
}
@media (max-width: 1200px) {
  .run-co-animations .co-int-item.item-4 .co-int-img:last-child {
    -webkit-transition-delay: .22s;
            transition-delay: .22s;
  }
}
.run-co-animations .co-text-content-inner h2 {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transition-delay: .08s;
          transition-delay: .08s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .co-text-content-inner p {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.co-key-fact {
  text-transform: uppercase;
  background-color: #fff;
}
.co-key-fact:after {
  content: '';
  display: table;
  clear: both;
}
.co-key-fact.image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.co-key-fact.text-with-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.co-key-fact.text-with-heading span {
  display: inline-block;
}
.co-key-fact.text-with-heading h2 {
  font-size: 2vw;
  font-weight: bold;
  line-height: .9;
  margin-bottom: 0;
  letter-spacing: -.1px;
  color: #424445;
}
.co-key-fact .co-kf-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: .1px;
  color: #00b98a;
}
.co-key-fact.text-with-line {
  padding: 0 3%;
}
.co-key-fact.text-with-line .top-text {
  font-size: 7.1vw;
  font-weight: bold;
  position: relative;
  float: left;
  color: #424445;
  border-bottom: 4px solid #424445;
}
.co-key-fact.text-with-line .bottom-text {
  font-size: 1.7vw;
  font-weight: bold;
  line-height: .92;
  float: left;
  width: 100%;
  letter-spacing: .1px;
  color: #424445;
}
.co-key-fact.slider {
  position: relative;
  overflow: hidden;
}
.co-key-fact.slider .slick-list {
  overflow: hidden;
}
.co-key-fact.slider .slick-dots {
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.co-key-fact.slider .slick-dots li {
  width: 8px;
  margin-right: 8px;
  border-color: #fff;
  border-top-width: 8px;
}
.co-key-fact.slider .slick-dots .slick-active {
  margin-top: 25px;
  border-color: #424445;
}

.co-kf-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1200px) {
  .co-kf-desktop {
    display: none;
  }
}
.co-kf-desktop .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.co-kf-desktop-left {
  float: left;
  width: 66.5%;
  margin-bottom: -4.7vw;
}

.co-kf-desktop-left-1 .row .co-key-fact:last-child {
  width: calc(50% - 2px);
  margin-left: 2px;
}
.co-kf-desktop-left-1 .row-1 {
  height: 25.2vw;
  margin-bottom: 2px;
}
.co-kf-desktop-left-1 .row-1 .text-with-heading {
  padding: 0 6.5%;
}
.co-kf-desktop-left-1 .row-1 .text-with-heading h2 {
  font-size: 5.27vw;
  line-height: .78;
}
.co-kf-desktop-left-1 .row-2 {
  height: 16.7vw;
  margin-bottom: 2px;
}
.co-kf-desktop-left-1 .row-2 .text-with-heading {
  display: block;
  padding: 28px 4%;
}
.co-kf-desktop-left-1 .row-2 .text-with-heading span {
  margin-bottom: 15px;
}
.co-kf-desktop-left-1 .row-2 .text-with-heading h2 {
  font-size: 2.78vw;
  line-height: .84;
}
.co-kf-desktop-left-1 .row-3 {
  height: 16.8vw;
  margin-bottom: 2px;
}
.co-kf-desktop-left-1 .row-3 .co-key-fact:first-child, .co-kf-desktop-left-1 .row-3 .co-key-fact:nth-child(2) {
  width: 25%;
}
.co-kf-desktop-left-1 .row-3 .text-with-heading {
  display: block;
  padding: 28px 3.5%;
}
.co-kf-desktop-left-1 .row-3 .text-with-heading h2 {
  font-size: 2.8vw;
}
.co-kf-desktop-left-1 .row-3 .text-with-line {
  padding: 3% 6%;
}
.co-kf-desktop-left-1 .row-3 .top-text {
  font-size: 7vw;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.co-kf-desktop-left-1 .row-3 .bottom-text {
  font-size: 2.8vw;
}
.co-kf-desktop-left-1 .row-1 .co-key-fact,
.co-kf-desktop-left-1 .row-2 .co-key-fact {
  width: 50%;
}

.co-kf-desktop-left-2:after {
  content: '';
  display: table;
  clear: both;
}
.co-kf-desktop-left-2 .co-key-fact {
  float: left;
}
.co-kf-desktop-left-2 .co-key-fact:first-child {
  display: block;
  width: 75%;
  height: 21.7vw;
  padding: 5.5% 8% 0 7%;
}
.co-kf-desktop-left-2 .co-key-fact:first-child h2 {
  font-size: 5.27vw;
  line-height: .78;
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(2) {
  display: block;
  width: calc(25% - 2px);
  height: 17vw;
  margin-bottom: 2px;
  margin-left: 2px;
  padding: 3.8%;
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(2) h2 {
  font-size: 2.8vw;
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(3) {
  width: 50%;
  height: 17.2vw;
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(4) {
  display: block;
  width: 25%;
  height: calc(17.2vw - 2px);
  margin-top: 2px;
  padding: 3.2% 3.8%;
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(4) h2 {
  font-size: 2.8vw;
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(5) {
  position: relative;
  top: -4.7vw;
  width: calc(25% - 2px);
  height: 21.8vw;
  margin-left: 2px;
}

.co-kf-desktop-right {
  float: left;
  width: calc(33.5% - 2px);
  margin-left: 2px;
}
.co-kf-desktop-right .row {
  height: 17.4vw;
  margin-bottom: 2px;
}
.co-kf-desktop-right .row .co-key-fact {
  width: 50%;
}
.co-kf-desktop-right .row .co-key-fact:last-child {
  width: calc(50% - 2px);
  margin-left: 2px;
}
.co-kf-desktop-right .row .text-with-line {
  padding: 3% 14% 0 8%;
}
.co-kf-desktop-right .row .text-with-line .top-text {
  line-height: 1.2;
}
.co-kf-desktop-right .row .text-with-line .bottom-text {
  padding-top: 7px;
}
.co-kf-desktop-right .co-key-fact.slider {
  width: 100%;
  height: 24.5vw;
  margin-bottom: 2px;
}
.co-kf-desktop-right .co-key-fact.slider .co-kf-slide {
  height: 24.5vw;
}
.co-kf-desktop-right .co-key-fact:nth-child(3) {
  height: 24.5vw;
}
.co-kf-desktop-right .co-key-fact:nth-child(4) {
  line-height: 1.2;
  height: calc(16.9vw - 2px);
  margin-bottom: 2px;
  padding: 5% 12%;
}
.co-kf-desktop-right .co-key-fact:nth-child(4) .bottom-text {
  font-size: 2.8vw;
  margin-top: 10px;
}
.co-kf-desktop-right .co-key-fact:nth-child(5), .co-kf-desktop-right .co-key-fact:nth-child(6) {
  float: left;
  width: 50%;
  height: 14.3vw;
}
.co-kf-desktop-right .co-key-fact:nth-child(5) {
  padding: 2.5% 7%;
}
.co-kf-desktop-right .co-key-fact:nth-child(5) .top-text {
  line-height: 1.2;
  width: 100%;
}
.co-kf-desktop-right .co-key-fact:nth-child(5) .top-text span:first-child {
  font-size: 7vw;
}
.co-kf-desktop-right .co-key-fact:nth-child(5) .top-text span:last-child {
  font-size: 1.7vw;
  line-height: 1;
  display: inline-block;
  padding-left: 8px;
}
.co-kf-desktop-right .co-key-fact:nth-child(6) {
  line-height: 1.2;
  width: calc(50% - 2px);
  margin-left: 2px;
  padding: 2.5% 7%;
}
.co-kf-desktop-right .co-key-fact:nth-child(6) .top-text {
  margin-bottom: 8px;
}

.co-kf-desktop-md {
  display: none;
}
.co-kf-desktop-md:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1200px) {
  .co-kf-desktop-md {
    display: block;
  }
}
@media (max-width: 1024px) {
  .co-kf-desktop-md {
    display: none;
  }
}
.co-kf-desktop-md .co-key-fact {
  float: left;
  width: 100%;
}

.co-kf-desktop-md-top,
.co-kf-desktop-md-bottom {
  float: left;
  width: 100%;
}

.co-kf-desktop-md-top-1,
.co-kf-desktop-md-top-2 {
  float: left;
  width: 50%;
}

.co-kf-desktop-md-top-2 {
  width: calc(50% - 2px);
  margin-left: 2px;
}

.co-kf-desktop-md-bottom-1,
.co-kf-desktop-md-bottom-2 {
  float: left;
}

.co-kf-desktop-md-bottom-1 {
  width: 75%;
}

.co-kf-desktop-md-bottom-2 {
  width: calc(25% - 2px);
  margin-left: 2px;
}

.co-kf-desktop-md-top-1 .co-key-fact:first-child {
  height: 33.5vw;
  margin-bottom: 2px;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(2) {
  line-height: 1.2;
  width: 50%;
  padding: 3% 11% 3% 6%;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(2) .top-text {
  font-size: 9.5vw;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(2) .bottom-text {
  font-size: 2.4vw;
  margin-top: 6px;
  padding-right: 10%;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(3) {
  width: calc(50% - 2px);
  margin-left: 2px;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(2), .co-kf-desktop-md-top-1 .co-key-fact:nth-child(3) {
  height: 23.3vw;
  margin-bottom: 2px;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(4), .co-kf-desktop-md-top-1 .co-key-fact.slider {
  height: 32.5vw;
  margin-bottom: 2px;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(4) .co-kf-slide, .co-kf-desktop-md-top-1 .co-key-fact.slider .co-kf-slide {
  height: 32.5vw;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(5), .co-kf-desktop-md-top-1 .co-key-fact:nth-child(6) {
  width: 50%;
  height: 22.5vw;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(6) {
  width: calc(50% - 2px);
  margin-bottom: 2px;
  margin-left: 2px;
  padding: 0 7%;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(6) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(6) h2 {
  font-size: 3.8vw;
  line-height: .84;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(7) {
  line-height: 1.2;
  height: 22.3vw;
  margin-bottom: 2px;
  padding: 5% 11%;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(7) .top-text {
  font-size: 9.5vw;
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(7) .bottom-text {
  font-size: 3.7vw;
  margin-top: 8px;
}

.co-kf-desktop-md-top-2 .co-key-fact:first-child {
  height: 33.5vw;
  margin-bottom: 2px;
  padding: 0 12%;
}
.co-kf-desktop-md-top-2 .co-key-fact:first-child h2 {
  font-size: 7vw;
  line-height: .8;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(2), .co-kf-desktop-md-top-2 .co-key-fact:nth-child(3) {
  height: 22.3vw;
  margin-bottom: 2px;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(2) {
  padding: 0 7%;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(2) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(2) h2 {
  font-size: 3.8vw;
  line-height: .84;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(4) {
  height: 22.3vw;
  margin-bottom: 2px;
  line-height: 1.2;
  padding: 6.5% 11%;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(4) .top-text {
  font-size: 9vw;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(4) .bottom-text {
  font-size: 3.8vw;
  margin-top: 10px;
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(5) {
  height: 33.8vw;
}

.co-kf-desktop-md-bottom-1 .co-key-fact:first-child {
  height: 28.8vw;
  margin-bottom: 2px;
  padding: 0 14% 0 8%;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:first-child h2 {
  font-size: 7vw;
  line-height: .8;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(2), .co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(3) {
  height: 22.8vw;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(2) {
  width: 66.4%;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(3) {
  display: block;
  width: calc(33.6% - 2px);
  margin-left: 2px;
  padding: 4% 5%;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(3) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(3) h2 {
  font-size: 3.8vw;
  line-height: .84;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(4), .co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(5) {
  height: 19.1vw;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(4) {
  width: 33.2%;
  padding: 2.5% 4.5%;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(4) .top-text {
  line-height: 1.2;
  width: 100%;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(4) .top-text span:first-child {
  font-size: 9vw;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(4) .top-text span:last-child {
  font-size: 2.3vw;
  line-height: 1;
  display: inline-block;
  padding-left: 8px;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(5) {
  line-height: 1.2;
  width: calc(33.2% - 2px);
  margin-left: 2px;
  padding: 2.5% 4%;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(5) .top-text {
  font-size: 9.2vw;
  margin-bottom: 8px;
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(5) .bottom-text {
  font-size: 2.5vw;
}

.co-kf-desktop-md-bottom-2 .co-key-fact:first-child {
  display: block;
  height: 22.8vw;
  padding: 13%;
}
.co-kf-desktop-md-bottom-2 .co-key-fact:first-child .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-desktop-md-bottom-2 .co-key-fact:first-child h2 {
  font-size: 3.8vw;
  line-height: .84;
}
.co-kf-desktop-md-bottom-2 .co-key-fact:last-child {
  height: 29vw;
  margin-top: 2px;
}

.co-kf-tablet {
  display: none;
}
.co-kf-tablet:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .co-kf-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .co-kf-tablet {
    display: none;
  }
}
.co-kf-tablet .co-key-fact {
  float: left;
  width: 100%;
}
.co-kf-tablet .top-text {
  width: 100%;
}

.co-kf-tablet-1,
.co-kf-tablet-2 {
  float: left;
  width: 50%;
}

.co-kf-tablet-2 {
  width: calc(50% - 2px);
  margin-left: 2px;
}

.co-kf-tablet-1 .co-key-fact:first-child {
  height: 37.2vw;
  margin-bottom: 2px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(2) {
  line-height: 1.25;
  width: 50%;
  padding: 3% 11% 3% 6%;
}
.co-kf-tablet-1 .co-key-fact:nth-child(2) .top-text {
  font-size: 9.5vw;
}
.co-kf-tablet-1 .co-key-fact:nth-child(2) .bottom-text {
  font-size: 3.2vw;
  margin-top: 10px;
  padding-right: 0;
}
.co-kf-tablet-1 .co-key-fact:nth-child(3) {
  width: calc(50% - 2px);
  margin-left: 2px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(2), .co-kf-tablet-1 .co-key-fact:nth-child(3) {
  height: 27.8vw;
  margin-bottom: 2px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(4), .co-kf-tablet-1 .co-key-fact.slider {
  height: 43.5vw;
  margin-bottom: 2px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(4) .co-kf-slide, .co-kf-tablet-1 .co-key-fact.slider .co-kf-slide {
  height: 43.5vw;
}
.co-kf-tablet-1 .co-key-fact:nth-child(5) {
  height: 19.8vw;
  margin-bottom: 2px;
  padding: 0 10%;
}
.co-kf-tablet-1 .co-key-fact:nth-child(5) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(5) h2 {
  font-size: 5vw;
  line-height: .84;
}
.co-kf-tablet-1 .co-key-fact:nth-child(6) {
  height: 24.1vw;
  margin-bottom: 2px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(7) {
  line-height: 1.2;
  height: 24.5vw;
  margin-bottom: 2px;
  line-height: 1.3;
  padding: 5.5% 9% 5.5% 10%;
}
.co-kf-tablet-1 .co-key-fact:nth-child(7) .top-text {
  font-size: 9.2vw;
}
.co-kf-tablet-1 .co-key-fact:nth-child(7) .bottom-text {
  font-size: 4.8vw;
  margin-top: 10px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(8) {
  height: 30vw;
}
.co-kf-tablet-1 .co-key-fact:nth-child(9) {
  height: 20.3vw;
  margin-bottom: 2px;
  padding: 0 8% 0 10%;
}
.co-kf-tablet-1 .co-key-fact:nth-child(9) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-tablet-1 .co-key-fact:nth-child(9) h2 {
  font-size: 5vw;
  line-height: .84;
}
.co-kf-tablet-1 .co-key-fact:nth-child(9) br {
  display: none;
}
.co-kf-tablet-1 .co-key-fact:nth-child(10), .co-kf-tablet-1 .co-key-fact:nth-child(11) {
  height: 25vw;
}
.co-kf-tablet-1 .co-key-fact:nth-child(10) {
  width: 50%;
}
.co-kf-tablet-1 .co-key-fact:nth-child(11) {
  line-height: 1.3;
  width: calc(50% - 2px);
  margin-left: 2px;
  padding: 5% 7%;
}
.co-kf-tablet-1 .co-key-fact:nth-child(11) .top-text {
  font-size: 9.2vw;
}
.co-kf-tablet-1 .co-key-fact:nth-child(11) .bottom-text {
  font-size: 3.2vw;
  margin-top: 7px;
}

.co-kf-tablet-2 .co-key-fact:first-child {
  height: 37.2vw;
  margin-bottom: 2px;
  padding: 0 12%;
}
.co-kf-tablet-2 .co-key-fact:first-child h2 {
  font-size: 7vw;
  line-height: .8;
}
.co-kf-tablet-2 .co-key-fact:nth-child(2) {
  height: 27.8vw;
  margin-bottom: 2px;
  padding: 0 10%;
}
.co-kf-tablet-2 .co-key-fact:nth-child(2) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-tablet-2 .co-key-fact:nth-child(2) h2 {
  font-size: 5vw;
  line-height: .84;
}
.co-kf-tablet-2 .co-key-fact:nth-child(3) {
  height: 29.8vw;
  margin-bottom: 2px;
}
.co-kf-tablet-2 .co-key-fact:nth-child(4) {
  height: 24.5vw;
  margin-bottom: 2px;
  line-height: 1.3;
  padding: 5.5% 10%;
}
.co-kf-tablet-2 .co-key-fact:nth-child(4) .top-text {
  font-size: 9.2vw;
}
.co-kf-tablet-2 .co-key-fact:nth-child(4) .bottom-text {
  font-size: 4.8vw;
  margin-top: 10px;
}
.co-kf-tablet-2 .co-key-fact:nth-child(5) {
  height: 44.8vw;
}
.co-kf-tablet-2 .co-key-fact:nth-child(6) {
  height: 41vw;
  margin-bottom: 2px;
  padding: 0 14% 0 10%;
}
.co-kf-tablet-2 .co-key-fact:nth-child(6) h2 {
  font-size: 7vw;
  line-height: .78;
}
.co-kf-tablet-2 .co-key-fact:nth-child(7) {
  height: 19.5vw;
  margin-bottom: 2px;
  padding: 0 10%;
}
.co-kf-tablet-2 .co-key-fact:nth-child(7) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-tablet-2 .co-key-fact:nth-child(7) h2 {
  font-size: 5vw;
  line-height: .84;
}
.co-kf-tablet-2 .co-key-fact:nth-child(8) {
  width: 50%;
  height: 17vw;
  padding: 2% 6.5%;
}
.co-kf-tablet-2 .co-key-fact:nth-child(8) .top-text {
  line-height: 1.2;
  width: 100%;
}
.co-kf-tablet-2 .co-key-fact:nth-child(8) .top-text span:first-child {
  font-size: 9vw;
}
.co-kf-tablet-2 .co-key-fact:nth-child(8) .top-text span:last-child {
  font-size: 3vw;
  line-height: 1;
  display: inline-block;
  padding-left: 8px;
}

.co-kf-mobile {
  display: none;
}
@media (max-width: 767px) {
  .co-kf-mobile {
    display: block;
  }
}
.co-kf-mobile .top-text {
  width: 100%;
}
.co-kf-mobile .co-key-fact {
  float: left;
  width: 100%;
}
.co-kf-mobile .co-key-fact:first-child {
  height: 264px;
}
.co-kf-mobile .co-key-fact:nth-child(2) {
  margin: 2px 0;
  padding: 10%;
}
@media (max-width: 480px) {
  .co-kf-mobile .co-key-fact:nth-child(2) {
    padding: 15% 10%;
  }
}
.co-kf-mobile .co-key-fact:nth-child(2) h2 {
  font-size: 12vw;
  line-height: .78;
}
@media (max-width: 480px) {
  .co-kf-mobile .co-key-fact:nth-child(2) h2 {
    font-size: 17vw;
  }
}
.co-kf-mobile .co-key-fact:nth-child(4) {
  margin-bottom: 2px;
  padding: 10%;
}
.co-kf-mobile .co-key-fact:nth-child(4) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-mobile .co-key-fact:nth-child(4) h2 {
  font-size: 12vw;
  line-height: .84;
}
.co-kf-mobile .co-key-fact.slider, .co-kf-mobile .co-key-fact:nth-child(5) {
  height: 333px;
  margin-bottom: 2px;
}
.co-kf-mobile .co-key-fact.slider .co-kf-slide, .co-kf-mobile .co-key-fact:nth-child(5) .co-kf-slide {
  height: 333px;
}
.co-kf-mobile .co-key-fact:nth-child(6) {
  height: 227px;
}
.co-kf-mobile .co-key-fact:nth-child(7) {
  margin-bottom: 2px;
  line-height: 1.3;
  padding: 5.5% 10% 10% 10%;
}
.co-kf-mobile .co-key-fact:nth-child(7) .top-text {
  font-size: 22.2vw;
}
.co-kf-mobile .co-key-fact:nth-child(7) .bottom-text {
  font-size: 11.8vw;
  margin-top: 10px;
}
.co-kf-mobile .co-key-fact:nth-child(8) {
  height: 346px;
  margin-bottom: 2px;
}
.co-kf-mobile .co-key-fact:nth-child(9) {
  margin-bottom: 2px;
  line-height: 1.3;
  padding: 4.5% 8% 10% 9%;
}
.co-kf-mobile .co-key-fact:nth-child(9) .top-text {
  font-size: 22.2vw;
}
.co-kf-mobile .co-key-fact:nth-child(9) .bottom-text {
  font-size: 11.8vw;
  margin-top: 10px;
}
.co-kf-mobile .co-key-fact:nth-child(10) {
  height: 187px;
}
.co-kf-mobile .co-key-fact:nth-child(11) {
  margin-bottom: 2px;
  padding: 9%;
}
.co-kf-mobile .co-key-fact:nth-child(11) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-mobile .co-key-fact:nth-child(11) h2 {
  font-size: 12vw;
  line-height: .84;
}
.co-kf-mobile .co-key-fact:nth-child(12) {
  margin-bottom: 2px;
  padding: 12% 14% 13% 10%;
}
.co-kf-mobile .co-key-fact:nth-child(12) .co-kf-heading {
  margin-bottom: 6px;
}
.co-kf-mobile .co-key-fact:nth-child(12) h2 {
  font-size: 17vw;
  line-height: .76;
}
.co-kf-mobile .co-key-fact:nth-child(13) {
  height: 227px;
  margin-bottom: 2px;
}
.co-kf-mobile .co-key-fact:nth-child(14) {
  margin-bottom: 2px;
  padding: 8% 9% 11% 9%;
}
.co-kf-mobile .co-key-fact:nth-child(14) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-mobile .co-key-fact:nth-child(14) h2 {
  font-size: 12vw;
  line-height: .84;
}
.co-kf-mobile .co-key-fact:nth-child(14) br {
  display: none;
}
.co-kf-mobile .co-key-fact:nth-child(15) {
  margin-bottom: 2px;
  padding: 8% 9% 11% 9%;
}
.co-kf-mobile .co-key-fact:nth-child(15) .co-kf-heading {
  margin-bottom: 10px;
}
.co-kf-mobile .co-key-fact:nth-child(15) h2 {
  font-size: 12vw;
  line-height: .84;
}
.co-kf-mobile .co-key-fact:last-child {
  width: 50%;
  padding: 8% 7%;
}
.co-kf-mobile .co-key-fact:last-child .top-text {
  line-height: 1.2;
  width: 100%;
}
.co-kf-mobile .co-key-fact:last-child .top-text span:first-child {
  font-size: 21vw;
}
.co-kf-mobile .co-key-fact:last-child .top-text span:last-child {
  font-size: 7vw;
  line-height: 1;
  display: inline-block;
  padding-left: 14px;
}
.co-kf-mobile .row-1,
.co-kf-mobile .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2px;
}
.co-kf-mobile .row-1:after,
.co-kf-mobile .row-2:after {
  content: '';
  display: table;
  clear: both;
}
.co-kf-mobile .row-1 .co-key-fact,
.co-kf-mobile .row-2 .co-key-fact {
  width: 50%;
}
.co-kf-mobile .row-1 .co-key-fact.text-with-line,
.co-kf-mobile .row-2 .co-key-fact.text-with-line {
  padding: 2% 6% 11.5% 6%;
}
.co-kf-mobile .row-1 .co-key-fact.text-with-line .top-text,
.co-kf-mobile .row-2 .co-key-fact.text-with-line .top-text {
  font-size: 20vw;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .co-kf-mobile .row-1 .co-key-fact.text-with-line .top-text,
  .co-kf-mobile .row-2 .co-key-fact.text-with-line .top-text {
    font-size: 23vw;
  }
}
.co-kf-mobile .row-1 .co-key-fact.text-with-line .bottom-text,
.co-kf-mobile .row-2 .co-key-fact.text-with-line .bottom-text {
  font-size: 5.5vw;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .co-kf-mobile .row-1 .co-key-fact.text-with-line .bottom-text,
  .co-kf-mobile .row-2 .co-key-fact.text-with-line .bottom-text {
    font-size: 7.5vw;
    margin-top: 7px;
    padding-left: 5px;
  }
}
.co-kf-mobile .row-1 .co-key-fact:first-child,
.co-kf-mobile .row-2 .co-key-fact:first-child {
  height: initial;
}
.co-kf-mobile .row-1 .co-key-fact:nth-child(2),
.co-kf-mobile .row-2 .co-key-fact:nth-child(2) {
  width: calc(50% - 2px);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2px;
}

.co-key-fact {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}

/************************************************************

Desktop animations

************************************************************/
.co-kf-desktop-left-1 .row-1 .co-key-fact:first-child {
  -webkit-transform: translate3d(-35%, 150vh, 0);
          transform: translate3d(-35%, 150vh, 0);
}
.co-kf-desktop-left-1 .row-1 .co-key-fact:last-child {
  -webkit-transform: translate3d(-2%, 150vh, 0);
          transform: translate3d(-2%, 150vh, 0);
}
.co-kf-desktop-left-1 .row-2 .co-key-fact {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.co-kf-desktop-left-1 .row-2 .co-key-fact:first-child {
  -webkit-transform: translate3d(-35%, 150vh, 0);
          transform: translate3d(-35%, 150vh, 0);
}
.co-kf-desktop-left-1 .row-2 .co-key-fact:last-child {
  -webkit-transform: translate3d(-2%, 150vh, 0);
          transform: translate3d(-2%, 150vh, 0);
}
.co-kf-desktop-left-1 .row-3 .co-key-fact {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.co-kf-desktop-left-1 .row-3 .co-key-fact:first-child {
  -webkit-transform: translate3d(-35%, 150vh, 0);
          transform: translate3d(-35%, 150vh, 0);
}
.co-kf-desktop-left-1 .row-3 .co-key-fact:nth-child(2) {
  -webkit-transform: translate3d(-30%, 150vh, 0);
          transform: translate3d(-30%, 150vh, 0);
}
.co-kf-desktop-left-1 .row-3 .co-key-fact:last-child {
  -webkit-transform: translate3d(-2%, 150vh, 0);
          transform: translate3d(-2%, 150vh, 0);
}

.co-kf-desktop-left-2 .co-key-fact {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.co-kf-desktop-left-2 .co-key-fact:first-child {
  -webkit-transform: translate3d(-35%, 150vh, 0);
          transform: translate3d(-35%, 150vh, 0);
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(2) {
  -webkit-transform: translate3d(0, 150vh, 0);
          transform: translate3d(0, 150vh, 0);
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate3d(-35%, 150vh, 0);
          transform: translate3d(-35%, 150vh, 0);
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(4) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate3d(-35%, 150vh, 0);
          transform: translate3d(-35%, 150vh, 0);
}
.co-kf-desktop-left-2 .co-key-fact:nth-child(5) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate3d(0, 150vh, 0);
          transform: translate3d(0, 150vh, 0);
}

.co-kf-desktop-right .row-1 .co-key-fact:first-child {
  -webkit-transform: translate3d(2%, 150vh, 0);
          transform: translate3d(2%, 150vh, 0);
}
.co-kf-desktop-right .row-1 .co-key-fact:last-child {
  -webkit-transform: translate3d(35%, 150vh, 0);
          transform: translate3d(35%, 150vh, 0);
}
.co-kf-desktop-right .co-key-fact.slider {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(35%, 150vh, 0);
          transform: translate3d(35%, 150vh, 0);
}
.co-kf-desktop-right .co-key-fact:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(35%, 150vh, 0);
          transform: translate3d(35%, 150vh, 0);
}
.co-kf-desktop-right .co-key-fact:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate3d(35%, 150vh, 0);
          transform: translate3d(35%, 150vh, 0);
}
.co-kf-desktop-right .co-key-fact:nth-child(5) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate3d(35%, 150vh, 0);
          transform: translate3d(35%, 150vh, 0);
}
.co-kf-desktop-right .co-key-fact:nth-child(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate3d(35%, 150vh, 0);
          transform: translate3d(35%, 150vh, 0);
}

/************************************************************

Desktop Medium animations

************************************************************/
.co-kf-desktop-md-top-1 .co-key-fact:first-child {
  -webkit-transform: translate3d(-65%, 150vh, 0);
          transform: translate3d(-65%, 150vh, 0);
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  -webkit-transform: translate3d(-65%, 150vh, 0);
          transform: translate3d(-65%, 150vh, 0);
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(3) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  -webkit-transform: translate3d(-60%, 150vh, 0);
          transform: translate3d(-60%, 150vh, 0);
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(-60%, 150vh, 0);
          transform: translate3d(-60%, 150vh, 0);
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(5) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-65%, 150vh, 0);
          transform: translate3d(-65%, 150vh, 0);
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-60%, 150vh, 0);
          transform: translate3d(-60%, 150vh, 0);
}
.co-kf-desktop-md-top-1 .co-key-fact:nth-child(7) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate3d(-60%, 150vh, 0);
          transform: translate3d(-60%, 150vh, 0);
}

.co-kf-desktop-md-top-2 .co-key-fact:first-child {
  -webkit-transform: translate3d(65%, 150vh, 0);
          transform: translate3d(65%, 150vh, 0);
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  -webkit-transform: translate3d(65%, 150vh, 0);
          transform: translate3d(65%, 150vh, 0);
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(65%, 150vh, 0);
          transform: translate3d(65%, 150vh, 0);
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(65%, 150vh, 0);
          transform: translate3d(65%, 150vh, 0);
}
.co-kf-desktop-md-top-2 .co-key-fact:nth-child(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate3d(65%, 150vh, 0);
          transform: translate3d(65%, 150vh, 0);
}

.co-kf-desktop-md-bottom-1 .co-key-fact:first-child {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-60%, 150vh, 0);
          transform: translate3d(-60%, 150vh, 0);
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate3d(-65%, 150vh, 0);
          transform: translate3d(-65%, 150vh, 0);
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate3d(-2%, 150vh, 0);
          transform: translate3d(-2%, 150vh, 0);
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(4) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate3d(-65%, 150vh, 0);
          transform: translate3d(-65%, 150vh, 0);
}
.co-kf-desktop-md-bottom-1 .co-key-fact:nth-child(5) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate3d(-60%, 150vh, 0);
          transform: translate3d(-60%, 150vh, 0);
}

.co-kf-desktop-md-bottom-2 .co-key-fact:first-child {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(60%, 150vh, 0);
          transform: translate3d(60%, 150vh, 0);
}
.co-kf-desktop-md-bottom-2 .co-key-fact:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate3d(60%, 150vh, 0);
          transform: translate3d(60%, 150vh, 0);
}

/************************************************************

Tablet animations

************************************************************/
.co-kf-tablet-1 .co-key-fact:nth-child(-n + 10) {
  -webkit-transform: translate3d(-65%, 120vh, 0);
          transform: translate3d(-65%, 120vh, 0);
}
.co-kf-tablet-1 .co-key-fact:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(3) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  -webkit-transform: translate3d(-70%, 120vh, 0);
          transform: translate3d(-70%, 120vh, 0);
}
.co-kf-tablet-1 .co-key-fact:nth-child(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(5) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(6) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(7) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(8) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(9) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(10), .co-kf-tablet-1 .co-key-fact:nth-child(11) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.co-kf-tablet-1 .co-key-fact:nth-child(11) {
  -webkit-transform: translate3d(-70%, 120vh, 0);
          transform: translate3d(-70%, 120vh, 0);
}

.co-kf-tablet-2 .co-key-fact:nth-child(-n + 9) {
  -webkit-transform: translate3d(65%, 120vh, 0);
          transform: translate3d(65%, 120vh, 0);
}
.co-kf-tablet-2 .co-key-fact:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.co-kf-tablet-2 .co-key-fact:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.co-kf-tablet-2 .co-key-fact:nth-child(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.co-kf-tablet-2 .co-key-fact:nth-child(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.co-kf-tablet-2 .co-key-fact:nth-child(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.co-kf-tablet-2 .co-key-fact:nth-child(7) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.co-kf-tablet-2 .co-key-fact:nth-child(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.co-mng-intro {
  float: left;
  width: calc(25% - 2px);
  margin-left: 2px;
  height: calc(66.65vh - 37px);
  padding: 34px 50px 34px 28px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .co-mng-intro {
    width: calc(50% - 2px);
    height: calc(100vh - 56px);
  }
}
@media (max-width: 767px) {
  .co-mng-intro {
    width: 100%;
    height: auto !important;
    margin-left: 0;
    min-height: 200px;
  }
}
.co-mng-intro h2 {
  font-size: 4.39vw;
  line-height: .75;
  margin-bottom: 43px;
  letter-spacing: -.1px;
  color: #424445;
}
@media (max-width: 1024px) {
  .co-mng-intro h2 {
    font-size: 8.5vw;
  }
}
@media (max-width: 767px) {
  .co-mng-intro h2 {
    font-size: 42px !important;
  }
}
.co-mng-intro p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 1.32vw;
  line-height: 1.22;
  letter-spacing: 0;
  color: #5e5e5e;
}
@media (max-width: 1024px) {
  .co-mng-intro p {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .co-mng-intro p {
    font-size: 16px !important;
  }
}

.co-mng-member {
  float: left;
  width: calc(25% - 2px);
  height: calc(33.33vh - 18.5px);
  margin-left: 2px;
}
@media (max-width: 1024px) {
  .co-mng-member {
    width: calc(50% - 2px);
    height: calc(50vh - 28px);
  }
}
@media (max-width: 767px) {
  .co-mng-member {
    width: calc(100% - 2px);
    height: 250px;
  }
}

.co-mng-member-img {
  height: 72.5%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.co-mng-member-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 27.5%;
  text-align: center;
  background-color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.co-mng-member-data .name {
  font-size: 1.7vw;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #323536;
}
@media (max-width: 1024px) {
  .co-mng-member-data .name {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .co-mng-member-data .name {
    font-size: 28px !important;
  }
}
.co-mng-member-data .position {
  font-size: 1vw;
  margin-bottom: 0;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #00b98a;
}
@media (max-width: 1024px) {
  .co-mng-member-data .position {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .co-mng-member-data .position {
    font-size: 16px !important;
  }
}

.co-mng-intro,
.co-mng-member {
  -webkit-transition: -webkit-transform 0.366s ease-out;
  transition: -webkit-transform 0.366s ease-out;
  transition: transform 0.366s ease-out;
  transition: transform 0.366s ease-out, -webkit-transform 0.366s ease-out;
}

.co-mng-intro {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-80vh, -100vh, 0);
          transform: translate3d(-80vh, -100vh, 0);
}
@media (max-width: 767px) {
  .co-mng-intro {
    -webkit-transform: none;
            transform: none;
  }
}

.co-mng-member:nth-child(3) {
  -webkit-transform: translate3d(-70vh, -100vh, 0);
          transform: translate3d(-70vh, -100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(3) {
    -webkit-transform: translate3d(70vh, -100vh, 0);
            transform: translate3d(70vh, -100vh, 0);
  }
}
.co-mng-member:nth-child(4) {
  -webkit-transform: translate3d(70vh, -100vh, 0);
          transform: translate3d(70vh, -100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(4) {
    -webkit-transform: translate3d(70vh, 100vh, 0);
            transform: translate3d(70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(5) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(80vh, -100vh, 0);
          transform: translate3d(80vh, -100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(5) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(-70vh, 100vh, 0);
            transform: translate3d(-70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(6) {
  -webkit-transform: translate3d(-80vh, 100vh, 0);
          transform: translate3d(-80vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(6) {
    -webkit-transform: translate3d(70vh, 100vh, 0);
            transform: translate3d(70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(7) {
  -webkit-transform: translate3d(-70vh, 100vh, 0);
          transform: translate3d(-70vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(7) {
    -webkit-transform: translate3d(-70vh, 100vh, 0);
            transform: translate3d(-70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(8) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(70vh, 100vh, 0);
          transform: translate3d(70vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(8) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(70vh, 100vh, 0);
            transform: translate3d(70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(9) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-80vh, 100vh, 0);
          transform: translate3d(-80vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(9) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(-70vh, 100vh, 0);
            transform: translate3d(-70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(10) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-70vh, 100vh, 0);
          transform: translate3d(-70vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(10) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(70vh, 100vh, 0);
            transform: translate3d(70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(11) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-delay: none;
          transition-delay: none;
  -webkit-transform: translate3d(70vh, 100vh, 0);
          transform: translate3d(70vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(11) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(-70vh, 100vh, 0);
            transform: translate3d(-70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(12) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(80vh, 100vh, 0);
          transform: translate3d(80vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(12) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(70vh, 100vh, 0);
            transform: translate3d(70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(13) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-80vh, 100vh, 0);
          transform: translate3d(-80vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(13) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(-70vh, 100vh, 0);
            transform: translate3d(-70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(14) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-70vh, 100vh, 0);
          transform: translate3d(-70vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(14) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(70vh, 100vh, 0);
            transform: translate3d(70vh, 100vh, 0);
  }
}
.co-mng-member:nth-child(15) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(70vh, 100vh, 0);
          transform: translate3d(70vh, 100vh, 0);
}
@media (max-width: 1024px) {
  .co-mng-member:nth-child(15) {
    -webkit-transition-delay: none;
            transition-delay: none;
    -webkit-transform: translate3d(-70vh, 100vh, 0);
            transform: translate3d(-70vh, 100vh, 0);
  }
}
@media (max-width: 767px) {
  .co-mng-member:nth-child(-n+20) {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.run-co-animations .co-mng-intro,
.run-co-animations .co-mng-member {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

.co-content-investors {
  height: calc(100vh - 56px);
}
@media (max-width: 767px) {
  .co-content-investors {
    height: auto !important;
  }
}

.co-inv-left,
.co-inv-right {
  float: left;
  height: 100%;
}

.co-inv-left {
  width: 50%;
}
@media (max-width: 1200px) {
  .co-inv-left {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .co-inv-left {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .co-inv-left {
    width: 100%;
  }
}

.co-inv-right {
  position: relative;
  overflow: hidden;
  width: calc(50% - 2px);
  margin-left: 2px;
}
@media (max-width: 1200px) {
  .co-inv-right {
    width: calc(35% - 2px);
  }
}
@media (max-width: 1024px) {
  .co-inv-right {
    width: calc(49% - 2px);
  }
}
@media (max-width: 767px) {
  .co-inv-right {
    width: 100%;
    margin-left: 0;
    border-bottom: 2px solid #ebebeb;
  }
}

.co-inv-right-inner {
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: content-box;
  width: calc(100% + 50px);
  height: 100%;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .co-inv-right-inner {
    box-sizing: border-box;
  }
}

.co-inv-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 50%;
  padding: 0 33% 0 11%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .co-inv-content {
    padding: 0 26% 0 11%;
  }
}
@media (max-width: 1024px) {
  .co-inv-content {
    padding: 0 12% 0 14%;
  }
}
@media (max-width: 767px) {
  .co-inv-content {
    display: block;
    margin-bottom: 30px;
    padding: 0 17% 0 11%;
  }
}
.co-inv-content:last-child {
  height: calc(50% - 2px);
  margin-top: 2px;
}
@media (max-width: 767px) {
  .co-inv-content:last-child {
    height: auto;
  }
}
.co-inv-content h2 {
  font-size: 72px;
  font-weight: bold;
  line-height: .78;
  margin-bottom: .5em;
  letter-spacing: -.1px;
  color: #424445;
}
@media (max-width: 1400px) {
  .co-inv-content h2 {
    font-size: 4.5vw;
    margin-bottom: .3em;
  }
}
@media (max-width: 1024px) {
  .co-inv-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .co-inv-content h2 {
    font-size: 48px;
    margin-bottom: .6em;
  }
}
.co-inv-content p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0;
  color: #5e5e5e;
}
@media (max-width: 1024px) {
  .co-inv-content p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .co-inv-content p {
    margin-bottom: 10px;
  }
}

.co-inv-content-link {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.22;
  text-decoration: none;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #00b98a;
}
@media (max-width: 767px) {
  .co-inv-content-link {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.co-inv-content-link:hover, .co-inv-content-link:focus, .co-inv-content-link:active {
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  color: #424445;
}

.co-inv-content-logo {
  position: absolute;
  right: 10%;
  bottom: 9%;
}
@media (max-width: 1200px) {
  .co-inv-content-logo {
    right: 4%;
  }
}
@media (max-width: 1024px) {
  .co-inv-content-logo {
    right: 6%;
    bottom: 4%;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .co-inv-content-logo {
    position: static;
    float: left;
    max-width: 50%;
  }
}

.co-investor {
  position: relative;
  float: left;
  width: 50%;
  height: calc(33.33% - 2px);
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .co-investor {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .co-investor {
    height: 248px;
  }
}
.co-investor:nth-child(even) {
  width: calc(50% - 2px);
  margin-left: 2px;
}
@media (max-width: 1200px) {
  .co-investor:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}

.co-investor-role {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  letter-spacing: .4px;
  color: #fff;
  background-color: #00b98a;
}

.co-investor-image {
  height: 72%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.co-investor-name,
.co-investor-title,
.co-investor-company {
  line-height: 1;
  margin-bottom: 0;
}

.co-investor-name {
  font-size: 24px;
  margin: 1px 0 1px 0;
  letter-spacing: .1px;
  color: #333535;
}
@media (max-width: 1400px) {
  .co-investor-name {
    font-size: 1.7vw;
  }
}
@media (max-width: 1024px) {
  .co-investor-name {
    font-size: 24px !important;
  }
}

.co-investor-title,
.co-investor-company {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .4px;
  color: #00b98a;
}
@media (max-width: 1400px) {
  .co-investor-title,
  .co-investor-company {
    font-size: 1vw;
  }
}
@media (max-width: 1200px) {
  .co-investor-title,
  .co-investor-company {
    font-size: 1.4vw;
  }
}
@media (max-width: 1024px) {
  .co-investor-title,
  .co-investor-company {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .custom-scroll-wrapper {
    display: none;
  }
}

.co-inv-content {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
.co-inv-content:first-child {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
@media (max-width: 767px) {
  .co-inv-content:first-child {
    -webkit-transform: none;
            transform: none;
  }
}
.co-inv-content:last-child {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
@media (max-width: 767px) {
  .co-inv-content:last-child {
    -webkit-transform: none;
            transform: none;
  }
}

.co-investor {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
@media (max-width: 767px) {
  .co-investor {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.co-investor:first-child {
  -webkit-transform: translate3d(40%, -150%, 0);
          transform: translate3d(40%, -150%, 0);
}
@media (max-width: 1200px) {
  .co-investor:first-child {
    -webkit-transform: translate3d(100%, -150%, 0);
            transform: translate3d(100%, -150%, 0);
  }
}
.co-investor:first-child .co-investor-data {
  -webkit-transform: translate3d(50%, -200%, 0);
          transform: translate3d(50%, -200%, 0);
}
.co-investor:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
  -webkit-transform: translate3d(70%, -150%, 0);
          transform: translate3d(70%, -150%, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(2) {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.co-investor:nth-child(2) .co-investor-data {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
  -webkit-transform: translate3d(40%, -200%, 0);
          transform: translate3d(40%, -200%, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(2) .co-investor-data {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.co-investor:nth-child(3) {
  -webkit-transform: translate3d(250%, 0, 0);
          transform: translate3d(250%, 0, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(3) {
    -webkit-transform: translate3d(100%, 150%, 0);
            transform: translate3d(100%, 150%, 0);
  }
}
.co-investor:nth-child(3) .co-investor-data {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
  -webkit-transform: translate3d(250%, 0, 0);
          transform: translate3d(250%, 0, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(3) .co-investor-data {
    -webkit-transform: translate3d(100%, 150%, 0);
            transform: translate3d(100%, 150%, 0);
  }
}
.co-investor:nth-child(4) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
  -webkit-transform: translate3d(250%, 0, 0);
          transform: translate3d(250%, 0, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.co-investor:nth-child(4) .co-investor-data {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate3d(250%, 0, 0);
          transform: translate3d(250%, 0, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(4) .co-investor-data {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.co-investor:nth-child(5) {
  -webkit-transform: translate3d(40%, 150%, 0);
          transform: translate3d(40%, 150%, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(5) {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.co-investor:nth-child(5) .co-investor-data {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate3d(40%, 150%, 0);
          transform: translate3d(40%, 150%, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(5) .co-investor-data {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.co-investor:nth-child(6) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
  -webkit-transform: translate3d(70%, 150%, 0);
          transform: translate3d(70%, 150%, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(6) {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.co-investor:nth-child(6) .co-investor-data {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate3d(40%, 150%, 0);
          transform: translate3d(40%, 150%, 0);
}
@media (max-width: 1200px) {
  .co-investor:nth-child(6) .co-investor-data {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.co-investor .co-investor-data {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
@media (max-width: 767px) {
  .co-investor .co-investor-data {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.run-co-animations .co-inv-content:first-child, .run-co-animations .co-inv-content:last-child {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .co-investor:nth-child(-n + 6) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .co-investor:nth-child(-n + 6) .co-investor-data {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .co-brands {
    float: left;
    margin-top: 2px;
    margin-left: -2px;
  }
}

.co-brands-intro-text {
  float: left;
  width: calc(20% - 2px);
  height: calc(50vh - 30px);
  margin-bottom: 2px;
  margin-left: 2px;
  padding: 2%;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .co-brands-intro-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 2px);
    height: calc(42vh + 1px);
    padding: 0 3%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .co-brands-intro-text {
    height: calc(30vh + 1px);
  }
}
@media (max-width: 767px) {
  .co-brands-intro-text {
    width: calc(50% - 2px);
    height: calc(0vh + 228px);
  }
}
.co-brands-intro-text h1 {
  font-size: 4.7vw;
  line-height: .78;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #424445;
}
@media (max-width: 1200px) {
  .co-brands-intro-text h1 {
    font-size: 6vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .co-brands-intro-text h1 {
    font-size: calc(0vh + 48px);
  }
}

.co-brands-content-image {
  position: absolute;
  width: calc(40% - 2px);
  height: calc(50vh - 30px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .co-brands-content-image {
    width: calc(50% - 2px);
    height: calc(42vh + 1px);
  }
}
@media (max-width: 1024px) {
  .co-brands-content-image {
    height: calc(30vh + 1px);
  }
}
@media (max-width: 767px) {
  .co-brands-content-image {
    width: 100%;
    height: calc(0vh + 226px + 1px);
  }
}

.co-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: calc(20% - 2px);
  height: calc(25vh - 16px);
  margin-bottom: 2px;
  margin-left: 2px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .co-brand {
    width: calc(25% - 2px);
    height: 21vh;
  }
}
@media (max-width: 1024px) {
  .co-brand {
    height: 15vh;
  }
}
@media (max-width: 767px) {
  .co-brand {
    width: calc(50% - 2px);
    height: calc(0vh + 113px);
  }
}
.co-brand img {
  max-width: 85%;
}
@media (max-width: 1024px) {
  .co-brand img {
    max-width: 65%;
  }
}

.co-brands-row {
  position: relative;
  width: 100%;
}
.co-brands-row:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1200px) {
  .co-brands-row.first-row .co-brand:nth-child(n + 12) {
    display: none;
  }
}
.co-brands-row.first-row .co-brand:nth-child(7), .co-brands-row.first-row .co-brand:nth-child(10) {
  margin-right: 40%;
}
@media (max-width: 1200px) {
  .co-brands-row.first-row .co-brand:nth-child(7), .co-brands-row.first-row .co-brand:nth-child(10) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .co-brands-row.first-row .co-brand:nth-child(5), .co-brands-row.first-row .co-brand:nth-child(7) {
    margin-right: 50%;
  }
}
@media (max-width: 767px) {
  .co-brands-row.first-row .co-brand:nth-child(5), .co-brands-row.first-row .co-brand:nth-child(7) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .co-brands-row.first-row .co-brand:nth-child(4), .co-brands-row.first-row .co-brand:nth-child(5) {
    margin-bottom: 230px;
  }
}
.co-brands-row.first-row .co-brands-content-image {
  top: calc(25vh - 14px);
  right: 0;
}
@media (max-width: 1200px) {
  .co-brands-row.first-row .co-brands-content-image {
    top: calc(21vh + 2px);
  }
}
@media (max-width: 1024px) {
  .co-brands-row.first-row .co-brands-content-image {
    top: calc(15vh + 2px);
  }
}
@media (max-width: 767px) {
  .co-brands-row.first-row .co-brands-content-image {
    top: calc(0vh + 345px);
  }
}
.co-brands-row.second-row .co-brand:nth-child(-n+4) {
  display: none;
}
@media (max-width: 1200px) {
  .co-brands-row.second-row .co-brand:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.co-brands-row.second-row .co-brand:nth-child(5), .co-brands-row.second-row .co-brand:nth-child(8) {
  margin-left: calc(40% + 2px);
}
@media (max-width: 1200px) {
  .co-brands-row.second-row .co-brand:nth-child(5), .co-brands-row.second-row .co-brand:nth-child(8) {
    margin-left: 2px;
  }
}
.co-brands-row.second-row .co-brand:first-child, .co-brands-row.second-row .co-brand:nth-child(3) {
  margin-left: calc(50% + 2px);
}
@media (max-width: 767px) {
  .co-brands-row.second-row .co-brand:first-child, .co-brands-row.second-row .co-brand:nth-child(3) {
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  .co-brands-row.second-row .co-brand:first-child, .co-brands-row.second-row .co-brand:nth-child(2) {
    margin-top: 230px;
  }
}
@media (max-width: 1200px) {
  .co-brands-row.second-row .co-brand:nth-child(n + 9) {
    display: none;
  }
}
.co-brands-row.second-row .co-brands-content-image {
  top: 0;
  left: 2px;
}
.co-brands-row.third-row .co-brand:nth-child(-n+7) {
  display: none;
}
@media (max-width: 1200px) {
  .co-brands-row.third-row .co-brand:nth-child(-n+7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.co-brands-row.third-row .co-brand:nth-child(10), .co-brands-row.third-row .co-brand:nth-child(13) {
  margin-right: 40%;
}
@media (max-width: 1200px) {
  .co-brands-row.third-row .co-brand:nth-child(10), .co-brands-row.third-row .co-brand:nth-child(13) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .co-brands-row.third-row .co-brand:nth-child(2), .co-brands-row.third-row .co-brand:nth-child(4) {
    margin-right: 50%;
  }
}
@media (max-width: 767px) {
  .co-brands-row.third-row .co-brand:nth-child(2), .co-brands-row.third-row .co-brand:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .co-brands-row.third-row .co-brand:nth-child(3), .co-brands-row.third-row .co-brand:nth-child(4) {
    margin-bottom: 230px;
  }
}
.co-brands-row.third-row .co-brands-content-image {
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .co-brands-row.third-row .co-brands-content-image {
    top: 230px;
  }
}

/************************************************************

Desktop animations

************************************************************/
.run-co-animations .co-brands-anim {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.co-brands-wrap-anim {
  height: 0;
}
.co-brands-wrap-anim .co-brands-anim {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
.co-brands-wrap-anim .first-row .co-brands-anim:first-child {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-60%, -300vh, 0px);
          transform: translate3d(-60%, -300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-40%, -300vh, 0px);
          transform: translate3d(-40%, -300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(20%, -300vh, 0px);
          transform: translate3d(20%, -300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(30%, -300vh, 0px);
          transform: translate3d(30%, -300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, -300vh, 0px);
          transform: translate3d(50%, -300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-40%, -300vh, 0px);
          transform: translate3d(-40%, -300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(7) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-20%, -300vh, 0px);
          transform: translate3d(-20%, -300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(8) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(9) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-30%, 300vh, 0px);
          transform: translate3d(-30%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(10) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(10%, 300vh, 0px);
          transform: translate3d(10%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(11) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(12) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-30%, 300vh, 0px);
          transform: translate3d(-30%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(13) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(10%, 300vh, 0px);
          transform: translate3d(10%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(14) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(30%, 300vh, 0px);
          transform: translate3d(30%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-anim:nth-child(15) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, 300vh, 0px);
          transform: translate3d(50%, 300vh, 0px);
}
.co-brands-wrap-anim .first-row .co-brands-content-image {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(50%, -300vh, 0px);
          transform: translate3d(50%, -300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:first-child {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-60%, 300vh, 0px);
          transform: translate3d(-60%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-40%, 300vh, 0px);
          transform: translate3d(-40%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(20%, 300vh, 0px);
          transform: translate3d(20%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(30%, 300vh, 0px);
          transform: translate3d(30%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, 300vh, 0px);
          transform: translate3d(50%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-40%, 300vh, 0px);
          transform: translate3d(-40%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(7) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-20%, 300vh, 0px);
          transform: translate3d(-20%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(8) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(9) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-30%, 300vh, 0px);
          transform: translate3d(-30%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(10) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(10%, 300vh, 0px);
          transform: translate3d(10%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(11) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(12) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(13) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(14) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-anim:nth-child(15) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .second-row .co-brands-content-image {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-50%, 300vh, 0px);
          transform: translate3d(-50%, 300vh, 0px);
}
.co-brands-wrap-anim .third-row .co-brands-anim:nth-child(1n) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-50%, 150vh, 0px);
          transform: translate3d(-50%, 150vh, 0px);
}
.co-brands-wrap-anim .third-row .co-brands-anim:nth-child(2n) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-30%, 150vh, 0px);
          transform: translate3d(-30%, 150vh, 0px);
}
.co-brands-wrap-anim .third-row .co-brands-anim:nth-child(3n) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(30%, 150vh, 0px);
          transform: translate3d(30%, 150vh, 0px);
}
.co-brands-wrap-anim .third-row .co-brands-anim:nth-child(4n) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(50%, 150vh, 0px);
          transform: translate3d(50%, 150vh, 0px);
}
.co-brands-wrap-anim .third-row .co-brands-content-image {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(50%, 150vh, 0px);
          transform: translate3d(50%, 150vh, 0px);
}

.co-agencies:after {
  content: '';
  display: table;
  clear: both;
}

.co-agencies-left,
.co-agencies-right {
  float: left;
}

.co-agencies-left {
  width: 50%;
}
@media (max-width: 767px) {
  .co-agencies-left {
    width: 100%;
  }
}

.co-agencies-intro {
  width: 100%;
  height: calc(33.33vh - 18.66px);
  padding: 8.5% 15% 8.5% 9.5%;
  text-transform: uppercase;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .co-agencies-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .co-agencies-intro {
    height: auto;
  }
}
.co-agencies-intro h1 {
  margin-bottom: 0;
}

.co-agencies-featured-img {
  width: 100%;
  height: calc(66.34vh - 28.33px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .co-agencies-featured-img {
    height: 250px;
  }
}

.co-agencies-right {
  width: calc(50% - 2px);
  margin-left: 2px;
}
@media (max-width: 767px) {
  .co-agencies-right {
    width: 100%;
    margin-left: 0;
  }
}
.co-agencies-right .co-agency-item {
  width: 50%;
}
@media (max-width: 1024px) {
  .co-agencies-right .co-agency-item {
    width: 100%;
  }
}
.co-agencies-right .co-agency-item:nth-child(even) {
  width: calc(50% - 2px);
  margin-left: 2px;
}
@media (max-width: 1024px) {
  .co-agencies-right .co-agency-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}
.co-agencies-right .co-agency-item:not(:nth-child(5)), .co-agencies-right .co-agency-item:not(:last-child) {
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .co-agencies-right .co-agency-item:nth-child(4), .co-agencies-right .co-agency-item:nth-child(5), .co-agencies-right .co-agency-item:last-child {
    display: none;
  }
}

.co-agency-item {
  float: left;
  height: calc(33.33vh - 18.66px);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.co-agencies-bottom {
  float: left;
  width: 100%;
}
.co-agencies-bottom .co-agency-item {
  width: calc(25% - 2px);
  height: calc(38vh - 58px);
  margin-right: 2px;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .co-agencies-bottom .co-agency-item {
    width: calc(50% - 2px);
  }
}
@media (max-width: 767px) {
  .co-agencies-bottom .co-agency-item {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }
}
.co-agencies-bottom .co-agency-item:first-child, .co-agencies-bottom .co-agency-item:nth-child(2), .co-agencies-bottom .co-agency-item:nth-child(3) {
  display: none;
}
@media (max-width: 1024px) {
  .co-agencies-bottom .co-agency-item:first-child, .co-agencies-bottom .co-agency-item:nth-child(2), .co-agencies-bottom .co-agency-item:nth-child(3) {
    display: block;
  }
}

/************************************************************

Desktop animations

************************************************************/
.co-agencies-wrap-anim .co-agencies-anim {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
.co-agencies-wrap-anim .co-agencies-left .co-agencies-anim:first-child {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-40%, -130%, 0px);
          transform: translate3d(-40%, -130%, 0px);
}
.co-agencies-wrap-anim .co-agencies-left .co-agencies-anim:last-child {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-150%, 150%, 0px);
          transform: translate3d(-150%, 150%, 0px);
}
.co-agencies-wrap-anim .co-agencies-right .co-agencies-anim {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
}
.co-agencies-wrap-anim .co-agencies-right .co-agencies-anim:first-child {
  -webkit-transform: translate3d(0, -100vh, 0px);
          transform: translate3d(0, -100vh, 0px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.co-agencies-wrap-anim .co-agencies-right .co-agencies-anim:nth-child(2) {
  -webkit-transform: translate3d(100%, -100vh, 0px);
          transform: translate3d(100%, -100vh, 0px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.co-agencies-wrap-anim .co-agencies-right .co-agencies-anim:nth-child(odd):not(:first-child):not(:nth-child(5)) {
  -webkit-transform: translate3d(-20%, 100vh, 0px);
          transform: translate3d(-20%, 100vh, 0px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.co-agencies-wrap-anim .co-agencies-right .co-agencies-anim:nth-child(odd):not(:first-child) {
  -webkit-transform: translate3d(-30%, 110vh, 0px);
          transform: translate3d(-30%, 110vh, 0px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.co-agencies-wrap-anim .co-agencies-right .co-agencies-anim:nth-child(even):not(:nth-child(2)):not(:nth-child(6)) {
  -webkit-transform: translate3d(20%, 100vh, 0px);
          transform: translate3d(20%, 100vh, 0px);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.co-agencies-wrap-anim .co-agencies-right .co-agencies-anim:nth-child(even):not(:nth-child(2)) {
  -webkit-transform: translate3d(30%, 100vh, 0px);
          transform: translate3d(30%, 100vh, 0px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.co-agencies-wrap-anim .co-agencies-bottom .co-agencies-anim {
  -webkit-transition: all 0.366s ease-out;
  transition: all 0.366s ease-out;
  -webkit-transform: translate3d(0, 100px, 0px);
          transform: translate3d(0, 100px, 0px);
}
.co-agencies-wrap-anim .co-agencies-bottom .co-agencies-anim:nth-child(odd) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(-150%, 100vh, 0px);
          transform: translate3d(-150%, 100vh, 0px);
}
.co-agencies-wrap-anim .co-agencies-bottom .co-agencies-anim:nth-child(even) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: translate3d(150%, 100vh, 0px);
          transform: translate3d(150%, 100vh, 0px);
}

.page-careers .ps-col {
  height: auto;
  max-height: 350px;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
/*
@media (max-width: 1365px) {
  .page-careers .ps-col {
    height: 414px;
  }
}*/
.page-careers .col-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-transition: opacity .1s ease-out, -webkit-transform .466s ease-out;
  transition: opacity .1s ease-out, -webkit-transform .466s ease-out;
  transition: transform .466s ease-out, opacity .1s ease-out;
  transition: transform .466s ease-out, opacity .1s ease-out, -webkit-transform .466s ease-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translate3d(0, -100vh, 0);
          transform: translate3d(0, -100vh, 0);
  opacity: 0;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
.page-careers .col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .page-careers .col-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-transform: translate3d(0, 0vh, 0);
            transform: translate3d(0, 0vh, 0);
    -ms-flex-direction: column;
  }
}
.page-careers .ps-left {
  width: 32.6%;
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 1365px) {
  .page-careers .ps-left {
    width: 520px;
  }
}
@media (max-width: 1024px) {
  .page-careers .ps-left {
    width: 100%;
    margin-top: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.page-careers .entry-inner {
  padding: 8% 0 3% 0;
}
@media (max-width: 1365px) {
  .page-careers .entry-inner {
    padding: 8.7% 0 8% 0;
  }
}
@media (max-width: 1024px) {
  .page-careers .entry-inner {
    padding: 4% 0;
  }
}
.page-careers .entry-content {
  padding: 0 11% 2.8vw 7%;
  -webkit-animation: none;
          animation: none;
}
.page-careers .cr-col-slider {
  position: relative;
  z-index: 1;
  width: 67.4%;
  height: auto;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(0, -100vh, 0);
          transform: translate3d(0, -100vh, 0);
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*
@media (max-width: 1365px) {
  .page-careers .cr-col-slider {
    width: calc(100% - 520px);
    height: 414px;
  }
}*/
@media (max-width: 1024px) {
  .page-careers .cr-col-slider {
    width: 100%;
    height: auto;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media (max-width: 767px) {
  .page-careers .cr-col-slider {
    -webkit-transform: translate3d(0, 0vh, 0);
            transform: translate3d(0, 0vh, 0);
    opacity: 0;
  }
}

.cr-col-slider {
  overflow: hidden;
}
.cr-col-slider .slides {
  height: 100%;
  margin: 0;
  padding: 0;
}
.cr-col-slider .slick-list {
  overflow: hidden;
  height: 100%;
}
.cr-col-slider .slick-track {
  height: 100%;
}
.cr-col-slider .slide {
  padding-top: 37.4vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cr-col-slider .slick-dots {
  top: 100%;
  right: 32px;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.cr-col-slider .slick-dots li {
  width: 8px;
  margin-right: 8px;
  border-color: #fff;
  border-top-width: 8px;
}
.cr-col-slider .slick-dots .slick-active {
  width: 8px;
  margin-top: 25px;
  border-color: #00b98a;
  border-top-width: 8px;
}

.entry-careers .entry-content {
  -webkit-transition: -webkit-transform 0.466s ease-out;
  transition: -webkit-transform 0.466s ease-out;
  transition: transform 0.466s ease-out;
  transition: transform 0.466s ease-out, -webkit-transform 0.466s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
  -webkit-animation: none;
          animation: none;
}
.entry-careers h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-animation: none;
          animation: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #5e5e5e;
}
@media (max-width: 767px) {
  .entry-careers h5 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}
.entry-careers h2 {
  font-size: 72px;
  line-height: .78;
  margin-bottom: 20px;
  padding-right: 0;
  -webkit-animation: none;
          animation: none;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #424445;
}
@media (max-width: 1365px) {
  .entry-careers h2 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .entry-careers h2 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
			font-size: 48px;
  }
  .page-single .entry-content p {
    font-size: 16px;
    line-height: 20px;
}

.page-careers .ps-col {
	max-height: auto !important;
}

.page-careers .cr-col-slider {
	max-height: 200px !important;
}
  
}
.entry-careers p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 22px;
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 767px) {
  .entry-careers p {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}
.entry-careers hr {
  display: block;
  width: 78.9px;
  height: 4px;
  margin-top: 33px;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: 0;
  -webkit-animation: none;
          animation: none;
  border: 0;
  background-color: #00b98a;
}
@media (max-width: 1365px) {
  .entry-careers hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .entry-careers hr {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}

.cr-filter-bar {
  margin-bottom: 39px;
  padding: 39px 2.4% 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
@media (max-width: 767px) {
  .cr-filter-bar {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cr-filter-bar ul {
  margin: 0;
  padding: 0;
}

.cr-dropdown {
  position: relative;
  display: inline-block;
  width: 120px;
  margin-right: 20px;
  vertical-align: top;
}
.cr-dropdown.hide {
  pointer-events: none;
  opacity: .5;
}
.cr-dropdown .dropdown-tax {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  letter-spacing: .4px;
  color: #949494;
}
.cr-dropdown ul {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 6px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 33px;
  cursor: pointer;
  vertical-align: top;
  background-color: #fff;
}
.cr-dropdown ul:after {
  position: absolute;
  top: 9px;
  right: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  vertical-align: middle;
  border-width: 4px 3.7px 0 3.7px;
  border-style: solid;
  border-color: #00b98a transparent transparent transparent;
}
.cr-dropdown ul li {
  display: block;
}
.cr-dropdown ul a {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: none;
  text-decoration: none;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #00b98a;
}
.cr-dropdown ul a.ready {
  display: block;
}
.cr-dropdown ul a.btn-trigger {
  display: none;
}
.cr-dropdown ul a.visible {
  display: block;
  padding-right: 25px;
}

.cr-posts {
  padding: 0 2% 120px;
}
@media (max-width: 767px) {
  .cr-posts {
    padding-bottom: 80px;
  }
}
.cr-posts .load-more-posts {
  display: none;
}
@media (max-width: 1024px) {
  .cr-posts .load-more-posts {
    display: inline-block;
  }
}

.cr-post-wrapper {
  font-size: 0;
  line-height: 0;
}
.cr-post-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.cr-post-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.cr-post-wrapper .text {
  font-size: 20px;
  width: 100%;
}
.cr-post-wrapper article {
  width: 33%;
  margin: 0 0 30px;
  padding: 0 2%;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out;
  transition: transform 0.466s ease-out, opacity 0.1s ease-out, -webkit-transform 0.466s ease-out;
}

@media (max-width: 767px) {
 
  .cr-post-wrapper article {
	  width: 100%;
  }
}
.cr-post-wrapper a {
  display: block;
  padding: 14px 25px 20px;
  text-decoration: none;
  border-top: 4px solid #00b98a;
  background-color: #fff;
  box-shadow: 1px 12px 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .cr-post-wrapper a {
    padding: 14px 15px 20px;
  }
}
.cr-post-wrapper a h6 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 12px;
  color: #949494;
}
@media (max-width: 1024px) {
  .cr-post-wrapper a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.cr-post-wrapper a h4 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4c4c4c;
}
@media (max-width: 1024px) {
  .cr-post-wrapper a h4 {
    font-size: 29px;
    line-height: 29px;
  }
}
.cr-post-wrapper a h2 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 22px;
  color: #333535;
}
@media (max-width: 1024px) {
  .cr-post-wrapper a h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
.cr-post-wrapper a p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 12px;
  color: #424445;
}
@media (max-width: 1024px) {
  .cr-post-wrapper a p {
    font-size: 15px;
    line-height: 19px;
  }
}
.cr-post-wrapper a span.apply {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  padding-right: 4px;
  text-align: right;
  color: #00b98a;
}
.cr-post-wrapper .article-0 {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
  -webkit-transform: translate3d(-400%, 70%, 0);
          transform: translate3d(-400%, 70%, 0);
}
@media (max-width: 767px) {
  .cr-post-wrapper .article-0 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cr-post-wrapper .article-1 {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
  -webkit-transform: translate3d(0, 400%, 0);
          transform: translate3d(0, 400%, 0);
}
@media (max-width: 767px) {
  .cr-post-wrapper .article-1 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cr-post-wrapper .article-2 {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
  -webkit-transform: translate3d(100%, 400%, 0);
          transform: translate3d(100%, 400%, 0);
}
@media (max-width: 767px) {
  .cr-post-wrapper .article-2 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cr-post-wrapper .article-3 {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
  -webkit-transform: translate3d(-400%, 70%, 0);
          transform: translate3d(-400%, 70%, 0);
}
@media (max-width: 767px) {
  .cr-post-wrapper .article-3 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cr-post-wrapper .article-4 {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
  -webkit-transform: translate3d(0, 400%, 0);
          transform: translate3d(0, 400%, 0);
}
@media (max-width: 767px) {
  .cr-post-wrapper .article-4 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cr-post-wrapper .article-5 {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
  -webkit-transform: translate3d(0, 400%, 0);
          transform: translate3d(0, 400%, 0);
}
@media (max-width: 767px) {
  .cr-post-wrapper .article-5 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes cl-slideInLeft {
  from {
    visibility: visible;
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cl-slideInLeft {
  from {
    visibility: visible;
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes cl-slideInLeftBottom {
  from {
    visibility: visible;
    -webkit-transform: translate3d(-400%, 70%, 0);
    transform: translate3d(-400%, 70%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes cl-slideInLeftBottom {
  from {
    visibility: visible;
    -webkit-transform: translate3d(-400%, 70%, 0);
    transform: translate3d(-400%, 70%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes cl-slideInRightBottom {
  from {
    visibility: visible;
    -webkit-transform: translate3d(400%, 70%, 0);
    transform: translate3d(400%, 70%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes cl-slideInRightBottom {
  from {
    visibility: visible;
    -webkit-transform: translate3d(400%, 70%, 0);
    transform: translate3d(400%, 70%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.run-co-animations .article-0,
.run-co-animations .article-1,
.run-co-animations .article-2,
.run-co-animations .article-3,
.run-co-animations .article-4,
.run-co-animations .article-5,
.run-co-animations .article-6 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .run-co-animations .article-0,
  .run-co-animations .article-1,
  .run-co-animations .article-2,
  .run-co-animations .article-3,
  .run-co-animations .article-4,
  .run-co-animations .article-5,
  .run-co-animations .article-6 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.run-co-animations .col-wrapper {
  -webkit-transform: translate3d(0, 0vh, 0);
          transform: translate3d(0, 0vh, 0);
  opacity: 1;
}
.run-co-animations .cr-col-slider {
  -webkit-transform: translate3d(0, 0vh, 0);
          transform: translate3d(0, 0vh, 0);
  opacity: 1;
}
.run-co-animations .cr-filter-bar {
  -webkit-transform: none;
          transform: none;
}

.single-career {
  position: relative;
  color: #5e5e5e;
}
.single-career .scroll-overlay {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-career .scroll-overlay {
    display: none;
  }
}
.single-career .col-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  .single-career .col-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
}
.single-career .ps-col {
  height: calc(100vh - 56px);
}
@media (max-width: 767px) {
  .single-career .ps-col {
    height: auto !important;
  }
}
.single-career .ps-left {
  position: relative;
  overflow: hidden;
  width: 49.8%;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translate3d(0, -100vh, 0);
          transform: translate3d(0, -100vh, 0);
  -webkit-animation: none;
          animation: none;
  background-color: #fff;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .single-career .ps-left {
    width: 100%;
    height: auto;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media (max-width: 767px) {
  .single-career .ps-left {
    margin-top: 0;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.single-career .ps-right {
  position: relative;
  overflow: hidden;
  width: 49.8%;
  -webkit-transition: opacity .1s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .1s ease-out, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, opacity .1s ease-out;
  transition: transform .5s ease-out, opacity .1s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translate3d(0, 100vh, 0);
          transform: translate3d(0, 100vh, 0);
  -webkit-animation: none;
          animation: none;
  background-color: #fff;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .single-career .ps-right {
    width: 100%;
    -webkit-animation: none;
            animation: none;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media (max-width: 767px) {
  .single-career .ps-right {
    height: 300px !important;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transform: translate3d(0, 0vh, 0);
            transform: translate3d(0, 0vh, 0);
  }
}
.single-career .entry {
  position: relative;
  overflow: auto;
  width: calc(80% + 20px);
  height: 100%;
  padding: 0 10% 0 9.4%;
}
.single-career .entry .single-post-title-meta {
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.single-career .entry .single-post-title-tax {
  font-weight: bold;
  color: #00b98a;
}
.single-career .entry-inner {
  padding: 140px 0 8% 0;
}
@media (max-width: 1024px) {
  .single-career .entry-inner {
    padding: 8% 0 8% 0;
  }
}
.single-career .btn-close {
  position: fixed;
  z-index: 10;
  top: 6.5%;
  left: 9.4%;
}
@media (max-width: 1400px) {
  .single-career .btn-close {
    top: 10.5%;
  }
}
@media (max-width: 1024px) {
  .single-career .btn-close {
    position: absolute;
    top: 2%;
  }
}
.single-career .single-post-title {
  margin-bottom: 40px;
}
.single-career .wpcf7-form {
  padding-top: 2px;
}
.single-career .wpcf7-form p {
  margin-bottom: 0;
}
.single-career .wpcf7-form label.btn-arrow-up {
  width: 108px;
  height: 122px;
  margin-top: 18px;
  margin-right: 10%;
  padding: 5px 4px 0;
  padding-left: 4px;
}
.single-career .wpcf7-form label.btn-arrow-up:hover, .single-career .wpcf7-form label.btn-arrow-up:focus {
  -webkit-transition: all .366s ease;
  transition: all .366s ease;
  border-color: #00b98a;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.55);
}
.single-career .wpcf7-form label.btn-arrow-up:hover .text, .single-career .wpcf7-form label.btn-arrow-up:focus .text {
  color: #00b98a;
}
.single-career .wpcf7-form label.btn-arrow-up:hover .text:before, .single-career .wpcf7-form label.btn-arrow-up:focus .text:before {
  background-color: #00b98a;
}
.single-career .wpcf7-form label.btn-arrow-up:last-child {
  margin-right: 0;
}
.single-career .wpcf7-form label.btn-arrow-up .text {
  line-height: 18px;
  color: #949494;
}
.single-career .wpcf7-form label.success {
  border-color: #00b98a;
}
.single-career .wpcf7-form label.success .icon {
  background-image: url("images/ico-upload-success.svg");
}
.single-career .wpcf7-form label.success .text {
  color: #00b98a;
}
.single-career .wpcf7-form label.success .text:before {
  background-color: #00b98a;
}
.single-career .col-errors {
  padding: 2.8% 2% 2% 2%;
}
.single-career div.wpcf7 .ajax-loader {
  display: none;
}
.single-career .wpcf7-form label {
  margin-bottom: 17px;
  padding-left: 10px;
}
.single-career .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-top: 3px;
  margin-left: -10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .single-career .scroll-overlay {
    width: 49.5%;
  }
  .single-career .btn-close {
    top: 14.5%;
    left: 5%;
  }
}

@-webkit-keyframes cp-slideInDown {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cp-slideInDown {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes cp-slideInUp {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes cp-slideInUp {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.page-contact {
  position: relative;
  overflow: hidden;
}
.page-contact .popout-overlay {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .page-contact .popout-overlay {
    z-index: 4;
  }
}

.con-left-content {
  position: absolute;
  z-index: 4;
  top: 21.6%;
  left: 7%;
  padding-right: 30px;
  -webkit-transition: -webkit-transform 0.466s ease-out;
  transition: -webkit-transform 0.466s ease-out;
  transition: transform 0.466s ease-out;
  transition: transform 0.466s ease-out, -webkit-transform 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}
@media (max-width: 767px) {
  .con-left-content {
    top: 4.2%;
    left: 11%;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}
.con-left-content h1 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 120px;
  font-weight: bold;
  line-height: .76;
  margin-bottom: 44px;
  letter-spacing: -.2px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .con-left-content h1 {
    font-size: 59px;
    line-height: 45px;
    margin-bottom: 24px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}
.con-left-content .custom-btn {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  padding: 14px 19px;
  -webkit-transition: background-color .366s ease;
  transition: background-color .366s ease;
  text-align: center;
  text-decoration: none;
  letter-spacing: .5px;
  color: #fff;
  background-color: rgba(0, 162, 157, 0.85);
}
@media (max-width: 767px) {
  .con-left-content .custom-btn {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}
.con-left-content .custom-btn:hover {
  background-color: #424445;
}

.con-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: calc(100vh - 56px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #fff;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .con-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: auto !important;
    height: initial;
    -ms-flex-direction: column;
  }
}
.con-wrapper.active {
  position: static;
}
.con-wrapper.hidden {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.con-wrapper.hidden.active {
  z-index: 1;
}
.con-wrapper.hidden-up {
  bottom: 100%;
}
@media (max-width: 767px) {
  .con-wrapper.hidden-up {
    right: 100%;
    bottom: 0;
  }
}
.con-wrapper.hidden-down {
  top: 100%;
}
@media (max-width: 767px) {
  .con-wrapper.hidden-down {
    top: 0;
    left: 100%;
  }
}
.con-wrapper.visible-up {
  bottom: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .con-wrapper.visible-up {
    right: 0;
  }
}
.con-wrapper.visible-down {
  top: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .con-wrapper.visible-down {
    left: 0;
  }
}
.con-wrapper .con-left {
  position: relative;
  width: 66.8%;
  height: 100%;
  background-color: #949494;
}
@media (max-width: 767px) {
  .con-wrapper .con-left {
    width: 100%;
    height: auto;
    min-height: initial;
  }
}
.con-wrapper .con-left .con-bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .con-wrapper .con-left .con-bg {
    min-height: 302px;
  }
}
.con-wrapper .con-left-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(right, transparent, transparent 33%, rgba(0, 0, 0, 0.48));
  background-image: linear-gradient(to left, transparent, transparent 33%, rgba(0, 0, 0, 0.48));
}
.con-wrapper .con-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 33.2%;
  padding: 2.8vw 6%;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .con-wrapper .con-right {
    padding: 4.8vw 4%;
  }
}
@media (max-width: 767px) {
  .con-wrapper .con-right {
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 0 auto;
    padding: 18vw 0 15vw 0;
  }
}
@media (max-width: 767px) {
  .con-wrapper .con-right h2,
  .con-wrapper .con-right .con-right-entry,
  .con-wrapper .con-right .con-socials {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
}
.con-wrapper .con-right-anim {
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate3d(0, -100vh, 0);
          transform: translate3d(0, -100vh, 0);
}
@media (max-width: 767px) {
  .con-wrapper .con-right-anim {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}
.con-wrapper .con-right > h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: .63;
  margin-bottom: 43px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #424445;
}
.con-wrapper .con-right-entry h5 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 1px;
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #424445;
}
.con-wrapper .con-right-entry a,
.con-wrapper .con-right-entry p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.19;
  margin-bottom: 24px;
  text-decoration: none;
  letter-spacing: 0;
  color: #949494;
}
.con-wrapper .con-right-entry a {
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
}
.con-wrapper .con-right-entry a:hover {
  color: #00b98a;
}

.con-nav {
  position: absolute;
  right: 0;
  bottom: 212px;
  -webkit-transition: all 0.466s ease-out;
  transition: all 0.466s ease-out;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
@media (max-width: 767px) {
  .con-nav {
    position: relative;
    top: 57px;
    right: initial;
    bottom: initial;
    left: calc(-11% - 7px);
    max-width: 280px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: none;
            animation: none;
  }
}
.con-nav ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .con-nav ul {
    position: absolute;
    z-index: 1;
    display: inline-block;
    padding: 0 20px 10px;
  }
}
.con-nav ul.visible {
  background-color: #fff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
}
.con-nav li {
  display: block;
}
.con-nav a {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 19px;
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .con-nav a {
    font-size: 18px;
    display: none;
  }
}
.con-nav a.active {
  color: #00b98a;
}
@media (max-width: 767px) {
  .con-nav a.active {
    display: block;
    margin-bottom: 10px;
    padding-right: 3px;
  }
  .con-nav a.active:after {
    position: absolute;
    z-index: 90;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    vertical-align: middle;
    border-width: 4px 3.7px 0 3.7px;
    border-style: solid;
    border-color: #00b98a transparent transparent transparent;
  }
}
.con-nav a.visible {
  display: block;
  margin-bottom: 10px;
  color: #00b98a;
}
.con-nav a:hover {
  color: #00b98a;
}
.con-nav .xs-dropdown-trigger {
  display: inline-block;
  display: none;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .con-nav .xs-dropdown-trigger {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .con-nav .xs-dropdown-trigger a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.con-socials {
  padding-top: 24px;
}
.con-socials ul {
  margin: 0;
  padding: 0;
}
.con-socials li {
  display: inline-block;
  margin-right: 27px;
}
@media (max-width: 1024px) {
  .con-socials li {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .con-socials li {
    margin-right: 27px;
  }
}
.con-socials a {
  display: block;
}

.pg-not-found-wrapper {
  position: relative;
}

.pg-not-found-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 228px;
}
@media (max-width: 767px) {
  .pg-not-found-bg {
    padding-bottom: 48px;
  }
}

.pg-not-found-text {
  text-align: left;
  padding: 8% 1% 3.5% 15.4%;
}
@media (max-width: 1024px) {
  .pg-not-found-text {
    padding: 8% 1% 3.5% 2.4%;
  }
}
@media (max-width: 767px) {
  .pg-not-found-text {
    padding: 10% 1% 3.5% 8.6%;
  }
}
.pg-not-found-text h1 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 200px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #323536;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .pg-not-found-text h1 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 10px;
  }
}
.pg-not-found-text h2 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pg-not-found-text h2 {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}

.pg-not-found-links {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-bottom: 22px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.pg-not-found-links:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .pg-not-found-links {
    position: relative;
    padding: 22px 5.6% 22px;
  }
}
.pg-not-found-links .pg-not-found-features {
  display: inline-block;
  text-align: center;
}
.pg-not-found-links .ph-feature-card {
  display: inline-block;
  margin: 0 36px 36px;
  width: 289px;
  height: 169px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  float: none;
}
@media (max-width: 1200px) {
  .pg-not-found-links .ph-feature-card {
    margin: 0 15px 15px;
    width: 220px;
    height: 169px;
  }
}
@media (max-width: 767px) {
  .pg-not-found-links .ph-feature-card {
    margin: 0 1% 23px;
    width: 100%;
    max-width: 272px;
    display: inline-block;
    height: 164px;
  }
}
.pg-not-found-links .ph-features {
  float: none;
  max-width: 100%;
  padding-top: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .pg-not-found-links .ph-features {
    padding: 0;
  }
}

.page-technologies {
  position: relative;
  overflow: hidden;
}
.page-technologies:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .page-technologies .ph-bg {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .page-technologies .ws-nav-mobile-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-technologies .working-subpage-nav {
  position: absolute;
  top: 41%;
  left: 0;
}
.page-technologies .working-subpage-nav a {
  padding-left: 14px;
}
.page-technologies .download-form-buttons {
  position: absolute;
}
@media (max-width: 767px) {
  .page-technologies .download-form-buttons {
    float: right;
    margin-right: 10px;
  }
}
.page-technologies .working-subpage-content {
  right: 0;
  min-height: calc(100vh - 56px);
  padding: 16vw 3vw 3vw;
}
@media (max-width: 1024px) {
  .page-technologies .working-subpage-content {
    min-height: 0vh;
    padding: 10px 3vw 10px 5%;
  }
}
@media (max-width: 767px) {
  .page-technologies .working-subpage-content {
    padding: 10px 3vw 47vw 5vw;
  }
}
.page-technologies .working-subpage-content.opaque h3,
.page-technologies .working-subpage-content.opaque h4,
.page-technologies .working-subpage-content.opaque p {
  color: #424445;
}
@media (max-width: 1024px) {
  .page-technologies .tl-content-landing {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .page-technologies .tl-content-landing {
    width: 100%;
  }
}
.page-technologies .tl-content-landing h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: .78;
  margin-bottom: 0;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .page-technologies .tl-content-landing h3 {
    color: #333535;
  }
}
.page-technologies .tl-content-landing hr {
  display: block;
  width: 78.9px;
  height: 4px;
  margin-top: 11%;
  margin-right: auto;
  margin-bottom: 11%;
  margin-left: 0;
  border: 0;
  background-color: #00b98a;
}
.page-technologies .tl-content-landing p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14%;
  color: #fff;
}
@media (max-width: 1024px) {
  .page-technologies .tl-content-landing p {
    color: #333535;
  }
}
@media (max-width: 767px) {
  .page-technologies .ws-nav-mobile-bottom {
    position: static;
    clear: both;
    padding: 4.75% 30% 4.75% 5%;
  }
}
.page-technologies .con-popout {
  overflow: visible;
}

.page-technologies-subpage {
  position: relative;
  overflow: hidden;
}
.page-technologies-subpage .ws-nav-mobile-top {
  border-bottom: 1px solid rgba(235, 235, 235, 0.99);
}
@media (max-width: 1200px) {
  .page-technologies-subpage .ws-nav-mobile-top {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-technologies-subpage .ws-nav-mobile-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-technologies-subpage .ws-nav-mobile-top {
    display: block;
  }
}
.page-technologies-subpage .ws-nav-mobile-bottom {
  position: relative;
}
@media (max-width: 1200px) {
  .page-technologies-subpage .ws-nav-mobile-bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-technologies-subpage .ws-nav-mobile-bottom {
    display: block;
    clear: both;
  }
}
.page-technologies-subpage .download-form-buttons {
  position: absolute;
}
@media (max-width: 1200px) {
  .page-technologies-subpage .download-form-buttons {
    right: initial;
    bottom: 8px;
    left: 8px;
  }
}
@media (max-width: 767px) {
  .page-technologies-subpage .download-form-buttons {
    position: absolute;
    z-index: 99;
    right: 40px;
    bottom: 44px;
    left: initial;
  }
}
.page-technologies-subpage .download-form-buttons .btn-cs {
  -webkit-transition: all .366s ease;
  transition: all .366s ease;
  color: #949494;
  border: 1px solid rgba(235, 235, 235, 0.99);
  background-color: transparent;
}
.page-technologies-subpage .download-form-buttons .btn-cs:hover {
  color: #fff;
  background-color: rgba(0, 162, 157, 0.85);
}
.page-technologies-subpage .download-form-buttons .btn-cs .btn-cs-icon:after {
  background-color: rgba(235, 235, 235, 0.99);
}
.page-technologies-subpage .con-popout {
  overflow: visible;
}

.tl-subpage-content {
  padding-left: 130px;
}
@media (max-width: 767px) {
  .tl-subpage-content {
    display: block;
    clear: both;
    padding: 0;
  }
}

.tl-subpage-wrapper {
  padding-bottom: 210px;
}
.tl-subpage-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.tl-subpage-wrapper .tl-tall-box .tl-regular-box {
  -webkit-transition: -webkit-transform .366s ease-out;
  transition: -webkit-transform .366s ease-out;
  transition: transform .366s ease-out;
  transition: transform .366s ease-out, -webkit-transform .366s ease-out;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
  -webkit-transform: translate3d(-40%, -130%, 0px);
          transform: translate3d(-40%, -130%, 0px);
}
@media (max-width: 1024px) {
  .tl-subpage-wrapper .tl-tall-box .tl-regular-box {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.tl-subpage-wrapper .tl-tall-box h2 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: .78;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 7%;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #424445;
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-tall-box h2 {
    font-size: 38px;
    margin-bottom: 0;
  }
}
.tl-subpage-wrapper .tl-tall-box .thumb-holder {
  padding-bottom: 34.3vw;
  -webkit-transition: -webkit-transform .366s ease-out;
  transition: -webkit-transform .366s ease-out;
  transition: transform .366s ease-out;
  transition: transform .366s ease-out, -webkit-transform .366s ease-out;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transform: translate3d(-150%, 150%, 0px);
          transform: translate3d(-150%, 150%, 0px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .tl-subpage-wrapper .tl-tall-box .thumb-holder {
    padding-bottom: 38.7vw;
  }
}
@media (max-width: 1024px) {
  .tl-subpage-wrapper .tl-tall-box .thumb-holder {
    padding-bottom: 62.7vw;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-tall-box .thumb-holder {
    padding-bottom: 64.2vw;
  }
}
.tl-subpage-wrapper .tl-regular-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 17.2vw;
  padding: 10px;
  -webkit-transition: all .366s ease-out;
  transition: all .366s ease-out;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
  border-right: 1px solid rgba(235, 235, 235, 0.99);
  border-bottom: 1px solid rgba(235, 235, 235, 0.99);
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .tl-subpage-wrapper .tl-regular-box {
    height: 19.4vw;
  }
}
@media (max-width: 1024px) {
  .tl-subpage-wrapper .tl-regular-box {
    height: 31.4vw;
  }
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-regular-box {
    height: 32.4vw;
  }
}
@media (max-width: 1200px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(odd) {
    -webkit-transform: translate3d(30%, 110vh, 0px);
            transform: translate3d(30%, 110vh, 0px);
  }
  .tl-subpage-wrapper .tl-box-anim:nth-child(even) {
    -webkit-transform: translate3d(-30%, -110vh, 0px);
            transform: translate3d(-30%, -110vh, 0px);
  }
  .tl-subpage-wrapper .tl-box-anim:nth-child(n+7) {
    -webkit-transform: translate3d(0, 100vh, 0px);
            transform: translate3d(0, 100vh, 0px);
  }
}
@media (max-width: 1024px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(odd) {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .tl-subpage-wrapper .tl-box-anim:nth-child(even) {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.tl-subpage-wrapper .tl-box-anim:nth-child(2), .tl-subpage-wrapper .tl-box-anim:nth-child(5) {
  -webkit-transform: translate3d(-30%, -110vh, 0px);
          transform: translate3d(-30%, -110vh, 0px);
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(2), .tl-subpage-wrapper .tl-box-anim:nth-child(5) {
    -webkit-transform: none;
            transform: none;
  }
}
.tl-subpage-wrapper .tl-box-anim:nth-child(3), .tl-subpage-wrapper .tl-box-anim:nth-child(6) {
  -webkit-transform: translate3d(0, -100vh, 0px);
          transform: translate3d(0, -100vh, 0px);
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(3), .tl-subpage-wrapper .tl-box-anim:nth-child(6) {
    -webkit-transform: none;
            transform: none;
  }
}
.tl-subpage-wrapper .tl-box-anim:nth-child(4), .tl-subpage-wrapper .tl-box-anim:nth-child(7) {
  -webkit-transform: translate3d(100%, -100vh, 0px);
          transform: translate3d(100%, -100vh, 0px);
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(4), .tl-subpage-wrapper .tl-box-anim:nth-child(7) {
    -webkit-transform: none;
            transform: none;
  }
}
.tl-subpage-wrapper .tl-box-anim:nth-child(8) {
  -webkit-transform: translate3d(-30%, 100vh, 0px);
          transform: translate3d(-30%, 100vh, 0px);
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(8) {
    -webkit-transform: none;
            transform: none;
  }
}
.tl-subpage-wrapper .tl-box-anim:nth-child(9) {
  -webkit-transform: translate3d(0, 100vh, 0px);
          transform: translate3d(0, 100vh, 0px);
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(9) {
    -webkit-transform: none;
            transform: none;
  }
}
.tl-subpage-wrapper .tl-box-anim:nth-child(10) {
  -webkit-transform: translate3d(30%, 100vh, 0px);
          transform: translate3d(30%, 100vh, 0px);
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(10) {
    -webkit-transform: none;
            transform: none;
  }
}
.tl-subpage-wrapper .tl-box-anim:nth-child(n+10) {
  -webkit-transform: translate3d(0, 100vh, 0px);
          transform: translate3d(0, 100vh, 0px);
}
@media (max-width: 767px) {
  .tl-subpage-wrapper .tl-box-anim:nth-child(n+10) {
    -webkit-transform: none;
            transform: none;
  }
}

.tl-subpage-box {
  float: left;
  width: 25%;
}
@media (max-width: 1200px) {
  .tl-subpage-box {
    width: 33.333%;
  }
}
@media (max-width: 1024px) {
  .tl-subpage-box {
    width: 50%;
  }
}

.tl-subpage-aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  border-right: 1px solid rgba(235, 235, 235, 0.99);
  background-color: #fff;
}
@media (max-width: 767px) {
  .tl-subpage-aside {
    position: static;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .tl-subpage-aside:after {
    content: '';
    display: table;
    clear: both;
  }
}
.tl-subpage-aside .tl-subpage-aside-wrapper {
  position: relative;
  height: calc(100vh - 56px);
}
@media (max-width: 767px) {
  .tl-subpage-aside .tl-subpage-aside-wrapper {
    height: auto;
  }
}
.tl-subpage-aside .working-subpage-nav {
  position: absolute;
  top: 41%;
  left: 0;
}
@media (max-width: 1200px) {
  .tl-subpage-aside .working-subpage-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .tl-subpage-aside .working-subpage-nav {
    display: none;
  }
}
.tl-subpage-aside .working-subpage-nav a {
  color: #949494;
}
.tl-subpage-aside .working-subpage-nav a:hover, .tl-subpage-aside .working-subpage-nav a:focus {
  color: #00b98a;
}
.tl-subpage-aside .working-subpage-nav .active {
  color: #00b98a;
}

.run-co-animations .tl-subpage-wrapper .tl-tall-box .tl-regular-box {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .tl-subpage-wrapper .tl-tall-box .thumb-holder {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .tl-subpage-wrapper .tl-box-anim:nth-child(odd) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.run-co-animations .tl-subpage-wrapper .tl-box-anim:nth-child(even) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.page-technologies-brand .tl-tall-box .text-holder {
  margin-right: 8%;
}
@media (max-width: 767px) {
  .page-technologies-brand .tl-tall-box .text-holder {
    margin: 0;
  }
}
.page-technologies-brand .tl-tall-box h5 {
  font-family: "acumin-pro-extra-condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  margin-bottom: 0;
  padding-left: 7%;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #00b98a;
}
@media (max-width: 767px) {
  .page-technologies-brand .tl-tall-box h5 {
    padding: 0;
  }
}
.page-technologies-brand .tl-tall-box h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-technologies-brand .tl-tall-box h2 {
    font-size: 69px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .page-technologies-brand .tl-regular-box {
    height: 25.1vw;
  }
}
@media (max-width: 1024px) {
  .page-technologies-brand .tl-regular-box {
    height: 35.1vw;
  }
  .page-technologies-brand .tl-regular-box:nth-of-type(even), .page-technologies-brand .tl-regular-box:nth-of-type(odd) {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media (max-width: 767px) {
  .page-technologies-brand .tl-regular-box {
    height: auto !important;
    padding: 46px 10px;
  }
}
.page-technologies-brand .tl-regular-box:nth-of-type(2) {
  -webkit-transform: translate3d(0, -100vh, 0px);
          transform: translate3d(0, -100vh, 0px);
}
.page-technologies-brand .tl-regular-box:nth-of-type(3) {
  -webkit-transform: translate3d(100%, -100vh, 0px);
          transform: translate3d(100%, -100vh, 0px);
}
.page-technologies-brand .tl-regular-box:nth-of-type(4) {
  -webkit-transform: translate3d(-20%, 100vh, 0px);
          transform: translate3d(-20%, 100vh, 0px);
}
.page-technologies-brand .tl-regular-box:nth-of-type(5) {
  -webkit-transform: translate3d(20%, 100vh, 0px);
          transform: translate3d(20%, 100vh, 0px);
}
.page-technologies-brand .tl-regular-box:nth-of-type(6) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transform: translate3d(-30%, 110vh, 0px);
          transform: translate3d(-30%, 110vh, 0px);
}
.page-technologies-brand .tl-regular-box:nth-of-type(7) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transform: translate3d(30%, 110vh, 0px);
          transform: translate3d(30%, 110vh, 0px);
}
.page-technologies-brand .tl-regular-box:nth-of-type(n+8) {
  -webkit-transition-delay: 0.3 0.5s;
          transition-delay: 0.3 0.5s;
  -webkit-transform: translate3d(0, 100vh, 0px);
          transform: translate3d(0, 100vh, 0px);
}
.page-technologies-brand .tl-regular-box .text-holder {
  width: 80%;
}
.page-technologies-brand .tl-regular-box h3 {
  font-size: 38px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: .84;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #424445;
}
.page-technologies-brand .tl-regular-box hr {
  display: block;
  width: 78.9px;
  height: 4px;
  margin-top: 6%;
  margin-right: auto;
  margin-bottom: 6%;
  margin-left: 0;
  border: 0;
  background-color: #00b98a;
}
.page-technologies-brand .tl-regular-box p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #4c4c4c;
}
.page-technologies-brand .tl-regular-box a {
  -webkit-transition: color .366s ease;
  transition: color .366s ease;
  text-decoration: none;
  text-transform: capitalize;
  color: #00b98a;
}
.page-technologies-brand .tl-regular-box a:hover {
  color: #424445;
}
@media (max-width: 1200px) {
  .page-technologies-brand .md-hidden {
    display: none;
  }
}
.page-technologies-brand .tl-half-box {
  height: 26vw;
}
@media (max-width: 1200px) {
  .page-technologies-brand .tl-half-box {
    height: 37vw;
  }
}
@media (max-width: 1024px) {
  .page-technologies-brand .tl-half-box {
    height: 55vw;
  }
}
@media (max-width: 767px) {
  .page-technologies-brand .tl-half-box {
    height: auto !important;
    padding: 40px 10px;
  }
}
.page-technologies-brand .tl-half-box + .thumb-holder {
  padding-bottom: 25.6vw;
}
@media (max-width: 1200px) {
  .page-technologies-brand .tl-half-box + .thumb-holder {
    padding-bottom: 38.2vw;
  }
}
@media (max-width: 1024px) {
  .page-technologies-brand .tl-half-box + .thumb-holder {
    padding-bottom: 50.2vw;
  }
}
@media (max-width: 767px) {
  .page-technologies-brand .tl-half-box + .thumb-holder {
    padding-bottom: 75.2vw;
  }
}

.tl-brands-box {
  float: left;
  width: 33.333%;
}
@media (max-width: 1200px) {
  .tl-brands-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tl-brands-box {
    width: 100%;
  }
}

.run-co-animations .tl-regular-box:nth-of-type(even) {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.run-co-animations .tl-regular-box:nth-of-type(odd) {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.page-technologies-stack .tl-subpage-aside {
  height: 100%;
}
.page-technologies-stack .ws-nav-mobile-top {
  float: none;
}
@media (max-width: 1024px) {
  .page-technologies-stack .ws-nav-mobile-bottom {
    bottom: 0;
    display: block;
    padding: 4.75% 10px 4.75% 160px;
  }
}
@media (max-width: 767px) {
  .page-technologies-stack .ws-nav-mobile-bottom {
    padding: 4.7% 10px 4.7% 9.5%;
  }
}

.tl-tech-stack-wrapper {
  min-height: calc(100vh - 56px);
  padding: 68px 10px 68px 184px;
  background-color: rgba(235, 235, 235, 0.99);
}
@media (max-width: 1365px) {
  .tl-tech-stack-wrapper {
    min-height: initial;
    padding: 27px 10px 68px 193px;
  }
}
@media (max-width: 1200px) {
  .tl-tech-stack-wrapper {
    padding: 68px 10px 68px 160px;
  }
}
@media (max-width: 1024px) {
  .tl-tech-stack-wrapper {
    min-height: calc(100vh - 56px);
  }
}
@media (max-width: 767px) {
  .tl-tech-stack-wrapper {
    padding: 20px 0 190px 0;
    background-color: #fff;
  }
}

.tl-tech-stack-content:after {
  content: '';
  display: table;
  clear: both;
}

.tl-tech-stack-text {
  float: left;
  width: 26.7%;
  padding: 33px 3% 0 0;
}
@media (max-width: 1365px) {
  .tl-tech-stack-text {
    padding: 57px 3% 0 0;
  }
}
@media (max-width: 1200px) {
  .tl-tech-stack-text {
    width: 28.7%;
  }
}
@media (max-width: 1024px) {
  .tl-tech-stack-text {
    float: none;
    width: 86%;
    padding: 33px 3% 0 0;
  }
}
@media (max-width: 767px) {
  .tl-tech-stack-text {
    width: 100%;
    padding: 0 9.5% 0;
  }
}
.tl-tech-stack-text h2 {
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: .8;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #424445;
}
.tl-tech-stack-text hr {
  display: block;
  width: 92.9px;
  height: 4px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: 0;
  border: 0;
  background-color: #00b98a;
}
.tl-tech-stack-text p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #4c4c4c;
}

.tl-tech-stack-img-wrapper {
  float: left;
  width: 61.4%;
}
@media (max-width: 1365px) {
  .tl-tech-stack-img-wrapper {
    width: 56%;
    padding-left: 3%;
  }
}
@media (max-width: 1024px) {
  .tl-tech-stack-img-wrapper {
    float: none;
    width: 100%;
    padding: 33px 3% 0 0;
  }
}
@media (max-width: 767px) {
  .tl-tech-stack-img-wrapper {
    float: none;
    width: 100%;
    padding: 28px 0 0 0;
  }
}
@media (max-width: 767px) {
  .tl-tech-stack-img-wrapper .img-holder {
    text-align: center;
  }
}
.tl-tech-stack-img-wrapper .md-visible {
  display: block;
}
.tl-tech-stack-img-wrapper .md-hidden {
  display: none;
}
@media (max-width: 767px) {
  .tl-tech-stack-img-wrapper .xs-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .tl-tech-stack-img-wrapper .xs-visible {
    display: block;
  }
}

.page-default .ps-col {
  height: calc(100vh - 56px);
}
@media (max-width: 767px) {
  .page-default .ps-col {
    height: 100%;
  }
}
.page-default .entry-inner {
  padding: 9.1% 0 8.8% 0;
}
.page-default .entry {
  width: calc(82% + 20px);
  padding: 0 12% 0 8.8%;
}
@media (max-width: 767px) {
  .page-default .entry {
    padding: 0 8% 0 8%;
  }
}
.page-default .entry .entry-content {
  padding-right: 0;
}
.page-default .entry .single-post-title {
  font-size: 60px;
  font-weight: bold;
  line-height: .93;
  margin-bottom: 25px;
  letter-spacing: -.1px;
  color: #424445;
}
@media (max-width: 767px) {
  .page-default .entry .single-post-title {
    padding-right: 0;
  }
}
.page-default .entry h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.11;
  margin-bottom: 5px;
  letter-spacing: -.1px;
  text-transform: uppercase;
  color: #17ae77;
}
.page-default .entry p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.24;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #5e5e5e;
}
.page-default .entry p a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
.page-default .entry .size-full {
  margin-top: 12px;
}

.default-content {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .default-content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .default-content {
    padding: 0 15px;
  }
}
.default-content h1 {
  margin-bottom: 30px;
}
.default-content .post-title {
  margin-bottom: 15px;
}
.default-content .post-title a {
  text-decoration: none;
  color: #00b98a;
}
.default-content p {
  font-family: "ProximaNova Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
}
.default-content .navigation h2 {
  margin-bottom: 15px;
}
.default-content .navigation .page-numbers {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.2px;
  color: #323536;
}


.page-custom-content.page-home {
  overflow: auto;
  min-height: auto;
  color: inherit;
}

.pcuc-headline-wrapper {
  padding: 57px 110px 77px;
  position: relative;
  overflow: hidden;
}

.pcuc-headline-wrapper .ph-bg.bg-vimeo,
.pcuc-headline-wrapper .ph-bg.bg-youtube {
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
}

.pcuc-headline-wrapper .video-background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  background-color: #000;
}

.pcuc-headline-wrapper h1 {
  text-transform: uppercase;
  font-size: 153px;
  font-weight: bold;
  line-height: 0.74;
  letter-spacing: -0.3px;
  margin-bottom: 42px;
  color: inherit;
}

.pcuc-headline-wrapper h2 {
  font-size: 110px;
  font-weight: bold;
  line-height: 0.78;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-bottom: 42px;
  color: inherit;
}

.pcuc-headline-wrapper h3 {
  font-size: 72px;
  font-weight: bold;
  line-height: 0.79;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: inherit;
}

.pcuc-headline-wrapper h4 {
  color: inherit;
  margin-bottom: 34px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
}

.pcuc-headline-wrapper h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-bottom: 34px;
  color: inherit;
}

.pcuc-headline-wrapper p {
  font-family: "ProximaNova Regular";
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 32px;
  color: inherit;
}

.pcuc-headline-wrapper h1:last-child,
.pcuc-headline-wrapper h2:last-child,
.pcuc-headline-wrapper h3:last-child,
.pcuc-headline-wrapper h4:last-child,
.pcuc-headline-wrapper h5:last-child,
.pcuc-headline-wrapper h6:last-child,
.pcuc-headline-wrapper p:last-child {
  margin-bottom: 0;
}

.pcuc-headline-text {
  width: 100%;
}

.pcuc-headline-text-padding {
  padding: 40px 0 0;
}

.pcuc-headline-text .wpcf7 form {
  margin: 0 auto;
  max-width: 700px;
}

.pcuc-headline-text .wpcf7 form input:not([type='submit']),
.pcuc-headline-text .wpcf7 form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 14px 4px 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #444;
  border: 1px solid #323536;
  border-radius: 0;
  outline: none;
  background: #fff;
  box-shadow: none;
}

.pcuc-headline-text .wpcf7 form textarea {
  min-height: 237px;
  resize: none;
}

.pcuc-headline-text .wpcf7 form label.btn-arrow-up {
  width: 108px;
  height: 122px;
  margin-top: 18px;
  margin-right: 10%;
  padding: 5px 4px 0;
  padding-left: 4px;
}

.pcuc-headline-text .wpcf7 form .submit-wrapper {
  margin: 15px 0;
}

.pcuc-columns-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  padding: 88px 15px 38px;
}

.pcuc-column-item {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 20px 48px;
  height: 100%;
  position: relative;
  margin-bottom: 50px;
}

.pcuc-column-item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  letter-spacing: .1px;
  text-transform: uppercase;
}

.pcuc-column-item p {
  font-family: "ProximaNova Regular";
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 32px;
}

.pcuc-column-item .pcuc-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.pcuc-column-item-col-3 {
  width: 33.333%;
}

.pcuc-column-item-col-2 {
  width: 50%;
}

.pcuc-column-item-center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pcuc-column-item-center .pcuc-col-item-icon {
  margin: 0 auto 30px;
}

.pcuc-column-item-center .pcuc-btn-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pcuc-column-item-right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pcuc-column-item-right .pcuc-col-item-icon {
  margin: 0 0 30px auto;
}

.pcuc-column-item-right .pcuc-btn-wrap {
  left: auto;
  right: 20px;
}

.pcuc-col-item-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 113px;
  height: 113px;
  margin-bottom: 30px;
  border: 1px solid;
}

@media (max-width: 1024px) {
  .pcuc-headline-wrapper .video-background {
    background-color: transparent;
  }
  .pcuc-headline-wrapper h1 {
    font-size: 62px;
  }
  .pcuc-headline-wrapper h2 {
    font-size: 48px;
  }
  .pcuc-headline-wrapper h3 {
    font-size: 44px;
  }
  .pcuc-headline-wrapper h4 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .pcuc-headline-wrapper {
    padding: 30px 15px 30px;
  }
  .pcuc-columns-wrapper {
    padding: 38px 15px 38px;
  }
}

@media (max-width: 767px) {
  .pcuc-headline-wrapper .ph-bg.bg-vimeo,
  .pcuc-headline-wrapper .ph-bg.bg-youtube {
    height: 100%;
  }
  .pcuc-headline-wrapper h1 {
    font-size: 50px;
  }
  .pcuc-headline-wrapper h2 {
    font-size: 46px;
  }
  .pcuc-headline-wrapper h3 {
    font-size: 42px;
  }
  .pcuc-headline-wrapper h4 {
    font-size: 30px;
  }
  .pcuc-headline-wrapper .ph-bg {
    height: 100%;
    position: absolute;
  }
  .pcuc-column-item-col-3 {
    width: 100%;
  }
  .pcuc-column-item-col-2 {
    width: 100%;
  }
  .pcuc-column-item:last-child {
    margin-bottom: 0;
  }
}