/**
 * #SETTINGS
 */
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityReverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityReverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes menuopacity {
  0% {
    opacity: 0;
    max-height: 0%;
  }
  1% {
    max-height: 100%;
  }
  100% {
    max-height: 100%;
    opacity: 1;
  }
}
@keyframes menuopacity {
  0% {
    opacity: 0;
    max-height: 0%;
  }
  1% {
    max-height: 100%;
  }
  100% {
    max-height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes menuopacityreverse {
  0% {
    max-height: 100%;
    opacity: 1;
  }
  99% {
    max-height: 100%;
  }
  100% {
    opacity: 0;
    max-height: 0%;
  }
}
@keyframes menuopacityreverse {
  0% {
    max-height: 100%;
    opacity: 1;
  }
  99% {
    max-height: 100%;
  }
  100% {
    opacity: 0;
    max-height: 0%;
  }
}
@-webkit-keyframes menuSlideMobile {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes menuSlideMobile {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menuSlideDesktop {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes menuSlideDesktop {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menuSlideReverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes menuSlideReverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@font-face {
  font-family: "Freight Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../freightsanspro-bold.html");
  src: url("../freightsanspro-boldd41d.html#iefix") format("embedded-opentype"), url("../freightsanspro-bold-2.html") format("woff2"), url("../freightsanspro-bold-3.html") format("woff"), url("../freightsanspro-bold-4.html") format("truetype"), url("../freightsanspro-bold-5.html#FreightSansPro-Bold") format("svg");
}
@font-face {
  font-family: "Freight SB";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/freightdisppro-semibold.eot");
  src: url("../eot/freightdisppro-semiboldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/freightdisppro-semibold.woff2") format("woff2"), url("../woff/freightdisppro-semibold.woff") format("woff"), url("../ttf/freightdisppro-semibold.ttf") format("truetype"), url("../svg/freightdisppro-semibold.svg#FreightDispPro-Semibold") format("svg");
}
@font-face {
  font-family: "Helvetica Neue Thin";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/helvetica_thin.eot");
  src: url("../eot/helvetica_thind41d.eot#iefix") format("embedded-opentype"), url("../woff2/helvetica_thin.woff2") format("woff2"), url("../woff/helvetica_thin.woff") format("woff"), url("../ttf/helvetica_thin.ttf") format("truetype"), url("../helvetica_thin.html#helvetica_thin") format("svg");
}
@font-face {
  font-family: "Helvetica Neue Roman";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/helvetica_roman.eot");
  src: url("../eot/helvetica_romand41d.eot#iefix") format("embedded-opentype"), url("../woff2/helvetica_roman.woff2") format("woff2"), url("../woff/helvetica_roman.woff") format("woff"), url("../ttf/helvetica_roman.ttf") format("truetype"), url("../helvetica_roman.html#helvetica_roman") format("svg");
}
@font-face {
  font-family: "Helvetica Neue Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/helvetica_bold.eot");
  src: url("../eot/helvetica_boldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/helvetica_bold.woff2") format("woff2"), url("../woff/helvetica_bold.woff") format("woff"), url("../ttf/helvetica_bold.ttf") format("truetype"), url("../helvetica_bold.html#helvetica_bold") format("svg");
}
/**
 * #TOOLS
 */
/**
 * #GENERIC
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */
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;
}

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 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.
 */
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;
}

/********************************************************************
 * Nothing above this line should output any CSS
 ********************************************************************/
/**
 * #BASE
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #f7f7f7;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
body.nav-active {
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  outline: none;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3 {
  margin-top: 0;
}

li:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  color: #AA542A;
}

/**
 * #OBJECTS
 */
.main {
  background: #fff;
  width: 100%;
}

.cap {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cap--w-margin {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1300px) {
  .cap--w-margin {
    width: calc(100% - 10.875vw);
  }
}
.cap + .content-container {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .cap + .content-container {
    margin-top: 140px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.inline-list {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}
.inline-list__item {
  display: inline-block;
  vertical-align: top;
}

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

.bulleted-list {
  list-style-type: disc;
  margin: 0;
  padding-left: 15px;
}

/**
 * #COMPONENTS
 */
.cta {
  background: #fff;
  color: #000;
  font: 700 14px/92px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 92px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  width: 125px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .cta {
    font-size: 16px;
    height: 184px;
    line-height: 184px;
    width: 250px;
  }
}
.cta img,
.cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .cta img,
  .cta .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.cta img *,
.cta .svg * {
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.no-touch .cta:hover {
  background: #b49b57;
  color: #000;
}
.no-touch .cta:hover img,
.no-touch .cta:hover .svg {
  fill: #000 !important;
}
.cta--black {
  background: #000;
  color: #fff;
}
.cta--black .svg * {
  fill: #fff;
}
.no-touch .cta--black:hover img *,
.no-touch .cta--black:hover .svg * {
  fill: #000 !important;
}

.cta_hover {
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta_hero_hover {
  background: rgba(0, 0, 0, 0.3);
  width: calc(100% - 7px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link--action {
  color: #000;
  display: inline-block;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .link--action {
    margin-top: 76px;
  }
}
@media screen and (min-width: 768px) {
  .link--action--alt-margin {
    margin-bottom: 43px;
    margin-top: 43px;
  }
}
.link--action img,
.link--action .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form__text-input {
  border: 0 none;
  border-bottom: 1px solid #dbd7db;
  font: 20px/40px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  line-height: normal;
  height: 40px;
  margin-bottom: 47px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form__text-input {
    font-size: 30px;
    height: 53px;
    margin-bottom: 57px;
    padding: 0 30px;
  }
}
.form__text-input::-webkit-input-placeholder {
  color: #000;
}
.form__text-input:-moz-placeholder {
  color: #000;
}
.form__text-input::-moz-placeholder {
  color: #000;
}
.form__text-input:-ms-input-placeholder {
  color: #000;
}
.form__text-input.placeholder {
  color: #000;
}
.form__textarea {
  background-attachment: local;
  background-image: linear-gradient(to right, white 0, transparent 0), linear-gradient(to left, white 10px, transparent 10px), repeating-linear-gradient(white, white 50px, #dbd7db 50px, #dbd7db 51px, white 51px);
  border: 0 none;
  font: 20px/51px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 47px;
  min-height: 160px;
  overflow: hidden;
  padding: 0;
  resize: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form__textarea {
    background-image: linear-gradient(to right, white 0, transparent 0), linear-gradient(to left, white 10px, transparent 10px), repeating-linear-gradient(white, white 65px, #dbd7db 65px, #dbd7db 66px, white 66px);
    font-size: 30px;
    line-height: 66px;
    min-height: 198px;
    margin-bottom: 51px;
    padding: 0 30px;
  }
}
.form__textarea::-webkit-input-placeholder {
  color: #000;
}
.form__textarea:-moz-placeholder {
  color: #000;
}
.form__textarea::-moz-placeholder {
  color: #000;
}
.form__textarea:-ms-input-placeholder {
  color: #000;
}
.form__textarea.placeholder {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .form__file {
    margin-bottom: 36px;
  }
}
.form__file input[type=file] {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.form__file__input {
  background: #dadada;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 93px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form__file__input {
    font-size: 16px;
    line-height: 16px;
  }
}
.form__file__input span {
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
}
.form__file__input img, .form__file__input .svg {
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  height: 35px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 35px;
}
.no-touch .form__file__input:hover {
  background: #444;
}
.form__file .file-selected {
  color: #a6a6a6;
  display: block;
  font: 14px/14px "Helvetica Neue Roman", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
  width: 100%;
}
.form__file .file-selected--selected {
  margin-top: 20px;
}
.form__btn {
  background: #000;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: block;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 93px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .form__btn {
    font-size: 16px;
    height: 185px;
    line-height: 16px;
  }
}
.form__btn img,
.form__btn .svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .form__btn img,
  .form__btn .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.form__btn img *,
.form__btn .svg * {
  fill: #fff;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.no-touch .form__btn:hover {
  background: #b49b57;
  color: #000;
}
.no-touch .form__btn:hover * {
  fill: #000;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.svg-image {
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
}
.svg-image svg {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/**
 * #BLOCKS
*/
.article--first {
  padding: 49px 0 68px;
}
@media screen and (min-width: 1024px) {
  .article--first {
    padding: 99px 0;
  }
}
@media screen and (max-width: 1023px) {
  .campaign-details .article {
    padding-top: 23px;
  }
}
.article .cap + .content-container {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .article .cap + .content-container {
    margin-top: 140px;
  }
}
.article__text-callout {
  color: #000;
  font-family: "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
}
.article__text-callout--large {
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .article__text-callout--large {
    font-size: 50px;
    line-height: 55px;
  }
}
.article__text-callout--medium {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 47px;
}
@media screen and (min-width: 1024px) {
  .article__text-callout--medium {
    font-size: 40px;
    line-height: 50px;
  }
}
.article__subtitle {
  color: #000;
  font: 25px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .article__subtitle {
    font-size: 40px;
    line-height: 50px;
  }
}
.article p {
  color: #000;
  font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.38px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .article p {
    font-size: 24px;
    letter-spacing: 0.312px;
    line-height: 27px;
  }
}
.article p + .module,
.article p + .content-container {
  margin-top: 45px !important;
}
@media screen and (min-width: 1024px) {
  .article p + .module,
  .article p + .content-container {
    margin-top: 140px !important;
  }
}
.article p a {
  color: inherit;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.article p a:after {
  background: #b49b57;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.article p span {
  font: 19px/24px "Helvetica Neue Bold", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .article p span {
    font-size: 24px;
    letter-spacing: 0.312px;
    line-height: 30px;
  }
}
.article .side-callout {
  margin-bottom: 96px;
  margin-top: 92px;
}
@media screen and (min-width: 1024px) {
  .article .side-callout {
    left: calc(-225px - 2.25vw);
    margin: 0;
    position: absolute;
    width: 225px;
  }
}
.article .side-callout__heading {
  border-bottom: 1px solid #dbd7db;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-top: 0;
  padding-bottom: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 450px) {
  .article .side-callout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    lex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .article .side-callout__content {
    display: block;
  }
}
.article .side-callout__content__image {
  margin-right: 10px;
  max-width: 70px;
  width: 100%;
}
@media screen and (min-width: 450px) {
  .article .side-callout__content__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 1024px) {
  .article .side-callout__content__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
}
.article .side-callout__content__image img {
  max-width: 100%;
}
.article .side-callout p {
  color: #a6a6a6;
  font: 400 15px/18px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article .side-callout blockquote {
  font: 500 30px/36px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 14px;
  padding: 0;
}

.awards {
  padding: 46px 0 58px;
}
@media screen and (min-width: 768px) {
  .awards {
    padding: 91px 0 182px;
  }
}
.awards__content {
  padding: 0 17px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .awards__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4.5vw;
    text-align: left;
  }
}
.awards__content__title {
  color: #000;
  font: 700 40px/48px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .awards__content__title {
    font-size: 80px;
    line-height: 96px;
    padding-right: 7.125vw;
  }
}
.awards__content__text {
  font: 20px/25px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.4px;
  margin: 0 auto;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .awards__content__text {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 35px;
    max-width: 685px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .awards__content__text {
    margin: 30px 0 0;
  }
}
.awards__award-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  overflow: hidden;
}
.awards__award-images img {
  display: block;
  height: 115px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .awards__award-images img {
    height: 272px;
  }
}

.callout {
  background: #000;
  height: 0;
  min-height: 300px;
  overflow: hidden;
  padding-top: 42.9%;
  position: relative;
  width: 100%;
}
.callout--video {
  background: #000;
  height: 0;
  min-height: 300px;
  padding-top: 42.9%;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .callout--video {
    height: 686px;
    padding-top: 0;
  }
}
.callout--video--visible {
  padding-top: 56.25%;
}
@media screen and (min-width: 1600px) {
  .callout--video--visible {
    height: 840px;
  }
}
.callout__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.75;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.callout--video .callout__image {
  opacity: 0.75;
}
.callout__video {
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.callout__video__prereel {
  height: 100%;
  left: 0;
  opacity: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.callout__video__prereel source {
  display: none;
}
@media screen and (min-width: 768px) {
  .callout__video__prereel source {
    display: initial;
  }
}
.callout iframe {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
  z-index: 0;
}
.callout.callout--video--visible iframe {
  opacity: 1;
  z-index: 5;
}
.callout__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .callout__content {
    padding: 0 7.1875vw 0 4.6875vw;
  }
}
.callout__content__title {
  color: #fff;
  font: 700 60px/60px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .callout__content__title {
    font-size: 120px;
    line-height: 100px;
    max-width: calc(100% - 265px);
  }
}
@media screen and (min-width: 1024px) {
  .callout__content__title {
    font-size: 150px;
    line-height: 130px;
  }
}
.callout__cta {
  background: #fff;
  color: #000;
  font: 700 16px/92px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 92px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .callout__cta {
    background: #fff;
    height: 184px;
    line-height: 184px;
    width: 250px;
  }
}
.callout__cta img,
.callout__cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1400px) {
  .callout__cta img,
  .callout__cta .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.callout__cta img *,
.callout__cta .svg * {
  fill: #000;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.callout__permalink {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.no-touch .callout:hover .callout__image {
  opacity: 1;
}
.no-touch .callout:hover .callout__cta {
  background: #000;
  color: #fff;
}
.no-touch .callout:hover .callout__cta img *,
.no-touch .callout:hover .callout__cta .svg * {
  fill: #fff;
}

.capabilities {
  background: image-url("../asset.typewriter.html") no-repeat left 76vw top 100px transparent;
  background-size: 350px auto;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .capabilities {
    background-size: 300px;
    background-position: left 76vw top 100px;
  }
}
@media screen and (min-width: 1024px) {
  .capabilities {
    background-position: left 87vw top -11px;
  }
}
@media screen and (min-width: 1200px) {
  .capabilities {
    background-size: 475px auto;
    background-position: left 87vw top 100px;
    padding-top: 192px;
  }
}
@media screen and (min-width: 1300px) {
  .capabilities {
    background-size: 450px auto;
    background-position: left 1170px top 100px;
  }
}
.capabilities__inner {
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .capabilities__inner {
    padding: 0 65px;
  }
}
.capabilities__title {
  color: #b49b57;
  font: 700 60px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 60px auto 30px;
  max-width: 1420px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .capabilities__title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .capabilities__title {
    font-size: 150px;
    line-height: 150px;
    margin-top: 0;
  }
}
.capabilities__description {
  width: calc(100% - 40px);
  max-width: 80%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
  font: 18px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .capabilities__description {
    padding-left: 35px;
    font: 22px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
    width: calc(100% - 10.5vw);
    max-width: 1235px;
  }
}
.capabilities__list {
  max-width: 80%;
  margin-top: 17px;
}
@media screen and (min-width: 1024px) {
  .capabilities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1235px;
    padding-left: 35px;
  }
}
.capabilities__list__group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .capabilities__list__group {
    max-width: 560px;
    width: 50%;
  }
}
.capabilities__list__item {
  font: 700 30px/30px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .capabilities__list__item {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    padding-right: 40px;
  }
}

.carousel {
  left: -30px;
  margin-bottom: 65px;
  position: relative;
  width: calc(100% + 60px);
}
@media screen and (min-width: 1024px) {
  .carousel {
    left: initial;
    margin-bottom: 80px;
    width: 100%;
  }
}
.carousel__item__figure {
  margin: 0;
}
.carousel__item__figure img {
  width: 100%;
}
.carousel__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .carousel__item__footer {
    padding: 20px 0 0;
  }
}
.carousel__item__footer figcaption {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .carousel__item__footer figcaption {
    font-size: 16px;
    line-height: 16px;
  }
}
.carousel__item__footer nav {
  position: absolute;
  right: 20px;
  top: -28px;
  width: 115px;
}
@media screen and (min-width: 1024px) {
  .carousel__item__footer nav {
    right: 100px;
    width: 119px;
  }
}
.carousel .carousel-footer-info {
  max-width: calc(100% - 150px);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .carousel .carousel-footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 240px);
  }
}
.carousel .paging-info {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin-top: 17px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .carousel .paging-info {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
    padding-bottom: 0;
    text-align: right;
    width: 100px;
  }
}
.carousel__arrow {
  background: image-url("../icon.arrow.white.html") no-repeat center center #000;
  background-size: 16px auto;
  border: 0 none;
  border-radius: 50%;
  display: inline-block;
  height: 54px;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  width: 53px;
}
.no-touch .carousel__arrow:hover {
  background-color: #b49b57;
}
.carousel__arrow--next {
  margin-left: 1px;
  -webkit-transform: rotate(180deg) translateX(-5px);
      -ms-transform: rotate(180deg) translateX(-5px);
          transform: rotate(180deg) translateX(-5px);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 1024px) {
  .carousel__arrow--next {
    margin-left: 7px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.carousel .slick-arrow {
  background: image-url("../icon.arrow.white.html") no-repeat center center #000;
  background-size: 16px auto;
  bottom: -54px;
  border: 0 none;
  border-radius: 50%;
  height: 54px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  width: 53px;
}

.chandeliers {
  background: #000;
}
.chandeliers__inner {
  background: image-url("../asset.chandelier.html") no-repeat center top 120px #000;
  background-size: contain;
  margin: 0 auto;
  max-width: 1600px;
  padding: 25px 25px 9px;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 470px) {
  .chandeliers__inner {
    background-position: 0 40px;
  }
}
@media screen and (min-width: 500px) {
  .chandeliers__inner {
    background-size: 500px auto;
  }
}
@media screen and (min-width: 768px) {
  .chandeliers__inner {
    background-size: 50% auto;
    background-position: right 0 top -100px;
    padding-bottom: 70px;
    padding: 72px 5.25vw 70px;
  }
}
@media screen and (min-width: 1300px) {
  .chandeliers__inner {
    background-position: right 10% top -100px;
    background-size: 650px auto;
  }
}
.chandeliers__title {
  color: #b49b57;
  font: 700 60px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto 52px;
  max-width: 1420px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .chandeliers__title {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
    padding-right: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .chandeliers__title {
    font-size: 80px;
    line-height: 75px;
  }
}
.chandeliers__story {
  color: #fff;
  margin: 0 auto;
  max-width: 1420px;
  padding-top: 90%;
}
@media screen and (min-width: 500px) {
  .chandeliers__story {
    margin-top: 460px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .chandeliers__story {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .chandeliers__story {
    margin-top: 0;
  }
}
.chandeliers__story__part {
  margin-bottom: 85px;
  max-width: 655px;
}
@media screen and (min-width: 768px) {
  .chandeliers__story__part {
    width: 50%;
  }
}
.chandeliers__story__desc {
  display: none;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .chandeliers__story__desc {
    font-size: 16px;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-right: 20px;
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .chandeliers__story__desc {
    margin-bottom: 0;
  }
}
.chandeliers__story__text {
  font: 20px/30px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .chandeliers__story__text {
    font-size: 19px;
    letter-spacing: 0.38px;
    line-height: 24px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .chandeliers__story__text {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 34px;
  }
}

.clients-feature {
  padding: 30px 20px 100px;
}
@media screen and (min-width: 768px) {
  .clients-feature {
    padding: 78px 4.8125vw 100px 6.9375vw;
  }
}
@media screen and (min-width: 1200px) {
  .clients-feature {
    padding-bottom: 0;
  }
}
.clients-feature__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clients-feature__content {
  width: calc(100% - 145px);
}
@media screen and (min-width: 768px) {
  .clients-feature__content {
    width: calc(100% - 280px);
  }
}
.clients-feature__content__title {
  color: #b49b57;
  font: 700 60px/60px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  max-width: 870px;
}
@media screen and (min-width: 768px) {
  .clients-feature__content__title {
    font-size: 150px;
    line-height: 150px;
  }
}
.clients-feature__content__text {
  font: 15px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin-top: 0;
  max-width: 870px;
}
@media screen and (min-width: 768px) {
  .clients-feature__content__text {
    font-size: 30px;
    line-height: 35px;
    padding-left: 13.875vw;
  }
}
@media screen and (min-width: 1400px) {
  .clients-feature__content__text {
    padding-left: 200px;
  }
}
.clients-feature__content__text p {
  margin: 8px 0;
  max-width: 645px;
}
.clients-feature .cta {
  position: relative;
  top: 20px;
}
.clients-feature__secondary {
  margin: 36px 0;
}
@media screen and (min-width: 1024px) {
  .clients-feature__secondary {
    margin: 110px 0 0;
  }
}
.clients-feature__secondary .clients-carousel {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .clients-feature__secondary .clients-carousel {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .clients-feature__secondary .clients-carousel {
    max-width: 932px;
  }
}
.clients-feature__secondary .clients-carousel:after {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.clients-feature__secondary .clients-carousel__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .clients-feature__secondary .clients-carousel__item {
    height: 130px;
  }
}
.clients-feature__secondary .clients-carousel__item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.clients-carousel--first-row .clients-feature__secondary .clients-carousel__item {
  border-bottom: 1px solid #dbd7db;
}
.clients-feature__secondary .clients-carousel__item img,
.clients-feature__secondary .clients-carousel__item .svg {
  display: block;
  margin: 0 auto;
  max-height: 75px;
  max-width: 135px;
  width: 70%;
}
.clients-feature__secondary .clients-carousel__item img *,
.clients-feature__secondary .clients-carousel__item .svg * {
  fill: #000000 !important;
}
.no-touch .clients-feature__secondary .clients-carousel__item:hover img, .no-touch .clients-feature__secondary .clients-carousel__item:hover .svg, .no-touch .clients-feature__secondary .clients-carousel__item:hover .svg * {
  fill: #d9d9d9 !important;
}
.clients-feature__secondary .clients-carousel--first-row .clients-carousel__item:before {
  background: #dbd7db;
  content: "";
  display: block;
  height: calc(100% - 15px);
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.clients-feature__secondary .clients-carousel--first-row .clients-carousel__item:after {
  background: #dbd7db;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
}
.clients-feature__secondary .clients-carousel--last-row .clients-carousel__item:before {
  background: #dbd7db;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 15px);
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.clients-feature__secondary .clients-carousel .slick-arrow {
  background: image-url("../icon.arrow.white.html") no-repeat center center #000;
  background-size: 16px auto;
  bottom: -54px;
  border: 0 none;
  border-radius: 50%;
  height: 54px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  width: 53px;
}
.no-touch .clients-feature__secondary .clients-carousel .slick-arrow:hover {
  background-color: #b49b57;
}
.clients-feature__secondary .clients-carousel .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translateX(-57px);
      -ms-transform: translateX(-57px);
          transform: translateX(-57px);
}
@media screen and (min-width: 1024px) {
  .clients-feature__secondary .clients-carousel .slick-arrow.slick-prev {
    bottom: initial;
    left: -11.25vw;
    top: 0;
    -webkit-transform: translateX(-57px) translateY(-50%);
        -ms-transform: translateX(-57px) translateY(-50%);
            transform: translateX(-57px) translateY(-50%);
  }
}
.clients-feature__secondary .clients-carousel .slick-arrow.slick-next {
  left: 50%;
  -webkit-transform: rotate(180deg) translateX(-5px);
      -ms-transform: rotate(180deg) translateX(-5px);
          transform: rotate(180deg) translateX(-5px);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 1024px) {
  .clients-feature__secondary .clients-carousel .slick-arrow.slick-next {
    bottom: initial;
    left: -11.25vw;
    top: 0;
    -webkit-transform: rotate(180deg) translateX(-5px) translateY(27px);
        -ms-transform: rotate(180deg) translateX(-5px) translateY(27px);
            transform: rotate(180deg) translateX(-5px) translateY(27px);
  }
}
.clients-feature__secondary .clients-carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  position: relative;
  top: 124px;
}
@media screen and (min-width: 1024px) {
  .clients-feature__secondary .clients-carousel .slick-dots {
    position: absolute;
    right: -7.375vw;
    top: -50%;
    -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
            transform: translateY(45px);
  }
}
.clients-feature__secondary .clients-carousel .slick-dots li {
  margin: 0 6px;
}
.clients-feature__secondary .clients-carousel .slick-dots li.slick-active button {
  background: #000;
}
.clients-feature__secondary .clients-carousel .slick-dots button {
  background: #cccccc;
  border: 0 none;
  border-radius: 50%;
  height: 6px;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 6px;
}

.client-header {
  margin-bottom: 45px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .client-header {
    margin-bottom: 88px;
  }
}
.client-header__inner {
  margin: 0 auto;
  max-width: 1600px;
  padding: 61px 30px 48px;
}
@media screen and (min-width: 1024px) {
  .client-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 125px 5.25vw;
  }
}
@media screen and (min-width: 1024px) {
  .client-header--smaller .client-header__inner {
    padding: 112px 5.25vw;
  }
}
.client-header__logo {
  display: block;
  margin: 0 auto;
  max-height: 150px;
  max-width: 150px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .client-header__logo {
    margin: 0;
    max-height: 172px;
    max-width: 172px;
  }
}
@media screen and (min-width: 1024px) {
  .client-header--smaller .client-header__logo {
    margin: 0 auto;
    max-width: 338px;
    -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}
@media screen and (min-width: 1024px) {
  .client-header__info {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .client-header--smaller .client-header__info {
    margin-top: 0;
  }
}
.client-header__info--dt {
  display: none;
}
@media screen and (min-width: 1024px) {
  .client-header__info--dt {
    display: block;
  }
}
.client-header__info--mb {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .client-header__info--mb {
    display: none;
  }
}
.client-header__info ul {
  list-style-type: none;
  max-width: 60%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .client-header__info ul {
    max-width: 80%;
  }
}
.client-header__info ul.client-meta {
  margin: 0;
}
.client-header__info ul.light, .client-header__info ul.light a {
  color: #FFF;
}
.client-header__info ul.dark, .client-header__info ul.dark a {
  color: #000;
}
.client-header__info ul li {
  font: 600 14px/18px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.client-header__info ul li:last-child {
  margin-bottom: 0;
}
.client-header__info ul li a {
  color: inherit;
  text-decoration: none;
}
.client-header__first {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .client-header__first {
    max-width: 250px;
    padding-right: 40px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .client-header__second {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .client-header--smaller .client-header__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.client-header__second h1 {
  color: #fff;
  font: 600 40px/36px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 65px 0 0;
}
@media screen and (min-width: 1024px) {
  .client-header__second h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
  }
}

.content-container {
  margin: auto;
  max-width: 960px;
  position: relative;
  width: calc(100% - 60px);
}
.content-container + .episodes,
.content-container + .content-container,
.content-container + .campaign-details,
.content-container + .cap,
.content-container + article {
  margin-top: 45px !important;
}
@media screen and (min-width: 1024px) {
  .content-container + .episodes,
  .content-container + .content-container,
  .content-container + .campaign-details,
  .content-container + .cap,
  .content-container + article {
    margin-top: 140px !important;
  }
}
.content-container > article {
  padding-bottom: 0;
}
.content-container--larger {
  max-width: 1165px;
}

.gradient-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 241, 242)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(242, 241, 242) 0%, rgba(255, 255, 255, 0) 25%);
}
@media screen and (min-width: 1024px) {
  .gradient-top {
    padding-top: 29px;
  }
}

@media screen and (max-width: 1023px) {
  .campaign-details {
    padding-bottom: 29px;
  }
}

.campaign-image {
  background: #f8f8f8;
  left: -30px;
  margin: 40px 0;
  padding: 32px 30px;
  position: relative;
  width: calc(100% + 60px);
}
@media screen and (min-width: 1024px) {
  .campaign-image {
    left: initial;
    margin: 90px 0 40px;
    padding: 70px;
    width: 100%;
  }
}
.campaign-image img {
  display: block;
  margin: 0 auto;
  max-width: 543px;
  width: 100%;
}
.campaign-image figcaption {
  background: #fff;
  bottom: -33px;
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  left: -30px;
  letter-spacing: 1.4px;
  padding: 21px 30px;
  position: relative;
  text-transform: uppercase;
  width: calc(100% + 60px);
}
@media screen and (min-width: 1024px) {
  .campaign-image figcaption {
    bottom: -57px;
    font-size: 16px;
    left: 0;
    letter-spacing: 1.6px;
    line-height: 16px;
    padding: 21px 0;
    position: absolute;
    width: 100%;
  }
}

.quote {
  margin: 0 auto;
  max-width: 690px;
}
@media screen and (min-width: 1024px) {
  .quote {
    margin: 0 auto;
  }
}
.quote blockquote {
  color: #b49b57;
  font: 700 30px/35px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 9px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .quote blockquote {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .quote--charcount blockquote {
    font-size: 60px;
    line-height: 70px;
    max-width: 790px;
  }
}
.quote figcaption {
  color: #a6a6a6;
  font: 500 14px/20px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .quote figcaption {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.image-w-caption {
  left: -30px;
  margin: 0;
  position: relative;
  width: calc(100% + 60px);
}
@media screen and (min-width: 1024px) {
  .image-w-caption {
    left: 0;
    width: 100%;
  }
}
.image-w-caption__img {
  display: block;
  width: 100%;
}
.image-w-caption__caption {
  background: #f8f8f8;
  padding: 27px 30px;
}
@media screen and (min-width: 1024px) {
  .image-w-caption__caption {
    padding: 36px 60px 54px;
  }
}
.image-w-caption__caption h2 {
  font: 600 30px/34px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .image-w-caption__caption h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.image-w-caption__caption p {
  font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.475px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .image-w-caption__caption p {
    font-size: 25px;
    letter-spacing: 0.625px;
    line-height: 30px;
  }
}
.image-w-caption__caption p:last-child {
  margin-bottom: 0;
}

.video-content {
  left: -30px;
  margin: 0;
  position: relative;
  width: calc(100% + 60px);
}
@media screen and (min-width: 1024px) {
  .video-content {
    left: 0;
    width: 100%;
  }
}
.video-content--vertical {
  margin: 0 auto;
  left: 0;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .video-content--vertical {
    max-width: 400px;
  }
}
.video-content__video {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.video-content__video__image, .video-content__video__media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-content__video__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  z-index: 1;
}
.video-content__video__media {
  opacity: 0;
  z-index: -1;
}
.video-content__video__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  text-decoration: none;
  width: 100%;
  z-index: 2;
}
.video-content__video__link .play-btn {
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.video-content__video__link .play-btn img {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  left: 3px;
  position: relative;
  width: 40%;
}
.video-content__video__link .play-btn:before {
  content: "";
  display: block;
  border-top: solid 13px transparent;
  border-left: solid 15px #000;
  border-bottom: solid 13px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -5px;
}
.no-touch .video-content__video__link:hover .play-btn {
  background: #000;
}
.no-touch .video-content__video__link:hover .play-btn:before {
  border-left-color: #FFF;
}
.video-content--vertical .video-content__video {
  padding-top: 177.7777778%;
}
.video-content__caption {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  padding: 16px 30px 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .video-content__caption {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
    padding: 26px 0 10px;
  }
}

.module {
  margin-bottom: 45px !important;
}
@media screen and (min-width: 1024px) {
  .module {
    margin-bottom: 140px !important;
  }
}
.module + .quote {
  margin-top: 80px;
}
.module + p {
  margin-top: 80px;
}

.less-action {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto 0;
  max-width: 1420px;
  position: relative;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .less-action {
    height: 184px;
    width: calc(100% - 10.375vw);
  }
}
.less-action span {
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .less-action span {
    font-size: 16px;
    line-height: 16px;
  }
}
.less-action img,
.less-action .svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .less-action img,
  .less-action .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.less-action img *,
.less-action .svg * {
  fill: #fff;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.less-action__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-touch .less-action:hover {
  background: #dadada;
}

.content-callouts__item {
  margin-bottom: 56px;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item {
    margin-bottom: 150px;
  }
}
.content-callouts__item:last-child {
  margin-bottom: 0;
}
.content-callouts__item__card {
  margin: 0 auto;
  max-height: 660px;
  max-width: 1600px;
  padding-top: 50.5%;
  position: relative;
  -webkit-transition: padding-top 400ms ease;
  transition: padding-top 400ms ease;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__card {
    height: 0;
    padding-top: 41.25%;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .content-callouts__item__card {
    height: 660px;
    padding-top: 0;
  }
}
.content-callouts__item__card--darkened {
  background: #000;
}
.content-callouts__item__card--darkened .card-image {
  opacity: 0.65;
}
.content-callouts__item--expanded .content-callouts__item__card {
  padding-top: 54%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item--expanded .content-callouts__item__card {
    padding-top: 50%;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__card:before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 13.5625vw;
    z-index: 2;
  }
}
@media screen and (min-width: 1600px) {
  .content-callouts__item__card:before {
    width: 217px;
  }
}
.content-callouts__item--expanded .content-callouts__item__card:before {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__card:after {
    background: #fff;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 13.5625vw;
    z-index: 2;
  }
}
@media screen and (min-width: 1600px) {
  .content-callouts__item__card:after {
    width: 217px;
  }
}
.content-callouts__item--expanded .content-callouts__item__card:after {
  opacity: 0;
}
.content-callouts__item__card .card-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.content-callouts__item__card .card-info {
  color: #fff;
  padding: 0 4.0625vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__card .card-info {
    left: 13.5625vw;
    width: 56vw;
  }
}
@media screen and (min-width: 1600px) {
  .content-callouts__item__card .card-info {
    left: 217px;
    width: 815px;
  }
}
.content-callouts__item__card .card-info h3 {
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin: 0;
  text-transform: uppercase;
}
.content-callouts__item__card .card-info h1 {
  font: 24px/25px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__card .card-info h1 {
    font-size: 80px;
    line-height: 76px;
  }
}
.content-callouts__item__card .card-cta {
  bottom: -22px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__card .card-cta {
    bottom: -40px;
    right: 13.5625vw;
  }
}
@media screen and (min-width: 1600px) {
  .content-callouts__item__card .card-cta {
    right: 217px;
  }
}
.content-callouts__item--expanded .content-callouts__item__card .card-cta {
  display: none;
}
.content-callouts__item__content {
  margin: 0 auto;
  max-width: 1600px;
}
.content-callouts__item__content .content-callout__text {
  margin: 35px auto;
  max-width: 1150px;
  position: relative;
  width: calc(100% - 60px);
}
.content-callouts__item__content .content-callout__text__primary {
  font: 600 30px/35px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__content .content-callout__text__primary {
    font-size: 50px;
    line-height: 60px;
    margin-top: 120px;
  }
}
.content-callouts__item__content .content-callout__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 69px;
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .content-callouts__item__content .content-callout__social {
    margin-top: 61px;
    margin-bottom: 124px;
  }
}
.content-callouts__item__content .content-callout__social__item {
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 38px;
  line-height: 42px;
  margin: 0 10px;
  position: relative;
  text-align: center;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 38px;
}
.content-callouts__item__content .content-callout__social__item i {
  color: #fff;
  position: relative;
  top: 1px;
}
.content-callouts__item__content .content-callout__social__item img, .content-callouts__item__content .content-callout__social__item .svg {
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.no-touch .content-callouts__item__content .content-callout__social__item:hover {
  background: #b49b57;
}

.awards-strip {
  margin: 0 auto;
  max-width: 1150px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .awards-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 90px auto 208px;
    width: 100%;
  }
}
.awards-strip__title {
  color: #b49b57;
  font: 20px/24px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 52px 20px 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .awards-strip__title {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    width: 286px;
  }
}
.awards-strip__title span {
  background: #b49b57;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font: 24px/43px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  height: 43px;
  margin-right: 8px;
  text-align: center;
  width: 43px;
}
@media screen and (min-width: 768px) {
  .awards-strip__title span {
    font-size: 30px;
    height: 53px;
    line-height: 53px;
    margin-right: 12px;
    width: 53px;
  }
}
.awards-strip__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .awards-strip__awards {
    padding-bottom: 0;
    padding-top: 10px;
    width: calc(100% - 286px);
  }
}
.awards-strip__awards__item {
  min-height: 130px;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .awards-strip__awards__item {
    margin-bottom: 0;
    width: auto;
  }
}
.awards-strip__awards__item img {
  display: block;
  margin: 0 auto;
  max-width: 116px;
}

.more-action {
  background: #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -30px auto 25px;
  position: relative;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .more-action {
    width: calc(100% - 10.375vw);
  }
}
@media screen and (min-width: 1024px) {
  .more-action {
    height: 184px;
    margin: -63px auto 60px;
    position: relative;
  }
}
.more-action span {
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .more-action span {
    font-size: 16px;
    line-height: 16px;
  }
}
.more-action img,
.more-action .svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .more-action img,
  .more-action .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.more-action img *,
.more-action .svg * {
  fill: #fff;
}
.more-action__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-touch .more-action:hover {
  background: #000;
}

.office {
  margin: 0 auto;
  max-width: 1600px;
}
@media screen and (min-width: 1024px) {
  .office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.office__image {
  background: #000;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .office__image {
    display: table;
    padding-top: 33.75%;
    width: 59.5625vw;
  }
}
.office__image__background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.office__image__city-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
}
.office__image__city-icon * {
  fill: #fff;
}
.office__info {
  background: #f3f4f8;
  padding: 48px 30px;
}
@media screen and (min-width: 1024px) {
  .office__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.125vw;
    width: 40.3125vw;
  }
}
@media screen and (min-width: 1200px) {
  .office__info {
    padding: 5.25vw;
  }
}
.office--alt .office__info {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.office__info__city-name {
  font: 700 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .office__info__city-name {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .office__info__city-name {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .office__info__city-name {
    font-size: 80px;
    line-height: 70px;
  }
}
.office__info__address {
  font: 20px/25px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .office__info__address {
    font-size: 24px;
    line-height: 34px;
  }
}
.office__info__address a {
  color: #000;
  text-decoration: none;
}

.contact-image-strip {
  height: 210px;
  margin: 50px 0 89px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact-image-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 337px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 141px 0 43px;
  }
}
.contact-image-strip img {
  height: 100%;
  -webkit-transform: translateX(-98px);
      -ms-transform: translateX(-98px);
          transform: translateX(-98px);
}
@media screen and (min-width: 1024px) {
  .contact-image-strip img {
    display: block;
    margin: 0 auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.contact-info {
  margin-bottom: 104px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 167px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-info__col {
    max-width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-info__col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 13.75vw;
  }
}
.contact-info__item {
  margin-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .contact-info__item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-info__item:nth-child(2) {
    margin-top: 109px;
  }
}
.contact-info__item h2 {
  font: 600 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .contact-info__item h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.contact-info__item__text {
  color: #000;
  font: 20px/25px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 1024px) {
  .contact-info__item__text {
    font-size: 24px;
    line-height: 30px;
  }
}
.contact-info__item__text a {
  color: inherit;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.contact-info__item__text a:after {
  background: #b49b57;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.contact-info__item__cta {
  color: #000;
  display: inline-block;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin-top: 32px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .contact-info__item__cta {
    font-size: 16px;
    line-height: 16px;
    margin-top: 43px;
  }
}
.contact-info__item__cta img,
.contact-info__item__cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}

.episodes {
  background: #f1f1f1;
  padding-bottom: 95px;
  padding-top: 1px;
}
@media screen and (min-width: 1024px) {
  .episodes {
    padding-bottom: 166px;
    padding-top: 17px;
  }
}
.episodes__wrapper {
  margin: 0 auto;
  max-width: 1145px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1023px) {
  .episodes .more-content__title {
    margin: 25px 5px 25px;
  }
}
.episodes__item {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .episodes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
}
.episodes__item--expanded {
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
}
.episodes__item:last-child {
  margin-bottom: 0;
}
.episodes__item__video {
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .episodes__item__video {
    max-width: 680px;
    width: 65%;
  }
}
.episodes__item--expanded .episodes__item__video {
  max-width: inherit;
  overflow: hidden;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 100%;
}
.episodes__item__video .video-container {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.episodes__item__video__image, .episodes__item__video__media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.episodes__item__video__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  z-index: 1;
}
.episodes__item__video__media {
  opacity: 0;
  z-index: -1;
}
.episodes__item--expanded .episodes__item__video__media {
  opacity: 1;
  z-index: 20;
}
.episodes__item__video__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  text-decoration: none;
  width: 100%;
  z-index: 2;
}
.episodes__item__video__link .play-btn {
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.episodes__item__video__link .play-btn img {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  left: 3px;
  position: relative;
  width: 40%;
}
.episodes__item__video__link .play-btn:before {
  content: "";
  display: block;
  border-top: solid 13px transparent;
  border-left: solid 15px #000;
  border-bottom: solid 13px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -5px;
}
.no-touch .episodes__item__video__link:hover .play-btn {
  background: #000;
}
.no-touch .episodes__item__video__link:hover .play-btn:before {
  border-left-color: #FFF;
}
.episodes__item__video__info {
  font: 30px/34px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.episodes__item--expanded .episodes__item__video__info {
  height: initial;
  opacity: 1;
  padding-top: 10px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 1024px) {
  .episodes__item--expanded .episodes__item__video__info {
    padding-top: 22px;
  }
}
.episodes__item__video__info span {
  font: 19px/34px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  padding-left: 5px;
}
.episodes__item__video__info .episode-video-close {
  display: inline-block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 18px;
}
@media screen and (min-width: 1024px) {
  .episodes__item__video__info .episode-video-close {
    top: 17px;
  }
}
.episodes__item__video__info .episode-video-close img {
  height: 18px;
  width: 18px;
}
.episodes__item__text {
  -webkit-animation: opacity 700ms forwards;
          animation: opacity 700ms forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .episodes__item__text {
    padding-left: 2.8125vw;
    -webkit-transition: width 400ms ease, padding-left 400ms ease;
    transition: width 400ms ease, padding-left 400ms ease;
    width: 35%;
  }
}
@media screen and (min-width: 1600px) {
  .episodes__item__text {
    padding-left: 45px;
  }
}
.episodes__item--expanded .episodes__item__text {
  -webkit-animation: opacityReverse 100ms forwards;
          animation: opacityReverse 100ms forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  height: 0;
  overflow: hidden;
  padding-left: 0;
  -webkit-transition: height 400ms ease, width 400ms ease, padding-left 400ms ease;
  transition: height 400ms ease, width 400ms ease, padding-left 400ms ease;
}
@media screen and (min-width: 1024px) {
  .episodes__item--expanded .episodes__item__text {
    height: intial;
    width: 0;
  }
}
.episodes__item__text h2 {
  font: 30px/34px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 6px 0 3px;
}
@media screen and (min-width: 1024px) {
  .episodes__item__text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.episodes__item__text p {
  font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.38px;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .episodes__item__text p {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 27px;
  }
}
.episodes__item__text p:last-child {
  margin-bottom: 0;
}

.featured-work {
  margin: 41px auto 0;
  max-width: 1600px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-work {
    margin-top: 140px;
    padding: 0 5.25vw;
  }
}
.featured-work__title {
  color: #b49b57;
  font: 700 60px/60px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 13px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .featured-work__title {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: -40px;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
.featured-work__primary {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .featured-work__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 100px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-work__primary {
    margin-bottom: 0;
  }
}
.featured-work__primary__thumbnail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__thumbnail {
    width: 60%;
  }
}
.featured-work__primary__thumbnail img {
  width: 100%;
}
.featured-work__primary__content {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0 20px 40px;
    width: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .featured-work__primary__content {
    padding: 20px 20px 20px 40px;
  }
}
.featured-work__primary__content .work-content-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .work-content-first {
    display: block;
  }
}
.featured-work__primary__content .work-content-first__heading {
  width: calc(100% - 145px);
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .work-content-first__heading {
    max-width: 475px;
    width: 100%;
  }
}
.featured-work__primary__content .work-content-first__heading .work-pre {
  color: #a6a6a6;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .work-content-first__heading .work-pre {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
  }
}
.featured-work__primary__content .work-content-first__heading .work-title {
  color: #000;
  font: 700 24px/25px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px;
}
.featured-work__primary__content .work-content-first__heading .work-title a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .work-content-first__heading .work-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
.featured-work__primary__content .work-content-first__cta {
  background: #000;
  color: #fff;
  height: 92px;
  font: 700 14px/92px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: -40px;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .work-content-first__cta {
    display: none;
  }
}
.featured-work__primary__content .work-content-first__cta img,
.featured-work__primary__content .work-content-first__cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
.featured-work__primary__content .work-content-first__cta img *,
.featured-work__primary__content .work-content-first__cta .svg * {
  fill: #fff;
}
.featured-work__primary__content .work-text {
  margin-top: -19px;
}
.featured-work__primary__content .work-text a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .work-text {
    margin-top: 0;
  }
}
.featured-work__primary__content .work-text p {
  font: 15px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin-top: 0;
  max-width: 475px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .work-text p {
    font-size: 20px;
    line-height: 28px;
  }
}
.featured-work__primary__content .work-text p:last-child {
  margin-bottom: 0;
}
.featured-work__primary__content .link--cta {
  color: #000;
  display: none;
  font: 700 16px/16px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .featured-work__primary__content .link--cta {
    display: inline-block;
    margin-top: 38px;
  }
}
.featured-work__primary__content .link--cta img,
.featured-work__primary__content .link--cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
.featured-work__secondary {
  margin: 0 20px;
}
@media screen and (min-width: 1024px) {
  .featured-work__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 320px;
    margin: 275px 3.6875vw 0;
  }
}
.featured-work__secondary__item {
  margin-bottom: 22px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .featured-work__secondary__item {
    max-width: 500px;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .featured-work__secondary__item:nth-child(2) {
    position: relative;
    top: -150px;
  }
}
.featured-work__secondary__item .featured-work-item__thumbnail {
  height: 0;
  padding-top: 56.445%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .featured-work__secondary__item .featured-work-item__thumbnail {
    padding-top: 100%;
  }
}
.featured-work__secondary__item .featured-work-item__thumbnail img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-work__secondary__item .featured-work-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-work__secondary__item .featured-work-item__content__text {
  padding: 15px 0;
  width: calc(100% - 145px);
}
@media screen and (min-width: 768px) {
  .featured-work__secondary__item .featured-work-item__content__text {
    max-width: 475px;
    padding-right: 20px;
    padding-top: 30px;
    width: 50%;
  }
}
.featured-work__secondary__item .featured-work-item__content__text .work-pre {
  color: #a6a6a6;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .featured-work__secondary__item .featured-work-item__content__text .work-pre {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
  }
}
.featured-work__secondary__item .featured-work-item__content__text .work-title {
  color: #000;
  font: 600 24px/25px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px;
}
.featured-work__secondary__item .featured-work-item__content__text .work-title a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .featured-work__secondary__item .featured-work-item__content__text .work-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.featured-work__secondary__item .featured-work-item__content__cta {
  background: #000;
  color: #fff;
  font: 700 16px/92px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 92px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: -20px;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  width: 125px;
}
@media screen and (min-width: 1024px) {
  .featured-work__secondary__item .featured-work-item__content__cta {
    height: 16vw;
    line-height: 16vw;
    top: -40px;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .featured-work__secondary__item .featured-work-item__content__cta {
    height: 184px;
    line-height: 184px;
    width: 250px;
  }
}
.featured-work__secondary__item .featured-work-item__content__cta img,
.featured-work__secondary__item .featured-work-item__content__cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .featured-work__secondary__item .featured-work-item__content__cta img,
  .featured-work__secondary__item .featured-work-item__content__cta .svg {
    height: 12px;
    margin-left: 4px;
    width: 8px;
  }
}
.featured-work__secondary__item .featured-work-item__content__cta img *,
.featured-work__secondary__item .featured-work-item__content__cta .svg * {
  fill: #fff;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.no-touch .featured-work__secondary__item .featured-work-item__content__cta:hover {
  background: #b49b57;
  color: #000;
}
.no-touch .featured-work__secondary__item .featured-work-item__content__cta:hover img *, .no-touch .featured-work__secondary__item .featured-work-item__content__cta:hover .svg * {
  fill: #000;
}

.filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 37px auto;
  max-width: calc(1600px - 11.25vw);
  width: calc(100% - 50px);
}
@media screen and (min-width: 1024px) {
  .filter-actions {
    margin: 62px auto 93px;
    width: calc(100% - 11.25vw);
  }
}
.filter-actions--jobs {
  margin-bottom: 66px;
}
@media screen and (min-width: 1024px) {
  .filter-actions--jobs {
    margin-bottom: 69px;
  }
}
.filter-actions--team {
  margin: 19px auto 32px;
}
@media screen and (min-width: 1024px) {
  .filter-actions--team {
    margin-bottom: 81px;
    margin-top: 80px;
  }
}
.filter-actions__nav {
  margin-top: 3px;
}
@media screen and (min-width: 1024px) {
  .filter-actions__nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .filter-actions--search-active .filter-actions__nav {
    overflow: hidden;
    width: 0;
  }
}
.filter-actions__nav__item {
  color: rgba(0, 0, 0, 0.25);
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
.filter-actions__nav__item:after {
  content: "";
  display: table;
  margin-bottom: 11px;
}
.filter-actions__nav__item--current, .no-touch .filter-actions__nav__item:hover {
  color: #000;
}
.filter-actions__nav__item--current:before {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  left: -25px;
  position: relative;
  top: 12px;
  vertical-align: middle;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .filter-actions__nav__item--current:before {
    left: -5.625vw;
    width: calc(5.625vw - 10px);
  }
}
.filter-actions--flush .input-wrapper {
  width: calc(100% - 53px);
}
@media screen and (max-width: 1023px) {
  .filter-actions--flush .input-wrapper {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .filter-actions--flush .input-wrapper {
    width: calc(100% - 53px) !important;
  }
}
.filter-actions--flush .search-sort__search {
  width: 53px;
}
.filter-actions--flush .search-sort__search--active {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .filter-actions--flush .search-sort__search--active {
    max-width: 100%;
    width: 100%;
  }
}

.footer {
  background: #000;
  padding: 40px 0 114px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 181px 20px 129px;
  }
}
@media screen and (min-width: 1300px) {
  .footer {
    padding: 130px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 50px;
    max-width: 780px;
  }
}
@media screen and (min-width: 1300px) {
  .footer__inner {
    max-width: 1280px;
    width: calc(100% - 80px);
  }
}
.footer__first {
  padding-left: 30px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .footer__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    width: 66%;
  }
}
@media screen and (min-width: 1300px) {
  .footer__first {
    max-width: 500px;
    width: calc(100% - 60px);
  }
}
.footer__second {
  padding-left: 30px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .footer__second {
    padding-left: 0;
    width: 33%;
  }
}
@media screen and (min-width: 1300px) {
  .footer__second {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1300px) {
  .footer__second__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__second__secondary {
  color: #53575f;
  font: 10px/14px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .footer__second__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 16px;
    margin-top: 64px;
    margin-left: -200%;
    padding-right: 40px;
    width: 300%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__second__secondary {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1300px) {
  .footer__second__secondary {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.footer__second__secondary a {
  color: #a1a8b3;
  display: inline-block;
  font: 700 10px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin-right: 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer__second__secondary a {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer__second__secondary a:first-of-type {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer__second__secondary a:last-of-type {
    margin-right: 30px;
  }
}
.footer__nav__item {
  color: #53575f;
  font: 600 24px/20px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
@media screen and (min-width: 1440px) {
  .footer__nav__item {
    font-size: 34px;
    line-height: 30px;
  }
}
.footer__nav__item:before, .footer__nav__item:after {
  content: "";
  display: table;
  width: 100%;
}
.footer__nav__item--current, .no-touch .footer__nav__item:hover {
  color: #FFF;
}
.no-touch .footer__nav:hover h3 {
  color: #6f7378 !important;
}
.footer h3 {
  color: #fff;
  font: 700 12px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 12px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px;
  }
}
.footer h4 {
  color: #6f7378;
  font: 700 12px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer address,
.footer .footer-contacts__contact {
  color: #53575f;
  font: 12px/14px "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .footer address,
  .footer .footer-contacts__contact {
    font-size: 15px;
    line-height: 20px;
  }
}
.footer address a,
.footer .footer-contacts__contact a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.no-touch .footer address a:hover,
.no-touch .footer .footer-contacts__contact a:hover {
  color: #fff;
}
.footer__col {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .footer__col {
    padding-right: 20px;
    width: 45%;
  }
}
.footer__col .footer-location {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer__col .footer-location {
    margin-bottom: 28px;
  }
}
.footer__col .footer-location__tel {
  color: #53575f;
  font: 12px/14px "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer__col .footer-location__tel {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .footer .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 745px;
  }
}
.footer .footer-contacts__contact {
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .footer .footer-contacts__contact {
    margin-bottom: 28px;
    width: calc(33% - 36px);
  }
}
.footer .footer-contacts a {
  color: #53575f;
  font: 700 12px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-contacts a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-social {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.footer .footer-social--mobile {
  position: absolute;
  right: 30px;
  top: 53px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer-social--mobile {
    display: none;
  }
}
.footer .footer-social--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-social--desktop {
    display: inline-block;
  }
}
.footer .footer-social__item {
  color: #53575f;
  display: block;
  font-size: 18px;
  margin: 0 0 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer-social__item {
    display: inline-block;
    font-size: 17px;
    margin: 0 8px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-social__item {
    margin: 0 15px;
  }
}
.footer .footer-social__item:last-of-type {
  margin-right: 5px;
}
.footer__icon {
  bottom: 113px;
  height: 35px;
  position: absolute;
  right: 75px;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .footer__icon {
    bottom: 50px;
    height: 45px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 45px;
  }
}
.footer__icon--parent {
  right: 33px;
}
@media screen and (min-width: 768px) {
  .footer__icon--parent {
    left: calc(50% + 60px);
    right: auto;
  }
}
.footer__icon img,
.footer__icon .svg {
  width: 100%;
}

.header {
  background: #fff;
  height: 110px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 193px;
    padding: 30px 4.8125vw;
    margin: auto;
    max-width: 1600px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    height: 250px;
    padding: 44px 4.8125vw 52px;
  }
}
.header--alt {
  background: #000;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header--expanded {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 10000;
  }
}
@media screen and (min-width: 768px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__branding {
  display: block;
  width: 104px;
}
@media screen and (min-width: 768px) {
  .header__branding {
    width: 145px;
  }
}
@media screen and (min-width: 1440px) {
  .header__branding {
    width: 165px;
  }
}
.header__branding img,
.header__branding .svg {
  width: 100%;
}
.header--alt .header__branding img *,
.header--alt .header__branding .svg * {
  fill: #fff;
}
.header__mobile-nav-toggle {
  position: absolute;
  right: 10px;
}
.header--alt .header__mobile-nav-toggle .hamburger-inner,
.header--alt .header__mobile-nav-toggle .hamburger-inner::before,
.header--alt .header__mobile-nav-toggle .hamburger-inner::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header__mobile-nav-toggle {
    display: none !important;
  }
}
.header__navigation {
  display: none;
  margin: 80px 0 140px;
}
@media screen and (min-width: 768px) {
  .header__navigation {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.header--expanded .header__navigation {
  display: block;
}
.header__navigation__item {
  color: #b6b6b6;
  font: 600 55px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
@media screen and (min-width: 768px) {
  .header__navigation__item {
    font-size: 26px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .header__navigation__item {
    font-size: 34px;
    line-height: 30px;
  }
}
.header--alt .header__navigation__item {
  color: #53575f;
}
.header__navigation__item:before, .header__navigation__item:after {
  content: "";
  display: table;
}
.header__navigation__item--current, .no-touch .header__navigation__item:hover {
  color: #000;
}
.no-touch .header--alt .header__navigation__item:hover {
  color: #fff;
}
.header__newsletter {
  display: none;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .header__newsletter {
    display: none !important;
  }
}
.header--expanded .header__newsletter {
  display: block;
}
.header__newsletter .newsletter-subscribe__inner {
  width: 100%;
}
.header--alt .header__newsletter .newsletter-subscribe__inner {
  border-bottom-color: #53575f;
}
.header--alt .header__newsletter .newsletter-subscribe__input {
  color: #fff;
}
.header--alt .header__newsletter .newsletter-subscribe__input::-webkit-input-placeholder {
  color: #53575f;
}
.header--alt .header__newsletter .newsletter-subscribe__input:-moz-placeholder {
  color: #53575f;
}
.header--alt .header__newsletter .newsletter-subscribe__input::-moz-placeholder {
  color: #53575f;
}
.header--alt .header__newsletter .newsletter-subscribe__input:-ms-input-placeholder {
  color: #53575f;
}
.header--alt .header__newsletter .newsletter-subscribe__input.placeholder {
  color: #53575f;
}
.header--alt .header__newsletter .newsletter-subscribe .svg * {
  fill: #53575f !important;
}

.hero-carousel {
  position: relative;
}
.hero-carousel:before {
  background: #000;
  display: block;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .hero-carousel:before {
    content: "";
    padding-top: 22%;
  }
}
.hero-carousel__body {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__body {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 42.87%;
    padding-top: 38.89%;
    width: calc(100% - 9.375vw);
  }
}
@media screen and (min-width: 1765px) {
  .hero-carousel__body {
    height: 686px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel__body .slick-list {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel__body .slick-list .slick-track {
    height: 100%;
  }
}
.hero-carousel__body__item .carousel-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  min-height: 190px;
  width: 100%;
}
.hero-carousel__body__item .carousel-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  min-height: 190px;
  width: 100%;
}
.hero-carousel__body__item .carousel-video img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  min-height: 370px;
  width: 100%;
}
.hero-carousel__body__item .carousel-content {
  bottom: 50px;
  left: 20px;
  max-width: 580px;
  position: absolute;
  width: 58%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__body__item .carousel-content {
    bottom: 115px;
    left: 70px;
    width: 100%;
  }
}
.hero-carousel__body__item .carousel-content__pre-heading {
  color: #fff;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__body__item .carousel-content__pre-heading {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.hero-carousel__body__item .carousel-content__heading {
  color: #b49b57;
  font: 600 40px/38px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__body__item .carousel-content__heading {
    font-size: 80px;
    line-height: 76px;
  }
}
.hero-carousel__body__item .carousel-content__text {
  color: #fff;
  font: 15px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__body__item .carousel-content__text {
    font-size: 20px;
    line-height: 30px;
  }
}
.hero-carousel__body__item .carousel-content__text p {
  margin: 0;
}
.hero-carousel__navigation {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 9.375vw);
  }
}
@media screen and (max-width: 1024px) {
  .hero-carousel__navigation--desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation--mobile {
    display: none;
  }
}
.hero-carousel__navigation__item {
  background: #fff;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 600 16px/20px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 86px;
    margin-right: 7px;
    width: calc(14.2857142857% - 15px);
  }
}
.hero-carousel__navigation__item .carousel-content {
  width: calc(100% - 70px);
  padding: 15px 0 25px;
}
.hero-carousel__navigation__item .carousel-content__pre-heading {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.hero-carousel__navigation__item .carousel-content__heading {
  color: #b49b57;
  font: 600 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 20px;
}
.hero-carousel__navigation__item .carousel-content__text {
  color: #000;
  font: 15px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
}
.hero-carousel__navigation__item .carousel-content__text p {
  margin: 0;
}
.hero-carousel__navigation__item > span {
  background: #edebed;
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation__item > span {
    width: calc(100% - 7px);
  }
}
.hero-carousel__navigation__item > span > span {
  background: black;
  display: block;
  height: 3px;
  width: 0;
}
.hero-carousel__navigation__item:last-child {
  margin-right: 0;
}
.hero-carousel__navigation__item--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation__item--current {
    height: 100px;
  }
}
.no-touch .hero-carousel__navigation__item:hover, .hero-carousel__navigation__item--current {
  color: #000;
}
.hero-carousel__navigation__item--cta {
  background: #000;
  display: block;
  color: #fff;
  font: 700 14px/92px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 92px;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  padding: 0 10px;
  right: -20px;
  text-align: center;
  text-transform: uppercase;
  top: -48px;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  width: 125px;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation__item--cta {
    font-size: 16px;
    height: 184px;
    line-height: 184px;
    position: relative;
    right: 0;
    top: auto;
    width: 250px;
  }
}
.hero-carousel__navigation__item--cta:after {
  display: none;
}
.hero-carousel__navigation__item--cta i {
  font: inherit;
}
.hero-carousel__navigation__item--cta em {
  font-style: normal;
  margin-left: 6px;
}
@media screen and (max-width: 1023px) {
  .hero-carousel__navigation__item--cta em {
    display: none;
  }
}
.hero-carousel__navigation__item--cta img,
.hero-carousel__navigation__item--cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation__item--cta img,
  .hero-carousel__navigation__item--cta .svg {
    height: 12px;
    margin-left: 4px;
    width: 8px;
  }
}
.hero-carousel__navigation__item--cta img *,
.hero-carousel__navigation__item--cta .svg * {
  fill: #fff;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.no-touch .hero-carousel__navigation__item--cta:hover {
  background: #b49b57;
  color: #000;
}
.no-touch .hero-carousel__navigation__item--cta:hover img *,
.no-touch .hero-carousel__navigation__item--cta:hover .svg * {
  fill: #000;
}
.hero-carousel__navigation__counter {
  font: 600 16px/16px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}
@media screen and (min-width: 1024px) {
  .hero-carousel__navigation__counter {
    display: none;
  }
}

.hero {
  height: 370px;
  margin: 0 auto;
  max-width: 1600px;
  min-height: 370px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 376px) {
  .hero {
    height: 0;
    padding-top: 98.41%;
  }
}
@media screen and (min-width: 400px) {
  .hero {
    padding-top: 35.75%;
  }
}
@media screen and (min-width: 1600px) {
  .hero {
    height: 686px;
    padding-top: 0;
  }
}
.hero--dimmed {
  background: #000;
}
.hero--dimmed img {
  opacity: 0.5;
}
.hero img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero h1 {
  color: #fff;
  font: 600 40px/36px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  max-width: 400px;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero h1 {
    font-size: 70px;
    line-height: 70px;
    max-width: 740px;
    padding-left: 4.375vw;
  }
}
.hero__next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 20px;
  position: absolute;
  top: -28px;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .hero__next-prev {
    left: 4.8125vw;
  }
}
.hero__next-prev__prev, .hero__next-prev__next {
  position: relative;
}
.hero__next-prev__prev .carousel__arrow, .hero__next-prev__next .carousel__arrow {
  position: relative;
  z-index: 3;
}
.hero__next-prev__prev.show-article .article-preview, .hero__next-prev__next.show-article .article-preview {
  display: block !important;
}
.hero__next-prev__prev {
  z-index: 2;
}
.hero__next-prev__next {
  z-index: 1;
}
.hero__next-prev .article-preview {
  background: #000;
  display: none;
  height: 230px;
  left: 50%;
  position: absolute;
  top: -88px;
  width: 410px;
  z-index: 0;
}
.hero__next-prev .article-preview img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.7;
  width: 100%;
}
.hero__next-prev .article-preview__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 35px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero__next-prev .article-preview__text__pre {
  color: #fff;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.hero__next-prev .article-preview__text__title {
  color: #fff;
  font: 700 25px/30px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  max-width: 285px;
}
.hero__next-prev .article-preview__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.inquiries {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  width: calc(100% - 40px);
}
.inquiries__hero {
  background-repeat: no-repeat;
  background-position: 0 0;
  bacground-color: transparent;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 320px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(70px, -129px);
      -ms-transform: translate(70px, -129px);
          transform: translate(70px, -129px);
  width: 245px;
}
@media screen and (min-width: 1024px) {
  .inquiries__hero {
    height: 596px;
    -webkit-transform: translate(107px, -100px);
        -ms-transform: translate(107px, -100px);
            transform: translate(107px, -100px);
    width: 460px;
  }
}
@media screen and (min-width: 1260px) {
  .inquiries__hero {
    height: 696px;
    -webkit-transform: translate(107px, -50px);
        -ms-transform: translate(107px, -50px);
            transform: translate(107px, -50px);
    width: 560px;
  }
}
.inquiries__title {
  color: #b49b57;
  font: 700 60px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 139px auto 145px;
  max-width: 1420px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .inquiries__title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .inquiries__title {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 101px;
  }
}
.inquiries__form {
  max-width: 1140px;
  width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inquiries__form {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .inquiries__form {
    font-size: 60px;
    line-height: 60px;
    padding: 0 100px;
  }
}
.inquiries__form .form__file,
.inquiries__form .form__btn,
.inquiries__form textarea,
.inquiries__form input {
  max-width: 685px;
}

.instafeed {
  margin: 76px auto;
  max-width: 1420px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .instafeed {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .instafeed {
    margin-top: 208px;
    margin-bottom: 310px;
  }
}
.instafeed__title {
  color: #b49b57;
  font: 700 60px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .instafeed__title {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .instafeed__title {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 60px;
  }
}
.instafeed__feed {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 600px) {
  .instafeed__feed {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .instafeed__feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .instafeed__feed .instafeed-item {
    height: 185px;
    margin-right: 6px;
    overflow: hidden;
  }
}
.instafeed__feed .instafeed-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .instafeed__feed .instafeed-item:nth-child(5), .instafeed__feed .instafeed-item:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .instafeed__feed .instafeed-item:nth-child(5) {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .instafeed__feed .instafeed-item:nth-child(6) {
    display: block;
  }
}
.instafeed__feed__cta {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  grid-column-start: 1;
  grid-column-end: span 2;
  height: 93px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}
@media screen and (min-width: 600px) {
  .instafeed__feed__cta {
    grid-column-end: span 3;
  }
}
@media screen and (min-width: 1024px) {
  .instafeed__feed__cta {
    grid-column-start: auto;
    grid-column-end: auto;
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .instafeed__feed__cta {
    font-size: 16px;
    height: 185px;
    line-height: 16px;
  }
}
.instafeed__feed__cta img,
.instafeed__feed__cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .instafeed__feed__cta img,
  .instafeed__feed__cta .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.instafeed__feed__cta img *,
.instafeed__feed__cta .svg * {
  fill: #fff;
  transtion: fill 300ms ease;
}
.no-touch .instafeed__feed__cta:hover {
  background: #b49b57;
  color: #000;
}
.no-touch .instafeed__feed__cta:hover img *,
.no-touch .instafeed__feed__cta:hover .svg * {
  fill: #000;
}

.job-openings {
  margin-top: 140px;
  position: relative;
}
.job-openings__hero {
  background-repeat: no-repeat;
  background-position: 0 0;
  bacground-color: transparent;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 320px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-10px, -90px);
      -ms-transform: translate(-10px, -90px);
          transform: translate(-10px, -90px);
  width: 245px;
}
@media screen and (min-width: 768px) {
  .job-openings__hero {
    height: 596px;
    -webkit-transform: translate(-45px, -120px);
        -ms-transform: translate(-45px, -120px);
            transform: translate(-45px, -120px);
    width: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .job-openings__hero {
    height: 596px;
    -webkit-transform: translate(-3px, -120px);
        -ms-transform: translate(-3px, -120px);
            transform: translate(-3px, -120px);
    width: 350px;
  }
}
@media screen and (min-width: 1260px) {
  .job-openings__hero {
    height: 696px;
    -webkit-transform: translate(-3px, -120px);
        -ms-transform: translate(-3px, -120px);
            transform: translate(-3px, -120px);
    width: 350px;
  }
}
.job-openings__title {
  color: #b49b57;
  font: 700 60px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .job-openings__title {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 104px;
    padding-left: 5.375vw;
  }
}
@media screen and (min-width: 1200px) {
  .job-openings__title {
    font-size: 150px;
    line-height: 150px;
  }
}

.job-openings-list {
  list-style-type: none;
  margin: 0 auto;
  max-width: 1420px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .job-openings-list {
    width: calc(100% - 40px);
  }
}
.job-openings-list__item {
  background: #f3f4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 138px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .job-openings-list__item {
    height: 185px;
    margin-bottom: 20px;
    padding: 0;
  }
}
.job-openings-list__item:last-child {
  margin-bottom: 0;
}
.job-openings-list__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
  width: calc(100% - 125px);
}
@media screen and (min-width: 1024px) {
  .job-openings-list__item__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 8.5625vw 40px 40px;
    width: calc(100% - 250px);
  }
}
.job-openings-list__item__location {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .job-openings-list__item__location {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 16px;
    margin-bottom: 0;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.job-openings-list__item__position {
  color: #000;
  font: 20px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 1024px) {
  .job-openings-list__item__position {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 30px;
    letter-spacing: 0.8px;
    line-height: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.job-openings-list__item__position span {
  background: #dadada;
  border-radius: 50%;
  color: #fff;
  display: none;
  font: 600 30px/53px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  height: 53px;
  margin-right: 15px;
  text-align: center;
  width: 53px;
}
@media screen and (min-width: 1024px) {
  .job-openings-list__item__position span {
    display: inline-block;
  }
}
.job-openings-list__item__cta {
  background: #000;
  color: #fff;
  height: 100%;
  width: 125px;
}
@media screen and (min-width: 1024px) {
  .job-openings-list__item__cta {
    width: 250px;
  }
}

.job-openings-not-found {
  color: #dbd7db;
  font: 600 40px/35px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .job-openings-not-found {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .job-openings-not-found {
    font-size: 60px;
    line-height: 60px;
    padding: 0 100px;
  }
}
.job-openings-not-found a {
  color: #000;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
.job-openings-not-found a:before, .job-openings-not-found a:after {
  content: "";
  display: table;
}
.job-openings-not-found a img,
.job-openings-not-found a .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .job-openings-not-found a img,
  .job-openings-not-found a .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.job-openings-not-found a img *,
.job-openings-not-found a .svg * {
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.no-touch .job-openings-not-found a:hover {
  color: #b49b57;
}
.no-touch .job-openings-not-found a:hover img,
.no-touch .job-openings-not-found a:hover .svg {
  fill: #b49b57 !important;
}

.job-openings-show-more {
  background: #dbd7db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 92px;
  margin: 20px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .job-openings-show-more {
    height: 184px;
    max-width: 1420px;
  }
}
.job-openings-show-more span {
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .job-openings-show-more span {
    font-size: 16px;
    line-height: 16px;
  }
}
.job-openings-show-more img,
.job-openings-show-more .svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .job-openings-show-more img,
  .job-openings-show-more .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.job-openings-show-more img *,
.job-openings-show-more .svg * {
  fill: #fff;
}
.job-openings-show-more__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.load-more {
  background: #dbd7db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  max-width: 1600px;
  max-width: calc(1600px - 11.25vw);
  position: relative;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .load-more {
    height: 185px;
    margin-bottom: 108px;
    width: calc(100% - 11.25vw);
  }
}
.load-more--capped {
  max-width: calc(1600px - 11.25vw);
}
.load-more span {
  color: #fff;
  display: inline-block;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .load-more span {
    font-size: 18px;
    line-height: 18px;
  }
}
.load-more span aside {
  display: none;
}
@media screen and (min-width: 768px) {
  .load-more span aside {
    display: inline-block;
  }
}
.load-more span img,
.load-more span .svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 768px) {
  .load-more span img,
  .load-more span .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.load-more span img *,
.load-more span .svg * {
  fill: #fff;
}
.load-more__anchor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-touch .load-more:hover {
  background: #000000;
}

.locations {
  padding: 55px 20px 55px;
}
@media screen and (min-width: 768px) {
  .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 125px 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1197px;
  }
}
.locations__item {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .locations__item {
    margin-bottom: 0;
    text-align: left;
    width: 45%;
  }
}
.locations__item:last-child {
  margin-bottom: 0;
}
.locations__item__city {
  display: block;
  margin: 0 auto 10px;
  width: 39px;
}
@media screen and (min-width: 768px) {
  .locations__item__city {
    margin: 0 0 20px;
    width: 50px;
  }
}
.locations__item__city * {
  fill: #000;
}
.locations__item__address, .locations__item__tel {
  color: #000;
  font: 20px/25px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .locations__item__address, .locations__item__tel {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .locations__item__address, .locations__item__tel {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 40px;
  }
}
.locations__item__image {
  margin: 28px 0 53px;
}
@media screen and (min-width: 768px) {
  .locations__item__image {
    margin: 45px 0 0;
  }
}
.locations__item__image img {
  display: block;
  margin: 0 auto;
  max-height: 140px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .locations__item__image img {
    margin: 0;
    max-height: 255px;
    width: 100%;
  }
}

.looking-for {
  margin: 60px auto 0;
  max-width: 1140px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .looking-for {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .looking-for {
    margin: 119px auto 0;
    padding: 0 100px;
  }
}
.looking-for h2 {
  font: 600 30px/35px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 25px;
}
@media screen and (min-width: 1024px) {
  .looking-for h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
.looking-for p {
  font: 20px/30px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.4px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .looking-for p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.6px;
  }
}
.looking-for__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .looking-for__second {
    margin-top: 13px;
  }
}
.looking-for__second .facts-asset {
  width: 44%;
}
@media screen and (min-width: 1024px) {
  .looking-for__second .facts-asset {
    width: 50%;
  }
}
.looking-for__second .facts-asset img {
  height: 445px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 283px;
}
@media screen and (min-width: 1024px) {
  .looking-for__second .facts-asset img {
    height: auto;
    -webkit-transform: translateX(-9.375vw);
        -ms-transform: translateX(-9.375vw);
            transform: translateX(-9.375vw);
    width: 100%;
  }
}
.looking-for__second .facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 365px;
  width: 56%;
}
@media screen and (min-width: 1024px) {
  .looking-for__second .facts {
    width: 50%;
  }
}
.looking-for__second .facts__item {
  margin-bottom: 70px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .looking-for__second .facts__item {
    margin-bottom: 70px;
  }
}
.looking-for__second .facts__item:last-child {
  margin-bottom: 0;
}
.looking-for__second .facts__item__key {
  color: #000;
  font: 700 15px/15px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .looking-for__second .facts__item__key {
    font-size: 16px;
    line-height: 16px;
  }
}
.looking-for__second .facts__item__value {
  color: #b49b57;
  font: 600 50px/30px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .looking-for__second .facts__item__value {
    font-size: 100px;
    line-height: 80px;
    margin-top: 0;
  }
}

.more-content {
  margin: 25px auto 0;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .more-content {
    width: calc(100% - 10.375vw);
  }
}
@media screen and (min-width: 1024px) {
  .more-content {
    margin-top: 41px;
  }
}
.more-content__title {
  color: #b49b57;
  font: 20px/24px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 25px 20px 25px;
}
@media screen and (min-width: 768px) {
  .more-content__title {
    font-size: 30px;
    line-height: 34px;
    margin: 63px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .more-content__title {
    margin: 63px 0;
  }
}
.more-content__title span {
  background: #b49b57;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font: 24px/43px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  height: 43px;
  margin-right: 8px;
  text-align: center;
  width: 43px;
}
@media screen and (min-width: 768px) {
  .more-content__title span {
    font-size: 30px;
    height: 53px;
    line-height: 53px;
    margin-right: 12px;
    width: 53px;
  }
}
.more-content__items {
  margin: 0 20px;
}
@media screen and (min-width: 1024px) {
  .more-content__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}
.more-content__items__item {
  margin-bottom: 22px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .more-content__items__item {
    margin-bottom: 82px;
    width: calc(50% - 35px);
  }
}
.more-content__items__item .more-content-item__thumbnail {
  height: 0;
  padding-top: 56.445%;
  position: relative;
}
.more-content__items__item .more-content-item__thumbnail img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.more-content__items__item .more-content-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.more-content__items__item .more-content-item__content__text {
  padding: 15px 0;
  width: calc(100% - 145px);
}
@media screen and (min-width: 768px) {
  .more-content__items__item .more-content-item__content__text {
    max-width: 475px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 30px;
    width: 50%;
  }
}
.more-content__items__item .more-content-item__content__text h2 {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .more-content__items__item .more-content-item__content__text h2 {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
  }
}
.more-content__items__item .more-content-item__content__text h1 {
  color: #000;
  font: 700 24px/25px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .more-content__items__item .more-content-item__content__text h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.more-content__items__item .more-content-item__content__cta {
  background: #000;
  color: #fff;
  font: 700 16px/92px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 92px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: -20px;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  width: 125px;
}
@media screen and (min-width: 1024px) {
  .more-content__items__item .more-content-item__content__cta {
    height: 16vw;
    line-height: 16vw;
    top: -40px;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .more-content__items__item .more-content-item__content__cta {
    height: 184px;
    line-height: 184px;
    width: 250px;
  }
}
.more-content__items__item .more-content-item__content__cta img,
.more-content__items__item .more-content-item__content__cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 1024px) {
  .more-content__items__item .more-content-item__content__cta img,
  .more-content__items__item .more-content-item__content__cta .svg {
    height: 12px;
    margin-left: 4px;
    width: 8px;
  }
}
.more-content__items__item .more-content-item__content__cta img *,
.more-content__items__item .more-content-item__content__cta .svg * {
  fill: #fff;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.no-touch .more-content__items__item .more-content-item__content__cta:hover {
  background: #b49b57;
  color: #000;
}
.no-touch .more-content__items__item .more-content-item__content__cta:hover img *, .no-touch .more-content__items__item .more-content-item__content__cta:hover .svg * {
  fill: #000;
}
@media screen and (min-width: 1024px) {
  .more-content__clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 78px;
  }
}
.more-content__clients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 20px;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .more-content__clients__item {
    height: 184px;
    margin: 0;
    width: calc(50% - 36px);
  }
}
.more-content__clients__item:last-child {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .more-content__clients__item:last-child {
    margin-bottom: 0;
  }
}
.more-content__clients__item .clients-item__thumbnail {
  height: 100%;
  position: relative;
  width: 140px;
}
@media screen and (min-width: 1024px) {
  .more-content__clients__item .clients-item__thumbnail {
    background: #000;
    width: auto;
  }
}
.more-content__clients__item .clients-item__thumbnail__text {
  color: #fff;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.more-content__clients__item .clients-item__thumbnail__text span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .more-content__clients__item .clients-item__thumbnail__text span {
    display: inline-block;
  }
}
.more-content__clients__item .clients-item__thumbnail__text img,
.more-content__clients__item .clients-item__thumbnail__text .svg {
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
.more-content__clients__item .clients-item__thumbnail__text img *,
.more-content__clients__item .clients-item__thumbnail__text .svg * {
  fill: #fff;
}
.more-content__clients__item .clients-item__thumbnail__image {
  display: none;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 1024px) {
  .more-content__clients__item .clients-item__thumbnail__image {
    display: block;
  }
}
.more-content__clients__item .clients-item__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0 40px;
}
@media screen and (min-width: 1024px) {
  .more-content__clients__item .clients-item__brand {
    padding: 0 45px;
  }
}
.more-content__clients__item .clients-item__brand__logo {
  max-height: 40px;
  max-width: 100px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .more-content__clients__item .clients-item__brand__logo {
    max-height: 64px;
    max-width: 153px;
  }
}
.more-content__clients__item .clients-item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-touch .more-content__clients__item:hover .clients-item__thumbnail__image {
  opacity: 1;
}

.news {
  margin-top: 41px;
}
@media screen and (min-width: 1024px) {
  .news {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .news--alt-margin {
    margin-top: 12px;
  }
}
.news__title {
  color: #b49b57;
  font: 600 60px/60px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 13px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .news__title {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 100px;
    padding: 0 4.5625vw;
  }
}
@media screen and (min-width: 1300px) {
  .news__title {
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .news__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news__feature__thumbnail {
  min-height: 213px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news__feature__thumbnail {
    width: 62.1875vw;
  }
}
.news__feature__thumbnail img {
  height: 100%;
  min-height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.news__feature__thumbnail .cta {
  position: absolute;
  right: 20px;
  top: -50px;
}
@media screen and (min-width: 1024px) {
  .news__feature__thumbnail .cta {
    right: 0;
  }
}
.news__feature__content {
  padding: 25px;
}
@media screen and (min-width: 1024px) {
  .news__feature__content {
    min-width: 500px;
    padding: 20px 40px;
    width: calc(100% - 62.1875vw);
  }
}
@media screen and (min-width: 1440px) {
  .news__feature__content {
    padding: 20px 57px;
  }
}
.news__feature__content .news-feature-content__pre {
  color: #a6a6a6;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .news__feature__content .news-feature-content__pre {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 11px;
  }
}
.news__feature__content .news-feature-content__title {
  color: #000;
  font: 600 30px/34px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 15px;
}
.news__feature__content .news-feature-content__title a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .news__feature__content .news-feature-content__title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
.news__feature__content .news-feature-content__text p {
  font: 15px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .news__feature__content .news-feature-content__text p {
    font-size: 20px;
    line-height: 28px;
  }
}
.news__feed-container {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(242, 241, 242)));
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(242, 241, 242) 50%);
}
.news__feed-container--fw {
  background: #f2f1f2;
}
.news__feed-container--tp {
  background: none;
}
.news__feed {
  padding-bottom: 1px;
}
@media screen and (min-width: 1024px) {
  .news__feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
  }
  .news__feed-container--fw .news__feed {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news__feed__heading {
  font: 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 20px;
  padding: 44px 0 15px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .news__feed__heading {
    font-size: 80px;
    line-height: 80px;
    padding: 64px 4.8125vw 30px;
    width: calc(100% - 13.5625vw);
  }
}
@media screen and (min-width: 768px) {
  .news__feed-container--fw .news__feed__heading {
    max-width: 1155px;
    padding-left: 0;
    padding-right: 0;
  }
}
.news__feed .more-content__title {
  margin-bottom: 3px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .news__feed .more-content__title {
    margin-bottom: 63px;
    padding: 0 4.8125vw;
    width: calc(100% - 13.5625vw);
  }
}
@media screen and (min-width: 768px) {
  .news__feed-container--fw .news__feed .more-content__title {
    max-width: 1155px;
    padding-left: 0;
    padding-right: 0;
  }
}
.news__feed__items {
  background: #f2f1f2;
  padding: 44px 0 49px;
}
@media screen and (min-width: 768px) {
  .news__feed__items {
    max-width: 1155px;
    padding: 83px 0 119px;
  }
}
@media screen and (min-width: 1024px) {
  .news__feed__items {
    padding: 83px 0 119px;
    width: calc(100% - 13.5625vw);
  }
}
.news__feed-container--fw .news__feed__items {
  padding-top: 0;
}
.news__feed-container--tp .news__feed__items {
  background: none !important;
}
.news__feed__item {
  background: #f2f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__feed__item {
    padding: 10px 4.8125vw;
  }
}
.news__feed-container--tp .news__feed__item {
  background: none !important;
}
@media screen and (min-width: 768px) {
  .news__feed-container--fw .news__feed__item {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .news__feed-container--fw .news__feed__item {
    padding: 10px 0;
  }
}
.news__feed__item:after {
  background: #fff;
  bottom: 1px;
  content: "";
  left: 0;
  height: 2px;
  position: absolute;
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .news__feed__item:after {
    width: 15.625vw;
  }
}
.news__feed-container--tp .news__feed__item:after {
  background: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .news__feed-container--fw .news__feed__item:after {
    left: -8.75vw;
  }
}
.news__feed__item:last-of-type:after {
  display: none;
}
.news__feed__item .news-feed-item__title {
  padding-right: 20px;
  padding-top: 4px;
  width: calc(100% - 125px);
}
@media screen and (min-width: 768px) {
  .news__feed__item .news-feed-item__title {
    padding-right: 4.8125vw;
    padding-top: 34px;
    width: calc(100% - 250px);
  }
}
.news__feed__item .news-feed-item__title__category {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 6px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news__feed__item .news-feed-item__title__category {
    font-size: 16px;
    line-height: 16px;
  }
}
.news__feed__item .news-feed-item__title__title {
  color: #000;
  font: 15px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 768px) {
  .news__feed__item .news-feed-item__title__title {
    font-size: 30px;
    letter-spacing: 0.6px;
    line-height: 35px;
  }
}
.news__feed__item .news-feed-item__title__title a {
  color: inherit;
  text-decoration: none;
}
.news__feed__item .news-feed-item__thumbnail {
  height: 92px;
  position: relative;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .news__feed__item .news-feed-item__thumbnail {
    height: 185px;
    width: 250px;
  }
}
.news__feed__item .news-feed-item__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.news__feed__item .news-feed-item__thumbnail__cta {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font: 700 14px/92px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__feed__item .news-feed-item__thumbnail__cta {
    font-size: 16px;
    line-height: 184px;
  }
}
.news__feed__item .news-feed-item__thumbnail__cta img,
.news__feed__item .news-feed-item__thumbnail__cta .svg {
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
.news__feed__item .news-feed-item__thumbnail__cta img *,
.news__feed__item .news-feed-item__thumbnail__cta .svg * {
  fill: #fff;
}
.no-touch .news__feed__item .news-feed-item__thumbnail__cta:hover {
  background: rgba(0, 0, 0, 0.1);
}

.news-feature {
  margin: 0 auto;
  max-width: 1600px;
}
@media screen and (min-width: 1024px) {
  .news-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 102px;
  }
}
.news-feature__thumbnail {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-feature__thumbnail {
    width: 62.5%;
  }
}
.news-feature__thumbnail__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.news-feature__content {
  background: #f8f8f8;
  padding: 20px 20px 47px;
}
@media screen and (min-width: 1024px) {
  .news-feature__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 566px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 40px 4.625vw;
    width: 37.5%;
  }
}
.news-feature__content__category {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .news-feature__content__category {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
    margin-bottom: 9px;
  }
}
.news-feature__content__title {
  font: 700 30px/34px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .news-feature__content__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .news-feature__content__title {
    font-size: 60px;
    line-height: 60px;
  }
}
.news-feature__content__title a {
  color: inherit;
  text-decoration: none;
}
.news-feature__content__text {
  font: 15px/20px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 21px;
}
@media screen and (min-width: 1024px) {
  .news-feature__content__text {
    display: none;
  }
}
.news-feature__content__read-more {
  color: #000;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .news-feature__content__read-more {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
  }
}
.news-feature__content__read-more img,
.news-feature__content__read-more .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}

.news-items {
  margin: 0 auto;
  max-width: 1436px;
  padding: 26px 20px 0;
}
@media screen and (min-width: 1024px) {
  .news-items {
    padding: 0;
    width: calc(100% - 9.25vw);
  }
}
.news-items__item {
  padding-bottom: 59px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .news-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 112px;
    padding-bottom: 0;
  }
}
.news-items__item__thumbnail {
  display: table;
  height: 0;
  padding-top: 56.72%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .news-items__item__thumbnail {
    height: 0;
    padding-top: 27%;
    width: 47.43%;
  }
}
.news-items__item__thumbnail .news-item-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-items__item__thumbnail .news-item-image-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-items__item__thumbnail .news-item-featured {
  background: #b49b57;
  border-radius: 50%;
  bottom: 15px;
  color: #fff;
  font: 18px/32px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  height: 32px;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 32px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .news-items__item__thumbnail .news-item-featured {
    height: 53px;
    font-size: 30px;
    line-height: 53px;
    width: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .news-items__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 3.0625vw;
    width: 50%;
  }
}
.news-items__item__content .news-item-content__category {
  color: #a6a6a6;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .news-items__item__content .news-item-content__category {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
    margin-top: 0;
  }
}
.news-items__item__content .news-item-content__title {
  font: 700 30px/34px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .news-items__item__content .news-item-content__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .news-items__item__content .news-item-content__title {
    font-size: 60px;
    line-height: 60px;
  }
}
.news-items__item__content .news-item-content__title a {
  color: inherit;
  text-decoration: none;
}
.news-items__item__content .news-item-content__read-more {
  color: #000;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .news-items__item__content .news-item-content__read-more {
    font-size: 16px;
    line-height: 16px;
  }
}
.news-items__item__content .news-item-content__read-more img,
.news-items__item__content .news-item-content__read-more .svg {
  display: inline-block;
  height: 10px;
  margin-left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}
.news-items__load-more {
  background: #dbd7db;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  height: 93px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .news-items__load-more {
    font-size: 16px;
    height: 185px;
    line-height: 16px;
    margin-bottom: 107px;
  }
}
.news-items__load-more img,
.news-items__load-more .svg {
  display: inline-block;
  height: 12px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  vertical-align: middle;
  width: 8px;
}
.news-items__load-more img *,
.news-items__load-more .svg * {
  fill: #fff;
}

.featured-stories {
  background: #f8f8f8;
  padding: 47px 47px 59px;
}
@media screen and (min-width: 1024px) {
  .featured-stories {
    padding: 63px 0;
    margin-bottom: 109px;
  }
}
.featured-stories__heading {
  color: #a6a6a6;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .featured-stories__heading {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 53px;
    text-align: center;
  }
}
.featured-stories__heading:last-child {
  margin-bottom: 0;
}
.featured-stories__articles {
  margin: 0 auto;
  max-width: 1436px;
}
@media screen and (min-width: 1024px) {
  .featured-stories__articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3.1875vw;
    width: calc(100% - 9.25vw);
  }
}
.featured-stories__articles .feature-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .featured-stories__articles .feature-article {
    display: block;
    margin-bottom: 0;
  }
}
.featured-stories__articles .feature-article:last-child {
  margin-bottom: 0;
}
.featured-stories__articles .feature-article__thumbnail {
  height: 0;
  padding-top: 25.8%;
  position: relative;
  width: 42%;
}
@media screen and (min-width: 1024px) {
  .featured-stories__articles .feature-article__thumbnail {
    padding-top: 60.5%;
    width: 100%;
  }
}
.featured-stories__articles .feature-article__thumbnail__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-stories__articles .feature-article__thumbnail__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-stories__articles .feature-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  width: 58%;
}
@media screen and (min-width: 1024px) {
  .featured-stories__articles .feature-article__content {
    display: block;
    padding: 22px 10px 10px;
    width: 100%;
  }
}
.featured-stories__articles .feature-article__content__category {
  color: #a6a6a6;
  font: 500 12px/12px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .featured-stories__articles .feature-article__content__category {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 28px;
  }
}
.featured-stories__articles .feature-article__content__title {
  font: 500 16px/18px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .featured-stories__articles .feature-article__content__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.featured-stories__articles .feature-article__content__title a {
  color: inherit;
  text-decoration: none;
}

.news-detail-header {
  background: #f8f8f8;
  padding: 40px 30px 67px;
}
@media screen and (min-width: 1024px) {
  .news-detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 85px 5.375vw 87px;
  }
}
@media screen and (min-width: 1024px) {
  .news-detail-header__meta {
    margin-top: 10px;
    width: 170px;
  }
}
.news-detail-header__meta ul {
  list-style-type: none;
  margin: 0 0 47px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .news-detail-header__meta ul {
    margin-bottom: 0;
  }
}
.news-detail-header__meta ul.light, .news-detail-header__meta ul.light a {
  color: #FFF;
}
.news-detail-header__meta ul.dark, .news-detail-header__meta ul.dark a {
  color: #000;
}
.news-detail-header__meta ul li {
  font: 600 14px/18px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .news-detail-header__meta ul li {
    margin-bottom: 15px;
  }
}
.news-detail-header__meta ul li:last-child {
  margin-top: 32px;
  margin-bottom: 0;
}
.news-detail-header__meta ul li a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .news-detail-header__title {
    padding-left: 4.25vw;
    width: calc(100% - 170px);
  }
}
.news-detail-header__title h2 {
  font: 600 30px/35px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  max-width: 1010px;
}
@media screen and (min-width: 1024px) {
  .news-detail-header__title h2 {
    font-size: 50px;
    line-height: 55px;
  }
}

.news-detail {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 74px 5.375vw 110px;
  }
}
@media screen and (min-width: 1024px) {
  .news-detail .article-sidebar {
    width: 170px;
  }
}
.news-detail .article-sidebar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 57px;
  margin-top: 62px;
}
@media screen and (min-width: 1024px) {
  .news-detail .article-sidebar__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.news-detail .article-sidebar__social__item {
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 38px;
  line-height: 38px;
  margin: 0 11px;
  position: relative;
  text-align: center;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 38px;
}
@media screen and (min-width: 1024px) {
  .news-detail .article-sidebar__social__item {
    margin: 0 0 22px;
  }
}
.news-detail .article-sidebar__social__item i {
  color: #fff;
  position: relative;
  top: 1px;
}
.news-detail .article-sidebar__social__item img, .news-detail .article-sidebar__social__item .svg {
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.no-touch .news-detail .article-sidebar__social__item:hover {
  background: #b49b57;
}
.news-detail .article--news {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-detail .article--news {
    padding-left: 4.25vw;
    width: calc(100% - 170px);
  }
}
.news-detail .article--news .article-end {
  display: block;
  height: 20px;
  margin-bottom: 49px;
  margin-left: 30px;
  margin-top: 50px;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .news-detail .article--news .article-end {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.news-detail .article--news .article-end circle {
  fill: #000 !important;
}
.news-detail .article--news .article-end path {
  fill: #fff !important;
}
.news-detail .article--news .content-container {
  max-width: 1010px;
}
@media screen and (min-width: 1024px) {
  .news-detail .article--news .content-container {
    margin: 0;
  }
}

.news-detail-footer {
  margin-bottom: 67px;
}
@media screen and (min-width: 1024px) {
  .news-detail-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 140px;
    margin-top: 50px;
  }
}
.news-detail-footer .more-news,
.news-detail-footer .next-article {
  margin: 0 auto 24px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .news-detail-footer .more-news,
  .news-detail-footer .next-article {
    margin: 0;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1300px) {
  .news-detail-footer .more-news,
  .news-detail-footer .next-article {
    margin: 0;
    width: calc(50% - 35px);
  }
}
.news-detail-footer .next-article {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(78vw - 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-detail-footer .next-article {
    height: auto;
  }
}
.news-detail-footer .next-article__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.news-detail-footer .next-article__content {
  color: #fff;
  padding: 22px 15px;
  position: relative;
  width: calc(100% - 125px);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .news-detail-footer .next-article__content {
    padding: 25px;
    width: calc(100% - 250px);
  }
}
@media screen and (min-width: 1300px) {
  .news-detail-footer .next-article__content {
    padding: 50px;
  }
}
.news-detail-footer .next-article__content__pre-text {
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .news-detail-footer .next-article__content__pre-text {
    font-size: 16px;
    line-height: 16px;
  }
}
.news-detail-footer .next-article__content__title {
  font: 700 24px/25px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .news-detail-footer .next-article__content__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1300px) {
  .news-detail-footer .next-article__content__title {
    font-size: 30px;
    line-height: 35px;
  }
}
.news-detail-footer .next-article .cta {
  bottom: -20px;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .news-detail-footer .next-article .cta {
    bottom: -40px;
  }
}

.more-news {
  background: #f8f8f8;
  padding: 38px 26px 56px;
}
@media screen and (min-width: 1024px) {
  .more-news {
    padding: 63px 68px;
  }
}
.more-news__heading {
  color: #b49b57;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .more-news__heading {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
  }
}
.more-news__heading:last-child {
  margin-bottom: 0;
}
.more-news__heading span {
  background: #b49b57;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  font: 600 12px/20px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-right: 6px;
  text-align: center;
  width: 20px;
}
.more-news__articles {
  margin: 0 auto;
  max-width: 1436px;
}
.more-news__articles .more-news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .more-news__articles .more-news-article {
    margin-bottom: 40px;
  }
}
.more-news__articles .more-news-article:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .more-news__articles .more-news-article:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .more-news__articles .more-news-article:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.more-news__articles .more-news-article__thumbnail {
  min-height: 75px;
  position: relative;
  width: 42%;
}
@media screen and (min-width: 1024px) {
  .more-news__articles .more-news-article__thumbnail {
    min-height: 90px;
    width: 160px;
  }
}
.more-news__articles .more-news-article__thumbnail__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.more-news__articles .more-news-article__thumbnail__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.more-news__articles .more-news-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  width: 58%;
}
@media screen and (min-width: 600px) {
  .more-news__articles .more-news-article__content {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .more-news__articles .more-news-article__content {
    padding-left: 10px;
    width: calc(100% - 160px);
  }
}
.more-news__articles .more-news-article__content__category {
  color: #a6a6a6;
  font: 500 12px/12px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .more-news__articles .more-news-article__content__category {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .more-news__articles .more-news-article__content__category {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 12px;
  }
}
@media screen and (min-width: 1300px) {
  .more-news__articles .more-news-article__content__category {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 14px;
  }
}
.more-news__articles .more-news-article__content__title {
  font: 500 16px/18px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .more-news__articles .more-news-article__content__title {
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .more-news__articles .more-news-article__content__title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1300px) {
  .more-news__articles .more-news-article__content__title {
    font-size: 23px;
    line-height: 28px;
  }
}
.more-news__articles .more-news-article__content__title a {
  color: inherit;
  text-decoration: none;
}

.newsletter-subscribe {
  background: #f8f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 192px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .newsletter-subscribe {
    height: 384px;
  }
}
.newsletter-subscribe__inner {
  border-bottom: 2px solid #000;
  height: 42px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: border-bottom-color 300ms ease;
  transition: border-bottom-color 300ms ease;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .newsletter-subscribe__inner {
    height: 82px;
    max-width: 760px;
    -webkit-transform: translateY(-23px);
        -ms-transform: translateY(-23px);
            transform: translateY(-23px);
  }
}
@media screen and (min-width: 1300px) {
  .newsletter-subscribe__inner {
    max-width: 1077px;
  }
}
.newsletter-subscribe__inner button {
  background: transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsletter-subscribe__inner button img,
.newsletter-subscribe__inner button .svg {
  width: 8px;
}
@media screen and (min-width: 768px) {
  .newsletter-subscribe__inner button img,
  .newsletter-subscribe__inner button .svg {
    width: 15px;
  }
}
.newsletter-subscribe__input {
  background: transparent;
  color: #000;
  height: 40px;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: 600 25px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  padding: 4px 15px 4px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsletter-subscribe__input {
    font-size: 45px;
    height: 80px;
    line-height: 80px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .newsletter-subscribe__input {
    font-size: 50px;
    padding-right: 30px;
  }
}
.newsletter-subscribe__input::-webkit-input-placeholder {
  color: #000;
}
.newsletter-subscribe__input:-moz-placeholder {
  color: #000;
}
.newsletter-subscribe__input::-moz-placeholder {
  color: #000;
}
.newsletter-subscribe__input:-ms-input-placeholder {
  color: #000;
}
.newsletter-subscribe__input.placeholder {
  color: #000;
}

.newsletter-success-message {
  color: #b49b57;
  display: none;
}
.newsletter-success-message h3 {
  font: 600 25px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .newsletter-success-message h3 {
    font-size: 45px;
    height: 80px;
    line-height: 80px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .newsletter-success-message h3 {
    font-size: 50px;
    padding-right: 30px;
  }
}
.newsletter-success-message img,
.newsletter-success-message .svg {
  height: 24px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .newsletter-success-message img,
  .newsletter-success-message .svg {
    height: 40px;
    top: 26px;
    width: 40px;
  }
}
.newsletter-success-message img *,
.newsletter-success-message .svg * {
  fill: #b49b57;
}

.newsletter-error-message {
  color: #ff4949;
  display: none;
  font: 600 14px/20px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  position: relative;
  text-transform: uppercase;
}
.newsletter-error-message img,
.newsletter-error-message .svg {
  height: 30px;
  position: absolute;
  right: 0;
  top: -35px;
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .newsletter-error-message img,
  .newsletter-error-message .svg {
    top: -60px;
  }
}
.newsletter-error-message img *,
.newsletter-error-message .svg * {
  fill: #ff4949;
}

.header__newsletter--error button,
.newsletter-subscribe--error button {
  display: none;
}
.header__newsletter--error .newsletter-error-message,
.newsletter-subscribe--error .newsletter-error-message {
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .header__newsletter--error .newsletter-error-message,
  .newsletter-subscribe--error .newsletter-error-message {
    margin-top: 10px;
  }
}
.header__newsletter--error .newsletter-subscribe__inner,
.newsletter-subscribe--error .newsletter-subscribe__inner {
  border-bottom-color: #ff4949;
}

.header__newsletter--success button,
.header__newsletter--success .newsletter-subscribe__input,
.newsletter-subscribe--success button,
.newsletter-subscribe--success .newsletter-subscribe__input {
  display: none;
}
.header__newsletter--success .newsletter-success-message,
.newsletter-subscribe--success .newsletter-success-message {
  display: block !important;
}
.header__newsletter--success .newsletter-subscribe__inner,
.newsletter-subscribe--success .newsletter-subscribe__inner {
  border-bottom-color: #b49b57;
}

.not-found {
  margin: 70px auto 190px;
  max-width: 1420px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 8.75vw);
  }
}
.not-found h1 {
  font: 700 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .not-found h1 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
    width: 250px;
  }
}
.not-found p {
  color: #000;
  font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.38px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .not-found p {
    font-size: 30px;
    line-height: 34px;
    margin-top: 55px;
    width: calc(100% - 250px);
  }
}
.not-found p a {
  color: inherit;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.not-found p a:after {
  background: #b49b57;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.search-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 1600px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .search-sort {
    margin-bottom: 116px;
    margin-top: 18px;
    width: 100%;
  }
}
.search-sort--sort-active {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .search-sort--sort-active {
    margin-bottom: 116px;
  }
}
.search-sort__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 80px);
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .search-sort__sort {
    max-width: 100%;
    padding-left: 4.8125vw;
    width: 42%;
  }
}
.search-sort--sort-active .search-sort__sort {
  background: #000;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-sort--sort-active .search-sort__sort {
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .search-sort--sort-active .search-sort__sort:before {
    background: #000;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
  }
}
.search-sort--search-active .search-sort__sort {
  height: 0;
  overflow: hidden;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .search-sort--search-active .search-sort__sort {
    height: auto;
    width: 42%;
  }
}
.search-sort__sort__action {
  color: #000;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  padding: 20px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.search-sort__sort__action img,
.search-sort__sort__action .svg {
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  width: 6px;
}
.search-sort--sort-active .search-sort__sort__action {
  color: #fff;
}
.search-sort--sort-active .search-sort__sort__action img, .search-sort--sort-active .search-sort__sort__action .svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.search-sort--sort-active .search-sort__sort__action img *, .search-sort--sort-active .search-sort__sort__action .svg * {
  fill: #fff;
}
.search-sort__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 20px;
  position: relative;
  width: 75px;
}
@media screen and (min-width: 1024px) {
  .search-sort__search {
    width: 58%;
  }
}
.search-sort__search--filter {
  padding-top: 15px;
  padding-right: 0;
}
.search-sort--sort-active .search-sort__search {
  height: 0;
  overflow: hidden;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .search-sort--sort-active .search-sort__search {
    height: auto;
    width: 195px;
  }
}
.search-sort--search-active .search-sort__search {
  padding-left: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-sort--search-active .search-sort__search {
    padding: 0;
    width: 58%;
  }
}
.search-sort__search--flush {
  padding-right: 0;
}
.search-sort__search .input-wrapper {
  position: relative;
  width: calc(100% - 55px);
}
@media screen and (min-width: 1024px) {
  .search-sort__search .input-wrapper {
    width: calc(100% - 140px);
  }
}
@media screen and (min-width: 1440px) {
  .search-sort__search .input-wrapper {
    width: calc(100% - 175px);
  }
}
@media screen and (min-width: 1600px) {
  .search-sort__search .input-wrapper {
    width: 733px;
  }
}
.search-sort--sort-active .search-sort__search .input-wrapper {
  width: 0;
}
@media screen and (min-width: 1024px) {
  .search-sort--search-active .search-sort__search .input-wrapper {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1440px) {
  .search-sort--search-active .search-sort__search .input-wrapper {
    width: calc(100% - 195px);
  }
}
.filter-actions--search-active .search-sort__search .input-wrapper {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .filter-actions--search-active .search-sort__search .input-wrapper {
    background: transparent;
  }
}
.search-sort__search .input-wrapper:after {
  background: #fff;
  bottom: -10px;
  content: "";
  display: none;
  height: 10px;
  position: absolute;
  width: 100%;
}
.filter-actions--search-active .search-sort__search .input-wrapper:after {
  display: block;
}
@media screen and (min-width: 1024px) {
  .filter-actions--search-active .search-sort__search .input-wrapper:after {
    display: none;
  }
}
.search-sort__search__input {
  border-bottom: 2px solid #000;
  border-radius: 0;
  height: 100%;
  margin-right: 6px;
  max-width: 768px;
  position: relative;
  width: calc(100% - 10px);
}
@media screen and (min-width: 1024px) {
  .search-sort__search__input {
    display: none;
    -webkit-transform: translateY(42px);
        -ms-transform: translateY(42px);
            transform: translateY(42px);
    width: 100%;
  }
}
.search-sort__search--active .search-sort__search__input {
  display: block;
}
.search-sort__search__input .form__input-search {
  background: transparent;
  border: 0 none;
  bottom: 0;
  color: #b49b57;
  font: 700 60px/60px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  height: 60px;
  left: 0;
  line-height: normal;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-sort__search__input .form__input-search {
    font-size: 159px;
    height: 187px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .search-sort__search__input .form__input-search {
      height: 80px;
    }
    @media screen and (min-width: 1024px) {
      .search-sort__search__input .form__input-search {
        height: 198px;
      }
    }
  }
}
.search-sort__search__input .form__input-search::-webkit-input-placeholder {
  color: #edebed;
  line-height: normal;
}
.search-sort__search__input .form__input-search:-moz-placeholder {
  color: #edebed;
  line-height: normal;
}
.search-sort__search__input .form__input-search::-moz-placeholder {
  color: #edebed;
  line-height: normal;
}
.search-sort__search__input .form__input-search:-ms-input-placeholder {
  color: #edebed;
  line-height: normal;
}
.search-sort__search__input .form__input-search.placeholder {
  color: #edebed;
  line-height: normal;
}
.search-sort__search__toggle {
  background: #b49b57;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 53px;
  position: relative;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  width: 53px;
}
.no-touch .search-sort__search__toggle:hover {
  background: #000;
}
.search-sort__search__toggle img, .search-sort__search__toggle .svg {
  height: 20px;
  margin: 0 auto;
  width: 20px;
}
.search-sort__search__toggle img:first-child, .search-sort__search__toggle .svg:first-child {
  display: block;
}
.search-sort__search__toggle img:last-child, .search-sort__search__toggle .svg:last-child {
  display: none;
}
.search-sort__search__toggle img *, .search-sort__search__toggle .svg * {
  fill: #fff;
}
.search-sort__search__toggle--active .svg {
  height: 30px;
  width: 30px;
}
.search-sort__search__toggle--active .svg:first-child {
  display: none;
}
.search-sort__search__toggle--active .svg:last-child {
  display: block;
}
.search-sort__sort-list {
  background: #000;
  display: none;
  padding: 0 20px 60px 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-sort__sort-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
    left: 0;
    padding: 20px 4.25vw 130px 4.25vw;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.search-sort--sort-active .search-sort__sort-list {
  display: block;
}
@media screen and (min-width: 1024px) {
  .search-sort--sort-active .search-sort__sort-list {
    display: grid;
  }
}
.search-sort__sort-list a {
  color: #fff;
  font: 600 20px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .search-sort__sort-list a {
    line-height: 28px;
  }
}
.search-sort__sort-list a:before, .search-sort__sort-list a:after {
  content: "";
  display: table;
}

.team {
  background: image-url("../asset.phone.html") no-repeat 170px 50px transparent;
  background-size: auto 320px;
  margin: 0 auto;
  padding-top: 40px;
  max-width: 1600px;
}
@media screen and (min-width: 650px) {
  .team {
    background-size: 78% auto;
    background-position: right 0 top 50px;
  }
}
@media screen and (min-width: 1200px) {
  .team {
    background-size: 1250px auto;
    background-position: left 335px top 100px;
  }
}
@media screen and (min-width: 1600px) {
  .team {
    background-size: 1250px auto;
    background-position: left 360px top 100px;
  }
}
.team__title {
  color: #b49b57;
  font: 700 60px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1420px;
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .team__title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .team__title {
    width: calc(100% - 10.5vw);
  }
}
@media screen and (min-width: 1200px) {
  .team__title {
    font-size: 150px;
    line-height: 130px;
    margin-top: 50px;
  }
}
.team__description {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1420px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font: 16px/22px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .team__description {
    font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
    width: calc(100% - 10.5vw);
  }
}

.no-team-members {
  font: 600 40px/45px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin: 70px auto;
  max-width: 1420px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .no-team-members {
    font-size: 80px;
    line-height: 70px;
    margin: 200px auto;
    width: calc(100% - 10.5vw);
  }
}

.team-members {
  display: grid;
  grid-gap: 50px 15px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1420px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 600px) {
  .team-members {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .team-members {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .team-members {
    grid-gap: 70px 4.5vw;
    width: calc(100% - 10.5vw);
  }
}
.team-members .team-member__card {
  position: relative;
}
.team-members .team-member__card__bio-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.team-members .team-member__headshot img {
  width: 100%;
}
.team-members .team-member__name {
  font: 800 14px/18px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin: 13px 0 5px;
  padding: 0 30px 0 6px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .team-members .team-member__name {
    margin: 10px 0;
    padding: 0 30px 0 15px;
  }
}
.team-members .team-member__name .has-bio {
  background: #000;
  border-radius: 50%;
  color: #fff;
  font: 600 12px/20px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  height: 20px;
  padding-left: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px;
}
.team-members .team-member__role {
  color: #a6a6a6;
  font: 400 14px/18px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  padding: 0 4px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .team-members .team-member__role {
    padding: 0 30px 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .team-members .team-member__role {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 16px;
    padding: 0 30px 0 15px;
  }
}
.team-members .team-member__wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.team-members .team-member__bio {
  background: #fff;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .team-members .team-member__bio {
    padding: 100px 5.25vw 173px;
  }
}
.team-members .team-member__bio:before, .team-members .team-member__bio:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.team-members .team-member__bio:after {
  clear: both;
}
.team-members .team-member__bio__content {
  max-width: 1420px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .team-members .team-member__bio__content {
    float: left;
    width: calc(100% - 27.8125vw);
  }
}
.team-members .team-member__bio__content .team-member-meta__name {
  color: #b49b57;
  font: 700 60px/60px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .team-members .team-member__bio__content .team-member-meta__name {
    font-size: 120px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .team-members .team-member__bio__content .team-member-meta__name {
    font-size: 160px;
    line-height: 120px;
  }
}
.team-members .team-member__bio__content .team-member-meta__role {
  color: #a6a6a6;
  font: 400 16px/16px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.team-members .team-member__bio__content .team-member-body {
  margin: 0 auto;
  max-width: 1420px;
}
.team-members .team-member__bio__content .team-member-body .team-member-social__social {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .team-members .team-member__bio__content .team-member-body .team-member-social__social {
    margin: 40px 0;
  }
}
.team-members .team-member__bio__content .team-member-body .team-member-social__social__item {
  display: inline-block;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 0 2px;
  text-align: center;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 28px;
}
.team-members .team-member__bio__content .team-member-body .team-member-social__social__item:first-of-type {
  margin-left: 0;
}
.team-members .team-member__bio__content .team-member-body .team-member-social__social__item i {
  color: #fff;
  position: relative;
  top: 1px;
}
.no-touch .team-members .team-member__bio__content .team-member-body .team-member-social__social__item:hover {
  background: #b49b57;
}
.team-members .team-member__bio__content .team-member-body .team-member-bio p {
  font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
  max-width: 975px;
}
@media screen and (min-width: 1024px) {
  .team-members .team-member__bio__content .team-member-body .team-member-bio p {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 45px;
  }
}
.team-members .team-member__bio__headshot {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .team-members .team-member__bio__headshot {
    float: right;
    margin-top: 0.625vw;
    margin-right: 5.625vw;
    width: 20.9375vw;
  }
}
@media screen and (min-width: 1600px) {
  .team-members .team-member__bio__headshot {
    float: right;
    width: 325px;
  }
}
.team-members .team-member__bio__headshot img {
  width: 100%;
}
.team-members .team-member__bio__headshot .team-member-bio-close {
  background: #000000;
  display: block;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: 0;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  text-align: center;
  top: -155px;
  width: 18.2291666667vw;
}
@media screen and (min-width: 768px) {
  .team-members .team-member__bio__headshot .team-member-bio-close {
    right: -9.75vw;
    top: 0;
    width: 9.75vw;
    height: 100px;
    line-height: 95px;
  }
}
.team-members .team-member__bio__headshot .team-member-bio-close img, .team-members .team-member__bio__headshot .team-member-bio-close .svg {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .team-members .team-member__bio__headshot .team-member-bio-close img, .team-members .team-member__bio__headshot .team-member-bio-close .svg {
    height: 35px;
    width: 35px;
  }
}
.no-touch .team-members .team-member__bio__headshot .team-member-bio-close:hover {
  background: #000;
}
.team-members .team-member--bio-open .team-member__bio {
  display: block;
}

.show-more-team {
  background: #dbd7db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 62px auto 20px;
  max-width: 1600px;
  position: relative;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .show-more-team {
    height: 185px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .show-more-team {
    max-width: 1400px;
    width: calc(100% - 10.4375vw);
  }
}
.show-more-team span {
  color: #fff;
  display: inline-block;
  font: 600 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .show-more-team span {
    font-size: 18px;
    line-height: 18px;
  }
}
.show-more-team span aside {
  display: none;
}
@media screen and (min-width: 768px) {
  .show-more-team span aside {
    display: inline-block;
  }
}
.show-more-team span img,
.show-more-team span .svg {
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  width: 6px;
}
@media screen and (min-width: 768px) {
  .show-more-team span img,
  .show-more-team span .svg {
    height: 10px;
    margin-left: 4px;
    width: 8px;
  }
}
.show-more-team span img *,
.show-more-team span .svg * {
  fill: #fff;
}
.show-more-team__anchor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-touch .show-more-team:hover {
  background: #000000;
}

.text-callout {
  margin: 115px auto 115px;
  max-width: 840px;
  text-align: center;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .text-callout {
    margin: 0 auto;
    padding: 145px 20px 119px;
  }
}
.text-callout__title {
  font: 700 40px/38px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 25px;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .text-callout__title {
    font-size: 80px;
    line-height: 75px;
    padding: 0;
  }
}
.text-callout__title .branding-icon {
  display: inline-block;
  height: 17px;
  margin-left: -3px;
  position: relative;
  vertical-align: middle;
  width: 17px;
}
@media screen and (min-width: 1024px) {
  .text-callout__title .branding-icon {
    height: 34px;
    margin-left: -7px;
    width: 34px;
  }
}
.text-callout__title .branding-icon img,
.text-callout__title .branding-icon .svg {
  display: block;
  height: 17px;
  width: 17px;
}
@media screen and (min-width: 1024px) {
  .text-callout__title .branding-icon img,
  .text-callout__title .branding-icon .svg {
    height: 34px;
    width: 34px;
  }
}
.text-callout__title .branding-icon img circle,
.text-callout__title .branding-icon .svg circle {
  fill: #D9D9D9;
}
.text-callout__text {
  font: 20px/25px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  margin: 0 auto;
  max-width: 660px;
}
@media screen and (min-width: 1024px) {
  .text-callout__text {
    font-size: 30px;
    line-height: 35px;
  }
}
.text-callout__cta {
  text-align: center;
}
.text-callout__cta .link--gold-hover:hover {
  color: #b49b57;
}
.text-callout__cta .link--gold-hover:hover svg {
  fill: #b49b57;
}
.text-callout__cta .link--action {
  color: #000;
  display: inline-block;
  font: 700 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin-top: 29px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .text-callout__cta .link--action {
    margin-top: 73px;
  }
}
.text-callout__cta .link--action img,
.text-callout__cta .link--action .svg {
  display: inline-block;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px;
}

.textual {
  margin: 0 auto 65px;
  max-width: 1420px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .textual {
    padding: 30px 4.8125vw;
  }
}
@media screen and (min-width: 1024px) {
  .textual {
    margin-bottom: 185px;
    padding: 44px 4.8125vw 52px;
  }
}
.textual h1 {
  font: 800 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 23px;
}
@media screen and (min-width: 1024px) {
  .textual h1 {
    font-size: 80px;
    line-height: 76px;
    margin-bottom: 89px;
  }
}
.textual__body {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .textual__body {
    max-width: 840px;
  }
}
.textual__body p {
  font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.38px;
  margin-top: 0;
  margin-bottom: 23px;
}
@media screen and (min-width: 1024px) {
  .textual__body p {
    font-size: 30px;
    letter-spacing: 0.57px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.textual__body h2 {
  font: 19px/24px "Helvetica Neue Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.38px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .textual__body h2 {
    font-size: 30px;
    letter-spacing: 0.57px;
    line-height: 40px;
  }
}

.view-all {
  margin: 20px auto;
  max-width: 1400px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .view-all {
    margin: 153px auto 97px;
    width: calc(100% - 10.4375vw);
  }
}
@media screen and (min-width: 1024px) {
  .view-all--less-margin-top {
    margin-top: 72px;
  }
}
.view-all__item {
  background: #000;
  height: 0;
  margin-bottom: 20px;
  padding-top: 53.5vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .view-all__item {
    margin-bottom: 0;
    padding-top: 27.12vw;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .view-all__item {
    width: calc(50% - 35px);
  }
}
@media screen and (min-width: 1600px) {
  .view-all__item {
    height: 385px;
    padding-top: 0;
  }
}
.view-all__item img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.75;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 100%;
  z-index: 1;
}
.view-all__item__text {
  color: #fff;
  font: 700 40px/50px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .view-all__item__text {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1150px) {
  .view-all__item__text {
    font-size: 60px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .view-all__item__text {
    font-size: 80px;
    line-height: 70px;
  }
}
.view-all__item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.no-touch .view-all__item:hover img {
  opacity: 0.9;
}

.video-with-callout {
  margin: 95px auto 0;
  max-width: 1600px;
}
@media screen and (min-width: 768px) {
  .video-with-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 193px;
  }
}
.video-with-callout__video {
  background: #000;
  padding-top: 56.25vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .video-with-callout__video {
    padding-top: 33.75vw;
    width: 59.5625vw;
  }
}
@media screen and (min-width: 1600px) {
  .video-with-callout__video {
    height: 540px;
    padding-top: 0;
  }
}
.video-with-callout__video__thumbnail {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-with-callout__video__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-with-callout__video__play .play-btn {
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.video-with-callout__video__play .play-btn img {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
  left: 3px;
  position: relative;
  width: 40%;
}
.video-with-callout__video__play .play-btn:before {
  content: "";
  display: block;
  border-top: solid 15px transparent;
  border-left: solid 25px #000;
  border-bottom: solid 15px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -9px;
}
.no-touch .video-with-callout__video__play:hover .play-btn {
  background: #000;
}
.no-touch .video-with-callout__video__play:hover .play-btn:before {
  border-left-color: #FFF;
}
.video-with-callout__callout {
  background: #f3f4f8;
  padding: 30px 30px 47px;
}
@media screen and (min-width: 768px) {
  .video-with-callout__callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 5.25vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 40.3125vw;
  }
}
@media screen and (min-width: 1600px) {
  .video-with-callout__callout {
    padding: 30px 80px;
    width: 645px;
  }
}
.video-with-callout__callout__heading {
  font: 700 30px/34px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .video-with-callout__callout__heading {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1240px) {
  .video-with-callout__callout__heading {
    font-size: 80px;
    line-height: 70px;
  }
}
.video-with-callout__callout__text {
  font: 19px/24px "Helvetica Neue Thin", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 900px) {
  .video-with-callout__callout__text {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .video-with-callout__callout__text {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.48px;
  }
}

.work-grid {
  display: grid;
  margin: 0 auto;
  max-width: calc(1600px - 11.25vw);
}
@media screen and (min-width: 768px) {
  .work-grid {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 96px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .work-grid {
    grid-gap: 5.3125vw 4.4375vw;
    width: calc(100% - 11.25vw);
  }
}
@media screen and (min-width: 768px) {
  .work-grid--campaigns .work-grid__item:nth-child(5n+1) {
    grid-column-start: 1;
    grid-column-end: span 2;
    padding-top: 57%;
  }
}
@media screen and (min-width: 768px) {
  .work-grid--campaigns .work-grid__item:nth-child(5n+2) {
    grid-column-start: 3;
    grid-column-end: 3;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .work-grid--clients .work-grid__item:nth-child(3n+2) {
    grid-column-start: 2;
    grid-column-end: 2;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .work-grid--clients .work-grid__item:nth-child(3n+3) {
    grid-column-start: 3;
    grid-column-end: 3;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .work-grid--clients .work-grid__item:nth-child(6n+1) {
    grid-column-start: 1;
    grid-column-end: 1;
    height: auto;
    padding-top: 120%;
  }
}
@media screen and (min-width: 768px) {
  .work-grid--clients .work-grid__item:nth-child(6n+4) {
    grid-column-start: 1;
    grid-column-end: 1;
    height: auto;
    padding-top: 100%;
  }
}
.work-grid__item {
  background: #000;
  height: 0;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  padding-top: calc(100vw - 40px);
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .work-grid__item {
    margin: 0;
    padding-top: 100%;
    width: 100%;
  }
}
@-moz-document url-prefix() {
  .work-grid__item {
    display: table;
  }
}
.work-grid__item--brand {
  padding-top: 50.2vw;
}
@media screen and (min-width: 768px) {
  .work-grid__item--brand {
    padding-top: 100%;
  }
}
.work-grid__item__brand {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.work-grid__item__brand img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
}
@media screen and (min-width: 768px) {
  .work-grid__item__brand img {
    max-height: 120px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .work-grid__item__brand img {
    max-width: 50%;
  }
}
.work-grid__item__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.6;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 100%;
}
.work-grid__item__info {
  bottom: 32px;
  padding: 0 23px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work-grid__item__info {
    bottom: 3.4375vw;
    padding: 0 3.4375vw;
  }
}
.work-grid__item__info h3 {
  color: #fff;
  font: 500 14px/14px "freight-sans-pro", "Freight Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1.4px;
  margin: 0;
  max-width: 220px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .work-grid__item__info h3 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.work-grid__item__info h1 {
  color: #fff;
  font: 25px/25px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
  max-width: 220px;
}
@media screen and (min-width: 1024px) {
  .work-grid__item__info h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.work-grid__item__anchor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.no-touch .work-grid__item:hover .work-grid__item__image {
  opacity: 0.8;
}
.work-grid__item:nth-child(10n+1) {
  margin: 0 0 20px;
  padding-top: 57vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work-grid__item:nth-child(10n+1) {
    grid-column-start: 1;
    grid-column-end: span 2;
    margin: 0;
    padding-top: 57%;
  }
  .work-grid__item:nth-child(10n+1) h1 {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .work-grid__item:nth-child(10n+1) h1 {
    font: 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .work-grid__item:nth-child(10n+1) h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .work-grid__item:nth-child(10n+1) h1, .work-grid__item:nth-child(10n+1) h3 {
    max-width: 460px;
  }
}
.work-grid__item:nth-child(10n+1) .work-grid__item__info {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .work-grid__item:nth-child(10n+2) {
    height: auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .work-grid__item:nth-child(10n+6) {
    height: auto;
    padding-top: 0;
  }
}
.work-grid__item:nth-child(10n+7) {
  margin: 0 0 20px;
  padding-top: 57vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .work-grid__item:nth-child(10n+7) {
    grid-column-start: 2;
    grid-column-end: span 2;
    margin: 0;
    padding-top: 57%;
  }
  .work-grid__item:nth-child(10n+7) h1 {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .work-grid__item:nth-child(10n+7) h1 {
    font: 40px/40px "freight-display-pro", "Freight SB", "Helvetica Neue", Arial, sans-serif;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .work-grid__item:nth-child(10n+7) h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .work-grid__item:nth-child(10n+7) h1, .work-grid__item:nth-child(10n+7) h3 {
    max-width: 460px;
  }
}
.work-grid__item:nth-child(10n+7) .work-grid__item__info {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * #TRUMPS
 */
@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

sup {
  font-size: 30% !important;
  top: -1.8em !important;
}

.no-scroll {
  overflow: hidden;
}

/* You forgot the 'alt' attribute */
.hamburger-box {
  width: 22px !important;
  height: 19px !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px !important;
  height: 2px !important;
  border-radius: 0 !important;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px !important;
}

.hamburger--spring .hamburger-inner::after {
  top: 16px !important;
}

.hamburger--spring.is-active .hamburger-inner::after,
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0 !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}