/* - - - - - - - - - - - - - - - - - -

// Shots

// - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b, mark {
  font-weight: 700;
  font-style: inherit;
}

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

ins {
  border-bottom: 1px solid;
}

a, u, ins {
  text-decoration: none;
}

del, s {
  text-decoration: line-through;
}

pre, code, samp, kbd {
  font-family: monospace;
}

small {
  font-size: 0.75em;
}

img {
  border: 0;
  font-style: italic;
}

input, select, option, optgroup, textarea {
  font: inherit;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

input {
  -webkit-appearance: none;
}

@keyframes draw_line {
  to {
    stroke-dashoffset: 0;
  }
}
.owl-carousel {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  font: inherit;
}

.owl-carousel.owl-loaded {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(360deg);
  }
}
.fluidbox {
  outline: none;
}

.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100%; /* Negative top and bottom is to fix some Safari cases where image got blurry */
  left: 0;
  bottom: -100%; /* Negative top and bottom is to fix some Safari cases where image got blurry */
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  transition: all 0.3s ease-in-out;
}
.fluidbox--opened .fluidbox__overlay {
  pointer-events: auto;
}

.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
  /* To prevent flickering, we delay the showing of the image */
}
.fluidbox--closed .fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
}

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition: opacity 0.3s 0s, transform 0.3s 0s;
}
.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.fluidbox--closed .fluidbox__ghost {
  background-size: 100% auto;
  transition: all transform 0.3s 0s;
}

.fluidbox__loader {
  opacity: 0;
  perspective: 60px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fluidbox__loader::before {
  /* You can replace this with any color you want, or even a loading gif if desired */
  background: url("https://d1ko11x0ybxl0h.cloudfront.net/shotsmag/production/templating/1541151869223/favicon.png") center center no-repeat;
  background-size: 100%;
  content: "";
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  padding-bottom: 60px;
  transform: translate(-50%, -50%);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.fluidbox--loading .fluidbox__loader::before {
  animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
}

:root {
  --dark: #212027;
  --black: #282E2F;
  --grey: #54645E;
  --silver: #EDF3F4;
  --green: #AAFFDB;
  --yellow: #FFEC8A;
  --cyan: #75FBFB;
  --purple: #CABCFF;
  --orange: #FFC398;
  --red: #FFABB5;
  --pink: #FFB2FB;
  --lime: #DBFFA8;
  --blue: #AADDFF;
  --accent: var(--green);
  --font-heading: "Pangram Sans", sans-serif;
  --font-compact: "Pangram Sans Compact", sans-serif;
  --font-body: "Adelle", serif;
  --font-note: "Hazard", sans-serif;
}

@font-face {
  font-family: "Pangram Sans";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/4994b964-cddb-4d24-a9ac-57361c7b83c4/pppangramsans-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pangram Sans";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/3741517f-6714-42c2-80af-884ba53e7cba/pppangramsans-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pangram Sans";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/9fd13fa7-efad-4743-99dc-8d532234e8b2/pppangramsans-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pangram Sans Compact";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/43f5f300-778b-41c0-b923-419c5e6e0cdf/pppangramsans-compactbold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Adelle";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/43466c93-cc38-4385-bd24-3e38b531e95f/adelle-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Adelle";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/7b39b049-c75d-4b89-a6b1-ee532ff19291/adelle-light-italic-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Adelle";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/d3196c7c-452f-4492-8bc7-1aa9fe83ec59/adelle-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Adelle";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/67976e14-3ecd-4a81-8af0-7e68a7bfdf50/adelle-italic-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Adelle";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/bf0ab1ac-a81a-40fa-88bd-11a36c5df83e/adelle-semi-bold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Adelle";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/15bc3281-b6b6-4163-a777-7711bc66d3d6/adelle-semi-bold-italic-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Hazard";
  src: url("https://s3-us-west-1.amazonaws.com/media-us-westslateappcom/shotsnew/production/clips/6cd7476b-9a1c-479b-af37-36586124002d/hazard-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: var(--font-body);
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: var(--black);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: 700;
  color: currentColor;
}

h1, .h1 {
  font-size: 32px;
}
@media only screen and (min-width: 688px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1312px) {
  h1, .h1 {
    font-size: 56px;
  }
}

h2, .h2 {
  font-size: 24px;
}
@media only screen and (min-width: 688px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1312px) {
  h2, .h2 {
    font-size: 48px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media only screen and (min-width: 688px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1312px) {
  h3, .h3 {
    font-size: 32px;
  }
}

p, ul, ol {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 688px) {
  p, ul, ol {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1312px) {
  p, ul, ol {
    font-size: 19px;
  }
}
p strong, ul strong, ol strong {
  font-weight: 600;
}
p:first-child, ul:first-child, ol:first-child {
  margin-top: 0;
}

ul, ol {
  list-style-position: inside;
}

blockquote {
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}

a {
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1), text-decoration-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

hr {
  margin: 32px 0;
  border: 0;
  height: 3px;
  background: #f0f3f3;
}
@media only screen and (min-width: 688px) {
  hr {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 1312px) {
  hr {
    margin: 52px 0;
  }
}

::selection {
  background: var(--accent);
  color: var(--black);
}

::-moz-selection {
  background: var(--accent);
  color: var(--black);
}

.button,
button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  height: 48px;
  padding: 0 20px;
  border-radius: 0;
  background: var(--accent);
  font-size: 16px;
  line-height: 1;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--black);
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.button:focus,
button:focus {
  outline: none;
}
.button svg,
button svg {
  height: 16px;
  width: auto;
  fill: currentColor;
}
.button--large,
button--large {
  height: 64px;
  padding: 0 32px;
}
.button--xl,
button--xl {
  height: 64px;
  padding: 0 32px;
}
@media only screen and (min-width: 1312px) {
  .button--xl,
  button--xl {
    height: 80px;
    padding: 0 48px;
    gap: 10px;
    font-size: 20px;
  }
  .button--xl svg,
  button--xl svg {
    height: 20px;
  }
}
.button--black,
button--black {
  background: var(--black);
  color: white;
}
.button--white,
button--white {
  background: white;
}
.button--yellow,
button--yellow {
  background: var(--yellow);
}
.button--orange,
button--orange {
  background: var(--orange);
}
.button--silver,
button--silver {
  background: var(--silver);
}
.button--transparent,
button--transparent {
  background: transparent;
  color: var(--black);
}
.button--semi-transparent,
button--semi-transparent {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
}
.button--semi-transparent:hover,
button--semi-transparent:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.button--hover-accent:hover,
button--hover-accent:hover {
  background: var(--accent);
  color: var(--black);
}
.button--hover-cyan:hover,
button--hover-cyan:hover {
  background: var(--cyan);
  color: var(--black);
}
.button--hover-red:hover,
button--hover-red:hover {
  background: var(--red);
  color: var(--black);
}
.button--hover-yellow:hover,
button--hover-yellow:hover {
  background: var(--yellow);
  color: var(--black);
}
.button--hover-pink:hover,
button--hover-pink:hover {
  background: var(--pink);
  color: var(--black);
}
.button--hover-inverse:hover,
button--hover-inverse:hover {
  background: white;
  color: var(--black);
}
.button--hover-silver:hover,
button--hover-silver:hover {
  background: var(--silver);
  color: var(--black);
}
.button--action > svg:last-child,
button--action > svg:last-child {
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.button--action:hover > svg:last-child,
button--action:hover > svg:last-child {
  transform: translate(4px, 0);
}
.button__tooltip,
button__tooltip {
  position: absolute;
  top: 100%;
  background: var(--black);
  color: white;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 11px;
  padding-bottom: 1px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -4px);
  transition: all 0.4s cubic-bezier(0.14, 1.14, 0.39, 1.16);
  will-change: transform;
}
.button__tooltip:after,
button__tooltip:after {
  bottom: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(40, 46, 47, 0);
  border-bottom-color: #282E2F;
  border-width: 6px;
  margin-left: -6px;
}
.button:hover .button__tooltip,
button:hover .button__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.button--over {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}
.button--over:hover {
  background: #ffffff;
  color: #AAFFDB;
}

.button--small {
  height: 40px;
  padding: 0 16px;
  font-size: 13px;
}

.span-highlight {
  position: relative;
  display: inline-block;
}
.span-highlight:before {
  content: "";
  position: absolute;
  left: 10%;
  width: 0;
  bottom: -0.05em;
  height: 0.45em;
  width: 0;
  opacity: 0;
  transform: rotate(-2deg);
  transform-origin: bottom left;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), width 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.span-highlight--active:before {
  opacity: 1;
  width: 80%;
}
.span-highlight--accent:before {
  background: var(--accent);
  mix-blend-mode: multiply;
}
.span-highlight--cyan:before {
  background: var(--cyan);
  mix-blend-mode: multiply;
}
.span-highlight--red:before {
  background: var(--red);
  mix-blend-mode: multiply;
}
.span-highlight--yellow:before {
  background: var(--yellow);
  mix-blend-mode: multiply;
}
.span-highlight--purple:before {
  background: var(--purple);
  mix-blend-mode: multiply;
}
.span-highlight--blue:before {
  background: var(--blue);
  mix-blend-mode: multiply;
}
.span-highlight--lime:before {
  background: var(--lime);
  mix-blend-mode: multiply;
}
.span-highlight--pink:before {
  background: var(--pink);
  mix-blend-mode: multiply;
}
.span-highlight--orange:before {
  background: var(--orange);
  mix-blend-mode: multiply;
}
.span-highlight--white40:before {
  background: rgba(255, 255, 255, 0.4);
}
.span-highlight--dark20:before {
  background: rgba(33, 32, 39, 0.2);
}
.span-highlight--right:before {
  bottom: 0.05em;
  transform: rotate(2deg);
}
.span-highlight--long:before {
  left: 5%;
  transform: rotate(-1deg);
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), width 0.8s cubic-bezier(0.2, 0.3, 0, 1);
}
.span-highlight--long.span-highlight--right:before {
  transform: rotate(1deg);
}
.span-highlight--long.span-highlight--active:before {
  width: 90%;
}

input {
  display: inline-block;
  padding: 11px 12px 13px;
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 0;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
input:focus {
  outline: none;
  background: rgba(33, 32, 39, 0.2);
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input--large {
  border-width: 4px;
  padding: 14px 18px 16px;
  font-size: 15px;
}

.label {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 5px 1px 6px;
  background: #AAFFDB;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--black);
}
.label sup {
  margin-left: 1px;
  font-size: 6px;
  line-height: 4px;
}

a.label {
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
a.label:hover {
  transform: scale(1.1) rotate(-2deg);
}

.label__note {
  align-items: center;
  gap: 4px;
}
.label--work {
  background: #75FBFB;
}

.label--news {
  background: #FFABB5;
}

.label--craft {
  background: #DBFFA8;
}

.label--talent {
  background: #FFC398;
}

.label--production {
  background: #FFC398;
}

.label--agency {
  background: var(--grey);
  color: white;
}

.label--inspiration {
  background: #CABCFF;
}

.label--insight {
  background: #AADDFF;
}

.label--showcase {
  background: #FFEC8A;
}

.label--focus,
.label--upcoming-focus {
  background: #FFB2FB;
}

.label--archives {
  background: #54645E;
}

.label--extra {
  background: var(--black);
  color: var(--silver);
}

.combo-label {
  display: inline-block;
  border: 3px solid #AAFFDB;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
}

.combo-label__one {
  display: inline-block;
  padding: 5px 7px 5px 5px;
  background: #AAFFDB;
  color: #ffffff;
}

.combo-label__two {
  display: inline-block;
  padding: 5px 6px 5px 4px;
  color: #AAFFDB;
}
.combo-label__two strong {
  font-weight: 700;
  text-transform: uppercase;
}

.combo-label--work {
  border-color: #75FBFB;
}
.combo-label--work .combo-label__one {
  background: #75FBFB;
}
.combo-label--work .combo-label__two {
  color: #75FBFB;
}

.combo-label--craft {
  border-color: #DBFFA8;
}
.combo-label--craft .combo-label__one {
  background: #DBFFA8;
}
.combo-label--craft .combo-label__two {
  color: #DBFFA8;
}

.combo-label--talent {
  border-color: #FFC398;
}
.combo-label--talent .combo-label__one {
  background: #FFC398;
}
.combo-label--talent .combo-label__two {
  color: #FFC398;
}

.combo-label--inspiration {
  border-color: #CABCFF;
}
.combo-label--inspiration .combo-label__one {
  background: #CABCFF;
}
.combo-label--inspiration .combo-label__two {
  color: #CABCFF;
}

.combo-label--news {
  border-color: #FFABB5;
}
.combo-label--news .combo-label__one {
  background: #FFABB5;
}
.combo-label--news .combo-label__two {
  color: #FFABB5;
}

.combo-label--insight {
  border-color: #AADDFF;
}
.combo-label--insight .combo-label__one {
  background: #AADDFF;
}
.combo-label--insight .combo-label__two {
  color: #AADDFF;
}

.swipe {
  float: right;
  padding-top: 3px;
  color: #AAFFDB;
}
@media only screen and (min-width: 992px) {
  .swipe {
    display: none;
  }
}
.swipe span {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}

.swipe__icon {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 6px;
}
.swipe__icon .fa-arrow-left,
.swipe__icon .fa-arrow-right {
  font-size: 8px;
  opacity: 0.6;
  -moz-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.swipe__icon .fa-hand-point-up {
  font-size: 20px;
  margin: 0 4px 0 3px;
  opacity: 0.7;
  -webkit-animation: swipe-hand 1.4s infinite;
  -moz-animation: swipe-hand 1.4s infinite;
  -ms-animation: swipe-hand 1.4s infinite;
  -o-animation: swipe-hand 1.4s infinite;
  animation: swipe-hand 1.4s infinite;
}
.swipe__icon .fa-thumbs-up {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 20px;
  opacity: 0;
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

.swipe--swiped {
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0, 1.27, 0.49, 1.37) 1s;
  -moz-transition: all 2s cubic-bezier(0, 1.27, 0.49, 1.37) 1s;
  -ms-transition: all 2s cubic-bezier(0, 1.27, 0.49, 1.37) 1s;
  -o-transition: all 2s cubic-bezier(0, 1.27, 0.49, 1.37) 1s;
  transition: all 2s cubic-bezier(0, 1.27, 0.49, 1.37) 1s;
}
.swipe--swiped .fa-hand-point-up {
  opacity: 0;
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.swipe--swiped .fa-thumbs-up {
  opacity: 0.7;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0, 1.55, 0.48, 1.58);
  -moz-transition: all 1s cubic-bezier(0, 1.55, 0.48, 1.58);
  -ms-transition: all 1s cubic-bezier(0, 1.55, 0.48, 1.58);
  -o-transition: all 1s cubic-bezier(0, 1.55, 0.48, 1.58);
  transition: all 1s cubic-bezier(0, 1.55, 0.48, 1.58);
}
.swipe--swiped .fa-arrow-left,
.swipe--swiped .fa-arrow-right {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}

.swipe--work {
  color: #75FBFB;
}

.swipe--news {
  color: #FFABB5;
}

.swipe--craft {
  color: var(--black);
}

.swipe--talent {
  color: #FFC398;
}

.swipe--inspiration {
  color: #CABCFF;
}

.swipe--insight {
  color: #AADDFF;
}

@-webkit-keyframes swipe-hand {
  0% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
  30% {
    -moz-transform: rotate(-5deg) translate(-3px, 0);
    -o-transform: rotate(-5deg) translate(-3px, 0);
    -ms-transform: rotate(-5deg) translate(-3px, 0);
    -webkit-transform: rotate(-5deg) translate(-3px, 0);
    transform: rotate(-5deg) translate(-3px, 0);
  }
  100% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
}
@-moz-keyframes swipe-hand {
  0% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
  30% {
    -moz-transform: rotate(-5deg) translate(-3px, 0);
    -o-transform: rotate(-5deg) translate(-3px, 0);
    -ms-transform: rotate(-5deg) translate(-3px, 0);
    -webkit-transform: rotate(-5deg) translate(-3px, 0);
    transform: rotate(-5deg) translate(-3px, 0);
  }
  100% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
}
@-ms-keyframes swipe-hand {
  0% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
  30% {
    -moz-transform: rotate(-5deg) translate(-3px, 0);
    -o-transform: rotate(-5deg) translate(-3px, 0);
    -ms-transform: rotate(-5deg) translate(-3px, 0);
    -webkit-transform: rotate(-5deg) translate(-3px, 0);
    transform: rotate(-5deg) translate(-3px, 0);
  }
  100% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
}
@-o-keyframes swipe-hand {
  0% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
  30% {
    -moz-transform: rotate(-5deg) translate(-3px, 0);
    -o-transform: rotate(-5deg) translate(-3px, 0);
    -ms-transform: rotate(-5deg) translate(-3px, 0);
    -webkit-transform: rotate(-5deg) translate(-3px, 0);
    transform: rotate(-5deg) translate(-3px, 0);
  }
  100% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
}
@keyframes swipe-hand {
  0% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
  30% {
    -moz-transform: rotate(-5deg) translate(-3px, 0);
    -o-transform: rotate(-5deg) translate(-3px, 0);
    -ms-transform: rotate(-5deg) translate(-3px, 0);
    -webkit-transform: rotate(-5deg) translate(-3px, 0);
    transform: rotate(-5deg) translate(-3px, 0);
  }
  100% {
    -moz-transform: rotate(5deg) translate(3px, 0);
    -o-transform: rotate(5deg) translate(3px, 0);
    -ms-transform: rotate(5deg) translate(3px, 0);
    -webkit-transform: rotate(5deg) translate(3px, 0);
    transform: rotate(5deg) translate(3px, 0);
  }
}
body {
  background: #ffffff;
  overscroll-behavior: none;
}

.no-cssgrid body {
  float: left;
  clear: both;
  width: 100%;
}

header, footer, section, .page {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.page {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1312px) {
  .page {
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
  }
}

section {
  margin-top: 42px;
}
@media only screen and (min-width: 688px) {
  section {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  section {
    margin-top: 64px;
  }
}

.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 452px;
}
@media only screen and (min-width: 688px) {
  .wrap {
    padding: 0 32px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 992px) {
  .wrap {
    max-width: 992px;
  }
}
@media only screen and (min-width: 1312px) {
  .wrap {
    max-width: 1312px;
  }
}
.wrap--medium {
  max-width: 452px;
}
@media only screen and (min-width: 688px) {
  .wrap--medium {
    max-width: 688px;
  }
}
@media only screen and (min-width: 992px) {
  .wrap--medium {
    max-width: 832px;
  }
}
@media only screen and (min-width: 1312px) {
  .wrap--medium {
    max-width: 1088px;
  }
}
.wrap--grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 24px;
}
@media only screen and (min-width: 1312px) {
  .wrap--grid {
    column-gap: 32px;
  }
}

.grid {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 452px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.grid .grid__item {
  grid-column: span 2;
}
@media only screen and (min-width: 688px) {
  .grid {
    padding: 0 32px;
    max-width: 688px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(6, [col-start] 1fr);
  }
  .grid .grid__item {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 992px) {
  .grid {
    max-width: 1312px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
  .grid .grid__item {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1312px) {
  .grid {
    max-width: 1312px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
  .grid .grid__item {
    grid-column: span 3;
  }
}

.grid__item__content {
  width: 100%;
  background: #AAFFDB;
  height: 200px;
}

.no-cssgrid .grid {
  display: block;
  padding: 0;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .grid {
    padding: 4px;
  }
}
.no-cssgrid .grid .grid__item {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .grid .grid__item {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .grid .grid__item {
    width: 25%;
  }
}

:root {
  --header-height: 80px;
}
@media only screen and (min-width: 688px) {
  :root {
    --header-height: 128px;
  }
}

.logo path {
  transition: fill 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.logo__box, .logo__inner, .logo__text {
  fill: var(--black);
}
.logo__shots {
  fill: var(--grey);
}
.logo__highlight {
  fill: var(--accent);
}
.logo__overlay {
  fill: white;
}
.logo__highlight-americas {
  fill: var(--red);
}
.logo__highlight-emea {
  fill: var(--cyan);
}
.logo__highlight-ap {
  fill: var(--purple);
}
.logo--white .logo__box,
.logo--white .logo__inner,
.logo--white .logo__text {
  fill: white;
}
.logo--white .logo__shots {
  fill: rgba(255, 255, 255, 0.8);
}
.logo--white .logo__highlight {
  fill: rgba(255, 255, 255, 0.4);
}
.logo--white .logo__highlight-awards,
.logo--white .logo__highlight-americas,
.logo--white .logo__highlight-emea,
.logo--white .logo__highlight-ap, .logo--white.logo--shots .logo__highlight {
  fill: rgba(255, 255, 255, 0.2);
}
.logo--white .logo__overlay {
  fill: var(--black);
}

.logo-animated {
  position: relative;
}
.logo-animated svg {
  display: block;
  height: 72px;
}

.body--the-work .header__logo .logo__highlight,
.body--the-work .mobile-header__logo .logo__highlight,
.body--post--work .header__logo .logo__highlight,
.body--post--work .mobile-header__logo .logo__highlight {
  fill: var(--cyan);
}
.body--the-work:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-work:not(.state--sidebar-open) #magazine-switcher-u-highlight-end,
.body--post--work:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--post--work:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--cyan);
}

.body--the-craft .header__logo .logo__highlight,
.body--the-craft .mobile-header__logo .logo__highlight,
.body--post--craft .header__logo .logo__highlight,
.body--post--craft .mobile-header__logo .logo__highlight {
  fill: var(--lime);
}
.body--the-craft:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-craft:not(.state--sidebar-open) #magazine-switcher-u-highlight-end,
.body--post--craft:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--post--craft:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--lime);
}

.body--the-talent .header__logo .logo__highlight,
.body--the-talent .mobile-header__logo .logo__highlight,
.body--post--talent .header__logo .logo__highlight,
.body--post--talent .mobile-header__logo .logo__highlight {
  fill: var(--orange);
}
.body--the-talent:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-talent:not(.state--sidebar-open) #magazine-switcher-u-highlight-end,
.body--post--talent:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--post--talent:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--orange);
}

.body--the-inspiration .header__logo .logo__highlight,
.body--the-inspiration .mobile-header__logo .logo__highlight,
.body--post--inspiration .header__logo .logo__highlight,
.body--post--inspiration .mobile-header__logo .logo__highlight {
  fill: var(--purple);
}
.body--the-inspiration:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-inspiration:not(.state--sidebar-open) #magazine-switcher-u-highlight-end,
.body--post--inspiration:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--post--inspiration:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--purple);
}

.body--the-insight .header__logo .logo__highlight,
.body--the-insight .mobile-header__logo .logo__highlight,
.body--post--insight .header__logo .logo__highlight,
.body--post--insight .mobile-header__logo .logo__highlight {
  fill: var(--blue);
}
.body--the-insight:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-insight:not(.state--sidebar-open) #magazine-switcher-u-highlight-end,
.body--post--insight:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--post--insight:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--blue);
}

.body--the-news .header__logo .logo__highlight,
.body--the-news .mobile-header__logo .logo__highlight,
.body--post--news .header__logo .logo__highlight,
.body--post--news .mobile-header__logo .logo__highlight {
  fill: var(--red);
}
.body--the-news:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-news:not(.state--sidebar-open) #magazine-switcher-u-highlight-end,
.body--post--news:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--post--news:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--red);
}

.body--the-showcase .header__logo .logo__highlight,
.body--the-showcase .mobile-header__logo .logo__highlight {
  fill: var(--yellow);
}
.body--the-showcase:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-showcase:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--yellow);
}

.body--the-focus .header__logo .logo__highlight,
.body--the-focus .mobile-header__logo .logo__highlight {
  fill: var(--pink);
}
.body--the-focus:not(.state--sidebar-open) #magazine-switcher-u-highlight,
.body--the-focus:not(.state--sidebar-open) #magazine-switcher-u-highlight-end {
  fill: var(--pink);
}

.mobile-header {
  position: fixed;
  width: auto;
  z-index: 100;
  top: 8px;
  left: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .mobile-header {
    top: 16px;
    left: 16px;
    right: 16px;
    padding: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header__logo {
  padding: 8px;
}
@media only screen and (min-width: 688px) {
  .mobile-header__logo {
    padding: 0;
  }
}
.mobile-header__logo svg {
  display: block;
  height: 48px;
}
@media only screen and (min-width: 688px) {
  .mobile-header__logo svg {
    height: 64px;
  }
}
.mobile-header__buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 687px) {
  .mobile-header__buttons {
    gap: 8px;
  }
}
.mobile-header__buttons .button {
  width: 64px;
  padding: 0 !important;
}
@media only screen and (max-width: 687px) {
  .mobile-header__buttons .button {
    width: 32px;
    height: 32px;
  }
}
.mobile-header__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding-bottom: 1px;
  background: var(--black);
  color: white;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
@media only screen and (max-width: 687px) {
  .mobile-header__toggle {
    margin-left: 6px;
  }
}
.mobile-header__toggle div {
  width: 32px;
  height: 3px;
  background: currentColor;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}

.mobile-nav {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__inner {
  position: relative;
  padding: var(--header-height) 16px 112px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 688px) {
  .mobile-nav__inner {
    padding: var(--header-height) 32px 112px;
    align-items: center;
    flex-direction: row;
  }
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  gap: 0 24px;
}
@media only screen and (min-width: 688px) {
  .mobile-nav ul {
    flex-direction: column;
    width: 50%;
  }
}
.mobile-nav ul li a,
.mobile-nav ul li > div {
  display: block;
  padding: 8px 0;
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
  cursor: pointer;
}
@media only screen and (min-width: 688px) {
  .mobile-nav ul li a,
  .mobile-nav ul li > div {
    font-size: 40px;
  }
}
.mobile-nav ul li a.active,
.mobile-nav ul li > div.active {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-position: under;
}
@media only screen and (min-width: 688px) {
  .mobile-nav__extras {
    width: 50%;
  }
}
.mobile-nav ul.mobile-nav__extra {
  margin-top: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 688px) {
  .mobile-nav ul.mobile-nav__extra {
    width: 100%;
  }
  .mobile-nav ul.mobile-nav__extra:first-child {
    margin-top: 0;
  }
}
.mobile-nav ul.mobile-nav__extra li a {
  font-size: 16px;
  font-weight: 600;
  padding: 4px 0;
}
@media only screen and (min-width: 688px) {
  .mobile-nav ul.mobile-nav__extra li a {
    font-size: 20px;
  }
}
.mobile-nav__products {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  height: 96px;
  display: flex;
  flex-direction: column;
  transition: height 0.2s cubic-bezier(0.2, 0.3, 0, 1), background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  overflow: hidden;
}
@media only screen and (min-width: 688px) {
  .mobile-nav__products {
    padding: 32px;
    height: 128px;
  }
}
.mobile-nav__products .button {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 8px);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1), transform 0s linear 0.4s;
  flex-shrink: 0;
}
.mobile-nav__products .button .shots-text {
  height: 14px;
  margin: 0 2px -1px;
}
.mobile-nav__products .button > svg:last-child {
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.mobile-nav__products__list {
  margin: auto;
}
.mobile-nav__products__list ul {
  padding: 32px 0;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.mobile-nav__products__list ul li a {
  padding: 2px 6px;
  font-size: 48px;
  color: var(--silver);
  font-family: var(--font-compact);
}
@media only screen and (min-width: 688px) {
  .mobile-nav__products__list ul li a {
    font-size: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .state--menu-open {
    overflow: hidden;
  }
  .state--menu-open .mobile-header {
    background: transparent;
  }
  .state--menu-open .mobile-header__toggle div:first-child {
    transform: translate(0, 7px) rotate(45deg);
  }
  .state--menu-open .mobile-header__toggle div:nth-child(2) {
    opacity: 0;
  }
  .state--menu-open .mobile-header__toggle div:last-child {
    transform: translate(0, -7px) rotate(-45deg);
  }
  .state--menu-open .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  .state--menu-open .mobile-nav__products .button {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (max-width: 687px) {
  .state--menu-open .mobile-header {
    background: transparent;
  }
  .state--menu-open .mobile-header__toggle {
    transform: scale(0.75);
  }
}

.state--menu-products .mobile-header {
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.state--menu-products .mobile-nav {
  overflow: hidden;
}
.state--menu-products .mobile-nav__products {
  height: 100%;
  background: var(--black);
  overflow: auto;
  position: fixed;
}
.state--menu-products .mobile-nav__products .button {
  background: var(--accent);
  color: var(--black);
}
.state--menu-products .mobile-nav__products .button > svg:last-child {
  transform: scaleY(-1);
}

.header {
  position: fixed;
  z-index: 100;
  top: 16px;
  right: 0;
  left: 0;
  padding: 0 16px;
}
@media only screen and (max-width: 991px) {
  .header {
    display: none;
  }
}
.header__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}
.header__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__logo {
  position: relative;
  z-index: 2;
  padding: 16px;
  margin-right: 64px;
}
.header__logo svg {
  display: block;
  height: 64px;
}
.header__brand {
  position: relative;
  z-index: 2;
  padding: 12px 78px 12px 12px;
  display: flex;
  min-width: 258px;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
  background: white;
  box-shadow: 0px 8px 48px 0 rgba(33, 32, 39, 0.1);
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__brand .header__logo {
  margin: 4px;
}
.header__brand .header__logo svg {
  height: 64px;
}
.header__brand:hover .header__toggle__dropdown {
  background: var(--black);
}
.header__brand:hover .header__toggle__dropdown svg {
  transform: translate(0, 2px);
}
.header__brand--animated .header__toggle {
  opacity: 1;
}
.header__brand--animated .header__toggle__dropdown svg {
  transform: translate(0, 0);
}
.header__brand--shots .header__toggle {
  opacity: 1;
}
.header__brand--shots .header__toggle span {
  opacity: 1;
  transform: unset;
}
.header__brand--shots .header__toggle__dropdown svg {
  transform: translate(0, 0);
}
.header__brand--bounce .header__toggle {
  animation: toggleBounce 1s cubic-bezier(0.2, 0.3, 0, 1) forwards;
}
.header__toggle {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__toggle span {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  opacity: 0;
  transform: translate(0, 8px);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1), opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s, transform 0s linear 0.8s;
}
.header__toggle__dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 64px;
  background: var(--grey);
  color: white;
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__toggle__dropdown svg {
  fill: currentColor;
  height: 10px;
  transform: translate(0, 8px);
  transition: transform 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 16px;
  background: var(--accent);
  color: var(--black);
  text-align: center;
  text-wrap: balance;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.state--mega-tooltip .header__tooltip {
  opacity: 1;
  visibility: visible;
  animation: toggleBounce 1s cubic-bezier(0.2, 0.3, 0, 1) 3 forwards;
  animation-delay: 1s;
}
.header__tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(170, 255, 219, 0);
  border-bottom-color: #AAFFDB;
  border-width: 12px;
  margin-left: -12px;
}
.header__nav {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 16px;
  z-index: 2;
}
.header__nav--actions {
  gap: 16px;
  justify-content: flex-end;
}
.header__nav li {
  position: relative;
}
.header__nav li[data-menu-item=Home] {
  --menu-hover-bg: var(--black);
  --menu-hover-text: white;
}
.header__nav li[data-menu-item=Work] {
  --menu-hover-bg: var(--cyan);
  --menu-hover-text: var(--black);
}
.header__nav li[data-menu-item=Craft] {
  --menu-hover-bg: var(--lime);
  --menu-hover-text: var(--black);
}
.header__nav li[data-menu-item=Talent] {
  --menu-hover-bg: var(--orange);
  --menu-hover-text: var(--black);
}
.header__nav li[data-menu-item=Inspiration] {
  --menu-hover-bg: var(--purple);
  --menu-hover-text: var(--black);
}
.header__nav li[data-menu-item=News] {
  --menu-hover-bg: var(--red);
  --menu-hover-text: var(--black);
}
.header__nav li[data-menu-item=Insight] {
  --menu-hover-bg: var(--blue);
  --menu-hover-text: var(--black);
}
.header__nav li[data-menu-item=Showcase] {
  --menu-hover-bg: var(--yellow);
  --menu-hover-text: var(--black);
}
.header__nav li[data-menu-item=Focus] {
  --menu-hover-bg: var(--pink);
  --menu-hover-text: var(--black);
}
.header__nav li a {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  white-space: nowrap;
  cursor: pointer;
}
.header__nav li a svg {
  height: 16px;
  fill: currentColor;
}
.header__nav li a.active {
  background: var(--menu-hover-bg);
  color: var(--menu-hover-text);
}
.header__nav li a.button {
  padding: 0 32px;
}
.header__nav:hover li a:not(.header__nav__dropdown a):not(.header__nav__buttons a) {
  background: transparent;
  color: var(--black);
}
.header__nav:hover li a:not(.header__nav__dropdown a):not(.header__nav__buttons a):hover {
  background: var(--menu-hover-bg);
  color: var(--menu-hover-text);
}
.header__nav__more > span, .header__nav__products > span {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  transition: background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  white-space: nowrap;
  cursor: default;
}
.header__nav__more > span svg, .header__nav__products > span svg {
  height: 16px;
  fill: currentColor;
}
.header__nav__more:hover > span, .header__nav__products:hover > span {
  background: var(--black);
  color: white;
}
.header__nav__more:hover .header__nav__dropdown, .header__nav__products:hover .header__nav__dropdown {
  opacity: 1;
  visibility: visible;
}
.header__nav__more:hover .header__nav__dropdown > ul, .header__nav__products:hover .header__nav__dropdown > ul {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.header__nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 242px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__nav__products .header__nav__dropdown {
  width: 180px;
}
.header__nav__dropdown > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transform: translate(0, -8px);
}
.header__nav__dropdown > ul li a {
  height: auto;
  padding: 12px;
  color: var(--silver) !important;
}
.header__nav__dropdown > ul li a:hover {
  background: rgba(237, 243, 244, 0.1) !important;
  color: white !important;
}
.header__nav__button {
  padding-left: 16px;
}
.header__nav__buttons {
  display: flex;
  align-items: center;
}
.header__nav__buttons .button {
  padding: 0 !important;
  width: 64px;
}
.header__nav__buttons .button__tooltip {
  background: var(--grey);
}
.header__nav__buttons .button__tooltip:after {
  border-bottom-color: var(--grey);
}
.header__mega {
  position: absolute;
  top: -20px;
  right: -16px;
  left: -16px;
  padding: 132px 16px 16px;
  background: rgba(33, 32, 39, 0.98);
  backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -16px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.6s cubic-bezier(0.2, 0.3, 0, 1), transform 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.header__mega__close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  visibility: hidden;
}
.header__mega__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}
.header__mega__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 140px;
  background: rgba(237, 243, 244, 0.1);
  color: white;
  padding: 20px;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  .header__mega__item {
    height: 160px;
    padding: 28px 30px 32px;
  }
}
.header__mega__item:not(.header__mega__item--signup):hover {
  background: white;
  color: var(--black);
}
.header__mega__item__heading {
  font-family: var(--font-compact);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media only screen and (min-width: 1312px) {
  .header__mega__item__heading {
    font-size: 38px;
  }
}
.header__mega__item__text {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-wrap: balance;
}
@media only screen and (min-width: 1312px) {
  .header__mega__item__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1311px) {
  .header__mega__item__text span {
    display: none;
  }
}
.header__mega__item--signup {
  background: transparent;
  border: 2px solid rgba(237, 243, 244, 0.1);
}
@media only screen and (min-width: 1312px) {
  .header__mega__item--signup {
    padding: 24px 28px 32px;
  }
}
.header__mega__item__form {
  position: relative;
}
.header__mega__item__form > svg {
  position: absolute;
  top: 16px;
  left: 16px;
  fill: white;
  height: 16px;
  pointer-events: none;
}
.header__mega__item__form input {
  width: 100%;
  height: 48px;
  padding: 0 48px 2px 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-family: var(--font-heading);
  font-weight: 600;
  color: white;
  outline: none;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.header__mega__item__form input:focus {
  border-color: white;
  background: transparent;
}
.header__mega__item__form .button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
}
.header__mega__tagline {
  padding: 16px 0 32px;
  display: flex;
  pointer-events: none;
  justify-content: center;
}
.header__mega__tagline .flickity-viewport {
  width: 100%;
}
.header__mega__tagline span {
  margin: 0 16px;
  font-size: 24px;
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--accent);
  white-space: nowrap;
}

.state--logo-transition .header__brand,
.state--logo-transition .header__mega__close {
  pointer-events: none;
}

.state--mega-open .header__brand .logo .logo__box,
.state--mega-open .header__brand .logo .logo__inner,
.state--mega-open .header__brand .logo .logo__text {
  fill: white;
}
.state--mega-open .header__brand .logo .logo__shots {
  fill: rgba(255, 255, 255, 0.8);
}
.state--mega-open .header__brand .logo .logo__highlight {
  fill: rgba(255, 255, 255, 0.4);
}
.state--mega-open .header__brand .logo .logo__highlight-awards,
.state--mega-open .header__brand .logo .logo__highlight-americas,
.state--mega-open .header__brand .logo .logo__highlight-emea,
.state--mega-open .header__brand .logo .logo__highlight-ap, .state--mega-open .header__brand .logo.logo--shots .logo__highlight {
  fill: rgba(255, 255, 255, 0.2);
}
.state--mega-open .header__brand .logo .logo__overlay {
  fill: var(--black);
}
.state--mega-open .header__bg {
  opacity: 0;
}
.state--mega-open .header__brand {
  background: rgba(237, 243, 244, 0.1);
}
.state--mega-open .header__brand:hover .header__toggle__dropdown {
  background: white;
}
.state--mega-open .header__brand:hover .header__toggle__dropdown svg {
  transform: scaleY(-1) translate(0, 2px) !important;
}
.state--mega-open .header__toggle span {
  opacity: 1;
  transform: translate(0, 0);
  color: white;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1) 1s, transform 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 1s;
}
.state--mega-open .header__toggle__dropdown {
  background: white;
  color: var(--black);
}
.state--mega-open .header__toggle__dropdown svg {
  transform: scaleY(-1) translate(0, 0px) !important;
}
.state--mega-open .header__nav li[data-menu-item=Home] {
  --menu-hover-bg: white;
  --menu-hover-text: var(--black);
}
.state--mega-open .header__nav li a:not(.header__nav__dropdown a):not(.header__nav__buttons a) {
  background: transparent;
  color: rgba(237, 243, 244, 0.6);
}
.state--mega-open .header__nav li a:not(.header__nav__dropdown a):not(.header__nav__buttons a).active {
  background: var(--menu-hover-bg);
  color: var(--menu-hover-text);
}
.state--mega-open .header__nav:hover li a:not(.header__nav__dropdown a):not(.header__nav__buttons a) {
  background: transparent !important;
  color: rgba(237, 243, 244, 0.6) !important;
}
.state--mega-open .header__nav:hover li a:not(.header__nav__dropdown a):not(.header__nav__buttons a):hover {
  background: var(--menu-hover-bg) !important;
  color: var(--menu-hover-text) !important;
}
.state--mega-open .header__nav__more > span {
  color: rgba(237, 243, 244, 0.6);
}
.state--mega-open .header__nav__more:hover > span {
  background: white;
  color: var(--black);
}
.state--mega-open .header__nav__dropdown {
  background: white;
}
.state--mega-open .header__nav__dropdown li a {
  color: var(--grey) !important;
}
.state--mega-open .header__nav__dropdown li a:hover {
  background: var(--silver) !important;
  color: var(--black) !important;
}
.state--mega-open .header__nav__buttons .button {
  color: var(--silver);
}
.state--mega-open .header__nav__buttons .button:hover {
  color: var(--black);
}
.state--mega-open .header__mega {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
  pointer-events: all;
}
.state--mega-open .header__mega__close {
  visibility: visible;
}
.state--mega-open .header__mega__tagline {
  background: linear-gradient(to right, var(--dark) 0%, var(--accent) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out forwards;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes toggleBounce {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -8px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.js-login-button__check,
.js-login-button .button__tooltip--in {
  display: none;
}

.state--source-auth-false .js-login-button svg {
  opacity: 0.5;
  transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.state--source-auth-false .js-login-button:hover svg {
  opacity: 1;
}

.state--source-auth-true .js-login-button {
  background: var(--accent);
  color: var(--black) !important;
}
.state--source-auth-true .js-login-button__x,
.state--source-auth-true .js-login-button .button__tooltip--out {
  display: none;
}
.state--source-auth-true .js-login-button__check,
.state--source-auth-true .js-login-button .button__tooltip--in {
  display: flex;
}

.shots-promo {
  display: none;
  position: fixed;
  z-index: 95;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--dark);
  color: white;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .shots-promo {
    display: flex;
  }
}
.shots-promo__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.shots-promo__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.shots-promo__content {
  grid-column: 3/7;
  margin-top: auto;
  margin-bottom: 58px;
}
.shots-promo__content .logo {
  height: 48px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1312px) {
  .shots-promo__content .logo {
    height: 64px;
  }
}
.shots-promo__title {
  margin-top: 22px;
  font-family: var(--font-heading);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
@media only screen and (min-width: 1312px) {
  .shots-promo__title {
    font-size: 48px;
  }
}
.shots-promo__title span {
  position: relative;
  display: inline-block;
}
.shots-promo__title span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 10%;
  width: 0;
  bottom: -4px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(-1deg);
  opacity: 0;
  transform-origin: bottom left;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1), width 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.shots-promo__text {
  margin-top: 18px;
  text-wrap: balance;
  font-size: 16px;
  line-height: 1.4;
  max-width: 600px;
}
.shots-promo--active {
  opacity: 1;
  visibility: visible;
  z-index: 96;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), visibility 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.shots-promo--active .shots-promo__title span:before {
  opacity: 1;
  width: 80%;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.4s, width 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}

body:has(.shots-promo--active) {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  body:has(.sidebar-nav ul:hover) .header__bg {
    background: transparent;
    backdrop-filter: unset;
    transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.shots-promo__magazine {
  position: absolute;
  bottom: max(380px, 45%);
  left: -10px;
  right: -10px;
  opacity: 0;
  transform: translate(0, 64px) rotate(-1deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.shots-promo--active .shots-promo__magazine {
  opacity: 1;
  transform: translate(0, 0px) rotate(-1deg);
  transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.shots-promo__magazine:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 0;
  width: 520px;
  background: linear-gradient(90deg, #212027 25%, rgba(33, 32, 39, 0.75) 60%, rgba(33, 32, 39, 0) 100%);
}

.shots-promo__mag-post {
  width: 240px;
  flex-shrink: 0;
  background: white;
  padding: 16px;
  margin-right: 8px;
}
@media only screen and (min-width: 1312px) {
  .shots-promo__mag-post {
    width: 320px;
  }
}
.shots-promo__mag-post img {
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.shots-promo__mag-post__date {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  height: 16px;
  padding: 0 3px;
  background: var(--black);
  color: white;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 1312px) {
  .shots-promo__mag-post__date {
    margin-top: 20px;
    font-size: 12px;
  }
}
.shots-promo__mag-post__title {
  margin-top: 12px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--black);
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1312px) {
  .shots-promo__mag-post__title {
    font-size: 24px;
  }
}

.shots-promo__vault__image {
  position: absolute;
  aspect-ratio: 1440/940;
  background: var(--black);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -webkit-backface-visibility: hidden;
}
.shots-promo__vault__image--one {
  bottom: max(354px, 40%);
  left: calc(50% - 300px);
  height: 376px;
  border: 8px solid white;
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
  box-shadow: 0px 6px 48px rgba(255, 255, 255, 0.25);
}
.shots-promo--active .shots-promo__vault__image--one {
  opacity: 1;
  transform: translate(0, 0) rotate(-2deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.shots-promo__vault__image--two {
  bottom: max(320px, 35%);
  left: calc(50% + 200px);
  height: 300px;
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
}
.shots-promo--active .shots-promo__vault__image--two {
  opacity: 1;
  transform: translate(0, 0) rotate(2deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.2s, transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.shots-promo__vault__image--two img,
.shots-promo__vault__image--two video {
  opacity: 0.8;
}
.shots-promo__vault__image img,
.shots-promo__vault__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shots-promo__treatments {
  position: absolute;
  bottom: max(354px, 40%);
  left: calc(50% - 240px);
}
.shots-promo__treatments__main {
  aspect-ratio: 1600/960;
  width: 560px;
  border: 8px solid white;
  background: var(--black);
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  box-shadow: 0px 6px 48px rgba(255, 255, 255, 0.25);
}
.shots-promo--active .shots-promo__treatments__main {
  opacity: 1;
  transform: translate(0, 0) rotate(-2deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.shots-promo__treatments__image {
  position: absolute;
  background: var(--dark);
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.shots-promo__treatments__image img {
  height: 240px;
}
.shots-promo__treatments__image--1 {
  top: 80px;
  left: -120px;
  transform: scale(0.6) rotate(0);
}
.shots-promo__treatments__image--1 img {
  opacity: 0.2;
}
.shots-promo--active .shots-promo__treatments__image--1 {
  opacity: 1;
  transform: scale(1) rotate(2deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.1s;
}
.shots-promo__treatments__image--2 {
  top: -120px;
  left: -80px;
  transform: scale(0.6) rotate(0);
}
.shots-promo__treatments__image--2 img {
  opacity: 0.6;
}
.shots-promo--active .shots-promo__treatments__image--2 {
  opacity: 1;
  transform: scale(1) rotate(-2deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.shots-promo__treatments__image--3 {
  top: -80px;
  right: -200px;
  transform: scale(0.6) rotate(0);
}
.shots-promo__treatments__image--3 img {
  opacity: 0.4;
}
.shots-promo--active .shots-promo__treatments__image--3 {
  opacity: 1;
  transform: scale(1) rotate(4deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.3s;
}
.shots-promo__treatments__image--4 {
  top: 180px;
  right: -240px;
  transform: scale(0.6) rotate(0);
}
.shots-promo__treatments__image--4 img {
  opacity: 0.6;
}
.shots-promo--active .shots-promo__treatments__image--4 {
  opacity: 1;
  transform: scale(1) rotate(2deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.4s;
}

.shots-promo__reels__image {
  position: absolute;
  background: var(--black);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -webkit-backface-visibility: hidden;
}
.shots-promo__reels__image--one {
  bottom: max(354px, 40%);
  left: calc(50% - 300px);
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
}
.shots-promo--active .shots-promo__reels__image--one {
  opacity: 1;
  transform: translate(0, 0) rotate(-2deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.shots-promo__reels__image--one img {
  height: 360px;
}
.shots-promo__reels__image--two {
  bottom: max(320px, 35%);
  left: calc(50% + 60px);
  border: 8px solid white;
  box-shadow: 0px 6px 48px rgba(255, 255, 255, 0.25);
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
}
.shots-promo--active .shots-promo__reels__image--two {
  opacity: 1;
  transform: translate(0, 0) rotate(2deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.2s, transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.shots-promo__reels__image--two img {
  height: 300px;
}

.shots-promo__projects__image {
  position: absolute;
  background: var(--black);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -webkit-backface-visibility: hidden;
}
.shots-promo__projects__image--one {
  bottom: max(354px, 40%);
  left: calc(50% - 260px);
  height: 340px;
  aspect-ratio: 1440/940;
  border: 8px solid white;
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
  box-shadow: 0px 6px 48px rgba(255, 255, 255, 0.25);
}
.shots-promo--active .shots-promo__projects__image--one {
  opacity: 1;
  transform: translate(0, 0) rotate(-1deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.shots-promo__projects__image--two {
  bottom: max(200px, 30%);
  left: calc(50% + 140px);
  width: 360px;
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
}
.shots-promo--active .shots-promo__projects__image--two {
  opacity: 1;
  transform: translate(0, 0) rotate(3deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.2s, transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.shots-promo__projects__image img,
.shots-promo__projects__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shots-promo__awards {
  position: absolute;
  bottom: max(180px, 25%);
  left: calc(50% - 300px);
  aspect-ratio: 912/587;
}
.shots-promo__awards img {
  width: 912px;
}
.shots-promo__awards__location {
  position: absolute;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: white;
  color: var(--black);
  box-shadow: 0px 8px 64px rgba(17, 17, 17, 0.6);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.shots-promo__awards__location:after {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 16px;
  margin-left: -16px;
}
.shots-promo__awards__location svg {
  height: 48px;
  flex-shrink: 0;
}
.shots-promo__awards__location span {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}
.shots-promo__awards__location--americas {
  top: 36%;
  left: 8%;
}
.shots-promo--active .shots-promo__awards__location--americas {
  opacity: 1;
  transform: scale(1) rotate(-2deg);
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.1s;
}
.shots-promo__awards__location--emea {
  top: 22%;
  left: 40%;
}
.shots-promo--active .shots-promo__awards__location--emea {
  opacity: 1;
  transform: scale(1) rotate(3deg);
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.shots-promo__awards__location--ap {
  top: 46%;
  left: 70%;
}
.shots-promo--active .shots-promo__awards__location--ap {
  opacity: 1;
  transform: scale(1) rotate(1deg);
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.3s;
}

.shots-promo[data-promo="out of the box"] .shots-promo__content .logo {
  height: 84px;
  margin-left: -20px;
}
@media only screen and (min-width: 1312px) {
  .shots-promo[data-promo="out of the box"] .shots-promo__content .logo {
    height: 108px;
    margin-left: -26px;
  }
}

.shots-promo__ootb {
  position: absolute;
  bottom: max(340px, 40%);
  left: -10px;
  right: -10px;
  opacity: 0;
  transform: translate(0, 64px) rotate(1deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  display: flex;
  height: 360px;
  align-items: center;
  flex-flow: nowrap;
  gap: 8px;
}
.shots-promo--active .shots-promo__ootb {
  opacity: 1;
  transform: translate(0, 0px) rotate(1deg);
  transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.shots-promo__ootb:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: 0;
  width: 520px;
  background: linear-gradient(90deg, #212027 25%, rgba(33, 32, 39, 0.75) 60%, rgba(33, 32, 39, 0) 100%);
}
.shots-promo__ootb__image {
  flex-shrink: 0;
  padding: 16px;
  background: white;
}
.shots-promo__ootb__image img {
  height: 200px;
}
.shots-promo__ootb__image:nth-child(1) {
  margin-left: -100px;
}
.shots-promo__ootb__image:nth-child(2) img {
  height: 240px;
}
.shots-promo__ootb__image:nth-child(3) img {
  height: 400px;
}
.shots-promo__ootb__image:nth-child(4) img {
  height: 280px;
}
.shots-promo__ootb__image:nth-child(5) img {
  height: 240px;
}

.shots-promo__unsigned {
  position: absolute;
  bottom: max(300px, 35%);
  left: calc(50% - 80px);
}
.shots-promo__unsigned__showcase {
  aspect-ratio: 1440/1880;
  width: 320px;
  background: var(--black);
  opacity: 0;
  transform: translate(0, 32px) rotate(0deg);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.shots-promo__unsigned__showcase img {
  opacity: 0.8;
}
.shots-promo--active .shots-promo__unsigned__showcase {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 1s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}
.shots-promo__unsigned__image {
  position: absolute;
  background: var(--dark);
  border: 8px solid white;
  box-shadow: 0px 6px 48px rgba(255, 255, 255, 0.25);
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.shots-promo__unsigned__image img {
  height: 120px;
}
.shots-promo__unsigned__image--1 {
  top: 160px;
  left: -140px;
  transform: scale(0.6) rotate(0);
}
.shots-promo__unsigned__image--1 img {
  height: 160px;
}
.shots-promo--active .shots-promo__unsigned__image--1 {
  opacity: 1;
  transform: scale(1) rotate(2deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.1s;
}
.shots-promo__unsigned__image--2 {
  top: -30px;
  right: -80px;
  transform: scale(0.6) rotate(0);
}
.shots-promo--active .shots-promo__unsigned__image--2 {
  opacity: 1;
  transform: scale(1) rotate(-2deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}
.shots-promo__unsigned__image--3 {
  bottom: -40px;
  right: -60px;
  transform: scale(0.6) rotate(0);
}
.shots-promo--active .shots-promo__unsigned__image--3 {
  opacity: 1;
  transform: scale(1) rotate(4deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.3s;
}
.shots-promo__unsigned__image--4 {
  top: -40px;
  left: -180px;
  transform: scale(0.6) rotate(0);
}
.shots-promo--active .shots-promo__unsigned__image--4 {
  opacity: 1;
  transform: scale(1) rotate(-2deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.4s;
}
.shots-promo__unsigned__image--5 {
  top: 130px;
  right: -220px;
  transform: scale(0.6) rotate(0);
}
.shots-promo__unsigned__image--5 img {
  height: 160px;
}
.shots-promo--active .shots-promo__unsigned__image--5 {
  opacity: 1;
  transform: scale(1) rotate(2deg);
  transition: all 0.8s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.5s;
}

.footer {
  position: relative;
  overflow: hidden;
  z-index: 101;
  display: flex;
  min-height: 100vh;
  color: white;
  padding: 32px 0;
  background-color: var(--dark);
  background-image: radial-gradient(at 66% 96%, hsla(251, 100%, 86%, 0.3) 0px, transparent 50%), radial-gradient(at 39% 39%, hsla(154, 100%, 83%, 0.2) 0px, transparent 50%);
  -webkit-font-smoothing: antialiased;
}
.footer__wrap {
  max-width: 1632px;
  margin: auto;
  padding: 0 16px;
  height: 100%;
}
@media only screen and (min-width: 688px) {
  .footer__wrap {
    padding: 0 32px;
  }
}
.footer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__header__logo svg {
  height: 48px;
}
@media only screen and (min-width: 688px) {
  .footer__header__logo svg {
    height: 64px;
  }
}
.footer__header__offset {
  height: 64px;
  width: 64px;
}
@media only screen and (max-width: 991px) {
  .footer__header__offset {
    display: none;
  }
}
.footer__header__text {
  color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-heading);
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 688px) {
  .footer__header__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1312px) {
  .footer__header__text {
    font-size: 32px;
  }
}
.footer__mega {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}
@media only screen and (min-width: 688px) {
  .footer__mega {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .footer__mega {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer__mega__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: rgba(237, 243, 244, 0.1);
  color: white;
  padding: 20px;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .footer__mega__item {
    height: 280px;
  }
}
@media only screen and (min-width: 1312px) {
  .footer__mega__item {
    height: 320px;
    padding: 32px;
  }
}
.footer__mega__item .logo {
  height: 48px;
  flex-shrink: 0;
}
.footer__mega__item .logo .logo__box,
.footer__mega__item .logo .logo__inner,
.footer__mega__item .logo .logo__text {
  fill: white;
}
.footer__mega__item .logo .logo__shots {
  fill: rgba(255, 255, 255, 0.8);
}
.footer__mega__item .logo .logo__highlight {
  fill: rgba(255, 255, 255, 0.4);
}
.footer__mega__item .logo .logo__overlay {
  fill: var(--black);
}
.footer__mega__item__text {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
  font-size: 20px;
}
@media only screen and (min-width: 1312px) {
  .footer__mega__item__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__mega__item__text {
    font-size: 28px;
  }
}
.footer__mega__item .button {
  margin-top: auto;
  flex-shrink: 0;
}
.footer__mega__item .button:not(.footer__mega__item--signup .button) {
  opacity: 0;
  transform: translate(0, 8px);
  transition: opacity 0.1s cubic-bezier(0.2, 0.3, 0, 1), transform 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
@media only screen and (max-width: 991px) {
  .footer__mega__item .button:not(.footer__mega__item--signup .button) {
    display: none;
  }
}
.footer__mega__item:not(.footer__mega__item--signup):hover {
  background: white;
  color: var(--black);
}
.footer__mega__item:not(.footer__mega__item--signup):hover .button {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.footer__mega__item:not(.footer__mega__item--signup):hover .logo__box,
.footer__mega__item:not(.footer__mega__item--signup):hover .logo__inner,
.footer__mega__item:not(.footer__mega__item--signup):hover .logo__text {
  fill: var(--black);
}
.footer__mega__item:not(.footer__mega__item--signup):hover .logo__shots {
  fill: var(--grey);
}
.footer__mega__item:not(.footer__mega__item--signup):hover .logo__highlight {
  fill: var(--accent);
}
.footer__mega__item:not(.footer__mega__item--signup):hover .logo__overlay {
  fill: white;
}
.footer__mega__item--signup {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.footer__mega__item__form {
  position: relative;
  width: 100%;
}
.footer__mega__item__form__input {
  position: relative;
  margin-bottom: 8px;
}
.footer__mega__item__form__input > svg {
  position: absolute;
  top: 16px;
  left: 16px;
  fill: white;
  height: 16px;
  pointer-events: none;
}
.footer__mega__item__form__input input {
  color: white;
  width: 100%;
  height: 48px;
  padding: 0 48px 2px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-family: var(--font-heading);
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.2, 0.3, 0, 1), background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .footer__mega__item__form__input input {
    padding: 0 14px 2px 40px;
  }
}
.footer__mega__item__form__input input::placeholder {
  color: var(--silver);
}
.footer__mega__item__form__input input:focus {
  border-color: white;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .footer__mega__item__form .button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .footer__mega__item__form .button span {
    display: none;
  }
}
.footer__lower {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1312px) {
  .footer__lower {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__lower__logo svg {
  height: 26px;
  fill: white;
}
.footer__lower__logo p {
  margin-top: 8px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 12px;
  color: var(--silver);
}
.footer__legal {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
}
.footer__legal span, .footer__legal a, .footer__legal div {
  font-family: var(--font-heading);
  text-decoration: none;
  font-weight: 500;
  color: var(--silver);
}
.footer__legal span:hover, .footer__legal a:hover, .footer__legal div:hover {
  color: white;
}
.footer__socials {
  display: flex;
  gap: 8px;
}
.footer__socials a {
  display: flex;
  width: 64px;
  height: 64px;
  background: rgba(237, 243, 244, 0.1);
  color: white;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1), background-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.footer__socials a svg {
  margin: auto;
  height: 16px;
  fill: currentColor;
}
.footer__socials a:hover {
  background: white;
  color: var(--black);
}

.listing {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .listing:hover .listing__image img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.listing--animating {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.listing--animating.listing--loading {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}

.listing__labels {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  gap: 8px;
  margin-bottom: 8px;
}
.listing__labels .label:first-child {
  flex-shrink: 0;
}
.listing__labels .label--extra {
  min-width: 0;
}
.listing__labels .label--extra .label__note {
  text-overflow: ellipsis;
}

.listing .label {
  max-width: 100%;
}
.listing .label .label__note {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.listing .label--highlight {
  position: absolute;
  top: 6px;
  left: 6px;
  margin: 0;
  background: white;
  color: var(--black);
}

.listing__image {
  display: block;
  overflow: hidden;
  background: #f0f3f3;
  aspect-ratio: 16/9;
}
.listing__image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .listing__image img {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.listing__snippet {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.listing__snippet__ratio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.listing__snippet__ratio img,
.listing__snippet__ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing__snippet__ratio video {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.listing.js-snippets:hover video {
  opacity: 1;
}

.listing__title {
  margin-top: 14px;
  font-size: 24px;
  text-wrap: balance;
}
.listing__title a {
  font-weight: 700;
}

.listing p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-wrap: pretty;
}

.listing--highlighted .listing__title a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.large-listing {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .large-listing:hover .large-listing__image img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.large-listing__image {
  display: block;
  overflow: hidden;
  background: #AAFFDB;
}
.large-listing__image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .large-listing__image img {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 688px) {
  .large-listing__image {
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 688px) {
  .large-listing__snippet-frame {
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  }
}

.large-listing__snippet {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.large-listing__snippet__ratio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.large-listing__snippet__ratio img,
.large-listing__snippet__ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.large-listing__snippet__ratio video {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.large-listing.js-snippets:hover video {
  opacity: 1;
}

.large-listing__content {
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 688px) {
  .large-listing__content {
    padding: 0 32px !important;
  }
}
.large-listing__title {
  margin-top: 16px;
  text-wrap: balance;
}

.large-listing__text,
.large-listing p {
  margin-top: 14px;
  font-size: 16px;
  text-wrap: pretty;
}
@media only screen and (min-width: 688px) {
  .large-listing__text,
  .large-listing p {
    margin-top: 20px;
    font-size: 17px;
  }
}

.box-listing {
  cursor: pointer;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 992px) {
  .box-listing:hover .box-listing__image img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.box-listing__image {
  display: block;
  overflow: hidden;
  background: #212027;
}
@media only screen and (min-width: 992px) {
  .box-listing__image img {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.box-listing__snippet {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.box-listing__snippet__ratio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.box-listing__snippet__ratio img,
.box-listing__snippet__ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-listing__snippet__ratio video {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.box-listing.js-snippets:hover video {
  opacity: 1;
}

.box-listing__content {
  position: relative;
  background: #ffffff;
  padding: 14px 20px 16px;
}
@media only screen and (min-width: 1312px) {
  .box-listing__content {
    padding: 26px 32px 28px;
  }
}

.box-listing__title {
  margin-top: 0;
  font-size: 24px;
  text-wrap: balance;
}
@media only screen and (min-width: 1312px) {
  .box-listing__title {
    font-size: 32px;
  }
}
.box-listing__title a {
  font-weight: 700;
}

.box-listing__content p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}
@media only screen and (min-width: 1312px) {
  .box-listing__content p {
    font-size: 15px;
    line-height: 25px;
  }
}

.block-listing {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .block-listing:hover .block-listing__image img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.block-listing__image {
  display: block;
  overflow: hidden;
  background: #AAFFDB;
}
.block-listing__image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .block-listing__image img {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 688px) {
  .block-listing__image {
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  }
}

.block-listing__content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
}
@media only screen and (min-width: 688px) {
  .block-listing__content {
    left: 32px;
    right: 32px;
    bottom: 32px;
  }
}
.block-listing__content .label {
  background: #ffffff;
  color: #808687;
}

.block-listing__labels {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.block-listing__title {
  font-size: 24px;
}
.block-listing__title a {
  display: block;
  font-weight: 700;
  padding: 2px 4px 3px;
}
@media only screen and (min-width: 688px) {
  .block-listing__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .block-listing__title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1312px) {
  .block-listing__title {
    font-size: 32px;
  }
}

.membership {
  margin-top: 0;
  background: #AAFFDB;
}

.membership--large-screens {
  display: none;
}
@media only screen and (min-width: 992px) {
  .membership--large-screens {
    display: block;
  }
}

.state--source-auth-true .membership {
  display: none;
}

.membership__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.membership__content {
  position: relative;
  grid-column: 1/3;
  text-align: center;
  padding: 64px 0;
}
@media only screen and (min-width: 688px) {
  .membership__content {
    grid-column: 1/7;
    padding: 84px 0;
  }
}
@media only screen and (min-width: 992px) {
  .membership__content {
    grid-column: 3/11;
  }
}
@media only screen and (min-width: 1312px) {
  .membership__content {
    padding: 120px 0;
  }
}
.membership__content .button {
  margin-top: 22px;
}
@media only screen and (min-width: 1312px) {
  .membership__content .button {
    margin-top: 26px;
  }
}

.no-cssgrid .membership__content {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .membership__content {
    width: 66.66%;
    margin: 0 auto;
  }
}

.membership__title {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .membership__title {
    font-size: 45px;
    line-height: 55px;
    white-space: pre-line;
  }
}
@media only screen and (min-width: 1312px) {
  .membership__title {
    font-size: 60px;
    line-height: 70px;
  }
}
.membership__title img {
  display: inline-block;
  width: 126px;
  margin: 0 7px 0 4px;
  vertical-align: middle;
  -moz-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
@media only screen and (min-width: 688px) {
  .membership__title img {
    width: 180px;
    margin: 0 10px 0 4px;
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
@media only screen and (min-width: 1312px) {
  .membership__title img {
    width: 240px;
    margin: 0 12px 0 2px;
    -moz-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}
.membership__title svg {
  display: inline-block;
  margin: 0 10px -5px;
  vertical-align: bottom;
  height: 50px;
  fill: #AAFFDB;
}
@media only screen and (min-width: 688px) {
  .membership__title svg {
    height: 60px;
  }
}
@media only screen and (min-width: 1312px) {
  .membership__title svg {
    height: 80px;
  }
}

.membership__text {
  color: #ffffff;
  padding: 0 20px;
}
@media only screen and (min-width: 1312px) {
  .membership__text {
    padding: 0 80px;
    margin-top: 28px;
  }
}

.slate-ad {
  display: none;
}

.state--source-auth-true .slate-ad {
  display: block;
}

.slate-ad {
  margin-top: 0;
  background: #212027;
  overflow: hidden;
}

.slate-ad__content {
  position: relative;
  grid-column: 1/3;
  text-align: center;
  padding: 12px 0 64px 0;
}
@media only screen and (min-width: 688px) {
  .slate-ad__content {
    grid-column: 1/7;
    padding: 0 0 84px 0;
  }
}
@media only screen and (min-width: 992px) {
  .slate-ad__content {
    grid-column: 1/7;
    text-align: left;
    padding: 84px 0;
  }
}
@media only screen and (min-width: 1312px) {
  .slate-ad__content {
    padding: 120px 0;
  }
}
.slate-ad__content .button {
  margin-top: 22px;
}
@media only screen and (min-width: 1312px) {
  .slate-ad__content .button {
    margin-top: 26px;
  }
}

.slate-ad__title {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: pre-line;
}
@media only screen and (min-width: 688px) {
  .slate-ad__title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1312px) {
  .slate-ad__title {
    font-size: 60px;
    line-height: 70px;
  }
}
.slate-ad__title img {
  display: inline-block;
  width: 100px;
  margin: 0 0 0 4px;
  vertical-align: middle;
  -moz-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
@media only screen and (min-width: 688px) {
  .slate-ad__title img {
    width: 140px;
    margin: 0 0 0 4px;
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
@media only screen and (min-width: 1312px) {
  .slate-ad__title img {
    width: 180px;
    margin: 0 0 0 6px;
    -moz-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}

.slate-ad__text {
  color: #ffffff;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .slate-ad__text {
    padding: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .slate-ad__text {
    margin-top: 28px;
  }
}

.slate-ad__text-lower {
  margin-top: 10px;
  color: #ffffff;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .slate-ad__text-lower {
    padding: 0;
  }
}

.slate-ad__image {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 64px;
}
@media only screen and (min-width: 688px) {
  .slate-ad__image {
    grid-column: 1/7;
    padding-top: 84px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .slate-ad__image {
    order: 2;
    grid-column: 7/13;
    padding: 0 0 0 32px;
  }
}
.slate-ad__image img {
  height: 172px;
  max-width: none;
}
@media only screen and (min-width: 688px) {
  .slate-ad__image img {
    height: 312px;
  }
}
@media only screen and (min-width: 992px) {
  .slate-ad__image img {
    height: 452px;
  }
}

.no-cssgrid .slate-ad__content {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .slate-ad__content {
    float: left;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .slate-ad__image {
    float: right;
    width: 50%;
    margin: 0 auto;
    padding: 60px 0 60px 32px;
  }
}

.mini-ads {
  margin-top: 0;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .mini-ads {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .mini-ads {
    display: none;
  }
}

.mini-ad {
  display: block;
  background: #AAFFDB;
  padding: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 688px) {
  .mini-ad {
    grid-column: span 3;
    padding: 32px;
  }
}

.mini-ad__title {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.mini-ad__title img {
  margin-top: 3px;
  width: 82px;
}
@media only screen and (min-width: 688px) {
  .mini-ad__title {
    font-size: 19px;
  }
}
.mini-ad__title strong {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.mini-ad__text {
  margin-top: 14px;
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .mini-ad__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 25px;
  }
}

.mini-ad__cta {
  display: block;
  margin-top: 14px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .mini-ad__cta {
    margin-top: 22px;
    font-size: 15px;
  }
}

.mini-ad--membership {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mini-ad--signup .mini-ad__title strong {
  margin-top: 6px;
}

.no-cssgrid .mini-ads .grid {
  padding: 0 16px;
}
.no-cssgrid .mini-ad {
  float: left;
  width: calc(50% - 8px);
}
.no-cssgrid .mini-ad--signup {
  float: right;
}

section.subscribe {
  margin-top: 0;
  background: #AAFFDB;
}

@media only screen and (min-width: 992px) {
  .subscribe--small-screens {
    display: none;
  }
}

.subscribe-signup {
  grid-column: 1/3;
  text-align: center;
  padding: 78px 0 74px;
}
@media only screen and (min-width: 688px) {
  .subscribe-signup {
    grid-column: 2/6;
  }
}
@media only screen and (min-width: 688px) {
  .subscribe-signup .promo-signup__title {
    white-space: pre-line;
  }
}
.subscribe-signup .promo-signup__form .button {
  margin-left: -3px;
}

.no-cssgrid .subscribe-signup {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .subscribe-signup {
    width: 66.66%;
    margin: 0 auto;
  }
}

.listing-membership {
  position: relative;
  background: linear-gradient(300deg, #aaffdb, #75fbfb, #cabcff, #ffabb5);
  background-size: 240% 240%;
  animation: gradient-animation 24s ease infinite;
  padding: 20px;
}
@media only screen and (min-width: 688px) {
  .listing-membership {
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-membership {
    padding: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-membership {
    padding: 32px;
  }
}

.listing-membership__title {
  position: relative;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1312px) {
  .listing-membership__title {
    font-size: 24px;
  }
}

.listing-membership .button {
  position: relative;
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 1312px) {
  .listing-membership .button {
    margin-top: 22px;
  }
}

.listing-slate {
  display: none;
  position: relative;
  background: #212027;
  color: #ffffff;
  padding: 16px 20px 20px;
}
@media only screen and (min-width: 688px) {
  .listing-slate {
    padding: 24px 32px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-slate {
    padding: 16px 20px 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-slate {
    padding: 24px 32px 32px;
  }
}
.listing-slate .listing-membership__title {
  display: block;
  margin-top: 12px;
  white-space: pre-line;
}
@media only screen and (min-width: 1312px) {
  .listing-slate .listing-membership__title {
    margin-top: 22px;
  }
}
.listing-slate .listing-membership__title img {
  width: 80px;
  -moz-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.listing-slate__image {
  margin-top: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.15);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.15);
}

.listing-slate .button {
  position: relative;
  margin-top: 12px;
}
@media only screen and (min-width: 1312px) {
  .listing-slate .button {
    margin-top: 22px;
  }
}

.listing-subscribe {
  background: var(--black);
  color: white;
  padding: 16px 20px 14px;
}
@media only screen and (min-width: 688px) {
  .listing-subscribe {
    padding: 24px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-subscribe {
    padding: 18px 20px 16px;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-subscribe {
    padding: 28px 32px;
  }
}

.listing-subscribe__title {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 688px) {
  .listing-subscribe__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-subscribe__title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-subscribe__title {
    font-size: 20px;
  }
}

.listing-subscribe__form {
  margin-top: 16px;
}
@media only screen and (min-width: 1312px) {
  .listing-subscribe__form {
    margin-top: 24px;
  }
}
.listing-subscribe__form input {
  display: block;
  width: 100%;
}
.listing-subscribe__form .button {
  margin-top: 8px;
}

.listing-subscribe__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 1312px) {
  .listing-subscribe__text {
    margin-top: 22px;
  }
}

.ad {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .ad {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .ad {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1312px) {
  .ad {
    max-width: 1280px;
  }
}
.ad a {
  display: block;
}
.ad a img {
  display: block;
}

.ad__small {
  max-width: 300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 688px) {
  .ad__small {
    display: none;
  }
}

.ad__large {
  display: none;
}
@media only screen and (min-width: 688px) {
  .ad__large {
    display: block;
    max-width: 728px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
}

.promo-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.promo-popup--on {
  visibility: visible;
  opacity: 1;
}

.promo-popup__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 30px 26px;
  font-size: 30px;
  color: #282E2F;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.promo-popup__close:hover {
  color: #AAFFDB;
}
@media only screen and (min-width: 688px) {
  .promo-popup__close {
    padding: 25px 24px;
    font-size: 50px;
  }
}

.promo-popup__content {
  position: relative;
  width: 100%;
  max-width: 448px;
}
@media only screen and (min-width: 688px) {
  .promo-popup__content {
    max-width: 700px;
  }
}

.promo-popup .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.promo-popup__image {
  display: block;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.promo-popup__button {
  margin-top: 16px;
}

.body--xmas .about-hero__title h1 span {
  background: #c02c3a;
}
.body--xmas .promo-popup,
.body--xmas .promo-promo {
  display: none;
}

.promo-page__logos {
  display: none;
}
@media only screen and (min-width: 688px) {
  .promo-page__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .promo-page__logos {
    grid-column: 1/13;
  }
}
.promo-page__logos svg {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  fill: #AAFFDB;
}
.promo-page__logos img {
  height: 30px;
}

.promo-form {
  padding-top: 0 !important;
  margin-top: 62px !important;
}
@media only screen and (min-width: 688px) {
  .promo-form {
    margin-top: 82px !important;
  }
}
@media only screen and (min-width: 1312px) {
  .promo-form {
    margin-top: 134px !important;
  }
}
.promo-form__form {
  grid-column: 1/3;
  margin-top: -32px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border: 10px solid white;
  border-image: repeating-linear-gradient(45deg, #c02c3a, #c02c3a 15px, white 15px, white 30px) 10;
  padding: 20px;
}
@media only screen and (min-width: 688px) {
  .promo-form__form {
    grid-column: 1/7;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    border-width: 15px;
    border-image: repeating-linear-gradient(45deg, #c02c3a, #c02c3a 15px, white 15px, white 30px) 15;
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .promo-form__form {
    grid-column: 3/11;
  }
}
@media only screen and (min-width: 1312px) {
  .promo-form__form {
    margin-top: -64px;
    padding: 50px;
  }
}
.promo-form__form input {
  color: #282E2F;
}
.promo-form__form input:focus {
  background: transparent;
}
.promo-form__form #mc_embed_signup .button {
  background: #c02c3a;
}
.promo-form__form #mc_embed_signup .button:hover {
  background: #AAFFDB;
}

.form {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: var(--header-height) 16px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.form__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 32, 39, 0.95);
  backdrop-filter: blur(6px);
  cursor: zoom-out;
}
.form__content {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 564px;
  background: white;
  padding: 32px;
  box-shadow: 0px 8px 64px rgba(17, 17, 17, 0.6);
  opacity: 0;
  transform: translate(0, 32px);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
@media only screen and (min-width: 992px) {
  .form__content {
    padding: 48px;
    max-width: 596px;
  }
}
@media only screen and (min-width: 992px) {
  .form__content {
    padding: 64px;
    max-width: 628px;
  }
}
.form__header p {
  text-wrap: balance;
}
.form form {
  margin-top: 24px;
  display: grid;
  row-gap: 24px;
}
.form__item label {
  display: block;
  font-family: var(--font-heading);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--grey);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.form__item:focus-within label {
  color: var(--black);
}
.form__item input {
  margin-top: 8px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 2px solid var(--silver);
  background: transparent;
  font-family: var(--font-heading);
  font-size: 20px;
  letter-spacing: -0.02em;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.form__item input::placeholder {
  color: rgba(84, 100, 94, 0.4);
}
.form__item input:focus {
  border-color: var(--accent);
}
.form__item .button {
  margin-top: 24px;
  width: 100%;
}
.form__close {
  position: fixed;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: var(--grey);
  color: white;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
@media only screen and (min-width: 688px) {
  .form__close {
    top: 32px;
    right: 32px;
  }
}
.form__close div {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 16px);
  width: 32px;
  height: 3px;
  background: currentColor;
}
.form__close div:first-child {
  transform: rotate(45deg);
}
.form__close div:last-child {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 687px) {
  .form__close {
    transform: scale(0.75);
  }
}
.form__close:hover {
  background: white;
  color: var(--black);
}

.state--demo-form {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}
.state--demo-form .form {
  opacity: 1;
  visibility: visible;
}
.state--demo-form .form__content {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.6s cubic-bezier(0.14, 1.14, 0.39, 1.16) 0.2s;
}

section.home-hero {
  margin-top: 0;
  padding-top: var(--header-height);
}
@media only screen and (min-width: 992px) {
  section.home-hero {
    background: linear-gradient(180deg, var(--silver), transparent);
  }
}

.home-hero__wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.hero-carousel .owl-dots {
  margin: 16px auto 0;
  max-width: 452px;
  padding: 0 16px;
  display: flex;
  gap: 4px;
}
@media only screen and (min-width: 688px) {
  .hero-carousel .owl-dots {
    max-width: 688px;
    padding: 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-carousel .owl-dots {
    position: absolute;
    top: 32px;
    right: 32px;
    padding: 0;
    margin: 0;
  }
}
.hero-carousel button.owl-dot {
  width: 20px;
  height: 20px;
  padding: 0;
  background: rgb(211.675862069, 226.1172413793, 228.524137931);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.hero-carousel button.owl-dot.active {
  background: var(--accent);
}
.hero-carousel button.owl-dot:focus {
  outline: none;
}
.hero-carousel:has(.owl-item.active .label--work) button.owl-dot.active {
  background: #75FBFB;
}
.hero-carousel:has(.owl-item.active .label--craft) button.owl-dot.active {
  background: #DBFFA8;
}
.hero-carousel:has(.owl-item.active .label--talent) button.owl-dot.active {
  background: #FFC398;
}
.hero-carousel:has(.owl-item.active .label--inspiration) button.owl-dot.active {
  background: #CABCFF;
}
.hero-carousel:has(.owl-item.active .label--news) button.owl-dot.active {
  background: #FFABB5;
}
.hero-carousel:has(.owl-item.active .label--insight) button.owl-dot.active {
  background: #AADDFF;
}
.hero-carousel:has(.owl-item.active .label--showcase) button.owl-dot.active {
  background: #FFEC8A;
}
.hero-carousel:has(.owl-item.active .label--focus) button.owl-dot.active {
  background: #FFB2FB;
}

.hero-item {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .hero-item {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
  .hero-item:hover .hero-item__image img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.hero-item__image {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hero-item__image {
    grid-column: 1/8;
  }
}
@media only screen and (min-width: 992px) {
  .hero-item__image img {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.hero-item__snippet {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 992px) {
  .hero-item__snippet {
    grid-column: 1/8;
  }
}
.hero-item__snippet__ratio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.hero-item__snippet__ratio img,
.hero-item__snippet__ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-item__snippet__ratio video {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.hero-item.js-snippets:hover video {
  opacity: 1;
}

.hero-item__content {
  position: relative;
  margin: 32px auto 0;
  max-width: 452px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .hero-item__content {
    max-width: 688px;
    padding: 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-item__content {
    grid-column: 8/13;
    padding: 0 32px 0 0;
    display: flex;
    flex-direction: column;
  }
}
.owl-item .hero-item__content {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), transform 0s linear 0.4s;
}
.owl-item.active .hero-item__content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}

.hero-item__labels {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-item__text {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .hero-item__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    margin-top: 0;
    padding: 24px 0 48px;
  }
}

.hero-item__title {
  text-wrap: balance;
}
.hero-item__title a {
  font-weight: 700;
  color: var(--black);
}

.hero-item__teaser {
  margin-top: 8px;
}
@media only screen and (min-width: 1312px) {
  .hero-item__teaser {
    margin-top: 16px;
  }
}
.hero-item__teaser p {
  font-size: 15px;
  text-wrap: balance;
}
@media only screen and (min-width: 688px) {
  .hero-item__teaser p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .no-cssgrid .hero-item__image {
    float: left;
    width: 58%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .hero-item__content {
    float: right;
    width: 42%;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1312px) {
  section.home-work,
  section.home-news {
    margin-top: 59px;
  }
}

.section__title {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 8px;
}
@media only screen and (min-width: 688px) {
  .section__title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .section__title {
    grid-column: 1/13;
  }
}
@media only screen and (max-width: 991px) {
  .section__title .button {
    display: none;
  }
}
.section__title--centered {
  justify-content: center;
}
.section__title .swipe {
  padding-top: 5px;
}
@media only screen and (min-width: 688px) {
  .section__title .swipe {
    padding-top: 9px;
  }
}

.no-cssgrid .section__title {
  padding: 0 16px;
}

.section-label {
  display: inline-block;
  padding: 7px 9px 6px 10px;
  border: 3px solid #AAFFDB;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 688px) {
  .section-label {
    padding: 10px 18px 9px 19px;
    font-size: 15px;
  }
}
.section-label strong {
  font-weight: 700;
  text-transform: uppercase;
}

.section-label--work {
  border-color: #75FBFB;
  color: #75FBFB;
}
.section-label--work:hover {
  background: #75FBFB;
  color: #ffffff;
}

.section-label--news {
  border-color: #FFABB5;
  color: #FFABB5;
}
.section-label--news:hover {
  background: #FFABB5;
  color: #ffffff;
}

.listing-carousel.owl-carousel {
  margin-top: 16px;
}
@media only screen and (min-width: 688px) {
  .listing-carousel.owl-carousel {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-carousel.owl-carousel {
    display: none;
  }
}
.listing-carousel.owl-carousel .owl-stage-outer {
  grid-column: 1/3;
}
@media only screen and (min-width: 688px) {
  .listing-carousel.owl-carousel .owl-stage-outer {
    grid-column: 1/7;
  }
}

.no-cssgrid .listing-carousel.owl-carousel .grid__item {
  width: 100%;
}

.listing-grid {
  display: none;
}
@media only screen and (min-width: 992px) {
  .listing-grid {
    display: grid;
    margin-top: 32px;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-grid {
    row-gap: 48px;
  }
}

.no-cssgrid .listing-grid {
  display: none;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .listing-grid {
    display: block;
  }
}

.listing-grid__subtitle {
  position: relative;
  margin-bottom: -6px;
}
.listing-grid__subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -1px;
  background: var(--silver);
}
.listing-grid__subtitle span {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  margin-left: 16px;
  background: #ffffff;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.listing-grid__subtitle--featured {
  grid-column: span 9;
}

.listing-grid__subtitle--latest {
  grid-column: span 3;
}

.no-cssgrid .listing-grid__subtitle {
  margin-bottom: 0;
  padding: 0 16px;
}
.no-cssgrid .listing-grid__subtitle:before {
  left: 16px;
  right: 16px;
}
.no-cssgrid .listing-grid__subtitle--featured {
  float: left;
  width: 75%;
}
.no-cssgrid .listing-grid__subtitle--latest {
  float: left;
  width: 25%;
}

@media only screen and (min-width: 1600px) {
  .home-work .listing-grid__subtitle--latest {
    margin-left: 32px;
    margin-right: -32px;
  }
}

@media only screen and (min-width: 1600px) {
  .home-news .listing-grid .grid__item:not(.grid__item--latest),
  .home-news .listing-grid__subtitle--featured {
    margin-left: 32px;
    margin-right: -32px;
  }
}

.listing-grid__subtitle--work {
  color: #75FBFB;
}
.listing-grid__subtitle--work:before {
  background: #75FBFB;
  opacity: 0.25;
}

.listing-grid__subtitle--news {
  color: #FFABB5;
}
.listing-grid__subtitle--news:before {
  background: #FFABB5;
  opacity: 0.25;
}

.no-cssgrid .listing-grid .listing {
  margin-top: 32px;
}

.listing-grid .grid__item--latest {
  grid-row: span 2;
}

.no-cssgrid .listing-grid .grid__item--latest {
  margin-top: 32px;
  height: 200px;
}
.no-cssgrid .home-work .listing-grid .grid__item:nth-child(7) {
  clear: left;
}
.no-cssgrid .home-news .listing-grid .grid__item:nth-child(7) {
  clear: left;
  margin-left: 25%;
}
@media only screen and (min-width: 1600px) {
  .no-cssgrid .home-news .listing-grid .grid__item:nth-child(7) {
    margin-left: calc(25% + 32px);
  }
}

ul.latest-list {
  margin-top: -14px;
  list-style: none;
  line-height: 1.25;
}
@media only screen and (min-width: 1312px) {
  ul.latest-list {
    margin-top: -15px;
  }
}
ul.latest-list li a {
  position: relative;
  display: block;
  padding: 10px 0 10px 24px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #808687;
}
@media only screen and (min-width: 1312px) {
  ul.latest-list li a {
    font-size: 20px;
  }
}
ul.latest-list li a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #AAFFDB;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1312px) {
  ul.latest-list li a:before {
    top: 16px;
  }
}
ul.latest-list li a:hover {
  color: #282E2F;
}
ul.latest-list li a:hover:before {
  transform: scale(1.25) rotate(-2deg);
  -webkit-transition: all 0.4s cubic-bezier(0.14, 1.14, 0.39, 1.16);
  -moz-transition: all 0.4s cubic-bezier(0.14, 1.14, 0.39, 1.16);
  -ms-transition: all 0.4s cubic-bezier(0.14, 1.14, 0.39, 1.16);
  -o-transition: all 0.4s cubic-bezier(0.14, 1.14, 0.39, 1.16);
  transition: all 0.4s cubic-bezier(0.14, 1.14, 0.39, 1.16);
}

@media only screen and (min-width: 1600px) {
  ul.latest-list--work {
    margin-left: 32px;
  }
}
ul.latest-list--work li a:before {
  background: #75FBFB;
}

ul.latest-list--news li a:before {
  background: #FFABB5;
}

ul.latest-list--craft li a:before {
  background: #DBFFA8;
}

ul.latest-list--talent li a:before {
  background: #FFC398;
}

ul.latest-list--inspiration li a:before {
  background: #CABCFF;
}

ul.latest-list--insight li a:before {
  background: #AADDFF;
}

.home-craft {
  background: #DBFFA8;
  margin-top: 34px;
  padding-bottom: 42px;
  overflow: hidden;
}
.home-craft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: #ffffff;
}
@media only screen and (min-width: 688px) {
  .home-craft {
    margin-top: 50px;
    padding-bottom: 58px;
  }
  .home-craft:before {
    height: 45px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-craft {
    margin-top: 58px;
    padding-bottom: 64px;
  }
}
.home-craft .ad {
  position: relative;
  z-index: 1;
}

.home-craft__intro {
  grid-column: 1/3;
  margin-top: 42px;
}
@media only screen and (min-width: 688px) {
  .home-craft__intro {
    grid-column: 1/7;
    margin-top: 52px;
    padding: 0 60px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .home-craft__intro {
    grid-column: 3/11;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-craft__intro {
    grid-column: 4/10;
    margin-top: 64px;
    padding: 0;
  }
}
.home-craft__intro p {
  margin-top: 7px;
  font-size: 15px;
}
@media only screen and (min-width: 688px) {
  .home-craft__intro p {
    margin-top: 22px;
    font-size: 17px;
    white-space: pre-line;
  }
}

.section-label--craft {
  border-color: #ffffff;
  color: #ffffff;
}
.section-label--craft:hover {
  background: #ffffff;
  color: #DBFFA8;
}

.no-cssgrid .home-craft__intro {
  width: 100%;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .home-craft__intro {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-craft__intro {
    width: 66.66%;
    margin-left: 16.66%;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .home-craft__intro {
    width: 50%;
    margin-left: 25%;
    padding: 0;
  }
}

.home-craft__wrap {
  position: relative;
}
.home-craft__wrap .home-craft__featured .large-listing__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 452px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .home-craft__wrap .home-craft__featured .large-listing__content {
    max-width: none;
    padding: 0;
  }
}
.home-craft__wrap .home-craft__featured .large-listing__content .label--craft {
  background: rgba(33, 32, 39, 0.2);
}
@media only screen and (min-width: 688px) {
  .home-craft__wrap {
    display: grid;
    max-width: 688px;
    margin: 42px auto 0;
    padding: 0 32px;
    grid-template-columns: repeat(6, [col-start] 1fr);
    grid-column-gap: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home-craft__wrap {
    max-width: 1312px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
@media only screen and (min-width: 1312px) {
  .home-craft__wrap {
    margin-top: 54px;
  }
}

.no-cssgrid .home-craft__wrap:after {
  content: "";
  clear: both;
  display: table;
}

.home-craft__featured {
  margin-top: 32px;
}
@media only screen and (min-width: 688px) {
  .home-craft__featured {
    grid-column: 1/7;
    margin-top: 0;
  }
  .home-craft__featured .large-listing__image {
    transform: rotate(-1deg);
  }
}
@media only screen and (min-width: 992px) {
  .home-craft__featured {
    position: relative;
    z-index: 3;
  }
}

@media only screen and (min-width: 992px) {
  .no-cssgrid .home-craft__featured {
    float: left;
    width: 50%;
    padding-right: 16px;
  }
}

.home-craft__latest {
  grid-column: 1/3;
  margin-top: 34px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .home-craft__latest {
    grid-column: 1/7;
    margin-top: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .home-craft__latest {
    position: relative;
    grid-column: 7/13;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 56px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-craft__latest {
    padding-left: 32px;
  }
}
.home-craft__latest .box-listing .label {
  margin: 0;
  position: absolute;
  top: -11px;
}

.no-cssgrid .home-craft__latest {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-craft__latest {
    float: right;
    width: 50%;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .home-craft__latest {
    padding-left: 48px;
  }
}

.craft-carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  display: flex;
}
@media only screen and (min-width: 688px) {
  .craft-carousel {
    width: 624px;
    max-width: none;
  }
  .craft-carousel .owl-stage-outer {
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  .craft-carousel {
    width: 306px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .craft-carousel {
    width: 392px;
  }
}
.craft-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.craft-carousel .owl-item {
  display: flex;
}
.craft-carousel .owl-nav {
  position: absolute;
  top: -56px;
  left: 0;
}
.craft-carousel .owl-nav .owl-prev,
.craft-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: rgba(40, 46, 47, 0.1);
  color: var(--black);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.craft-carousel .owl-nav .owl-prev.disabled,
.craft-carousel .owl-nav .owl-next.disabled {
  color: rgba(40, 46, 47, 0.2);
  pointer-events: none;
}
.craft-carousel .owl-nav .owl-prev:focus,
.craft-carousel .owl-nav .owl-next:focus {
  outline: none;
}
.craft-carousel .owl-nav .owl-prev:hover,
.craft-carousel .owl-nav .owl-next:hover {
  background: var(--black);
  color: white;
}
.craft-carousel .owl-nav .owl-next {
  margin-left: 6px;
}

.craft-carousel__item {
  background: #ffffff;
  -webkit-box-shadow: 6px 10px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 6px 10px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 6px 10px 22px rgba(0, 0, 0, 0.07);
}
.craft-carousel__item .box-listing {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.craft-carousel__item .box-listing__image {
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 992px) {
  .craft-carousel__item {
    width: 306px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .craft-carousel__item {
    width: 392px;
  }
}

.home-craft__latest__info {
  margin: 12px auto 0;
  max-width: 452px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .home-craft__latest__info {
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-craft__latest__info {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-top: -12px;
    text-align: right;
  }
}

.home-craft__latest__info__explore {
  display: inline-block;
  margin-top: 5px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  opacity: 0.8;
}
.home-craft__latest__info__explore svg {
  margin-left: 3px;
}
.home-craft__latest__info__explore:hover {
  opacity: 1;
}

.home-craft__outer {
  position: relative;
}

.home-craft__bg {
  display: none;
}
@media only screen and (min-width: 992px) {
  .home-craft__bg {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 50%;
    bottom: -30px;
    width: calc(50vw + 32px);
    background: #DBFFA8;
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-craft__bg {
    width: calc(50vw + 48px);
    margin-right: -48px;
  }
}

.body--home .membership,
.body--home .slate-ad {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .body--home .membership,
  .body--home .slate-ad {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .body--home .membership,
  .body--home .slate-ad {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1312px) {
  .body--home .membership,
  .body--home .slate-ad {
    margin-top: 46px;
  }
}

section.home-talent-inspiration {
  margin-top: 0;
  padding: 42px 0;
  background: var(--silver);
}
@media only screen and (min-width: 688px) {
  section.home-talent-inspiration {
    padding: 52px 0;
  }
}
@media only screen and (min-width: 1312px) {
  section.home-talent-inspiration {
    padding: 64px 0;
  }
}
section.home-talent-inspiration .grid {
  display: block;
}

@media only screen and (min-width: 688px) {
  .home-talent,
  .home-inspiration {
    float: left;
    width: 50%;
    padding: 0 16px;
  }
}
.home-talent .section__title,
.home-inspiration .section__title {
  padding: 0;
}
@media only screen and (min-width: 688px) {
  .home-talent .swipe,
  .home-inspiration .swipe {
    display: none;
  }
}

.no-cssgrid .home-talent,
.no-cssgrid .home-inspiration {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .home-talent,
  .no-cssgrid .home-inspiration {
    float: left;
    width: 50%;
  }
}
.no-cssgrid .home-talent .section__title,
.no-cssgrid .home-inspiration .section__title {
  padding: 0;
}

.section-label-connector {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-label-connector {
    display: block;
    position: absolute;
    width: calc(50vw - 510px);
    height: 3px;
  }
}
@media only screen and (min-width: 1312px) {
  .section-label-connector {
    width: calc(50vw - 616px);
  }
}

@media only screen and (min-width: 992px) {
  .home-talent {
    padding-left: 8.33%;
  }
}
.home-talent .owl-dots {
  position: absolute;
  bottom: -32px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .home-talent .owl-dots {
    bottom: auto;
    left: auto;
    top: -40px;
    right: 0;
  }
}
.home-talent .owl-dots button.owl-dot {
  background: rgb(211.675862069, 226.1172413793, 228.524137931);
}
.home-talent .owl-dots button.owl-dot.active {
  background: #FFC398;
}

.home-talent__label {
  position: absolute;
  top: -11px;
  padding: 5px 5px 3px;
  background: #AAFFDB;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .home-talent__label {
    padding: 5px 7px 4px;
    font-size: 13px;
  }
}

.home-talent__label--agency {
  background: #282E2F;
}

.home-talent__label--production {
  background: #FFC398;
}

.home-inspiration {
  padding-top: 42px;
}
@media only screen and (min-width: 688px) {
  .home-inspiration {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-inspiration {
    padding-right: 8.33%;
  }
}
.home-inspiration .owl-dots {
  position: absolute;
  bottom: -32px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .home-inspiration .owl-dots {
    bottom: auto;
    left: auto;
    top: -40px;
    right: 0;
  }
}
.home-inspiration .owl-dots button.owl-dot {
  background: rgb(211.675862069, 226.1172413793, 228.524137931);
}
.home-inspiration .owl-dots button.owl-dot.active {
  background: #CABCFF;
}
.home-inspiration .box-listing .label {
  margin: 0;
  position: absolute;
  top: -11px;
}

.box-listing-carousel {
  margin-top: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
}
.box-listing-carousel .box-listing {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1312px) {
  .box-listing-carousel .box-listing__content {
    padding: 36px 48px 40px;
  }
}
.box-listing-carousel .owl-dots {
  display: flex;
  gap: 4px;
}
.box-listing-carousel button.owl-dot {
  width: 20px;
  height: 20px;
  padding: 0;
  background: var(--silver);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.box-listing-carousel button.owl-dot:first-child {
  margin-left: 0;
}
.box-listing-carousel button.owl-dot.active {
  background: #AAFFDB;
}
.box-listing-carousel button.owl-dot:focus {
  outline: none;
}

section.home-insight {
  margin-top: 0;
  cursor: pointer;
}
section.home-insight:hover .home-insight__title a {
  text-decoration-color: #AADDFF;
}

.home-insight__top {
  position: relative;
  background: var(--silver);
  padding: 0 0 22px;
}
@media only screen and (min-width: 688px) {
  .home-insight__top {
    padding: 32px 0 34px;
  }
}
@media only screen and (min-width: 992px) {
  .home-insight__top {
    padding: 12px 0 42px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__top {
    padding: 32px 0 52px;
  }
}
.home-insight__top:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 243, 243, 0);
  border-top-color: #f0f3f3;
  border-width: 14px;
  margin-left: -14px;
}
@media only screen and (min-width: 688px) {
  .home-insight__top:after {
    border-width: 22px;
    margin-left: -22px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__top:after {
    border-width: 30px;
    margin-left: -30px;
  }
}
.home-insight__top .section__title {
  text-align: center;
}
.home-insight__top .grid {
  position: relative;
  grid-row-gap: 0;
}

.section-label--insight {
  border-color: #AADDFF;
  color: #AADDFF;
}
.section-label--insight:hover {
  background: #AADDFF;
  color: #ffffff;
}

.home-insight__open,
.home-insight__close {
  position: absolute;
  width: 40px;
  height: 25px;
}
@media only screen and (min-width: 688px) {
  .home-insight__open,
  .home-insight__close {
    width: 80px;
    height: 50px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__open,
  .home-insight__close {
    width: 110px;
    height: 69px;
  }
}
.home-insight__open svg,
.home-insight__close svg {
  width: 100%;
  height: 100%;
  fill: #AADDFF;
}

.home-insight__open {
  top: 28px;
  left: 16px;
}
@media only screen and (min-width: 688px) {
  .home-insight__open {
    top: 54px;
    left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .home-insight__open {
    top: 74px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__open {
    top: 84px;
  }
}

.home-insight__close {
  top: 35px;
  right: 16px;
}
@media only screen and (min-width: 688px) {
  .home-insight__close {
    right: 20px;
    top: auto;
    bottom: -4px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__close {
    bottom: -8px;
  }
}
.home-insight__close svg {
  opacity: 0.5;
}

.home-insight__title {
  grid-column: 1/3;
  margin-top: 38px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (min-width: 688px) {
  .home-insight__title {
    grid-column: 2/6;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .home-insight__title {
    grid-column: 3/11;
    margin-top: 32px;
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__title {
    margin-top: 44px;
    font-size: 80px;
    line-height: 90px;
  }
}
.home-insight__title a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.no-cssgrid .home-insight__title {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .home-insight__title {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-insight__bottom .grid {
  position: relative;
  grid-row-gap: 16px;
}
@media only screen and (min-width: 688px) {
  .home-insight__bottom .grid {
    grid-row-gap: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__bottom .grid {
    grid-row-gap: 26px;
  }
}

.home-insight__author,
.home-insight__excerpt {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .home-insight__author,
  .home-insight__excerpt {
    grid-column: 2/6;
  }
}
@media only screen and (min-width: 992px) {
  .home-insight__author,
  .home-insight__excerpt {
    grid-column: 3/11;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__author,
  .home-insight__excerpt {
    grid-column: 4/10;
  }
}

.no-cssgrid .home-insight__author,
.no-cssgrid .home-insight__excerpt {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .home-insight__author,
  .no-cssgrid .home-insight__excerpt {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .home-insight__author,
  .no-cssgrid .home-insight__excerpt {
    width: 50%;
  }
}
.no-cssgrid .home-insight__excerpt {
  margin-top: 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .home-insight__excerpt {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .home-insight__excerpt {
    margin-top: 26px;
  }
}

.home-insight__author {
  position: relative;
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .home-insight__author {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__author {
    margin-top: 42px;
  }
}

.home-insight__author__image {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.home-insight__author__label {
  display: block;
  margin-top: 8px;
  font-family: "Pangram Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 688px) {
  .home-insight__author__label {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -7px;
    margin-right: 42px;
    text-align: right;
  }
}

.home-insight__author__name {
  display: block;
  margin-top: 6px;
  font-family: "Pangram Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #282E2F;
}
@media only screen and (min-width: 688px) {
  .home-insight__author__name {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: 42px;
    text-align: left;
  }
}

.home-insight__excerpt p {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (min-width: 688px) {
  .home-insight__excerpt p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-insight__excerpt p {
    font-size: 19px;
    line-height: 35px;
  }
}

.home-others {
  margin-top: 44px;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .home-others {
    margin-top: 70px;
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-others {
    margin-top: 98px;
    padding-bottom: 64px;
  }
}
.home-others .wrap {
  row-gap: 32px;
}

.home-other {
  grid-column: span 6;
  background: var(--silver);
  padding: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 688px) {
  .home-other {
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .home-other {
    grid-column: span 3;
  }
}
.home-other__images {
  display: flex;
  gap: 8px;
}
.home-other p {
  margin-top: 10px;
  font-size: 16px;
}
.home-other__buttons {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  flex-flow: wrap;
}
.home-other--showcase .home-other__images {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 26px;
}
.home-other--showcase .home-other__images img {
  position: absolute;
  width: 80%;
  height: auto;
}
.home-other--showcase .home-other__images img:first-child {
  transform: rotate(-2deg);
}
.home-other--showcase .home-other__images img:last-child {
  bottom: 0;
  right: 0;
  transform: rotate(2deg);
}
.home-other--focus .home-other__images {
  margin-bottom: 26px;
}
.home-other--focus .home-other__images img {
  width: 40%;
}

section.home-other-sections {
  margin-top: 44px;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  section.home-other-sections {
    margin-top: 70px;
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  section.home-other-sections {
    margin-top: 98px;
    padding-bottom: 64px;
  }
}
section.home-other-sections .grid > a {
  display: block;
}
section.home-other-sections .grid > a h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}
@media only screen and (min-width: 1312px) {
  section.home-other-sections .grid > a h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
section.home-other-sections .grid > a h4 strong {
  text-transform: uppercase;
  font-weight: 700;
}
section.home-other-sections .grid > a p {
  margin-top: 12px;
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (min-width: 688px) {
  section.home-other-sections .grid > a p {
    font-size: 13px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1312px) {
  section.home-other-sections .grid > a p {
    font-size: 15px;
    line-height: 25px;
  }
}

.home-showcase {
  position: relative;
  overflow: hidden;
  background: #AAFFDB;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  padding: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .home-showcase {
    grid-column: span 3;
    grid-row: span 2;
    padding: 26px 32px 28px;
  }
}
@media only screen and (min-width: 992px) {
  .home-showcase {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.home-showcase h4 {
  color: #ffffff;
}
.home-showcase h4 strong {
  display: block;
}
.home-showcase:hover {
  background: #16646a;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .home-showcase:hover .home-showcase__image img {
    -moz-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all 4s linear;
    -moz-transition: all 4s linear;
    -ms-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
  }
}
@media only screen and (min-width: 1312px) {
  .home-showcase:hover .home-showcase__image img {
    -moz-transform: translate(132px, 0);
    -o-transform: translate(132px, 0);
    -ms-transform: translate(132px, 0);
    -webkit-transform: translate(132px, 0);
    transform: translate(132px, 0);
    -webkit-transition: all 6s linear;
    -moz-transition: all 6s linear;
    -ms-transition: all 6s linear;
    -o-transition: all 6s linear;
    transition: all 6s linear;
  }
}

.home-showcase__image {
  margin: 16px 0 -20px -20px;
  height: 140px;
}
.home-showcase__image img {
  height: 204px;
  max-width: none;
  margin-left: -16px;
}
@media only screen and (min-width: 688px) {
  .home-showcase__image {
    margin: 26px 0 -28px 0;
  }
  .home-showcase__image img {
    height: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-showcase__image {
    margin: 26px 0 -28px -32px;
  }
  .home-showcase__image img {
    height: 234px;
    max-width: none;
    margin-left: -67px;
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .home-showcase__image {
    margin: 26px 0 -28px -32px;
  }
  .home-showcase__image img {
    height: 323px;
    max-width: none;
    margin-left: -100px;
  }
}

.home-focus {
  position: relative;
  overflow: hidden;
  background: #282E2F;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  padding: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .home-focus {
    grid-column: span 3;
    grid-row: span 2;
    padding: 26px 32px 28px;
  }
}
@media only screen and (min-width: 992px) {
  .home-focus {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.home-focus h4 {
  color: #ffffff;
}
.home-focus h4 strong {
  display: block;
}
.home-focus:hover {
  background: var(--black);
  color: white;
}
@media only screen and (min-width: 992px) {
  .home-focus:hover .home-focus__image img {
    -moz-transform: translate(-240px, 0);
    -o-transform: translate(-240px, 0);
    -ms-transform: translate(-240px, 0);
    -webkit-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
  }
}
@media only screen and (min-width: 1312px) {
  .home-focus:hover .home-focus__image img {
    -moz-transform: translate(-365px, 0);
    -o-transform: translate(-365px, 0);
    -ms-transform: translate(-365px, 0);
    -webkit-transform: translate(-365px, 0);
    transform: translate(-365px, 0);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    -ms-transition: all 7s linear;
    -o-transition: all 7s linear;
    transition: all 7s linear;
  }
}

.home-focus__image {
  margin: 0 -20px 16px 0;
}
.home-focus__image img {
  height: 140px;
  max-width: none;
}
@media only screen and (min-width: 688px) {
  .home-focus__image {
    margin: 0 -32px 26px 0;
  }
  .home-focus__image img {
    height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .home-focus__image {
    margin: 0 -32px 26px 0;
  }
  .home-focus__image img {
    height: 174px;
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .home-focus__image {
    margin: 0 -32px 26px 0;
  }
  .home-focus__image img {
    height: 254px;
  }
}

.home-awards {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  grid-column: span 2;
  padding: 16px 20px;
  min-height: 180px;
  background: #f0f3f3;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .home-awards {
    grid-column: span 6;
    padding: 28px 32px;
  }
}
.home-awards:hover {
  background: #d6eef0;
  color: #282E2F;
}
.home-awards:hover .home-awards__bg {
  opacity: 0.3;
}
.home-awards .home-awards__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  background-blend-mode: multiply;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-awards p {
  max-width: 320px;
}
@media only screen and (min-width: 688px) {
  .home-awards p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-awards p {
    max-width: 480px;
  }
}

.home-presents {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  grid-column: span 2;
  padding: 16px 20px;
  min-height: 180px;
  background: #f0f3f3;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .home-presents {
    grid-column: span 6;
    padding: 28px 32px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-presents {
    padding: 32px;
  }
}
.home-presents:hover {
  background: #d6eef0;
  color: #282E2F;
}
.home-presents:hover .home-presents__bg {
  opacity: 0.2;
}
.home-presents .home-presents__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  background-blend-mode: multiply;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.home-presents p {
  max-width: 340px;
}
@media only screen and (min-width: 688px) {
  .home-presents p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1312px) {
  .home-presents p {
    max-width: 480px;
  }
}

.no-cssgrid .home-other-sections .grid {
  padding: 0 16px;
}
.no-cssgrid .home-showcase,
.no-cssgrid .home-focus {
  float: left;
  width: calc(50% - 8px);
  height: 320px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .home-showcase,
  .no-cssgrid .home-focus {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-showcase,
  .no-cssgrid .home-focus {
    width: calc(25% - 16px);
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-showcase,
  .no-cssgrid .home-focus {
    height: 480px;
  }
}
.no-cssgrid .home-focus {
  float: right;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-focus {
    float: left;
    margin-left: 32px;
  }
}
.no-cssgrid .home-awards,
.no-cssgrid .home-presents {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-awards,
  .no-cssgrid .home-presents {
    clear: none;
    width: calc(50% - 32px);
    margin-left: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-awards {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .home-presents {
    margin-top: 32px;
  }
}

.membership-promo {
  position: relative;
  text-align: center;
  padding: 64px 0;
  text-align: center;
  background: linear-gradient(300deg, #aaffdb, #75fbfb, #cabcff, #ffabb5);
  background-size: 240% 240%;
  animation: gradient-animation 24s ease infinite;
}
@media only screen and (min-width: 992px) {
  .membership-promo {
    padding: 96px 0;
  }
}
.membership-promo__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .membership-promo__bg {
    display: none;
  }
}
.membership-promo__bg img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.membership-promo__logo {
  margin: 0 auto;
}
.membership-promo__logo svg {
  height: 64px;
}
.membership-promo__logo .logo__highlight {
  fill: rgba(40, 46, 47, 0.2);
}
.membership-promo__text {
  margin-top: 20px;
  text-wrap: balance;
  font-size: 32px;
}
@media only screen and (min-width: 688px) {
  .membership-promo__text {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .membership-promo__text {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  .membership-promo__text {
    margin-top: 38px;
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .membership-promo p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1312px) {
  .membership-promo p {
    font-size: 20px;
  }
}
.membership-promo .button {
  margin-top: 26px;
}
@media only screen and (min-width: 688px) {
  .membership-promo .button {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .membership-promo .button {
    margin-top: 46px;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.post {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.post-header {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: calc(var(--header-height) + 32px);
}
.post-header--standard {
  background: linear-gradient(180deg, var(--silver), transparent);
}

.post-header__content {
  position: relative;
  grid-column: 1/3;
}
@media only screen and (min-width: 688px) {
  .post-header__content {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .post-header__content {
    grid-column: 2/11;
  }
}
.post-header__content h1 {
  margin-top: 20px;
}
.post-header__content p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (min-width: 688px) {
  .post-header__content p {
    margin-top: 18px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header__content p {
    margin-top: 28px;
    font-size: 22px;
  }
}

.no-cssgrid .post-header__content {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .post-header__content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-header__content {
    width: 75%;
    margin: 0 16.66% 0 8.33%;
  }
}

.post-header__labels {
  display: inline-flex;
  gap: 8px;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.author {
  margin-top: 12px;
}
@media only screen and (min-width: 688px) {
  .author {
    margin-top: 22px;
  }
}

.author__image {
  display: block;
  float: left;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.author__image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.author__name,
.author__date {
  display: block;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (min-width: 688px) {
  .author__name,
  .author__date {
    display: inline-block;
    font-size: 13px;
  }
}
.author__name strong,
.author__date strong {
  font-weight: 600;
}
.author__name a,
.author__date a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.body--post--work .author__name a,
.body--post--work .author__date a {
  text-decoration-color: var(--cyan);
}
.body--post--craft .author__name a,
.body--post--craft .author__date a {
  text-decoration-color: var(--lime);
}
.body--post--talent .author__name a,
.body--post--talent .author__date a {
  text-decoration-color: var(--orange);
}
.body--post--inspiration .author__name a,
.body--post--inspiration .author__date a {
  text-decoration-color: var(--purple);
}
.body--post--insight .author__name a,
.body--post--insight .author__date a {
  text-decoration-color: var(--blue);
}
.body--post--news .author__name a,
.body--post--news .author__date a {
  text-decoration-color: var(--red);
}

.author__name {
  padding-top: 6px;
  color: #808687;
}
@media only screen and (min-width: 688px) {
  .author__name {
    padding-top: 12px;
    margin-right: 6px;
  }
}

.author__date {
  color: #808687;
  padding-top: 4px;
}
@media only screen and (min-width: 688px) {
  .author__date {
    padding-top: 0;
  }
}
.author__date sup {
  margin-left: 1px;
  font-size: 6px;
}

.sponsor {
  margin-top: 32px;
  display: flex;
}
.sponsor a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 16px 16px 17px;
  background: #f0f3f3;
}
@media only screen and (min-width: 992px) {
  .sponsor a {
    gap: 10px;
  }
}
.sponsor a span {
  padding-top: 2px;
  font-family: "Pangram Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #808687;
  transition: color 0.15s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .sponsor a span {
    font-size: 13px;
  }
}
.sponsor a img {
  height: 12px;
}
@media only screen and (min-width: 992px) {
  .sponsor a img {
    height: 16px;
  }
}
.sponsor a:hover span {
  color: #54645E;
}
.sponsor--center {
  justify-content: center;
}
.sponsor--light a {
  background: rgba(255, 255, 255, 0.2);
}
.sponsor--light a span {
  color: rgba(255, 255, 255, 0.7);
}
.sponsor--light a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.sponsor--light a:hover span {
  color: #ffffff;
}

.post-header--full {
  margin-top: 0;
  padding: calc(var(--header-height) + 32px) 0 var(--header-height);
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #212027;
}
.post-header--full .post-header__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-header--full .post-header__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #212027;
  opacity: 0.4;
}
.post-header--full .grid {
  width: 100%;
}
.post-header--full .post-header__content {
  text-align: center;
  grid-column: 1/13;
}
.post-header--full .post-header__content h1 {
  font-size: 40px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 688px) {
  .post-header--full .post-header__content h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--full .post-header__content h1 {
    margin-top: 36px;
    font-size: 90px;
  }
}
.post-header--full .post-header__content p {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .post-header--full .post-header__content p {
    max-width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--full .post-header__content p {
    margin-top: 34px;
  }
}
.post-header--full .post-header__content p a {
  color: #ffffff !important;
}
.post-header--full .post-header__content p a:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
.post-header--full .author {
  position: relative;
}
.post-header--full .author__image {
  display: block;
  float: none;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border: 3px solid #ffffff;
}
.post-header--full .author__name {
  margin-top: 6px;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .post-header--full .author__name {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: 42px;
    margin-top: -8px;
    padding-top: 0;
    text-align: right;
  }
}
.post-header--full .author__name a {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.post-header--full .author__name a:hover {
  border-bottom-color: #ffffff;
}
.post-header--full .author__date {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 688px) {
  .post-header--full .author__date {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 42px;
    margin-top: -8px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .no-cssgrid .post-header--full .post-header__content {
    width: 66.66%;
    margin: 0 auto;
  }
}

.post-header__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.post-header__video--on {
  opacity: 1;
}

.post-header__video-object {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-header--split {
  margin-top: 0;
  padding: 0;
}
@media only screen and (min-width: 688px) {
  .post-header--split {
    padding: calc(var(--header-height) + 32px) 0;
    background: linear-gradient(180deg, var(--silver), transparent);
  }
}
@media only screen and (min-width: 992px) {
  .post-header--split {
    display: flex;
    min-height: 100vh;
    padding: calc(var(--header-height) + 32px) 0;
  }
  .post-header--split .grid {
    margin: auto;
  }
}
.post-header--split .post-header__background {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 688px) {
  .post-header--split .post-header__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 62%;
    height: auto;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--split .post-header__background {
    left: 50%;
  }
}
.post-header--split .post-header__content {
  margin-top: 28px;
}
@media only screen and (min-width: 688px) {
  .post-header--split .post-header__content {
    grid-column: 1/5;
    padding-right: 60px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--split .post-header__content {
    grid-column: 1/6;
    padding-right: 0;
  }
}
@media only screen and (min-width: 688px) {
  .post-header--split .post-header__content h1 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--split .post-header__content h1 {
    font-size: 50px;
  }
}
.post-header--split .post-header__content p {
  margin-top: 24px;
}
@media only screen and (min-width: 688px) {
  .post-header--split .post-header__content p {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--split .post-header__content p {
    margin-top: 54px;
  }
}
.post-header--split .author {
  height: 40px;
}

.no-cssgrid .post-header--split .post-header__content {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .post-header--split .post-header__content {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-header--split .post-header__content {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 60px;
  }
}

.post-header--image {
  padding: calc(var(--header-height) + 32px) 0 32px;
  background: linear-gradient(180deg, var(--silver), transparent);
}
@media only screen and (min-width: 992px) {
  .post-header--image {
    padding: calc(var(--header-height) + 48px) 0 48px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--image {
    padding: calc(var(--header-height) + 64px) 0 64px;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--image .grid {
    align-items: center;
  }
}
.post-header--image .post-header__image {
  grid-column: 1/3;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 688px) {
  .post-header--image .post-header__image {
    grid-column: 1/4;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--image .post-header__image {
    grid-column: 1/7;
    -webkit-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 40px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 688px) {
  .post-header--image .post-header__content {
    grid-column: 4/7;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--image .post-header__content {
    grid-column: 7/13;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--image .post-header__content {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 688px) {
  .post-header--image .post-header__content h1 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--image .post-header__content h1 {
    font-size: 50px;
  }
}
.post-header--image .author {
  height: 40px;
}
@media only screen and (min-width: 688px) {
  .post-header--image--right .post-header__image {
    grid-column: 4/7;
    order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--image--right .post-header__image {
    grid-column: 7/13;
    -webkit-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 40px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 688px) {
  .post-header--image--right .post-header__content {
    grid-column: 1/4;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--image--right .post-header__content {
    grid-column: 1/7;
    padding: 0 16px 0 0;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--image--right .post-header__content {
    padding-right: 32px;
  }
}
.post-header--image--circle .post-header__image {
  border-radius: 100%;
}
.post-header--image--circle .post-header__content {
  text-align: center;
}
.post-header--image--circle .author {
  height: auto;
}
.post-header--image--circle .author__image {
  float: none;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 688px) {
  .post-header--image--circle .author__image {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
}

.no-cssgrid .post-header--image .post-header__content {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .post-header--image .post-header__content {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-header--image .post-header__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-header--image .post-header__content {
    padding-left: 32px;
  }
}

.post-header--text {
  margin-top: 0;
  padding-top: calc(var(--header-height) + 32px);
  background: linear-gradient(180deg, var(--silver), transparent);
}
@media only screen and (min-width: 992px) {
  .post-header--text {
    padding: calc(var(--header-height) + 64px) 0 64px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--text {
    padding: calc(var(--header-height) + 80px) 0 80px;
  }
}
.post-header--text .post-header__content {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .post-header--text .post-header__content {
    grid-column: 2/12;
  }
}
.post-header--text .post-header__content h1 {
  font-size: 40px;
}
@media only screen and (min-width: 688px) {
  .post-header--text .post-header__content h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .post-header--text .post-header__content h1 {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--text .post-header__content h1 {
    padding: 0 36px;
    margin-top: 36px;
    font-size: 90px;
  }
}
.post-header--text .post-header__content p {
  margin: 18px auto 0;
}
@media only screen and (min-width: 688px) {
  .post-header--text .post-header__content p {
    max-width: 700px;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header--text .post-header__content p {
    max-width: 800px;
    margin-top: 34px;
  }
}
.post-header--text .author {
  position: relative;
}
.post-header--text .author__image {
  float: none;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.post-header--text .author__name {
  margin-top: 6px;
}
@media only screen and (min-width: 688px) {
  .post-header--text .author__name {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: 42px;
    margin-top: -8px;
    padding-top: 0;
    text-align: right;
  }
}
.post-header--text .author__date {
  margin-top: 4px;
}
@media only screen and (min-width: 688px) {
  .post-header--text .author__date {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 42px;
    margin-top: -8px;
    text-align: left;
  }
}

.post-header__title-wrap {
  position: relative;
}

.post-header__open,
.post-header__close {
  display: none;
}
@media only screen and (min-width: 992px) {
  .post-header__open,
  .post-header__close {
    display: block;
    position: absolute;
    width: 80px;
    height: 50px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header__open,
  .post-header__close {
    width: 110px;
    height: 69px;
  }
}
.post-header__open svg,
.post-header__close svg {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .post-header__open {
    top: 18px;
    left: -85px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header__open {
    left: -106px;
  }
}
.post-header__open svg {
  fill: #AADDFF;
}

@media only screen and (min-width: 992px) {
  .post-header__close {
    bottom: 0;
    right: -85px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-header__close {
    right: -107px;
  }
}
.post-header__close svg {
  fill: rgba(170, 221, 255, 0.5);
}

@media only screen and (min-width: 992px) {
  .no-cssgrid .post-header--text .post-header__content {
    width: 83.34%;
    margin: 0 auto;
  }
}

.header-context {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header-context {
    display: flex;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    background: #EDF3F4;
    color: #282E2F;
  }
  .header-context--prev {
    left: 30px;
  }
  .header-context--prev .header-context__text {
    left: 100%;
  }
  .header-context--prev:hover svg {
    transform: translate(-4px, 0);
  }
  .header-context--next {
    right: 30px;
  }
  .header-context--next .header-context__text {
    right: 100%;
  }
  .header-context--next:hover svg {
    transform: translate(4px, 0);
  }
  .header-context svg {
    margin: auto;
    -webkit-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: transform 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .header-context__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 40px;
    padding: 0 8px;
    background: #EDF3F4;
    color: #282E2F;
    font-family: "Pangram Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .header-context__text strong {
    font-weight: 700;
  }
  .header-context__text span {
    font-weight: 300;
  }
  .header-context:hover .header-context__text {
    opacity: 1;
    visibility: visible;
  }
}

.post-header--full .header-context {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.post-header--full .header-context:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
.post-header--full .header-context__text {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

.block {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 32px;
}
@media only screen and (min-width: 688px) {
  .block {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .block {
    margin-top: 50px;
  }
}
.block--photos {
  overflow-x: hidden;
}
.block--last {
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .block--last {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  .block--last {
    padding-bottom: 64px;
  }
}

.block--1 {
  margin-top: 0;
}

.block-carousel-wrap {
  overflow-x: hidden;
}

.post-video {
  margin-top: 8px;
}
@media only screen and (min-width: 992px) {
  .post-video {
    position: relative;
    display: grid;
    max-width: 1024px;
    margin: 10px auto 0;
    padding: 0 16px;
    grid-column-gap: 32px;
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
}
@media only screen and (min-width: 1312px) {
  .post-video {
    max-width: 1280px;
    margin-top: 9px;
  }
}

.post-video__title {
  position: relative;
  margin: 0 auto -15px;
  max-width: 480px;
  padding: 0 16px;
  z-index: 2;
}
@media only screen and (min-width: 688px) {
  .post-video__title {
    margin-bottom: -20px;
    max-width: 768px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .post-video__title {
    max-width: none;
    margin: 0 0 -20px;
    padding: 0;
    grid-column: 2/10;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .post-video__title {
    margin-bottom: -29px;
  }
}
.post-video__title h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 7px 8px 6px;
  background: #EDF3F4;
  font-size: 17px;
  line-height: 1;
}
@media only screen and (min-width: 688px) {
  .post-video__title h2 {
    padding: 9px 10px 8px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .post-video__title h2 {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1312px) {
  .post-video__title h2 {
    padding: 12px 12px 11px;
    font-size: 35px;
  }
}
.body--post--work .post-video__title h2 {
  background: var(--cyan);
}
.body--post--craft .post-video__title h2 {
  background: var(--lime);
}
.body--post--talent .post-video__title h2 {
  background: var(--orange);
}
.body--post--inspiration .post-video__title h2 {
  background: var(--purple);
}
.body--post--insight .post-video__title h2 {
  background: var(--blue);
}
.body--post--news .post-video__title h2 {
  background: var(--red);
}

.state--source-auth-false .post-video__title a {
  pointer-events: none;
}
.state--source-auth-false .post-body-video__credits {
  display: none !important;
}

.post-video__credits {
  display: none;
}
@media only screen and (min-width: 992px) {
  .post-video__credits {
    position: relative;
    display: block;
    grid-column: 10/13;
    grid-row: 1/3;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

@media only screen and (min-width: 992px) {
  .post-video__media {
    grid-column: 1/10;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.post-video__caption {
  margin: 8px auto 0;
  max-width: 480px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .post-video__caption {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .post-video__caption {
    max-width: none;
    margin: 12px 0 0;
    padding: 0;
    grid-column: 2/10;
  }
}
.post-video__caption p {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c3c6c7;
}
@media only screen and (min-width: 688px) {
  .post-video__caption p {
    font-size: 13px;
  }
}

.post-video__buttons {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .post-video__buttons {
    grid-column: 1/10;
  }
}
@media only screen and (min-width: 1312px) {
  .post-video__buttons {
    margin-top: 28px;
  }
}
.post-video__buttons--hidden {
  display: none;
}

@media only screen and (min-width: 992px) {
  .no-cssgrid .post-video__title {
    width: 66.66%;
    margin-left: 8.33%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-video__credits {
    width: 25%;
    float: right;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .post-video__credits {
    margin-top: -29px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-video__media {
    width: 75%;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-video__caption {
    float: left;
    width: 66.66%;
    margin-left: 8.33%;
  }
}

.video {
  position: relative;
  background: #212027;
}
@media only screen and (min-width: 992px) {
  .video {
    aspect-ratio: 16/9;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.slate-player .flowplayer .fp-progress:after {
  background: var(--accent);
}

.slate-player .flowplayer .fp-buffer:after {
  background: rgba(255, 255, 255, 0.4);
}

.slate-player .flowplayer .fp-volumebar .fp-color {
  background: var(--accent);
}

.video__cover {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.video__cover:hover .video__play .svg-inline--fa {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.video__image {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.video__snippet {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video__snippet__ratio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.video__snippet__ratio img,
.video__snippet__ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__snippet__ratio video {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.video__cover.js-snippets:hover video {
  opacity: 1;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  font-size: 16px;
  background: var(--accent);
  color: var(--black);
  text-align: center;
  padding-left: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.video__play .svg-inline--fa {
  margin: auto;
  fill: currentColor;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .video__play {
    width: 64px;
    height: 64px;
    font-size: 24px;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .video__play {
    width: 80px;
    height: 80px;
    font-size: 32px;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 1312px) {
  .video__play {
    width: 96px;
    height: 96px;
    font-size: 40px;
    padding-left: 4px;
  }
}
.body--post--work .video__play {
  background: var(--cyan);
}
.body--post--craft .video__play {
  background: var(--lime);
}
.body--post--talent .video__play {
  background: var(--orange);
}
.body--post--inspiration .video__play {
  background: var(--purple);
}
.body--post--insight .video__play {
  background: var(--blue);
}
.body--post--news .video__play {
  background: var(--red);
}

.video__player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video__player .flowplayer .fp-header .fp-fullscreen {
  float: left;
}
.video__player .flowplayer.is-ready:not(.is-poster) {
  background-color: transparent;
}
.video__player .slate-player {
  width: 100%;
  height: 100%;
}

.video__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .video__close {
    padding: 6px 16px;
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .state--post-video-playing .nav--active {
    opacity: 0;
    visibility: hidden;
  }
  .state--post-video-playing.state--player-paused .nav--active {
    opacity: 1;
    visibility: visible;
  }
}

.post-video--playing .video__cover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.post-video--playing .video__close {
  opacity: 0.7;
  visibility: visible;
}
.post-video--playing .video__close:hover {
  opacity: 1;
}
.post-video--playing .post-video__title {
  opacity: 0;
  visibility: hidden;
}
.post-video--playing .post-video__credits {
  opacity: 0;
  visibility: hidden;
}

.post-video--skipping .post-video__title {
  opacity: 1;
  visibility: visible;
}

.body--touch.state--player-paused .video__cover {
  opacity: 1;
  visibility: visible;
}
.body--touch.state--player-paused .video__close {
  opacity: 0;
  visibility: hidden;
}
.body--touch.state--player-paused .post-video__title {
  opacity: 1;
  visibility: visible;
}
.body--touch.state--player-paused .post-video__credits {
  opacity: 1;
  visibility: visible;
}

.mobile-credits {
  position: relative;
  margin: -20px auto 0;
  max-width: 480px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .mobile-credits {
    margin-top: -18px;
    max-width: 768px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-credits {
    display: none;
  }
}

.mobile-credits__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #212027;
  padding: 8px 12px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #808687;
  cursor: pointer;
  white-space: nowrap;
}
.mobile-credits__button strong {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
}
.mobile-credits__button svg {
  height: 24px;
}

.credits {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 286px;
  padding: 18px 26px 26px 54px;
  background: #EDF3F4;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .credits {
    width: 286px;
    padding: 18px 26px 26px 54px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1312px) {
  .credits {
    width: 350px;
    padding: 27px 32px 32px 64px;
  }
}

.state--source-auth-false .credits--logged-out {
  display: block;
}

.state--source-auth-true .credits--logged-in {
  display: block;
}

.credits__title {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credits__title h5 {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 1312px) {
  .credits__title h5 {
    font-size: 18px;
  }
}

.credits__title__powered {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  color: #808687;
}
@media only screen and (min-width: 1312px) {
  .credits__title__powered {
    margin-top: 2px;
    font-size: 11px;
  }
}
.credits__title__powered svg {
  display: block;
  height: 32px;
}
.credits__title__powered:hover {
  color: #282E2F;
}

.credits__list-wrap {
  float: left;
  clear: both;
}

.credits__list-wrap--extra {
  display: none;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .credits[data-columns="2"] .credits__list-wrap {
    width: 412px;
  }
}
@media only screen and (min-width: 1312px) {
  .credits[data-columns="2"] .credits__list-wrap {
    width: 508px;
  }
}

@media only screen and (min-width: 992px) {
  .credits[data-columns="3"] .credits__list-wrap {
    width: 618px;
  }
}
@media only screen and (min-width: 1312px) {
  .credits[data-columns="3"] .credits__list-wrap {
    width: 762px;
  }
}

@media only screen and (min-width: 992px) {
  .credits[data-columns="4"] .credits__list-wrap {
    width: 824px;
  }
}
@media only screen and (min-width: 1312px) {
  .credits[data-columns="4"] .credits__list-wrap {
    width: 1016px;
  }
}

.credits--logged-in.credits--open .credits__list-wrap--extra {
  display: block;
}
@media only screen and (min-width: 992px) {
  .credits--logged-in.credits--open {
    z-index: 3;
    padding-left: 26px;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  }
  .credits--logged-in.credits--open[data-columns="2"] {
    width: 492px;
  }
  .credits--logged-in.credits--open[data-columns="3"] {
    width: 698px;
  }
  .credits--logged-in.credits--open[data-columns="4"] {
    width: 904px;
  }
  .credits--logged-in.credits--open .credits__list {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .credits--logged-in.credits--open .credits__cta__open {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .credits--logged-in.credits--open .credits__cta__close {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1312px) {
  .credits--logged-in.credits--open {
    padding-left: 32px;
  }
  .credits--logged-in.credits--open[data-columns="2"] {
    width: 604px;
  }
  .credits--logged-in.credits--open[data-columns="3"] {
    width: 858px;
  }
  .credits--logged-in.credits--open[data-columns="4"], .credits--logged-in.credits--open[data-columns="5"], .credits--logged-in.credits--open[data-columns="6"] {
    width: 1112px;
  }
}

.credits__list {
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 688px) {
  .credits__list {
    float: left;
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .credits__list {
    width: 206px;
  }
  .credits--logged-in .credits__list {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .credits--logged-in .credits__list:first-child {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1312px) {
  .credits__list {
    padding-top: 10px;
    width: 254px;
  }
}

.credits__list__item {
  margin-top: 12px;
  font-family: "Pangram Sans", sans-serif;
  line-height: 1.1;
  font-size: 13px;
  font-weight: 600;
}
@media only screen and (min-width: 1312px) {
  .credits__list__item {
    margin-top: 16px;
    font-size: 15px;
  }
}
.credits__list__item span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #808687;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.credits__list__item a {
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (min-width: 1312px) {
  .credits__list__item a {
    font-size: 15px;
  }
}

.credits__list__item--redacted {
  margin-top: 8px;
  line-height: 0.9;
}
.credits__list__item--redacted span {
  display: inline-block;
}
.credits__list__item--redacted span:first-child {
  width: 62px;
  height: 6px;
  background: rgba(128, 134, 135, 0.6);
}
.credits__list__item--redacted span:last-child {
  width: 102px;
  height: 9px;
  background: rgba(40, 46, 47, 0.6);
}

.credits__list__item--redacted--first span:first-child {
  width: 92px;
}
.credits__list__item--redacted--first span:last-child {
  width: 52px;
}

.credits__cta {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 14px;
}
@media only screen and (min-width: 1312px) {
  .credits__cta {
    margin-top: 24px;
  }
}
.credits__cta p {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (min-width: 1312px) {
  .credits__cta p {
    font-size: 16px;
    line-height: 22px;
  }
}
.credits__cta p a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--accent);
}

.credits__cta__buttons {
  margin-top: 14px;
}

.bundle .credits__cta__buttons .button span {
  display: none;
}
@media only screen and (min-width: 1312px) {
  .bundle .credits__cta__buttons .button span {
    display: inline;
  }
}

.credits__cta__link {
  display: block;
  margin-top: 10px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--greu);
}
@media only screen and (min-width: 1312px) {
  .credits__cta__link {
    display: inline-block;
    margin: 0 0 0 16px;
  }
}
.credits__cta__link .svg-inline--fa {
  margin-left: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.credits__cta__link:hover {
  color: var(--black);
}
.credits__cta__link:hover .svg-inline--fa {
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.credits__cta__open {
  display: inline-block;
  margin-top: 4px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--black);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 1312px) {
  .credits__cta__open {
    margin: 4px 0 0 -18px;
  }
}
.credits__cta__open .svg-inline--fa {
  margin-right: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.credits__cta__open:hover .svg-inline--fa {
  -moz-transform: translate(-4px, 0);
  -o-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  -webkit-transform: translate(-4px, 0);
  transform: translate(-4px, 0);
}

.credits__cta__close {
  position: absolute;
  top: 4px;
  left: 0;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--grey);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.credits__cta__close .svg-inline--fa {
  margin-right: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.credits__cta__close:hover .svg-inline--fa {
  -moz-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.modal-credits {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--silver);
  overflow: auto;
  padding: 20px 0 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .modal-credits {
    display: none;
  }
}
.modal-credits .credits__title,
.modal-credits .credits__list-wrap {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 16px;
  float: none;
}
@media only screen and (min-width: 688px) {
  .modal-credits .credits__title,
  .modal-credits .credits__list-wrap {
    max-width: 768px;
    padding: 0 20px;
  }
}
.modal-credits .logo {
  opacity: 1 !important;
  visibility: visible !important;
}
.modal-credits .credits__title {
  justify-content: flex-start;
}
.modal-credits .credits__title:after {
  content: "";
  clear: both;
  display: table;
}
.modal-credits .credits__title h5 {
  float: left;
}
.modal-credits .credits__title__powered {
  float: left;
  margin: 1px 0 0 12px;
}
.modal-credits .credits__close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 16px;
  font-size: 30px;
  color: var(--grey);
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.modal-credits .credits__close:hover {
  opacity: 1;
}
@media only screen and (min-width: 688px) {
  .modal-credits .credits__close {
    padding: 10px 18px;
    font-size: 40px;
  }
}

.state--modal-credits-open .logo {
  opacity: 0;
  visibility: hidden;
}
.state--modal-credits-open .mini-menu,
.state--modal-credits-open .menu-toggle,
.state--modal-credits-open .toolbar {
  opacity: 0;
  visibility: hidden;
}

.modal-credits--open {
  opacity: 1;
  visibility: visible;
}

.post-body-credits {
  margin-top: 32px;
  padding: 18px 20px 20px;
  background: #EDF3F4;
}
.post-body-credits:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (min-width: 688px) {
  .post-body-credits {
    padding: 27px 32px 30px;
  }
}
.post-body-credits ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.post-body-credits ul li {
  margin-top: 14px;
  padding-left: 0 !important;
  font-family: "Pangram Sans", sans-serif;
  line-height: 1.1;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #808687;
}
.post-body-credits ul li:before {
  display: none;
}
.post-body-credits ul li a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
@media only screen and (min-width: 1312px) {
  .post-body-credits ul li a {
    font-size: 15px;
  }
}
.post-body-credits ul li a:before {
  content: "";
  display: table;
}

.post-body-credits .credits__list-wrap {
  display: none;
}

.state--source-auth-true .post-body-credits .credits__list-wrap {
  display: block;
}
.state--source-auth-true .post-body-credits .credits__cta {
  display: none;
}

.sharer span {
  display: block;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--grey);
}

.sharer--sidebar {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 32px;
  width: 40px;
  visibility: hidden;
}
.sharer--sidebar span {
  text-align: center;
}
@media only screen and (min-width: 1180px) and (max-width: 1311px) {
  .sharer--sidebar {
    visibility: visible;
  }
}
@media only screen and (min-width: 1448px) {
  .sharer--sidebar {
    top: 14px;
    visibility: visible;
  }
}

.sharer--sidebar--fixed {
  position: fixed;
  z-index: 2;
  top: 142px !important;
}

.sharer-dock {
  position: absolute;
  left: 30px;
  width: 40px;
  height: 202px;
  visibility: hidden;
}

.sharer-dock--top {
  top: 8px;
}
@media only screen and (min-width: 1600px) {
  .sharer-dock--top {
    top: 14px;
  }
}

.sharer-dock--bottom {
  bottom: 8px;
}
@media only screen and (min-width: 1600px) {
  .sharer-dock--bottom {
    bottom: 12px;
  }
}

.post-bottom {
  width: 100%;
}

.sharer--body {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  margin: 0 0 32px;
  visibility: visible;
}
.sharer--body .sharer__links {
  margin-top: 6px;
  height: 40px;
}
.sharer--body .sharer__links li {
  display: inline-block;
  margin: 0 2px 0 0;
}
@media only screen and (min-width: 1180px) and (max-width: 1279px) {
  .sharer--body {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .sharer--body {
    display: none;
  }
}

.sharer__links {
  list-style: none;
  margin: 14px 0 0;
}
.sharer__links li {
  display: block;
  margin-top: 6px;
}
.sharer__links li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--silver);
  color: var(--grey);
  font-size: 22px;
}
.sharer__links li a svg {
  height: 22px;
  fill: currentColor;
}
.sharer__links li a svg,
.sharer__links li a .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sharer__links li a:hover {
  background: var(--black);
  color: white;
}

.post-content {
  margin-top: 32px;
  display: grid;
}
@media only screen and (min-width: 688px) {
  .post-content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-content {
    margin-top: 50px;
  }
}

.post-full {
  grid-column: 1/3;
}
@media only screen and (min-width: 688px) {
  .post-full {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .post-full {
    grid-column: 1/13;
  }
}

.post-body {
  grid-column: 1/3;
}
@media only screen and (min-width: 688px) {
  .post-body {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .post-body {
    grid-column: 2/9;
  }
}
.post-body p.post-body__first {
  color: #282E2F;
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 688px) {
  .post-body p.post-body__first {
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-body p.post-body__first {
    font-size: 26px;
    line-height: 44px;
    padding-bottom: 16px;
  }
}
.post-body h2 {
  position: relative;
  margin-top: 32px;
  padding: 12px 16px 14px;
  background: #f0f3f3;
  font-size: 22px;
}
@media only screen and (min-width: 688px) {
  .post-body h2 {
    margin-top: 40px;
    margin-left: -20px;
    padding: 16px 20px 18px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-body h2 {
    margin-top: 52px;
    margin-left: -32px;
    padding: 24px 32px 28px;
    font-size: 30px;
  }
}
.post-body h2:after {
  top: 100%;
  left: 26px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 243, 243, 0);
  border-top-color: #f0f3f3;
  border-width: 10px;
  margin-left: -10px;
}
@media only screen and (min-width: 688px) {
  .post-body h2:after {
    left: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-body h2:after {
    left: 42px;
  }
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h3 {
  margin-top: 24px;
  font-size: 22px;
}
@media only screen and (min-width: 688px) {
  .post-body h3 {
    margin-top: 32px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-body h3 {
    margin-top: 46px;
    font-size: 30px;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h4 {
  position: relative;
  margin: 28px 0 28px -16px;
  padding: 14px 16px 16px;
  background: #EDF3F4;
  font-family: "Adelle", serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 19px;
  line-height: 1.7;
}
@media only screen and (min-width: 688px) {
  .post-body h4 {
    margin: 30px 0 30px -20px;
    padding: 18px 20px 20px;
    font-size: 21px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-body h4 {
    margin: 32px 0 32px -32px;
    padding: 26px 32px 30px;
    font-size: 24px;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4:nth-last-child(2) {
  margin-bottom: 0;
}
.post-body h4 a {
  position: relative;
  display: inline-block;
  font-weight: 300;
}
.post-body h4 a:before {
  content: "";
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  height: 18%;
  background: var(--accent);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--post--work .post-body h4 a:before {
  background: var(--cyan);
}
.body--post--craft .post-body h4 a:before {
  background: var(--lime);
}
.body--post--talent .post-body h4 a:before {
  background: var(--orange);
}
.body--post--inspiration .post-body h4 a:before {
  background: var(--purple);
}
.body--post--insight .post-body h4 a:before {
  background: var(--blue);
}
.body--post--news .post-body h4 a:before {
  background: var(--red);
}
.post-body h4 a:hover:before {
  height: 65%;
}
.post-body .iframe-wrapper {
  position: relative;
  margin-top: 20px;
  padding-top: 8px !important;
  padding-bottom: 56.25% !important;
  background: #f0f3f3;
}
.post-body .video-container {
  position: relative;
  margin: 32px 0;
  padding-bottom: 56.25%;
}
.post-body .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-body figure,
.post-body p img {
  margin: 32px 0;
}
.post-body .giphy-wrap {
  position: relative;
  margin: 32px 0;
}
.post-body .giphy-wrap > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-body p strong {
  color: #282E2F;
}
.post-body p u {
  text-decoration: underline;
}
.post-body ul:not(.sharer__links):not(.credits__list), .post-body ol {
  list-style-type: none;
}
.post-body ul:not(.sharer__links):not(.credits__list) li, .post-body ol li {
  position: relative;
  padding-left: 26px;
}
.post-body ul:not(.sharer__links):not(.credits__list) li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  border: 3px solid #c3c6c7;
}
.post-body ol {
  counter-reset: listcounter;
}
.post-body ol li:before {
  counter-increment: listcounter;
  content: counter(listcounter);
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  color: #c3c6c7;
}

.block--no-block-layout .post-body div:not(.tooltip__content) {
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
}
@media only screen and (min-width: 688px) {
  .block--no-block-layout .post-body div:not(.tooltip__content) {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1312px) {
  .block--no-block-layout .post-body div:not(.tooltip__content) {
    font-size: 19px;
  }
}
.block--no-block-layout .post-body div:not(.tooltip__content) strong {
  font-weight: 600;
  color: #282E2F;
}

.post-content blockquote {
  position: relative;
  margin: 58px 0;
}
@media only screen and (min-width: 688px) {
  .post-content blockquote {
    margin: 68px 0;
  }
}
@media only screen and (min-width: 992px) {
  .post-content blockquote {
    margin-left: -85px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-content blockquote {
    margin-left: -105px;
  }
}
.post-content blockquote .blockquote__open,
.post-content blockquote .blockquote__close {
  position: absolute;
  width: 40px;
  height: 25px;
}
.post-content blockquote .blockquote__open svg,
.post-content blockquote .blockquote__close svg {
  width: 100%;
  height: 100%;
}
.post-content blockquote .blockquote__open {
  top: -36px;
  left: 0;
}
@media only screen and (min-width: 688px) {
  .post-content blockquote .blockquote__open {
    top: -48px;
  }
}
.post-content blockquote .blockquote__open svg {
  fill: #AAFFDB;
}
.post-content blockquote .blockquote__close {
  bottom: -32px;
  right: 0;
}
@media only screen and (min-width: 688px) {
  .post-content blockquote .blockquote__close {
    bottom: -38px;
  }
}
.post-content blockquote .blockquote__close svg {
  fill: rgba(170, 255, 219, 0.5);
}
.post-content blockquote p {
  margin-top: 0;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  color: #282E2F;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
@media only screen and (min-width: 688px) {
  .post-content blockquote p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-content blockquote p {
    font-size: 30px;
  }
}
.post-content blockquote.blockquote--large p {
  font-size: 28px;
}
@media only screen and (min-width: 688px) {
  .post-content blockquote.blockquote--large p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-content blockquote.blockquote--large p {
    font-size: 48px;
  }
}
.post-content blockquote .blockquote__tweet {
  position: absolute;
  bottom: -25px;
  right: 56px;
  background: rgba(0, 172, 237, 0.15);
  padding: 5px 4px 3px 15px;
  border-radius: 5px 0 0 0;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #00aced;
}
@media only screen and (min-width: 688px) {
  .post-content blockquote .blockquote__tweet {
    bottom: -31px;
  }
}
.post-content blockquote .blockquote__tweet .svg-inline--fa {
  position: absolute;
  top: -3px;
  left: -10px;
  font-size: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.post-content blockquote .blockquote__tweet:hover .svg-inline--fa {
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

@media only screen and (min-width: 992px) {
  .post-content .sidebar blockquote {
    margin: 0;
    padding: 36px 0;
  }
}
@media only screen and (min-width: 1312px) {
  .post-content .sidebar blockquote {
    margin: 0;
    padding: 48px 0;
  }
}
.post-content .sidebar blockquote .blockquote__open {
  top: 0;
}
.post-content .sidebar blockquote .blockquote__close {
  left: 0;
  bottom: 0;
}
.post-content .sidebar blockquote .blockquote__tweet {
  bottom: 6px;
  right: auto;
  left: 60px;
}
@media only screen and (min-width: 992px) {
  .post-content .sidebar blockquote p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-content .sidebar blockquote p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .state--quotes-in-sidebar .post-body blockquote:first-of-type {
    display: none;
  }
}

.body--post--work .post-content blockquote .blockquote__open svg {
  fill: #75FBFB;
}
.body--post--work .post-content blockquote .blockquote__close svg {
  fill: rgba(117, 251, 251, 0.5);
}

.body--post--craft .post-content blockquote .blockquote__open svg {
  fill: #DBFFA8;
}
.body--post--craft .post-content blockquote .blockquote__close svg {
  fill: rgba(219, 255, 168, 0.5);
}

.body--post--talent .post-content blockquote .blockquote__open svg {
  fill: #FFC398;
}
.body--post--talent .post-content blockquote .blockquote__close svg {
  fill: rgba(255, 195, 152, 0.5);
}

.body--post--inspiration .post-content blockquote .blockquote__open svg {
  fill: #CABCFF;
}
.body--post--inspiration .post-content blockquote .blockquote__close svg {
  fill: rgba(202, 188, 255, 0.5);
}

.body--post--news .post-content blockquote .blockquote__open svg {
  fill: #FFABB5;
}
.body--post--news .post-content blockquote .blockquote__close svg {
  fill: rgba(255, 171, 181, 0.5);
}

.body--post--insight .post-content blockquote .blockquote__open svg {
  fill: #AADDFF;
}
.body--post--insight .post-content blockquote .blockquote__close svg {
  fill: rgba(170, 221, 255, 0.5);
}

.no-cssgrid .post-body {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .post-body {
    float: left;
    width: 58.33%;
    margin-left: 8.33%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .sidebar {
    float: right;
    width: 260px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .sidebar {
    width: 300px;
  }
}

.initial {
  float: left;
  width: 52px;
  height: 52px;
  border: 5px solid #282E2F;
  margin: 8px 14px 0 0;
  text-align: center;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  padding-top: 3px;
  font-size: 26px;
}
@media only screen and (min-width: 688px) {
  .initial {
    width: 58px;
    height: 58px;
    margin: 8px 18px 0 0;
    padding-top: 4px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .initial {
    width: 64px;
    height: 64px;
    margin: 14px 20px 0 0;
    border-width: 6px;
    padding-top: 3px;
    font-size: 33px;
  }
}

.post-body__content a,
.post-header__content p a {
  position: relative;
}
@media only screen and (min-width: 992px) and (pointer: fine) {
  .post-body__content a:hover .tooltip,
  .post-header__content p a:hover .tooltip {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.post-body p a,
.post-header__content p a {
  font-weight: 600;
  color: #282E2F;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.post-body p a:hover,
.post-header__content p a:hover {
  background: var(--accent);
}
.body--post--work .post-body p a,
.body--post--work .post-header__content p a {
  text-decoration-color: var(--cyan);
}
.body--post--work .post-body p a:hover,
.body--post--work .post-header__content p a:hover {
  background: var(--cyan);
}
.body--post--craft .post-body p a,
.body--post--craft .post-header__content p a {
  text-decoration-color: var(--lime);
}
.body--post--craft .post-body p a:hover,
.body--post--craft .post-header__content p a:hover {
  background: var(--lime);
}
.body--post--talent .post-body p a,
.body--post--talent .post-header__content p a {
  text-decoration-color: var(--orange);
}
.body--post--talent .post-body p a:hover,
.body--post--talent .post-header__content p a:hover {
  background: var(--orange);
}
.body--post--inspiration .post-body p a,
.body--post--inspiration .post-header__content p a {
  text-decoration-color: var(--purple);
}
.body--post--inspiration .post-body p a:hover,
.body--post--inspiration .post-header__content p a:hover {
  background: var(--purple);
}
.body--post--insight .post-body p a,
.body--post--insight .post-header__content p a {
  text-decoration-color: var(--blue);
}
.body--post--insight .post-body p a:hover,
.body--post--insight .post-header__content p a:hover {
  background: var(--blue);
}
.body--post--news .post-body p a,
.body--post--news .post-header__content p a {
  text-decoration-color: var(--red);
}
.body--post--news .post-body p a:hover,
.body--post--news .post-header__content p a:hover {
  background: var(--red);
}

.post-body__content h1 a, .post-body__content h2 a, .post-body__content h3 a, .post-body__content h5 a, .post-body__content h6 a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--post--work .post-body__content h1 a, .body--post--work .post-body__content h2 a, .body--post--work .post-body__content h3 a, .body--post--work .post-body__content h5 a, .body--post--work .post-body__content h6 a {
  text-decoration-color: var(--cyan);
}
.body--post--work .post-body__content h1 a:hover, .body--post--work .post-body__content h2 a:hover, .body--post--work .post-body__content h3 a:hover, .body--post--work .post-body__content h5 a:hover, .body--post--work .post-body__content h6 a:hover {
  background: var(--cyan);
}
.body--post--craft .post-body__content h1 a, .body--post--craft .post-body__content h2 a, .body--post--craft .post-body__content h3 a, .body--post--craft .post-body__content h5 a, .body--post--craft .post-body__content h6 a {
  text-decoration-color: var(--lime);
}
.body--post--craft .post-body__content h1 a:hover, .body--post--craft .post-body__content h2 a:hover, .body--post--craft .post-body__content h3 a:hover, .body--post--craft .post-body__content h5 a:hover, .body--post--craft .post-body__content h6 a:hover {
  background: var(--lime);
}
.body--post--talent .post-body__content h1 a, .body--post--talent .post-body__content h2 a, .body--post--talent .post-body__content h3 a, .body--post--talent .post-body__content h5 a, .body--post--talent .post-body__content h6 a {
  text-decoration-color: var(--orange);
}
.body--post--talent .post-body__content h1 a:hover, .body--post--talent .post-body__content h2 a:hover, .body--post--talent .post-body__content h3 a:hover, .body--post--talent .post-body__content h5 a:hover, .body--post--talent .post-body__content h6 a:hover {
  background: var(--orange);
}
.body--post--inspiration .post-body__content h1 a, .body--post--inspiration .post-body__content h2 a, .body--post--inspiration .post-body__content h3 a, .body--post--inspiration .post-body__content h5 a, .body--post--inspiration .post-body__content h6 a {
  text-decoration-color: var(--purple);
}
.body--post--inspiration .post-body__content h1 a:hover, .body--post--inspiration .post-body__content h2 a:hover, .body--post--inspiration .post-body__content h3 a:hover, .body--post--inspiration .post-body__content h5 a:hover, .body--post--inspiration .post-body__content h6 a:hover {
  background: var(--purple);
}
.body--post--insight .post-body__content h1 a, .body--post--insight .post-body__content h2 a, .body--post--insight .post-body__content h3 a, .body--post--insight .post-body__content h5 a, .body--post--insight .post-body__content h6 a {
  text-decoration-color: var(--blue);
}
.body--post--insight .post-body__content h1 a:hover, .body--post--insight .post-body__content h2 a:hover, .body--post--insight .post-body__content h3 a:hover, .body--post--insight .post-body__content h5 a:hover, .body--post--insight .post-body__content h6 a:hover {
  background: var(--blue);
}
.body--post--news .post-body__content h1 a, .body--post--news .post-body__content h2 a, .body--post--news .post-body__content h3 a, .body--post--news .post-body__content h5 a, .body--post--news .post-body__content h6 a {
  text-decoration-color: var(--red);
}
.body--post--news .post-body__content h1 a:hover, .body--post--news .post-body__content h2 a:hover, .body--post--news .post-body__content h3 a:hover, .body--post--news .post-body__content h5 a:hover, .body--post--news .post-body__content h6 a:hover {
  background: var(--red);
}

.tooltip {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tooltip {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding-bottom: 6px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-50%, 4px);
    -o-transform: translate(-50%, 4px);
    -ms-transform: translate(-50%, 4px);
    -webkit-transform: translate(-50%, 4px);
    transform: translate(-50%, 4px);
    -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.tooltip__content {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #212027;
  padding: 8px 12px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0 !important;
  color: #ffffff;
  white-space: nowrap;
}
.tooltip__content:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(35, 40, 40, 0);
  border-top-color: #212027;
  border-width: 8px;
  margin-left: -8px;
}
.tooltip__content strong {
  display: inline-block;
  font-weight: 700;
  color: #AAFFDB !important;
}
.body--post--work .tooltip__content strong {
  color: var(--cyan) !important;
}
.body--post--craft .tooltip__content strong {
  color: var(--lime) !important;
}
.body--post--talent .tooltip__content strong {
  color: var(--orange) !important;
}
.body--post--inspiration .tooltip__content strong {
  color: var(--purple) !important;
}
.body--post--insight .tooltip__content strong {
  color: var(--blue) !important;
}
.body--post--news .tooltip__content strong {
  color: var(--red) !important;
}
.tooltip__content span {
  margin-left: 4px;
}
.tooltip__content svg {
  display: block;
  height: 32px;
}

.source-redirect {
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.state--source-redirect .source-redirect {
  opacity: 1;
  visibility: visible;
}
.state--source-redirect .source-redirect__content {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.source-redirect__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 30px 26px;
  font-size: 30px;
  color: var(--grey);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.source-redirect__close:hover {
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  .source-redirect__close {
    padding: 25px 24px;
    font-size: 50px;
  }
}

.source-redirect__content {
  padding: 40px 16px;
  text-align: center;
  max-width: 600px;
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
@media only screen and (min-width: 1312px) {
  .source-redirect__content {
    max-width: 760px;
  }
}

.source-redirect__title img {
  display: inline-block;
  width: 90px;
  -moz-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
@media only screen and (min-width: 688px) {
  .source-redirect__title img {
    width: 110px;
  }
}
@media only screen and (min-width: 1312px) {
  .source-redirect__title img {
    width: 130px;
  }
}

.source-redirect__buttons {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.source-redirect__link {
  display: block;
  margin-top: 20px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--grey);
}
@media only screen and (min-width: 688px) {
  .source-redirect__link {
    display: inline-block;
    margin: 0 0 0 16px;
  }
}
.source-redirect__link .svg-inline--fa {
  margin-left: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.source-redirect__link:hover {
  color: var(--black);
}
.source-redirect__link:hover .svg-inline--fa {
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.source-login {
  position: fixed;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.state--source-auth-true .source-login {
  display: none;
}

.state--source-login .source-login {
  opacity: 1;
  visibility: visible;
}
.state--source-login .source-login__content {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.source-login__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 26px;
  font-size: 30px;
  color: rgba(170, 255, 219, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.source-login__close:hover {
  color: #AAFFDB;
}
@media only screen and (min-width: 688px) {
  .source-login__close {
    padding: 25px 24px;
    font-size: 50px;
  }
}

.source-login__content {
  padding: 40px 16px;
  text-align: center;
  width: 100%;
  max-width: 500px;
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.source-login__content iframe {
  width: 100%;
  height: 380px;
  border: 0;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}

.post-body-carousel {
  z-index: auto;
}
.post-body-carousel .owl-stage-outer {
  overflow: visible;
}
.post-body-carousel .owl-item {
  opacity: 0.4;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  pointer-events: none;
}
.post-body-carousel .owl-item.active {
  opacity: 1;
  pointer-events: auto;
}
.post-body-carousel .owl-item a {
  display: block;
  cursor: zoom-in;
}
.post-body-carousel .owl-item .fluidbox__overlay {
  display: none;
}
.post-body-carousel .owl-nav {
  width: 100%;
  max-width: 448px;
  margin-top: 16px;
  text-align: right;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .post-body-carousel .owl-nav {
    max-width: 728px;
  }
}
@media only screen and (min-width: 992px) {
  .post-body-carousel .owl-nav {
    max-width: 560px;
  }
}
@media only screen and (min-width: 1312px) {
  .post-body-carousel .owl-nav {
    max-width: 710px;
  }
}
.post-body-carousel .owl-nav .owl-prev,
.post-body-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  padding: 0;
  background: var(--black);
  color: white;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.post-body-carousel .owl-nav .owl-prev.disabled,
.post-body-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.post-body-carousel .owl-nav .owl-prev:focus,
.post-body-carousel .owl-nav .owl-next:focus {
  outline: none;
}
.post-body-carousel .owl-nav .owl-prev:hover,
.post-body-carousel .owl-nav .owl-next:hover {
  background: var(--accent);
  color: var(--black);
}
.post-body-carousel .owl-nav .owl-next {
  margin-left: 6px;
}

.post-body-carousel__label {
  position: absolute;
  bottom: 12px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c3c6c7;
}
@media only screen and (min-width: 688px) {
  .post-body-carousel__label {
    font-size: 13px;
  }
}

.fluidbox-overlay {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}

@media only screen and (min-width: 992px) {
  .state--fluidbox-open .post {
    overflow: hidden;
  }
  .state--fluidbox-open .logo {
    opacity: 0;
    visibility: hidden;
  }
  .state--fluidbox-open .mini-menu,
  .state--fluidbox-open .menu-toggle,
  .state--fluidbox-open .toolbar {
    opacity: 0;
    visibility: hidden;
  }
}
.state--fluidbox-open .fluidbox-overlay {
  opacity: 1;
  visibility: visible;
}
.state--fluidbox-open .block--photos {
  overflow: visible;
}

.carousel--fluidbox-open {
  z-index: 50;
}
.carousel--fluidbox-open .owl-item:not(.active),
.carousel--fluidbox-open .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}

.post-body-video {
  position: relative;
  background: #212027;
}

.post-body-video__cover {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.post-body-video__cover:hover .post-body-video__play {
  background: rgba(255, 255, 255, 0.2);
}
.post-body-video__cover:hover .post-body-video__play .svg-inline--fa {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-body-video__snippet {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.post-body-video__snippet__ratio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.post-body-video__snippet__ratio img,
.post-body-video__snippet__ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-body-video__snippet__ratio video {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.post-body-video__cover.js-snippets:hover video {
  opacity: 1;
}

.post-body-video__image {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.post-body-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 5px solid #ffffff;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 14px 0 0 2px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.post-body-video__play .svg-inline--fa {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .post-body-video__play {
    width: 100px;
    height: 100px;
    border-width: 8px;
    font-size: 30px;
    padding: 25px 0 0 4px;
  }
}

.post-body-video__credits {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex !important;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  padding: 8px;
  cursor: pointer !important;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.post-body-video__credits > span {
  display: inline-block;
  font-family: "Pangram Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--black);
}
.post-body-video__credits > svg {
  display: block;
  height: 24px;
}

.post-body-video:hover .post-body-video__credits {
  opacity: 1;
}

.post-body-video__player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-body-video__player .flowplayer .fp-header .fp-fullscreen {
  float: left;
}
.post-body-video__player .flowplayer.is-ready:not(.is-poster) {
  background-color: transparent;
}
.post-body-video__player .slate-player {
  width: 100%;
  height: 100%;
}

.post-body-video__caption {
  position: absolute;
  bottom: -32px;
  left: 0;
}
.post-body-video__caption p {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c3c6c7;
}
@media only screen and (min-width: 688px) {
  .post-body-video__caption p {
    font-size: 13px;
  }
}

.post-body-video--playing .post-body-video__cover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}

.sidebar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sidebar {
    display: flex;
    flex-direction: column;
    grid-column: 9/13;
    padding: 8px 0 0 46px;
  }
}
@media only screen and (min-width: 1312px) {
  .sidebar {
    grid-column: 10/13;
    padding: 14px 0 0 0;
    margin-left: -14px;
  }
}

.sidebar-item {
  position: relative;
  flex-grow: 1;
}

.sidebar-element {
  width: 260px;
}
@media only screen and (min-width: 992px) {
  .sidebar-element {
    position: sticky !important;
    top: var(--header-height);
  }
}
@media only screen and (min-width: 1312px) {
  .sidebar-element {
    width: 300px;
  }
}

.sidebar-item--sticky .sidebar-element {
  position: fixed;
  top: 100px;
}
.sidebar-item--sticky.sidebar-item--stuck .sidebar-element {
  position: absolute;
  top: auto;
  bottom: 0;
}

.sidebar__ad--button {
  position: relative;
  width: 260px;
  height: 217px;
}
@media only screen and (min-width: 1312px) {
  .sidebar__ad--button {
    width: 300px;
    height: 250px;
  }
}
.sidebar__ad--button iframe {
  width: 260px;
  height: 217px;
}
@media only screen and (min-width: 1312px) {
  .sidebar__ad--button iframe {
    width: 300px;
    height: 250px;
  }
}

.sidebar__latest__title {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 20px;
}
.sidebar__latest .latest-list {
  margin: 8px 0 0;
}
@media only screen and (min-width: 1312px) {
  .sidebar__latest .latest-list {
    margin-top: 16px;
  }
}

.sidebar__latest__images {
  position: relative;
  margin-top: 16px;
  background: #212027;
}
.sidebar__latest__images img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -webkit-backface-visibility: hidden;
}
.sidebar__latest__images img:first-child {
  position: relative;
}
.sidebar__latest__images img.sidebar__latest__image--on {
  opacity: 1;
}

.block--context {
  position: sticky;
  top: calc(100vh - 80px);
  margin: 0;
  z-index: 1;
}
.block--context .sidebar {
  padding-top: 0;
}
.block--context:hover {
  z-index: 3;
}

.block--clips.block--1 {
  order: -1;
}

.sidebar-context {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sidebar-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 260px;
    height: 60px;
    background: var(--black);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (min-width: 1312px) {
  .sidebar-context {
    width: 300px;
  }
}
.sidebar-context__category {
  display: flex;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  transition: color 0.15s cubic-bezier(0.2, 0.3, 0, 1), text-decoration-color 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: white;
}
@media only screen and (min-width: 1312px) {
  .sidebar-context__category {
    font-size: 14px;
  }
}
.sidebar-context__category span {
  padding-right: 3px;
}
.sidebar-context__button {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: white;
}
.sidebar-context__button:first-child {
  padding: 0 8px 0 16px;
}
.sidebar-context__button:first-child .sidebar-context-post {
  left: 0;
}
.sidebar-context__button:last-child {
  padding: 0 16px 0 8px;
}
.sidebar-context__button:last-child .sidebar-context-post {
  right: 0;
}
@media only screen and (min-width: 1312px) {
  .sidebar-context__button {
    font-size: 13px;
  }
}
.sidebar-context__button:hover .sidebar-context-post {
  opacity: 1;
  visibility: visible;
}
.sidebar-context__button--disabled {
  pointer-events: none;
  opacity: 0.25;
}
.sidebar-context--work .sidebar-context__category {
  text-decoration-color: #75FBFB;
}
.sidebar-context--work .sidebar-context__button:hover,
.sidebar-context--work .sidebar-context__category:hover {
  color: #75FBFB;
}
.sidebar-context--craft .sidebar-context__category {
  text-decoration-color: #DBFFA8;
}
.sidebar-context--craft .sidebar-context__button:hover,
.sidebar-context--craft .sidebar-context__category:hover {
  color: #DBFFA8;
}
.sidebar-context--talent .sidebar-context__category {
  text-decoration-color: #FFC398;
}
.sidebar-context--talent .sidebar-context__button:hover,
.sidebar-context--talent .sidebar-context__category:hover {
  color: #FFC398;
}
.sidebar-context--inspiration .sidebar-context__category {
  text-decoration-color: #CABCFF;
}
.sidebar-context--inspiration .sidebar-context__button:hover,
.sidebar-context--inspiration .sidebar-context__category:hover {
  color: #CABCFF;
}
.sidebar-context--news .sidebar-context__category {
  text-decoration-color: #FFABB5;
}
.sidebar-context--news .sidebar-context__button:hover,
.sidebar-context--news .sidebar-context__category:hover {
  color: #FFABB5;
}
.sidebar-context--insight .sidebar-context__category {
  text-decoration-color: #AADDFF;
}
.sidebar-context--insight .sidebar-context__button:hover,
.sidebar-context--insight .sidebar-context__category:hover {
  color: #AADDFF;
}

.sidebar-context-post {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sidebar-context-post {
    display: block;
    position: absolute;
    bottom: 60px;
    width: 260px;
    background: #ffffff;
    border: 1px solid #EDF3F4;
    border-bottom: 0;
    padding: 16px;
    -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .sidebar-context-post {
    width: 300px;
  }
}
.sidebar-context-post h3 {
  font-size: 20px;
  text-transform: none;
  color: var(--black);
}

.mobile-context-wrap {
  position: fixed;
  z-index: 20;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 4px;
}
@media only screen and (min-width: 992px) {
  .mobile-context-wrap {
    display: none;
  }
}

.mobile-context {
  display: flex;
  width: 40px;
  height: 40px;
  background: var(--black);
  color: white;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .mobile-context {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.mobile-context svg {
  margin: auto;
}
.mobile-context:hover {
  background: var(--accent);
  color: var(--black);
}
.body--post--work .mobile-context:hover {
  background: var(--cyan);
}
.body--post--craft .mobile-context:hover {
  background: var(--lime);
}
.body--post--talent .mobile-context:hover {
  background: var(--orange);
}
.body--post--inspiration .mobile-context:hover {
  background: var(--purple);
}
.body--post--insight .mobile-context:hover {
  background: var(--blue);
}
.body--post--news .mobile-context:hover {
  background: var(--red);
}

section.post-bottom-ad {
  margin-top: 0;
  margin-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  section.post-bottom-ad {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  section.post-bottom-ad {
    margin-bottom: 64px;
  }
}
section.post-bottom-ad .ad__large {
  margin: 0;
}
@media only screen and (min-width: 1312px) {
  section.post-bottom-ad .ad__large {
    margin-left: 106px;
  }
}

.related {
  margin-top: 0;
  padding-bottom: 34px;
}
@media only screen and (min-width: 688px) {
  .related {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .related {
    z-index: 2;
    background: #ffffff;
    padding-bottom: 88px;
  }
}
.related .span-highlight:before {
  mix-blend-mode: multiply;
}
.related--work .span-highlight:before {
  background: #75FBFB;
}
.related--craft .span-highlight:before {
  background: #DBFFA8;
}
.related--talent .span-highlight:before {
  background: #FFC398;
}
.related--inspiration .span-highlight:before {
  background: #CABCFF;
}
.related--news .span-highlight:before {
  background: #FFABB5;
}
.related--insight .span-highlight:before {
  background: #AADDFF;
}

.related__title {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: balance;
}
@media only screen and (min-width: 688px) {
  .related__title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .related__title {
    grid-column: 2/11;
  }
}

.no-cssgrid .related__title {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .related__title {
    margin-left: 8.33%;
  }
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .related-carousel .grid__item {
    width: auto;
    padding-right: 0;
  }
}

.related-carousel {
  margin-top: 16px;
}
@media only screen and (min-width: 688px) {
  .related-carousel {
    margin-top: 32px;
  }
}
.related-carousel .owl-stage-outer {
  grid-column: 1/3;
}
@media only screen and (min-width: 688px) {
  .related-carousel .owl-stage-outer {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .related-carousel .owl-stage-outer {
    grid-column: 1/13;
  }
}

.old-message__text {
  text-align: center;
  grid-column: 1/13;
  padding: 16px 20px;
  background: #EDF3F4;
  color: #282E2F;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}
.old-message__text strong {
  font-weight: 700;
}
@media only screen and (min-width: 688px) {
  .old-message__text {
    padding: 26px 42px;
  }
}
@media only screen and (min-width: 1312px) {
  .old-message__text {
    padding: 26px 112px;
    font-size: 17px;
  }
}

.social-images {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.the-news {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .the-news {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .the-news {
    padding-bottom: 96px;
  }
}

.news__title {
  text-align: center;
  padding: 32px 16px;
}
@media only screen and (min-width: 992px) {
  .news__title {
    padding: 32px 0 46px;
  }
}
@media only screen and (min-width: 1312px) {
  .news__title {
    padding: 32px 0 52px;
  }
}
.news__title p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.5;
  color: #54645E;
  text-wrap: balance;
}
@media only screen and (max-width: 767px) {
  .news__title p br {
    content: " ";
  }
  .news__title p br:after {
    content: " ";
  }
}
@media only screen and (min-width: 688px) {
  .news__title p {
    margin-top: 20px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1312px) {
  .news__title p {
    font-size: 22px;
  }
}

.body--the-news .listing__title a {
  text-decoration-color: #FFABB5;
}
.body--the-news .listing:hover .listing__title a {
  color: #FFABB5;
}

.news-latest {
  margin-top: 184px;
  background: var(--silver);
  padding-bottom: 36px;
}
@media only screen and (min-width: 688px) {
  .news-latest {
    margin-top: 184px;
    padding-bottom: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .news-latest {
    margin-top: 174px;
  }
}
@media only screen and (min-width: 1312px) {
  .news-latest {
    margin-top: 206px;
    padding-bottom: 58px;
  }
}
.news-latest .grid {
  margin-top: -142px;
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  .news-latest .grid {
    margin-top: -132px;
    grid-row-gap: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .news-latest .grid {
    margin-top: -122px;
  }
}
@media only screen and (min-width: 1312px) {
  .news-latest .grid {
    margin-top: -142px;
    grid-row-gap: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .news-latest .grid__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1312px) {
  .news-latest .listing__title {
    font-size: 28px;
  }
}

.no-cssgrid .news-latest .grid {
  margin-top: -176px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .news-latest .grid {
    margin-top: -166px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .news-latest .grid {
    margin-top: -198px;
  }
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-latest .grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .news-latest .grid__item {
    width: 33.33%;
  }
  .no-cssgrid .news-latest .grid__item:nth-child(2n+1) {
    clear: none;
  }
  .no-cssgrid .news-latest .grid__item:nth-child(3n+1) {
    clear: left;
  }
}
.no-cssgrid .news-latest .grid__item .listing {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-latest .grid__item .listing {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .news-latest .grid__item .listing {
    margin-top: 56px;
  }
}

section.news-ad {
  margin-top: 0;
}
section.news-ad .ad {
  position: relative;
  z-index: 1;
}
section.news-ad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: var(--silver);
}
@media only screen and (min-width: 688px) {
  section.news-ad:before {
    height: 45px;
  }
}

section.news-listing {
  overflow: hidden;
}
section.news-listing .grid {
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  section.news-listing .grid {
    grid-row-gap: 44px;
  }
}
@media only screen and (min-width: 688px) {
  section.news-listing .listing-subscribe,
  section.news-listing .listing-membership,
  section.news-listing .listing-slate {
    margin-top: 28px;
  }
}

.no-cssgrid .news-listing .grid:first-child {
  margin-top: -34px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-listing .grid:first-child {
    margin-top: -44px;
  }
}
.no-cssgrid .news-listing .grid:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-listing .grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .news-listing .grid__item:nth-child(2n+1) {
    clear: none;
  }
  .no-cssgrid .news-listing .grid__item:nth-child(4n+1) {
    clear: left;
  }
}
.no-cssgrid .news-listing .grid__item .listing,
.no-cssgrid .news-listing .grid__item .listing-subscribe,
.no-cssgrid .news-listing .grid__item .listing-membership,
.no-cssgrid .news-listing .grid__item .listing-slate, .no-cssgrid .news-listing .grid__item.grid__item--listing-spotlight {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-listing .grid__item .listing,
  .no-cssgrid .news-listing .grid__item .listing-subscribe,
  .no-cssgrid .news-listing .grid__item .listing-membership,
  .no-cssgrid .news-listing .grid__item .listing-slate, .no-cssgrid .news-listing .grid__item.grid__item--listing-spotlight {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-listing .grid__item .listing-subscribe,
  .no-cssgrid .news-listing .grid__item .listing-membership,
  .no-cssgrid .news-listing .grid__item .listing-slate {
    margin-top: 78px;
  }
}

.news-listing__middle {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .news-listing__middle {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  .news-listing__middle {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.news-listing__middle .listing {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 688px) {
  section.news-listing .grid .grid__item--listing-spotlight {
    grid-column: span 6;
    grid-row: span 2;
  }
}
@media only screen and (min-width: 992px) {
  section.news-listing .grid .grid__item--listing-spotlight {
    padding-top: 28px;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1312px) {
  section.news-listing .grid .grid__item--listing-spotlight {
    padding-left: 32px;
  }
}

@media only screen and (min-width: 688px) {
  .no-cssgrid section.news-listing .grid .grid__item--listing-spotlight {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.news-listing .grid .grid__item--listing-spotlight {
    width: 50%;
    height: 400px;
  }
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-listing__middle .grid__item:nth-child(5) {
    clear: none;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .news-listing__middle .grid__item:nth-child(4) {
    clear: left;
  }
}

.listing-spotlight {
  position: relative;
  padding: 42px 0;
}
@media only screen and (min-width: 688px) {
  .listing-spotlight {
    padding: 52px 0;
  }
}
@media only screen and (min-width: 992px) {
  .listing-spotlight {
    padding: 48px 0 48px 48px;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-spotlight {
    padding: 64px 0 64px 64px;
  }
}

.listing-spotlight__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #FFABB5;
}
@media only screen and (min-width: 992px) {
  .listing-spotlight__bg {
    left: 0;
    margin-left: 0;
    width: 50vw;
  }
}

.listing-spotlight__mask {
  display: none;
}
@media only screen and (min-width: 992px) {
  .listing-spotlight__mask {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 55vw;
    background: #ffffff;
  }
}

.listing-spotlight__intro {
  position: relative;
}
.listing-spotlight__intro p {
  margin-top: 12px;
  font-size: 15px;
}
@media only screen and (min-width: 688px) {
  .listing-spotlight__intro p {
    margin-top: 16px;
    font-size: 17px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-spotlight__intro p {
    font-size: 15px;
    max-width: none;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-spotlight__intro p {
    font-size: 17px;
  }
}

.listing-spotlight__carousel {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .listing-spotlight__carousel {
    width: 300px;
  }
}
@media only screen and (min-width: 1312px) {
  .listing-spotlight__carousel {
    width: 392px;
  }
}
.listing-spotlight__carousel .owl-stage-outer {
  overflow: visible;
}
.listing-spotlight__carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.listing-spotlight__carousel .owl-item {
  display: flex;
}
.listing-spotlight__carousel .owl-nav {
  margin-top: 16px;
}
.listing-spotlight__carousel .owl-nav .owl-prev,
.listing-spotlight__carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(40, 46, 47, 0.1);
  color: var(--black);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.listing-spotlight__carousel .owl-nav .owl-prev.disabled,
.listing-spotlight__carousel .owl-nav .owl-next.disabled {
  color: rgba(40, 46, 47, 0.2);
  pointer-events: none;
}
.listing-spotlight__carousel .owl-nav .owl-prev:focus,
.listing-spotlight__carousel .owl-nav .owl-next:focus {
  outline: none;
}
.listing-spotlight__carousel .owl-nav .owl-prev:hover,
.listing-spotlight__carousel .owl-nav .owl-next:hover {
  background: var(--black);
  color: white;
}
.listing-spotlight__carousel .owl-nav .owl-next {
  margin-left: 6px;
}

.listing-spotlight__carousel__item {
  background: #ffffff;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
}
.listing-spotlight__carousel__item .box-listing {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.listing-spotlight__carousel__item .box-listing__content .label {
  margin: 0;
  position: absolute;
  top: -11px;
}

.news-load .button {
  grid-column: 1/3;
  background: var(--black);
  color: white;
}
.news-load .button:hover {
  background: #FFABB5;
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  .news-load .button {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .news-load .button {
    grid-column: 1/13;
  }
}

.no-cssgrid .news-load .grid {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .news-load .grid {
    padding: 0 20px;
  }
}
.no-cssgrid .news-load .button {
  width: 100%;
}

.news-listing--more {
  display: none;
}

.news-listing--more--on {
  display: block;
}

.state--loading-posts .news-load .button {
  background: #FFABB5;
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .news-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

.body--the-work .listing__title a {
  text-decoration-color: #75FBFB;
}

.body--the-work .listing-spotlight__bg {
  background: #75FBFB;
}

.body--the-work .news-load .button:hover {
  background: #75FBFB;
}

.body--the-work.state--loading-posts .news-load .button {
  background: #75FBFB;
  color: var(--black);
  pointer-events: none;
}
.body--the-work.state--all-posts-loaded .news-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

.the-craft {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .the-craft {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .the-craft {
    padding-bottom: 96px;
  }
}

section.craft-hero {
  margin-top: 0;
  padding: calc(var(--header-height) + 32px) 0 36px;
  background: #DBFFA8;
}
@media only screen and (min-width: 688px) {
  section.craft-hero {
    padding-bottom: 46px;
  }
}
@media only screen and (min-width: 1312px) {
  section.craft-hero {
    padding-bottom: 58px;
  }
}
section.craft-hero .grid {
  position: relative;
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  section.craft-hero .grid {
    grid-row-gap: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  section.craft-hero .grid {
    grid-row-gap: 52px;
  }
}
@media only screen and (min-width: 688px) {
  section.craft-hero .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 992px) {
  section.craft-hero .grid__item:last-child {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1312px) {
  section.craft-hero .grid__item:last-child {
    padding-top: 64px;
  }
}
section.craft-hero .grid__item:not(:last-child) .large-listing__image {
  transform: rotate(-1deg);
}
section.craft-hero .grid__item:last-child .large-listing__image {
  transform: rotate(1deg);
}
section.craft-hero .large-listing .label {
  background: #ffffff;
  color: var(--black);
}
section.craft-hero .large-listing .label:has(.label__note) {
  background: rgba(40, 46, 47, 0.2);
}
section.craft-hero .large-listing .label__note {
  background: transparent;
  color: var(--black);
}
section.craft-hero .large-listing__content {
  padding: 0 16px;
}

.craft-hero__background {
  display: none;
}
@media only screen and (min-width: 992px) {
  .craft-hero__background {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    filter: grayscale(100);
    background-blend-mode: multiply;
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.craft-hero__background--on {
  opacity: 0.15;
}

.craft-hero__title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .craft-hero__title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .craft-hero__title {
    grid-column: 3/11;
  }
}
.craft-hero__title p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .craft-hero__title p br {
    content: " ";
  }
  .craft-hero__title p br:after {
    content: " ";
  }
}
@media only screen and (min-width: 688px) {
  .craft-hero__title p {
    margin-top: 20px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1312px) {
  .craft-hero__title p {
    font-size: 22px;
  }
}

.no-cssgrid section.craft-hero .grid__item {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid section.craft-hero .grid__item {
    margin-top: 44px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.craft-hero .grid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid section.craft-hero .grid__item {
    margin-top: 52px;
  }
}
.no-cssgrid .craft-hero__title {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .craft-hero__title {
    max-width: 66.66%;
    margin: 0 auto;
  }
}

.body--the-craft .listing__title a {
  text-decoration-color: #DBFFA8;
}

section.craft-listing {
  padding-bottom: 36px;
}
@media only screen and (min-width: 688px) {
  section.craft-listing {
    padding-bottom: 46px;
  }
}
@media only screen and (min-width: 1312px) {
  section.craft-listing {
    padding-bottom: 58px;
  }
}
section.craft-listing .grid {
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  section.craft-listing .grid {
    grid-row-gap: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  section.craft-listing .grid {
    grid-row-gap: 56px;
  }
}
@media only screen and (min-width: 992px) {
  section.craft-listing .grid__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1312px) {
  section.craft-listing .listing__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 688px) {
  section.craft-listing .listing-subscribe,
  section.craft-listing .listing-membership,
  section.craft-listing .listing-slate {
    margin-top: 28px;
  }
}

.no-cssgrid section.craft-listing {
  margin-top: 8px;
}
.no-cssgrid section.craft-listing .grid__item {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid section.craft-listing .grid__item {
    margin-top: 44px;
  }
  .no-cssgrid section.craft-listing .grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.craft-listing .grid__item {
    width: 33.33%;
  }
  .no-cssgrid section.craft-listing .grid__item:nth-child(2n+1) {
    clear: none;
  }
  .no-cssgrid section.craft-listing .grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid section.craft-listing .grid__item {
    margin-top: 56px;
  }
}

section.craft-ad {
  margin-top: 0;
  background: #DBFFA8;
}
section.craft-ad .ad {
  position: relative;
  z-index: 1;
}
section.craft-ad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: #ffffff;
}
@media only screen and (min-width: 688px) {
  section.craft-ad:before {
    height: 45px;
  }
}

section.craft-spotlight {
  position: relative;
  margin-top: 0;
  padding: 32px 0 42px;
  background: #DBFFA8;
}
@media only screen and (min-width: 688px) {
  section.craft-spotlight {
    padding: 42px 0 52px;
  }
}
@media only screen and (min-width: 1312px) {
  section.craft-spotlight {
    padding: 42px 0 64px;
  }
}
section.craft-spotlight .home-hero__wrap {
  margin-top: 22px;
}
@media only screen and (min-width: 688px) {
  section.craft-spotlight .home-hero__wrap {
    margin-top: 32px;
  }
}
section.craft-spotlight .hero-carousel button.owl-dot {
  background: rgba(40, 46, 47, 0.2);
}
section.craft-spotlight .hero-carousel button.owl-dot.active {
  background: var(--black) !important;
}
section.craft-spotlight .hero-item {
  background: #DBFFA8;
}
section.craft-spotlight .label--craft {
  background: var(--black);
  color: white;
}
section.craft-spotlight .label--extra {
  background: rgba(40, 46, 47, 0.2);
  color: var(--black);
}

.craft-spotlight__intro {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .craft-spotlight__intro {
    grid-column: 2/6;
  }
}
@media only screen and (min-width: 992px) {
  .craft-spotlight__intro {
    grid-column: 4/10;
  }
}
.craft-spotlight__intro p {
  margin-top: 12px;
  font-size: 15px;
}
@media only screen and (min-width: 688px) {
  .craft-spotlight__intro p {
    margin-top: 16px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .craft-spotlight__intro p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1312px) {
  .craft-spotlight__intro p {
    font-size: 17px;
  }
}

.no-cssgrid .craft-spotlight__intro {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .craft-spotlight__intro {
    width: 66.66%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .craft-spotlight__intro {
    width: 50%;
  }
}

section.craft-load {
  margin-top: 0;
}
section.craft-load .button {
  grid-column: 1/3;
  background: var(--black);
  color: white;
}
section.craft-load .button:hover {
  background: #DBFFA8;
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  section.craft-load .button {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  section.craft-load .button {
    grid-column: 1/13;
  }
}

.no-cssgrid .craft-load .grid {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .craft-load .grid {
    padding: 0 20px;
  }
}
.no-cssgrid .craft-load .button {
  width: 100%;
}

.craft-listing--more {
  display: none;
  margin-top: 0;
}

.craft-listing--more--on {
  display: block;
}

.state--loading-posts .craft-load .button {
  background: #DBFFA8;
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .craft-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

.the-inspiration {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .the-inspiration {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .the-inspiration {
    padding-bottom: 96px;
  }
}

section.inspiration-hero {
  margin-top: 0;
  padding: calc(var(--header-height) + 32px) 0 36px;
  background: #CABCFF;
}
@media only screen and (min-width: 688px) {
  section.inspiration-hero {
    padding-bottom: 46px;
  }
}
@media only screen and (min-width: 992px) {
  section.inspiration-hero {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-hero {
    padding-bottom: 58px;
    margin-bottom: 173px;
  }
}
section.inspiration-hero .grid {
  position: relative;
}
section.inspiration-hero .home-hero__wrap {
  position: relative;
  margin: 24px auto 32px;
}
@media only screen and (min-width: 688px) {
  section.inspiration-hero .home-hero__wrap {
    margin: 42px auto;
  }
}
@media only screen and (min-width: 992px) {
  section.inspiration-hero .home-hero__wrap {
    margin: 42px auto 40px;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-hero .home-hero__wrap {
    margin: 54px auto 48px;
  }
}
section.inspiration-hero .hero-item {
  background: transparent;
}
@media only screen and (min-width: 992px) {
  section.inspiration-hero .hero-item__image {
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  }
}
section.inspiration-hero .hero-item__content {
  opacity: unset;
  transform: unset;
}
section.inspiration-hero .hero-item__content .label {
  background: #ffffff;
  color: var(--black);
}
section.inspiration-hero .hero-item__title a span {
  background: #ffffff;
}
section.inspiration-hero .inspiration-hero__block-wrap {
  float: left;
  clear: both;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  section.inspiration-hero .inspiration-hero__block-wrap {
    margin-bottom: -137px;
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-hero .inspiration-hero__block-wrap {
    margin-bottom: -173px;
  }
}
section.inspiration-hero .inspiration-hero__block {
  position: relative;
  grid-row-gap: 42px;
}
@media only screen and (min-width: 688px) {
  section.inspiration-hero .inspiration-hero__block {
    grid-row-gap: 52px;
  }
}
@media only screen and (min-width: 688px) {
  section.inspiration-hero .inspiration-hero__block .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 992px) {
  section.inspiration-hero .inspiration-hero__block .grid__item:first-child {
    padding-top: 16px;
    transform: rotate(-1deg);
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-hero .inspiration-hero__block .grid__item:first-child {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  section.inspiration-hero .inspiration-hero__block .grid__item:last-child {
    transform: rotate(1deg);
  }
}
section.inspiration-hero .block-listing__content {
  display: grid;
  justify-content: start;
}
section.inspiration-hero .block-listing__content .label {
  display: inline-flex;
  background: #ffffff;
  color: var(--black);
}
section.inspiration-hero .block-listing__title {
  display: inline-block;
  background: var(--purple);
  color: var(--black);
}

.inspiration-hero__background {
  display: none;
}
@media only screen and (min-width: 992px) {
  .inspiration-hero__background {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
    filter: grayscale(100);
    background-blend-mode: multiply;
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

.inspiration-hero__title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .inspiration-hero__title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .inspiration-hero__title {
    grid-column: 3/11;
  }
}
.inspiration-hero__title .bundle-title {
  display: block;
  margin-top: 40px;
}
.inspiration-hero__title p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .inspiration-hero__title p br {
    content: " ";
  }
  .inspiration-hero__title p br:after {
    content: " ";
  }
}
@media only screen and (min-width: 688px) {
  .inspiration-hero__title p {
    margin-top: 20px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1312px) {
  .inspiration-hero__title p {
    font-size: 22px;
  }
}

.no-cssgrid section.inspiration-hero .home-hero__wrap:after {
  content: "";
  clear: both;
  display: table;
}
.no-cssgrid section.inspiration-hero .inspiration-hero__block-wrap {
  float: left;
  clear: both;
  width: 100%;
}
.no-cssgrid section.inspiration-hero .inspiration-hero__block:after {
  content: "";
  clear: both;
  display: table;
}
.no-cssgrid section.inspiration-hero .inspiration-hero__block .grid__item {
  margin-top: 34px;
}
.no-cssgrid section.inspiration-hero .inspiration-hero__block .grid__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid section.inspiration-hero .inspiration-hero__block .grid__item {
    margin-top: 44px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.inspiration-hero .inspiration-hero__block .grid__item {
    margin-top: 0;
    width: 50%;
  }
}
.no-cssgrid .inspiration-hero__title {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .inspiration-hero__title {
    max-width: 66.66%;
    margin: 0 auto;
  }
}

.body--the-inspiration .listing__title a {
  text-decoration-color: #CABCFF;
}

section.inspiration-listing {
  padding-bottom: 36px;
}
@media only screen and (min-width: 688px) {
  section.inspiration-listing {
    padding-bottom: 46px;
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-listing {
    padding-bottom: 58px;
  }
}
section.inspiration-listing .grid {
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  section.inspiration-listing .grid {
    grid-row-gap: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-listing .grid {
    grid-row-gap: 56px;
  }
}
@media only screen and (min-width: 992px) {
  section.inspiration-listing .grid__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-listing .listing__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 688px) {
  section.inspiration-listing .listing-subscribe,
  section.inspiration-listing .listing-membership,
  section.inspiration-listing .listing-slate {
    margin-top: 28px;
  }
}

.no-cssgrid section.inspiration-listing {
  margin-top: 8px;
}
.no-cssgrid section.inspiration-listing .grid__item {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid section.inspiration-listing .grid__item {
    margin-top: 44px;
  }
  .no-cssgrid section.inspiration-listing .grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.inspiration-listing .grid__item {
    width: 33.33%;
  }
  .no-cssgrid section.inspiration-listing .grid__item:nth-child(2n+1) {
    clear: none;
  }
  .no-cssgrid section.inspiration-listing .grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid section.inspiration-listing .grid__item {
    margin-top: 56px;
  }
}

section.inspiration-ad {
  margin-top: 0;
  background: #CABCFF;
}
section.inspiration-ad .ad {
  position: relative;
  z-index: 1;
}
section.inspiration-ad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: #ffffff;
}
@media only screen and (min-width: 688px) {
  section.inspiration-ad:before {
    height: 45px;
  }
}

section.inspiration-spotlight {
  position: relative;
  margin-top: 0;
  padding: 32px 0 42px;
  background: #CABCFF;
}
@media only screen and (min-width: 688px) {
  section.inspiration-spotlight {
    padding: 42px 0 52px;
  }
}
@media only screen and (min-width: 1312px) {
  section.inspiration-spotlight {
    padding: 42px 0 64px;
  }
}
section.inspiration-spotlight .home-hero__wrap {
  margin-top: 22px;
}
@media only screen and (min-width: 688px) {
  section.inspiration-spotlight .home-hero__wrap {
    margin-top: 32px;
  }
}
section.inspiration-spotlight .hero-carousel button.owl-dot {
  background: rgba(255, 255, 255, 0.2);
}
section.inspiration-spotlight .hero-carousel button.owl-dot.active {
  background: white;
}
section.inspiration-spotlight .hero-item {
  background: #CABCFF;
}
section.inspiration-spotlight .hero-item .label {
  background: #ffffff;
  color: var(--black);
}
.inspiration-spotlight__intro {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .inspiration-spotlight__intro {
    grid-column: 2/6;
  }
}
@media only screen and (min-width: 992px) {
  .inspiration-spotlight__intro {
    grid-column: 4/10;
  }
}
.inspiration-spotlight__intro p {
  margin-top: 12px;
  font-size: 15px;
}
@media only screen and (min-width: 688px) {
  .inspiration-spotlight__intro p {
    margin-top: 22px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .inspiration-spotlight__intro p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1312px) {
  .inspiration-spotlight__intro p {
    font-size: 17px;
  }
}

.no-cssgrid .inspiration-spotlight__intro {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .inspiration-spotlight__intro {
    width: 66.66%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .inspiration-spotlight__intro {
    width: 50%;
  }
}

section.inspiration-load {
  margin-top: 0;
}
section.inspiration-load .button {
  grid-column: 1/3;
  background: var(--black);
  color: white;
}
section.inspiration-load .button:hover {
  background: #CABCFF;
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  section.inspiration-load .button {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  section.inspiration-load .button {
    grid-column: 1/13;
  }
}

.no-cssgrid .inspiration-load .grid {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .inspiration-load .grid {
    padding: 0 20px;
  }
}
.no-cssgrid .inspiration-load .button {
  width: 100%;
}

.inspiration-listing--more {
  display: none;
  margin-top: 0;
}

.inspiration-listing--more--on {
  display: block;
}

.state--loading-posts .inspiration-load .button {
  background: #CABCFF;
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .inspiration-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

.the-talent {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .the-talent {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .the-talent {
    padding-bottom: 96px;
  }
}

section.talent-hero {
  margin-top: 0;
  padding-top: calc(var(--header-height) + 32px);
  background: #212027;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  section.talent-hero {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
section.talent-hero h1 {
  color: white;
  mix-blend-mode: difference;
}
@media only screen and (min-width: 992px) {
  section.talent-hero h1 {
    position: absolute;
    top: 146px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1312px) {
  section.talent-hero h1 {
    top: 152px;
  }
}

.talent-hero__section {
  text-align: left;
  padding: 40px 0 74px;
}
@media only screen and (min-width: 688px) {
  .talent-hero__section {
    padding: 48px 0 84px;
  }
}
@media only screen and (min-width: 992px) {
  .talent-hero__section {
    padding-top: calc(var(--header-height) + 32px);
  }
}
@media only screen and (min-width: 1312px) {
  .talent-hero__section {
    padding-top: calc(var(--header-height) + 40px);
    padding-bottom: 96px;
  }
}

.talent-hero__section__wrap {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .talent-hero__section__wrap {
    max-width: 640px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .talent-hero__section__wrap {
    margin-top: 6px;
    max-width: 512px;
    float: right;
    padding-right: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  .talent-hero__section__wrap {
    margin-top: 10px;
    max-width: 640px;
    padding-right: 122px;
  }
}
.talent-hero__section__wrap .box-listing-carousel {
  margin-top: 24px;
}
@media only screen and (min-width: 688px) {
  .talent-hero__section__wrap .box-listing-carousel {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .talent-hero__section__wrap .box-listing-carousel {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1312px) {
  .talent-hero__section__wrap .box-listing-carousel {
    margin-top: 30px;
  }
}
.talent-hero__section__wrap .box-listing-carousel .owl-dots {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.talent-hero__section__wrap .box-listing-carousel button.owl-dot {
  background: rgba(255, 255, 255, 0.4);
}
.talent-hero__section__wrap .box-listing-carousel button.owl-dot.active {
  background: white;
}

.talent-hero__section--production {
  background: #FFC398;
}
@media only screen and (min-width: 992px) {
  .talent-hero__section--production .talent-hero__section__wrap {
    float: left;
    padding-right: 20px;
    padding-left: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  .talent-hero__section--production .talent-hero__section__wrap {
    float: left;
    padding-right: 20px;
    padding-left: 122px;
  }
}

.talent-hero__title {
  text-align: center;
}
.talent-hero__title .label {
  position: relative;
  background: white;
  color: var(--black);
}
.talent-hero__title p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .talent-hero__title p {
    margin-top: 20px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .talent-hero__section--agency .talent-hero__title .label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 83px;
    width: 92px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1312px) {
  .talent-hero__section--agency .talent-hero__title .label:after {
    left: 99px;
    width: 141px;
  }
}

@media only screen and (min-width: 992px) {
  .talent-hero__section--production .talent-hero__title .label:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 118px;
    width: 73px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1312px) {
  .talent-hero__section--production .talent-hero__title .label:after {
    right: 134px;
    width: 122px;
  }
}

.label--agency {
  background: #212027;
}
.label--agency .label__note {
  color: #282E2F;
}

.label--production {
  background: #FFC398;
}
.label--production .label__note {
  color: #FFC398;
}

.body--the-talent .box-listing__labels {
  position: absolute;
  top: -11px;
  display: flex;
  gap: 4px;
}
.body--the-talent .box-listing__labels .label {
  position: relative;
  top: auto;
}
.body--the-talent .news-listing__middle {
  padding-top: 0;
}

section.talent-ad {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  section.talent-ad {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  section.talent-ad {
    margin-top: 56px;
  }
}

.body--the-talent .listing-spotlight__bg {
  background: #FFC398;
}
.body--the-talent .listing-spotlight__intro .label {
  color: #FFC398;
}
.body--the-talent .listing-spotlight__carousel .owl-nav .owl-prev:hover,
.body--the-talent .listing-spotlight__carousel .owl-nav .owl-next:hover {
  color: #FFC398;
}

.body--the-talent .news-load .button:hover {
  background: #FFC398;
}

.body--the-talent.state--loading-posts .news-load .button {
  background: #FFC398;
  color: var(--black);
  pointer-events: none;
}
.body--the-talent.state--all-posts-loaded .news-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

.the-insight {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .the-insight {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .the-insight {
    padding-bottom: 96px;
  }
}

.insight-hero {
  float: left;
  clear: both;
  width: 100%;
  cursor: pointer;
}
.insight-hero:hover .insight-hero__background {
  opacity: 0.15;
}
.insight-hero:hover .insight-hero__title a {
  text-decoration-color: rgba(255, 255, 255, 0.2);
}

section.insight-hero-top {
  margin-top: 0;
  padding: calc(var(--header-height) + 32px) 0 46px;
  background: #AADDFF;
}
@media only screen and (min-width: 688px) {
  section.insight-hero-top {
    padding: calc(var(--header-height) + 32px) 0 64px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-hero-top {
    padding: calc(var(--header-height) + 32px) 0 80px;
  }
}
section.insight-hero-top .grid {
  position: relative;
  z-index: 2;
}
section.insight-hero-top:before, section.insight-hero-top:after {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  border-bottom: 14px solid #f0f2f5;
}
@media only screen and (min-width: 688px) {
  section.insight-hero-top:before, section.insight-hero-top:after {
    border-bottom-width: 22px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-hero-top:before, section.insight-hero-top:after {
    border-bottom-width: 28px;
  }
}
section.insight-hero-top:before {
  left: 0;
  border-right: 14px solid transparent;
}
@media only screen and (min-width: 688px) {
  section.insight-hero-top:before {
    border-right-width: 22px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-hero-top:before {
    border-right-width: 28px;
  }
}
section.insight-hero-top:after {
  right: 0;
  border-left: 14px solid transparent;
}
@media only screen and (min-width: 688px) {
  section.insight-hero-top:after {
    border-left-width: 22px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-hero-top:after {
    border-left-width: 28px;
  }
}

.insight-hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  filter: grayscale(100);
  background-blend-mode: multiply;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.insight-hero__open,
.insight-hero__close {
  position: absolute;
  width: 40px;
  height: 25px;
}
@media only screen and (min-width: 688px) {
  .insight-hero__open,
  .insight-hero__close {
    width: 80px;
    height: 50px;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-hero__open,
  .insight-hero__close {
    width: 110px;
    height: 69px;
  }
}
.insight-hero__open svg,
.insight-hero__close svg {
  width: 100%;
  height: 100%;
  fill: var(--black);
}

.insight-hero__open {
  top: 0;
  left: 16px;
}
@media only screen and (min-width: 688px) {
  .insight-hero__open {
    top: 34px;
    left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .insight-hero__open {
    top: 60px;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-hero__open {
    top: 72px;
  }
}

.insight-hero__close {
  top: 7px;
  right: 16px;
}
@media only screen and (min-width: 688px) {
  .insight-hero__close {
    right: 20px;
    top: auto;
    bottom: -4px;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-hero__close {
    bottom: -8px;
  }
}
.insight-hero__close svg {
  opacity: 0.5;
}

.insight-hero__title {
  grid-column: 1/3;
  padding-top: 42px;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (min-width: 688px) {
  .insight-hero__title {
    grid-column: 2/6;
    padding-top: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .insight-hero__title {
    grid-column: 3/11;
    padding-top: 52px;
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-hero__title {
    padding-top: 64px;
    font-size: 80px;
    line-height: 90px;
  }
}
.insight-hero__title a {
  font-weight: 700;
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.no-cssgrid .insight-hero__title {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .insight-hero__title {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}

section.insight-hero-bottom {
  position: relative;
  margin-top: 0;
  padding: 22px 0 32px;
  background: #f0f2f5;
}
@media only screen and (min-width: 688px) {
  section.insight-hero-bottom {
    padding: 22px 0 42px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-hero-bottom {
    padding: 16px 0 52px;
  }
}
section.insight-hero-bottom .grid {
  position: relative;
  grid-row-gap: 16px;
}
@media only screen and (min-width: 688px) {
  section.insight-hero-bottom .grid {
    grid-row-gap: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-hero-bottom .grid {
    grid-row-gap: 26px;
  }
}

.insight-hero__author,
.insight-hero__excerpt {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .insight-hero__author,
  .insight-hero__excerpt {
    grid-column: 2/6;
  }
}
@media only screen and (min-width: 992px) {
  .insight-hero__author,
  .insight-hero__excerpt {
    grid-column: 3/11;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-hero__author,
  .insight-hero__excerpt {
    grid-column: 4/10;
  }
}

.no-cssgrid .insight-hero__author,
.no-cssgrid .insight-hero__excerpt {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .insight-hero__author,
  .no-cssgrid .insight-hero__excerpt {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .insight-hero__author,
  .no-cssgrid .insight-hero__excerpt {
    width: 50%;
  }
}
.no-cssgrid .insight-hero__excerpt {
  margin-top: 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .insight-hero__excerpt {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .insight-hero__excerpt {
    margin-top: 26px;
  }
}

.insight-hero__author {
  position: relative;
}

.insight-hero__author__image {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.insight-hero__author__name {
  display: block;
  margin-top: 8px;
  font-family: "Pangram Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.insight-hero__author__name strong {
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 688px) {
  .insight-hero__author__name {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -7px;
    margin-right: 42px;
    text-align: right;
  }
}

.insight-hero__author__date {
  display: block;
  margin-top: 6px;
  font-family: "Pangram Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #282E2F;
}
.insight-hero__author__date strong {
  font-weight: 700;
  text-transform: uppercase;
}
.insight-hero__author__date sup {
  margin-left: 1px;
  font-size: 6px;
}
@media only screen and (min-width: 688px) {
  .insight-hero__author__date {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: 42px;
    text-align: left;
  }
}

.insight-hero__excerpt p {
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (min-width: 688px) {
  .insight-hero__excerpt p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-hero__excerpt p {
    font-size: 19px;
    line-height: 35px;
  }
}

.body--the-insight .listing__title a {
  text-decoration-color: #AADDFF;
}

.insight-listing .grid {
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  .insight-listing .grid {
    grid-row-gap: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-listing .grid {
    grid-row-gap: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .insight-listing .grid__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1312px) {
  .insight-listing .listing__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 688px) {
  .insight-listing .listing-subscribe,
  .insight-listing .listing-membership,
  .insight-listing .listing-slate {
    margin-top: 28px;
  }
}
.insight-listing .grid__item--house-ad-first {
  display: none;
}
@media only screen and (min-width: 688px) {
  .insight-listing .grid__item--house-ad-first {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .insight-listing .grid__item--house-ad-first {
    display: none;
  }
}
.insight-listing .grid__item--house-ad-second {
  display: none;
}
@media only screen and (min-width: 688px) {
  .insight-listing .grid__item--house-ad-second {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .insight-listing .grid__item--house-ad-second {
    display: none;
  }
}
@media only screen and (min-width: 688px) {
  .insight-listing .grid__item--house-ad-third {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .insight-listing .grid__item--house-ad-third {
    display: block;
  }
}

section.insight-listing--overlap {
  margin-top: 0;
}
section.insight-listing--overlap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 142px;
  background: var(--silver);
}
@media only screen and (min-width: 688px) {
  section.insight-listing--overlap:before {
    height: 132px;
  }
}
@media only screen and (min-width: 992px) {
  section.insight-listing--overlap:before {
    height: 122px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-listing--overlap:before {
    height: 142px;
  }
}
section.insight-listing--overlap .grid__item {
  position: relative;
}

.no-cssgrid section.insight-listing {
  margin-top: 8px;
}
.no-cssgrid section.insight-listing .grid__item {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid section.insight-listing .grid__item {
    margin-top: 44px;
  }
  .no-cssgrid section.insight-listing .grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.insight-listing .grid__item {
    width: 33.33%;
  }
  .no-cssgrid section.insight-listing .grid__item:nth-child(2n+1) {
    clear: none;
  }
  .no-cssgrid section.insight-listing .grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid section.insight-listing .grid__item {
    margin-top: 56px;
  }
}
.no-cssgrid section.insight-listing--overlap {
  margin-top: 0;
}
.no-cssgrid section.insight-listing--overlap .grid__item {
  margin-top: 34px;
}
.no-cssgrid section.insight-listing--overlap .grid__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid section.insight-listing--overlap .grid__item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.insight-listing--overlap .grid__item {
    margin-top: 0px;
  }
}

section.insight-large {
  margin-top: 0;
  padding: 42px 0;
  background: var(--silver);
}
@media only screen and (min-width: 688px) {
  section.insight-large {
    padding: 64px 0;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-large {
    padding: 80px 0;
  }
}
section.insight-large .hero-item {
  background: transparent;
}

section.insight-large--light {
  padding: 36px 0 16px;
  background: transparent;
}
@media only screen and (min-width: 688px) {
  section.insight-large--light {
    padding: 64px 0 32px;
  }
}
@media only screen and (min-width: 1312px) {
  section.insight-large--light {
    padding: 80px 0 40px;
  }
}

@media only screen and (min-width: 992px) {
  .no-cssgrid section.insight-large .hero-item__image {
    float: left;
    width: 33.33%;
  }
  .no-cssgrid section.insight-large .hero-item__content {
    float: left;
    width: 50%;
  }
}

section.insight-ad .ad {
  position: relative;
  z-index: 1;
}
section.insight-ad:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: var(--silver);
}
@media only screen and (min-width: 688px) {
  section.insight-ad:before {
    height: 45px;
  }
}

.insight-load .button {
  grid-column: 1/3;
  background: var(--black);
  color: white;
}
.insight-load .button:hover {
  background: #AADDFF;
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  .insight-load .button {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .insight-load .button {
    grid-column: 1/13;
  }
}

.no-cssgrid .insight-load .grid {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .insight-load .grid {
    padding: 0 20px;
  }
}
.no-cssgrid .insight-load .button {
  width: 100%;
}

.insight-listing--more {
  display: none;
}

.insight-listing--more--on {
  display: block;
}

.state--loading-posts .insight-load .button {
  background: #AADDFF;
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .insight-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

section.the-showcase {
  margin-top: 0;
  padding: calc(var(--header-height) + 32px) 0 42px;
  background: var(--dark);
}
@media only screen and (min-width: 688px) {
  section.the-showcase {
    padding: calc(var(--header-height) + 32px) 0 64px;
  }
}
@media only screen and (min-width: 1312px) {
  section.the-showcase {
    padding: calc(var(--header-height) + 32px) 0 96px;
  }
}

.showcase-title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .showcase-title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .showcase-title {
    grid-column: 3/11;
  }
}
.showcase-title h1 {
  color: white;
}
.showcase-title p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.5;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .showcase-title p br {
    content: " ";
  }
  .showcase-title p br:after {
    content: " ";
  }
}
@media only screen and (min-width: 688px) {
  .showcase-title p {
    margin-top: 20px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1312px) {
  .showcase-title p {
    font-size: 22px;
  }
}

.no-cssgrid .showcase-title {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .showcase-title {
    max-width: 66.66%;
    margin: 0 auto;
  }
}

.showcase-listing {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .showcase-listing {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1312px) {
  .showcase-listing {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .showcase-listing .grid__item {
    grid-column: span 4;
  }
}

.showcase-item {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showcase-item:hover {
  -webkit-box-shadow: 0 0 0 8px var(--yellow);
  -moz-box-shadow: 0 0 0 8px var(--yellow);
  box-shadow: 0 0 0 8px var(--yellow);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.showcase-item:hover .showcase-item__image {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}

.showcase-item__image {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.showcase-item__overlay {
  position: absolute;
  top: 25%;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: -moz-linear-gradient(top, rgba(35, 40, 40, 0) 0%, rgba(35, 40, 40, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(35, 40, 40, 0) 0%, rgba(35, 40, 40, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(35, 40, 40, 0) 0%, rgba(35, 40, 40, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00232828", endColorstr="#b3232828",GradientType=0 );
}

.showcase-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
}
@media only screen and (min-width: 1312px) {
  .showcase-item__content {
    padding: 26px 32px;
  }
}
.showcase-item__content h3 {
  font-size: 24px;
  color: #ffffff;
}
.showcase-item__content h3 strong {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.showcase-item__content p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
@media only screen and (min-width: 1312px) {
  .showcase-item__content p {
    margin-top: 20px;
  }
}

.no-cssgrid .showcase-listing {
  margin-top: 18px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .showcase-listing {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .showcase-listing {
    margin-top: 20px;
  }
}
.no-cssgrid .showcase-listing:after {
  content: "";
  clear: both;
  display: table;
}
.no-cssgrid .showcase-listing .grid__item {
  margin-top: 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .showcase-listing .grid__item {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .showcase-listing .grid__item {
    width: 33.33%;
  }
}
.no-cssgrid .showcase-load {
  margin-top: 32px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .showcase-load {
    padding: 0 20px;
  }
}
.no-cssgrid .showcase-load .button {
  width: 100%;
}

.showcase-load {
  margin-top: 32px;
}
.showcase-load .button {
  grid-column: 1/3;
  background: var(--silver);
  color: var(--black);
}
.showcase-load .button:hover {
  background: var(--yellow);
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  .showcase-load .button {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .showcase-load .button {
    grid-column: 1/13;
  }
}

.state--loading-posts .showcase-load .button {
  background: var(--yellow);
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .showcase-load .button {
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.body--the-showcase .membership-promo {
  margin-top: 0;
}

section.the-focus {
  margin-top: 0;
  padding: calc(var(--header-height) + 32px) 0 42px;
  background: var(--black);
}
@media only screen and (min-width: 688px) {
  section.the-focus {
    padding: calc(var(--header-height) + 32px) 0 64px;
  }
}
@media only screen and (min-width: 1312px) {
  section.the-focus {
    padding: calc(var(--header-height) + 32px) 0 96px;
  }
}

.focus-title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .focus-title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .focus-title {
    grid-column: 3/11;
  }
}
.focus-title h1 {
  color: white;
}
.focus-title p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.5;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .focus-title p {
    margin-top: 20px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-title p {
    font-size: 22px;
  }
}

.no-cssgrid .focus-title {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .focus-title {
    max-width: 66.66%;
    margin: 0 auto;
  }
}

.focus-listing {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .focus-listing {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-listing {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-listing .grid__item {
    grid-column: span 4;
  }
}

@media only screen and (min-width: 688px) {
  .focus-listing-wrap--one .focus-listing .grid__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 992px) {
  .focus-listing-wrap--one .focus-listing .grid__item {
    grid-column: span 12;
  }
}
.focus-listing-wrap--one .focus-listing .grid__item .focus-item {
  max-width: 523px;
  margin: 0 auto;
}

.focus-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.focus-item:hover .focus-item__image {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}

.focus-item__image {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.focus-item__overlay {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: -moz-linear-gradient(top, rgba(35, 40, 40, 0.2) 0%, rgba(35, 40, 40, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(35, 40, 40, 0.2) 0%, rgba(35, 40, 40, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(35, 40, 40, 0.2) 0%, rgba(35, 40, 40, 0.7) 100%);
}

.focus-item__month {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  color: #282E2F;
}
@media only screen and (min-width: 1312px) {
  .focus-item__month {
    top: 32px;
    left: 32px;
  }
}
.focus-item__month:hover {
  color: #282E2F;
}

.focus-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
}
@media only screen and (min-width: 1312px) {
  .focus-item__content {
    padding: 26px 32px;
  }
}
.focus-item__content h3 {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (min-width: 1312px) {
  .focus-item__content h3 {
    font-size: 28px;
  }
}
.focus-item__content h3 strong {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.focus-item__content p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
@media only screen and (min-width: 1312px) {
  .focus-item__content p {
    margin-top: 20px;
  }
}

.no-cssgrid .focus-listing {
  margin-top: 18px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .focus-listing {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .focus-listing {
    margin-top: 20px;
  }
}
.no-cssgrid .focus-listing:after {
  content: "";
  clear: both;
  display: table;
}
.no-cssgrid .focus-listing .grid__item {
  margin-top: 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .focus-listing .grid__item {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .focus-listing .grid__item {
    width: 33.33%;
  }
}
.no-cssgrid .focus-load {
  margin-top: 32px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .focus-load {
    padding: 0 20px;
  }
}
.no-cssgrid .focus-load .button {
  width: 100%;
}

.focus-load {
  margin-top: 32px;
}
.focus-load .button {
  grid-column: 1/3;
  background: var(--silver);
  color: var(--black);
}
.focus-load .button:hover {
  background: var(--pink);
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  .focus-load .button {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .focus-load .button {
    grid-column: 1/13;
  }
}

.state--loading-posts .focus-load .button {
  background: var(--pink);
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .focus-load .button {
  background: transparent;
  color: rgba(128, 134, 135, 0.3);
  pointer-events: none;
}

section.the-archives {
  margin-top: 0;
  padding: 42px 0;
  background: var(--dark);
}
@media only screen and (min-width: 688px) {
  section.the-archives {
    padding: 64px 0;
  }
}
@media only screen and (min-width: 1312px) {
  section.the-archives {
    padding: 96px 0;
  }
}

.archives-title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .archives-title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .archives-title {
    grid-column: 3/11;
  }
}
.archives-title h2 {
  color: white;
}
.archives-title p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 688px) {
  .archives-title p {
    margin-top: 20px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 1312px) {
  .archives-title p {
    font-size: 22px;
  }
}

.no-cssgrid .archives-title {
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .archives-title {
    max-width: 66.66%;
    margin: 0 auto;
  }
}

.archives-listing {
  margin-top: 34px;
}
@media only screen and (min-width: 688px) {
  .archives-listing {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1312px) {
  .archives-listing {
    margin-top: 52px;
  }
}
.archives-listing .grid__item {
  grid-column: span 1;
}
@media only screen and (min-width: 688px) {
  .archives-listing .grid__item {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 992px) {
  .archives-listing .grid__item {
    grid-column: span 4;
  }
}

.archive-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.archive-item:hover .archive-item__overlay {
  opacity: 1;
}
.archive-item:hover .archive-item__download .svg-inline--fa {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}

.archive-item__image {
  width: 100%;
}

.archive-item__overlay {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: rgba(33, 32, 39, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.archive-item__download {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.archive-item__download .svg-inline--fa {
  font-size: 50px;
  color: var(--pink);
  opacity: 0;
  -moz-transform: translate(0, -16px);
  -o-transform: translate(0, -16px);
  -ms-transform: translate(0, -16px);
  -webkit-transform: translate(0, -16px);
  transform: translate(0, -16px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .archive-item__download .svg-inline--fa {
    font-size: 80px;
  }
}
.archive-item__download span {
  display: block;
  margin-top: 26px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: var(--pink);
}

.no-cssgrid .archives-listing {
  margin-top: 18px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .archives-listing {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .archives-listing {
    margin-top: 20px;
  }
}
.no-cssgrid .archives-listing:after {
  content: "";
  clear: both;
  display: table;
}
.no-cssgrid .archives-listing .grid__item {
  margin-top: 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .archives-listing .grid__item {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .archives-listing .grid__item {
    width: 33.33%;
  }
}
.no-cssgrid .archives-load {
  margin-top: 32px;
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .archives-load {
    padding: 0 20px;
  }
}
.no-cssgrid .archives-load .button {
  width: 100%;
}

.archives-load {
  margin-top: 32px;
}
.archives-load .button {
  grid-column: 1/3;
  background: rgba(128, 134, 135, 0.1);
  border-color: #808687;
  color: #808687;
}
.archives-load .button:hover {
  background: #808687;
  color: #212027;
}
@media only screen and (min-width: 688px) {
  .archives-load .button {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .archives-load .button {
    grid-column: 1/13;
  }
}

.state--loading-posts .archives-load .button {
  background: #808687;
  color: #212027;
  pointer-events: none;
}

.archives-load .button.all-archives-loaded {
  background: transparent;
  color: rgba(128, 134, 135, 0.3);
  border-color: rgba(128, 134, 135, 0.3);
  pointer-events: none;
}

.focus-upcoming {
  margin-top: 0;
  background: var(--black);
}
.focus-upcoming__bg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--dark);
}
.focus-upcoming__box {
  position: relative;
  z-index: 1;
  grid-column: 1/3;
  text-align: center;
  padding: 32px;
  border: 5px solid var(--pink);
  background: white;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 688px) {
  .focus-upcoming__box {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .focus-upcoming__box {
    grid-column: 3/11;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-upcoming__box {
    padding: 48px;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4);
  }
}
.focus-upcoming__box p {
  margin-top: 6px;
}
.focus-upcoming__box .button {
  margin-top: 16px;
}

.focus-general-enquiries {
  margin-top: 42px;
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .focus-general-enquiries {
    margin-top: 64px;
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .focus-general-enquiries {
    grid-column: 3/11;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-general-enquiries {
    margin-top: 96px;
  }
}
.focus-general-enquiries p {
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 688px) {
  .focus-general-enquiries p {
    font-size: 19px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-general-enquiries p {
    font-size: 22px;
    line-height: 38px;
  }
}
.focus-general-enquiries p a {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.focus-general-enquiries p a:before {
  content: "";
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  height: 18%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
}
.focus-general-enquiries p a:hover:before {
  height: 65%;
}

.body--the-focus .membership-promo {
  margin-top: 0;
}

.focus {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 16px;
  overflow: hidden;
}

.body--focus-page .label {
  background: #ffffff;
}
.body--focus-page .focus-more__title .label .label__note {
  background: transparent;
  color: var(--black);
  margin-left: 3px;
}
.body--focus-page .membership-promo {
  margin-top: 0;
}

section.focus-header.post-header--full {
  padding: 0;
}
@media only screen and (min-width: 688px) {
  section.focus-header.post-header--full {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  section.focus-header.post-header--full {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 1312px) {
  section.focus-header.post-header--full {
    padding: 0 0 80px;
  }
}
section.focus-header .post-header__content h1 {
  font-weight: 500;
  line-height: 1.1;
  text-transform: lowercase;
}
section.focus-header .post-header__content h1 strong {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

section.focus-intro {
  z-index: 3;
  margin-top: 0;
  padding: 32px 0;
}
@media only screen and (min-width: 688px) {
  section.focus-intro {
    padding: 0;
    height: 0;
  }
  section.focus-intro .grid {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

.focus-intro__content {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .focus-intro__content {
    grid-column: 1/7;
    background: #ffffff;
    padding: 34px;
    -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 992px) {
  .focus-intro__content {
    grid-column: 2/12;
    padding: 42px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-intro__content {
    padding: 54px 64px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-intro__content p {
    font-size: 22px;
  }
}

section.focus-3cols {
  margin-top: 0;
  overflow: hidden;
}
section.focus-3cols:nth-child(3) {
  margin-top: -16px;
}
@media only screen and (min-width: 688px) {
  section.focus-3cols:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .focus-3cols__wrap {
    margin: 0 -8px;
  }
  .focus-3cols__wrap:after {
    content: "";
    clear: both;
    display: table;
  }
}

.focus-3cols__item {
  padding: 16px 16px 0;
}
@media only screen and (min-width: 992px) {
  .focus-3cols__item {
    float: left;
    width: 33.33%;
    padding: 16px 8px 0;
  }
}
.focus-3cols__item a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 80%;
}
.focus-3cols__item a:hover .focus-3cols__item__hover {
  opacity: 0.6;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.focus-3cols__item a:hover .focus-3cols__item__content {
  transform: translate(0, 0) !important;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.focus-3cols__item a:hover .focus-3cols__item__content .label, .focus-3cols__item a:hover .focus-3cols__item__content p {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: all 0.9s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.9s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.9s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.9s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.9s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .focus-3cols__item a {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 992px) {
  .focus-3cols__item a {
    padding-bottom: 150%;
  }
}

.focus-3cols__item__image {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.focus-3cols__item__overlay {
  position: absolute;
  top: 25%;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: -moz-linear-gradient(top, rgba(35, 40, 40, 0) 0%, rgba(35, 40, 40, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(35, 40, 40, 0) 0%, rgba(35, 40, 40, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(35, 40, 40, 0) 0%, rgba(35, 40, 40, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00232828", endColorstr="#b3232828",GradientType=0 );
}

.focus-3cols__item__hover {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #AAFFDB;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

.focus-3cols__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .focus-3cols__item__content {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 688px) {
  .focus-3cols__item__content {
    padding: 28px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-3cols__item__content .label {
    opacity: 0;
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.focus-3cols__item__content h3 {
  margin-top: 14px;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1312px) {
  .focus-3cols__item__content h3 {
    margin-top: 24px;
    font-size: 35px;
    line-height: 40px;
  }
}
.focus-3cols__item__content h3 strong {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.focus-3cols__item__content p {
  display: none;
  margin-top: 0;
  padding-top: 10px;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .focus-3cols__item__content p {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .focus-3cols__item__content p {
    opacity: 0;
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .focus-3cols__item__content p {
    padding-top: 20px;
  }
}

.focus-3cols__item--work .focus-3cols__item__hover {
  background: #75FBFB;
}

.focus-3cols__item--craft .focus-3cols__item__hover {
  background: #DBFFA8;
}

.focus-3cols__item--talent .focus-3cols__item__hover {
  background: #FFC398;
}

.focus-3cols__item--inspiration .focus-3cols__item__hover {
  background: #CABCFF;
}

.focus-3cols__item--news .focus-3cols__item__hover {
  background: #FFABB5;
}

.focus-3cols__item--insight .focus-3cols__item__hover {
  background: #AADDFF;
}

section.focus-large {
  margin-top: 16px;
}
section.focus-large:last-child {
  margin-bottom: -16px;
}
section.focus-large .post-header--full {
  min-height: auto;
  padding: 42px 0 38px;
}
@media only screen and (min-width: 688px) {
  section.focus-large .post-header--full {
    padding: 96px 0 88px;
  }
}
@media only screen and (min-width: 1312px) {
  section.focus-large .post-header--full {
    padding: 128px 0 120px;
  }
}
@media only screen and (min-width: 1600px) {
  section.focus-large .post-header--full {
    padding: 160px 0 150px;
  }
}
section.focus-large .post-header--full:hover .post-header__content h2 {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
section.focus-large .post-header__content .label {
  position: relative;
  top: auto;
  left: auto;
}
section.focus-large .post-header__content h2 {
  margin-top: 16px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  section.focus-large .post-header__content h2 {
    margin-top: 22px;
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1312px) {
  section.focus-large .post-header__content h2 {
    margin-top: 32px;
    font-size: 60px;
    line-height: 70px;
  }
}

section.focus-grid {
  margin-top: 16px;
}

.focus-grid__wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0 16px;
}

.focus-grid__item {
  position: relative;
  grid-column: span 2;
}
@media only screen and (min-width: 992px) {
  .focus-grid__item {
    grid-column: span 1;
  }
}

.focus-grid__post {
  display: block;
  position: relative;
  background: #AAFFDB;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .focus-grid__post {
    height: 100%;
  }
  .focus-grid__post:hover .focus-grid__post__background {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}

@media only screen and (min-width: 992px) {
  .focus-grid__post__content-wrap {
    display: flex;
    align-items: center;
    min-height: 100%;
  }
}

.focus-grid__post__content {
  padding: 42px 20px 36px;
  max-width: 540px;
}
@media only screen and (min-width: 688px) {
  .focus-grid__post__content {
    padding: 64px 32px 58px;
    max-width: 564px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-grid__post__content {
    padding: 0 42px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-grid__post__content {
    padding: 0 64px;
  }
}
.focus-grid__post__content .label {
  position: relative;
}
.focus-grid__post__content h3 {
  position: relative;
  margin-top: 14px;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .focus-grid__post__content h3 {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-grid__post__content h3 {
    margin-top: 24px;
    font-size: 35px;
    line-height: 40px;
  }
}
.focus-grid__post__content p {
  position: relative;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .focus-grid__post__content p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-grid__post__content p {
    display: none;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-grid__post__content p {
    display: block;
  }
}

.focus-grid__post__background {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  filter: grayscale(100);
  background-blend-mode: multiply;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}

@media only screen and (min-width: 992px) {
  .focus-grid__item--large {
    grid-row: span 2;
  }
  .focus-grid__item--large .focus-grid__post__content {
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .focus-grid__item--large .focus-grid__post {
    height: calc(50vw - 24px);
  }
}
@media only screen and (min-width: 688px) {
  .focus-grid__item--large .focus-grid__post__content p {
    display: block;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-grid__item--large .focus-grid__post__content {
    max-width: none;
    padding: 0 64px;
  }
  .focus-grid__item--large .focus-grid__post__content h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .focus-grid__item--large .focus-grid__post__content p {
    font-size: 19px;
    line-height: 32px;
  }
}

.focus-grid__post--work {
  background: #75FBFB;
}

.focus-grid__post--craft {
  background: #DBFFA8;
}

.focus-grid__post--talent {
  background: #FFC398;
}

.focus-grid__post--inspiration {
  background: #CABCFF;
}

.focus-grid__post--news {
  background: #FFABB5;
}

.focus-grid__post--insight {
  background: #AADDFF;
}

.focus-grid__post--nocolor {
  background: #212027;
}
.focus-grid__post--nocolor .focus-grid__post__background {
  opacity: 0.8;
}
.focus-grid__post--nocolor:hover .focus-grid__post__background {
  opacity: 1;
}

.no-cssgrid .focus-grid__item {
  margin-top: 16px;
}
.no-cssgrid .focus-grid__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .focus-grid__item {
    float: left;
    width: 50%;
  }
  .no-cssgrid .focus-grid__item:first-child {
    padding-right: 8px;
  }
  .no-cssgrid .focus-grid__item:nth-child(2) {
    margin: 0 0 8px;
    padding-left: 8px;
    height: calc(25vw - 20px);
  }
  .no-cssgrid .focus-grid__item:last-child {
    margin: 8px 0 0;
    padding-left: 8px;
    height: calc(25vw - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .focus-grid__post__content-wrap {
    height: 100%;
  }
}

section.focus-large3 {
  margin-top: 16px;
  padding: 42px 0;
  background: #121414;
}
@media only screen and (min-width: 688px) {
  section.focus-large3 {
    padding: 68px 0;
  }
}
@media only screen and (min-width: 1312px) {
  section.focus-large3 {
    padding: 134px 0;
  }
}
section.focus-large3:last-child {
  margin-bottom: -16px;
}
section.focus-large3 .grid {
  position: relative;
  z-index: 1;
  grid-row-gap: 0;
}

.focus-large3__background {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  opacity: 0;
}

.focus-large3__background--on {
  opacity: 0.5;
}

.focus-large3__link {
  position: relative;
  grid-column: 1/3;
  padding: 16px 0 16px 30px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 688px) {
  .focus-large3__link {
    padding: 18px 0 18px 40px;
    grid-column: 1/7;
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-large3__link {
    grid-column: 2/11;
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-large3__link {
    padding: 20px 0 20px 50px;
    margin-left: -50px;
    font-size: 60px;
  }
}
.focus-large3__link:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .focus-large3__link:before {
    top: 34px;
    width: 12px;
    height: 12px;
    border-width: 5px;
  }
}
@media only screen and (min-width: 1312px) {
  .focus-large3__link:before {
    top: 44px;
    width: 16px;
    height: 16px;
    border-width: 6px;
  }
}
.focus-large3__link:hover {
  color: #ffffff;
}
.focus-large3__link:hover:before {
  border-color: #ffffff;
  background: #ffffff;
}

.no-cssgrid section.focus-large3 .grid {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid section.focus-large3 .grid {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid section.focus-large3 .grid {
    padding: 0;
    width: 75%;
    margin-left: 8.33%;
  }
}
.no-cssgrid .focus-large3__link {
  display: block;
}

section.focus-more {
  margin-top: 0;
  padding: 42px 0;
  background: #212027;
}
@media only screen and (min-width: 688px) {
  section.focus-more {
    padding: 64px 0;
  }
}
@media only screen and (min-width: 1312px) {
  section.focus-more {
    padding: 96px 0;
  }
}
section.focus-more .focus-listing {
  margin-top: 32px;
}
section.focus-more .focus-listing .grid__item:nth-of-type(4) {
  display: none;
}

.focus-more__title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .focus-more__title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .focus-more__title {
    grid-column: 1/13;
  }
}
.focus-more__title .label {
  color: #212027;
}
.focus-more__title .label .label__note {
  background: #212027;
  color: #ffffff;
}

.about-hero {
  margin-top: 0;
  padding-top: 120px;
  background: linear-gradient(180deg, var(--silver), transparent);
}
@media only screen and (min-width: 688px) {
  .about-hero {
    padding-top: 154px;
  }
}
@media only screen and (min-width: 1312px) {
  .about-hero {
    padding-top: 184px;
  }
}

.about-hero__title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .about-hero__title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .about-hero__title {
    grid-column: 2/12;
  }
}
@media only screen and (min-width: 1312px) {
  .about-hero__title {
    grid-column: 1/13;
  }
}
.about-hero__title h1 {
  text-wrap: balance;
}
@media only screen and (min-width: 688px) {
  .about-hero__title h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .about-hero__title h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1312px) {
  .about-hero__title h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 687px) {
  .about-hero__title .span-highlight:before {
    display: none;
  }
}

.about-hero__text {
  margin-top: 12px;
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .about-hero__text {
    margin-top: 14px;
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .about-hero__text {
    grid-column: 2/12;
  }
}
@media only screen and (min-width: 1312px) {
  .about-hero__text {
    margin-top: 38px;
    grid-column: 3/11;
  }
}

.no-cssgrid .about-hero__title {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .about-hero__title {
    padding: 0 20px;
  }
}
.no-cssgrid .about-hero__text {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .about-hero__text {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .about-hero__text {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.team {
  margin-top: 40px;
  background: var(--silver);
  padding: 42px 0;
}
@media only screen and (min-width: 688px) {
  .team {
    margin-top: 52px;
    padding: 64px 0;
  }
}
@media only screen and (min-width: 1312px) {
  .team {
    margin-top: 84px;
    padding: 96px 0;
  }
}
.team .grid {
  grid-row-gap: 52px;
}
@media only screen and (min-width: 688px) {
  .team .grid {
    grid-row-gap: 32px;
  }
}
@media only screen and (min-width: 688px) {
  .team .grid__item {
    grid-column: span 6;
  }
}

.no-cssgrid .team .grid__item {
  margin-bottom: 52px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .team .grid__item {
    width: 50%;
    margin-bottom: 32px;
  }
}

.team-section-label {
  position: absolute;
  top: -10px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 688px) {
  .team-section-label {
    top: -11px;
  }
}

@media only screen and (min-width: 688px) {
  .team-member {
    background: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
  }
}
.team-member .button {
  margin-top: 22px;
}

@media only screen and (min-width: 688px) {
  .team-member__top {
    display: flex;
    align-items: center;
  }
}

.team-member__image {
  border-radius: 100%;
  max-width: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 688px) {
  .team-member__image {
    width: 45%;
  }
}

.team-member__info {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 688px) {
  .team-member__info {
    width: 50%;
    margin: 0 0 0 5%;
    text-align: left;
  }
}
.team-member__info h3 {
  line-height: 1;
}
.team-member__info h3 span {
  font-size: 20px;
  font-weight: 500;
  color: #54645E;
}

.team-member__contact {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  border-radius: 5px 0 0 0;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.team-member__contact:first-of-type {
  margin-top: 18px;
}
.team-member__contact:nth-of-type(2):before {
  content: "";
  display: table;
}
.team-member__contact .svg-inline--fa {
  position: absolute;
  top: -2px;
  left: -10px;
  font-size: 22px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.team-member__contact:hover {
  color: #AAFFDB;
}
.team-member__contact:hover .svg-inline--fa {
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.team-member__email {
  background: var(--silver);
  padding: 4px 4px 4px 17px;
  color: var(--black);
}
.team-member__email:hover {
  color: var(--black);
}

.team-member__twitter {
  background: rgba(0, 172, 237, 0.15);
  padding: 4px 4px 4px 15px;
  color: #00aced;
}
.team-member__twitter:hover {
  color: #00aced;
}

.team-member__linkedin {
  background: rgba(0, 172, 237, 0.15);
  padding: 4px 4px 4px 15px;
  color: #2867B2;
}
.team-member__linkedin:hover {
  color: #2867B2;
}

.team-member__bio {
  margin-top: 12px;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .team-member__bio {
    margin-top: 24px;
    text-align: left;
  }
}
.team-member__bio p {
  font-size: 17px;
}

.team-member__bio__articles {
  display: inline-block;
  margin-left: 14px;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--grey);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .team-member__bio__articles:hover {
    color: var(--black);
  }
}

.team-member__focus {
  background: #EDF3F4;
  padding: 20px;
  font-size: 15px;
  color: #282E2F;
}
@media only screen and (min-width: 688px) {
  .team-member__focus {
    margin-top: 32px;
    font-size: 17px;
  }
}

.team-profile {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}

.state--team-profile .mini-menu,
.state--team-profile .menu-toggle {
  opacity: 0;
  visibility: hidden;
}

.team-profile--on {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .team-profile--on .team-profile__content {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.team-profile__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(240, 243, 243, 0.9);
}

.team-profile__close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 21px 20px;
  font-size: 50px;
  color: var(--grey);
  cursor: pointer;
}

.team-profile__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px 16px;
  overflow: auto;
  background: #ffffff;
}
@media only screen and (min-width: 688px) {
  .team-profile__content {
    padding: 48px 64px 64px;
  }
}
@media only screen and (min-width: 992px) {
  .team-profile__content {
    left: 50%;
    right: 0;
    width: 700px;
    margin-left: -350px;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1312px) {
  .team-profile__content {
    width: 800px;
    margin-left: -400px;
  }
}
.team-profile__content .team-member__bio {
  margin-top: 26px;
  text-align: left;
}
@media only screen and (min-width: 688px) {
  .team-profile__content .team-member__bio {
    margin-top: 38px;
  }
}
.team-profile__content .team-member__bio p:first-child {
  font-size: 20px;
  color: #282E2F;
}
@media only screen and (min-width: 688px) {
  .team-profile__content .team-member__bio p {
    font-size: 18px;
  }
  .team-profile__content .team-member__bio p:first-child {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1312px) {
  .team-profile__content .team-member__bio p {
    font-size: 19px;
  }
  .team-profile__content .team-member__bio p:first-child {
    font-size: 25px;
  }
}

.contributors {
  margin-top: 0;
  background: #f0f3f3;
  padding: 42px 0;
}
@media only screen and (min-width: 688px) {
  .contributors {
    padding: 42px 0 64px;
  }
}
@media only screen and (min-width: 1312px) {
  .contributors {
    padding: 64px 0 96px;
  }
}
.contributors .team-section-label {
  background: var(--grey);
  color: white;
}
.contributors .grid {
  grid-row-gap: 52px;
}
@media only screen and (min-width: 688px) {
  .contributors .grid__item {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 992px) {
  .contributors .grid__item {
    grid-column: span 3;
  }
}

.no-cssgrid .contributors .grid__item {
  margin-top: 52px;
}

.contributor {
  text-align: center;
}
.contributor h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
}
.contributor h4 span {
  font-size: 17px;
  font-weight: 500;
  color: #54645E;
}
.contributor .button {
  margin-top: 18px;
}

.contributor__image {
  border-radius: 100%;
  max-width: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 688px) {
  .contributor__image {
    max-width: 70%;
  }
}

.contact {
  margin-top: 0;
  padding: 42px 0;
}
@media only screen and (min-width: 688px) {
  .contact {
    padding: 64px 0;
  }
}
@media only screen and (min-width: 1312px) {
  .contact {
    padding: 96px 0;
  }
}
.contact .grid {
  grid-row-gap: 52px;
}
@media only screen and (min-width: 992px) {
  .contact .grid {
    grid-row-gap: 32px;
  }
}
@media only screen and (min-width: 688px) {
  .contact .grid__item {
    grid-column: span 6;
  }
}

.no-cssgrid .contact .grid__item {
  margin-top: 52px;
}
@media only screen and (min-width: 992px) {
  .no-cssgrid .contact .grid__item {
    margin-top: 32px;
    width: 50%;
  }
}

.contact-text h4 {
  margin-top: 30px;
  display: inline-block;
  padding: 5px 5px 4px;
  background: #282E2F;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media only screen and (min-width: 688px) {
  .contact-text h4 {
    margin-top: 40px;
    padding: 5px 7px 4px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1312px) {
  .contact-text h4 {
    margin-top: 52px;
  }
}
.contact-text h4:first-child {
  margin-top: 0;
}
.contact-text p a {
  font-weight: 600;
  color: #282E2F;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 3px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.contact-text p a:hover {
  background: var(--accent);
}

.contact-location {
  margin-top: 38px;
}
.contact-location:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 688px) {
  .contact-location {
    float: left;
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-location {
    float: none;
    width: 100%;
    margin-top: 38px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1312px) {
  .contact-location {
    float: left;
    width: 50%;
    margin-top: 0;
    padding-left: 0;
  }
  .contact-location:first-child {
    padding-left: 40px;
  }
}
.contact-location p {
  margin-top: 10px;
  line-height: 1.5;
}
.contact-location p:first-of-type {
  margin-top: 20px;
}
@media only screen and (min-width: 1312px) {
  .contact-location p {
    font-size: 17px;
  }
}
.contact-location p a {
  position: relative;
  display: inline-block;
  font-weight: 300;
  color: #282E2F;
}
.contact-location p a:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 18%;
  left: 0;
  right: 0;
  height: 18%;
  background: #d6eef0;
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
}
.contact-location p a:hover:before {
  height: 65%;
}

.contact-location__flag {
  width: 60px;
}

.contact-socials {
  float: left;
  clear: both;
  width: 100%;
  list-style: none;
  margin-top: 38px;
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 688px) {
  .contact-socials {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-socials {
    margin-top: 40px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1312px) {
  .contact-socials {
    margin-top: 46px;
    padding-left: 40px;
  }
}
.contact-socials li {
  display: inline-block;
}
.contact-socials li a {
  display: flex;
  position: relative;
  width: 64px;
  height: 64px;
  background: var(--silver);
  color: var(--black);
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.contact-socials li a svg {
  fill: currentColor;
  height: 16px;
  margin: auto;
}
.contact-socials li a:hover {
  background: var(--black);
  color: white;
}

.staff {
  margin-top: 0;
  background: var(--silver);
  padding: 42px 0;
}
@media only screen and (min-width: 688px) {
  .staff {
    padding: 42px 0 64px;
  }
}
@media only screen and (min-width: 1312px) {
  .staff {
    padding: 64px 0 96px;
  }
}
.staff .grid {
  grid-row-gap: 52px;
}
@media only screen and (min-width: 688px) {
  .staff .grid__item {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 992px) {
  .staff .grid__item {
    grid-column: span 3;
  }
}

.no-cssgrid .staff .grid__item {
  margin-top: 52px;
}

.submit-logos {
  grid-column: 1/3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 688px) {
  .submit-logos {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .submit-logos {
    grid-column: 2/12;
  }
}
@media only screen and (min-width: 1312px) {
  .submit-logos {
    grid-column: 1/13;
  }
}
.submit-logos__shots svg {
  height: 60px;
  fill: #AAFFDB;
}
.submit-logos__plus {
  padding: 0 20px;
  font-size: 30px;
  color: #808687;
}
.submit-logos__source img {
  height: 30px;
}

.submit-hero__text {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .submit-hero__text {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .submit-hero__text {
    grid-column: 2/12;
  }
}
@media only screen and (min-width: 1312px) {
  .submit-hero__text {
    grid-column: 3/11;
  }
}
.submit-hero__text .button {
  margin-top: 20px;
}

@media only screen and (min-width: 688px) {
  .submit-hiw .grid__item {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 992px) {
  .submit-hiw .grid__item {
    grid-column: span 6;
  }
}
.submit-hiw .team-member {
  position: relative;
  z-index: 0;
  height: 100%;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 688px) {
  .submit-hiw .team-member {
    padding: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .submit-hiw .team-member {
    padding: 40px;
  }
}
.submit-hiw .team-member__bio h3 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}
.submit-hiw .team-member__bio h3 strong {
  font-weight: 700;
}
.submit-hiw .team-member__bio h3 a {
  position: relative;
  display: inline-block;
  font-weight: 300;
  color: #282E2F;
}
.submit-hiw .team-member__bio h3 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 18%;
  left: 0;
  right: 0;
  height: 18%;
  background: var(--accent);
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.15s cubic-bezier(0.2, 0.3, 0, 1);
}
.submit-hiw .team-member__bio h3 a:hover:before {
  height: 65%;
}

.submit-cta {
  grid-column: 1/3;
  text-align: center;
  padding-top: 40px;
}
@media only screen and (min-width: 688px) {
  .submit-cta {
    padding-top: 50px;
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .submit-cta {
    grid-column: 2/12;
  }
}
@media only screen and (min-width: 1312px) {
  .submit-cta {
    padding-top: 60px;
    grid-column: 3/11;
  }
}
.submit-cta__or {
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  color: #808687;
  padding: 0 10px;
  font-size: 11px;
}
.submit-cta .button {
  margin-top: 20px;
}
@media only screen and (min-width: 1312px) {
  .submit-cta .button {
    margin-top: 30px;
  }
}

.body--about.state--animating.state--loading .submit-logos {
  opacity: 0;
}
.body--about.state--animating.state--loading .submit-hero__text {
  opacity: 0;
}
.body--about.state--animating .submit-logos {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--about.state--animating .submit-hero__text {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}

.search {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  min-height: 100vh;
}

.search-header {
  margin-top: 0;
  padding: calc(var(--header-height) + 32px) 0 36px;
  background: linear-gradient(180deg, var(--silver), transparent);
}

.search-form {
  position: relative;
  grid-column: 1/3;
}
@media only screen and (min-width: 688px) {
  .search-form {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .search-form {
    grid-column: 1/13;
  }
}
.search-form input {
  width: 100%;
  border: 0;
  border-bottom: 4px solid var(--black);
  color: var(--black);
  padding: 0 0 6px 32px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: transparent;
  -webkit-transition: border-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: border-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: border-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: border-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: border-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .search-form input {
    font-size: 40px;
    padding-left: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .search-form input {
    font-size: 48px;
    padding-left: 56px;
  }
}
@media only screen and (min-width: 1312px) {
  .search-form input {
    font-size: 56px;
    padding-left: 64px;
  }
}
.search-form input::-webkit-input-placeholder {
  color: rgba(128, 134, 135, 0.5);
}
.search-form input::-moz-placeholder {
  color: rgba(128, 134, 135, 0.5);
}
.search-form input:-ms-input-placeholder {
  color: rgba(128, 134, 135, 0.5);
}
.search-form input:-moz-placeholder {
  color: rgba(128, 134, 135, 0.5);
}
.search-form input:focus {
  border-color: var(--accent);
}
.search-form .fa-search {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 24px;
  color: var(--black);
}
@media only screen and (min-width: 688px) {
  .search-form .fa-search {
    font-size: 36px;
    top: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .search-form .fa-search {
    font-size: 44px;
    top: 8px;
  }
}
@media only screen and (min-width: 1312px) {
  .search-form .fa-search {
    font-size: 50px;
    top: 10px;
  }
}

.search-options {
  margin-top: 32px;
  row-gap: 16px;
}

.search-filters {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-flow: wrap;
}
@media only screen and (min-width: 688px) {
  .search-filters {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .search-filters {
    grid-column: 1/8;
  }
}

.search-filters[data-filters=Work] .search-filter[data-filter=Work] {
  background: #75FBFB;
  color: var(--black);
}

.search-filters[data-filters=Craft] .search-filter[data-filter=Craft] {
  background: #DBFFA8;
  color: var(--black);
}

.search-filters[data-filters=Talent] .search-filter[data-filter=Talent] {
  background: #FFC398;
  color: var(--black);
}

.search-filters[data-filters=Inspiration] .search-filter[data-filter=Inspiration] {
  background: #CABCFF;
  color: var(--black);
}

.search-filters[data-filters=News] .search-filter[data-filter=News] {
  background: #FFABB5;
  color: var(--black);
}

.search-filters[data-filters=Insight] .search-filter[data-filter=Insight] {
  background: #AADDFF;
  color: var(--black);
}

.search-order {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-flow: wrap;
}
@media only screen and (min-width: 688px) {
  .search-order {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .search-order {
    grid-column: 8/13;
    justify-content: flex-end;
  }
}

.search-label {
  display: inline-block;
  text-align: left;
  font-family: "Pangram Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #808687;
  letter-spacing: 0.04em;
  width: 100%;
}
@media only screen and (min-width: 688px) {
  .search-label {
    width: 64px;
  }
}

.search-filter {
  display: inline-flex;
  height: 32px;
  border: 0;
  padding: 0 8px;
  background: var(--silver);
  font-family: "Pangram Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--grey);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .search-filter {
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
  }
}
.search-filter:active, .search-filter:focus {
  outline: none;
}

.search-filter--on {
  background: #AAFFDB;
  color: var(--black);
  pointer-events: none;
}

.no-cssgrid .search-header .grid {
  padding: 0 16px;
}
@media only screen and (min-width: 688px) {
  .no-cssgrid .search-header .grid {
    padding: 0 20px 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .search-header .grid {
    padding-bottom: 32px;
  }
}
.no-cssgrid .search-filters,
.no-cssgrid .search-order {
  margin-top: 20px;
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .search-filters,
  .no-cssgrid .search-order {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1312px) {
  .no-cssgrid .search-filters {
    float: left;
    width: 66.66%;
  }
  .no-cssgrid .search-order {
    float: right;
    width: 33.33%;
  }
}

.search .news-latest {
  background: #f0f3f3;
}

.search-popup {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 460px;
  background: white;
  padding: 32px;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 992px) {
  .search-popup {
    display: block;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(32px, 0);
    -o-transform: translate(32px, 0);
    -ms-transform: translate(32px, 0);
    -webkit-transform: translate(32px, 0);
    transform: translate(32px, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .search-popup.search-popup--on {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.search-popup svg {
  position: absolute;
  bottom: 32px;
  right: 32px;
  height: 48px;
}

.search-popup__logged-in {
  display: none;
}

.state--source-auth-true .search-popup__logged-out {
  display: none;
}
.state--source-auth-true .search-popup__logged-in {
  display: block;
}

.search-popup__title {
  position: relative;
  font-family: "Pangram Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #282E2F;
  text-wrap: balance;
}

.search-popup__text {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.search-popup .button {
  position: relative;
  margin-top: 18px;
}

.search-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
  font-size: 20px;
  color: #AAFFDB;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.search-popup__close:hover {
  opacity: 1;
}

.search .news-load {
  margin-top: 0;
  padding-bottom: 42px;
  background: #f0f3f3;
}
@media only screen and (min-width: 688px) {
  .search .news-load {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .search .news-load {
    padding-bottom: 96px;
  }
}
.search .news-load .button {
  background: var(--black);
  color: white;
}
.search .news-load .button:hover {
  background: #AAFFDB;
  color: var(--black);
}
.search .news-load .js-search-prev {
  display: none;
}

.state--loading-posts .search .news-load .button {
  background: #AAFFDB;
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .search .news-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

.search-loader {
  display: none;
}

@media only screen and (min-width: 688px) {
  .body--error .post-header__content h1 {
    margin-top: 36px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 688px) {
  .body--error .post-header__content h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1312px) {
  .body--error .post-header__content h1 {
    margin-top: 56px;
    font-size: 90px;
  }
}
.body--error .post-header__content p.error-small {
  margin-top: 10px;
}
@media only screen and (min-width: 688px) {
  .body--error .post-header__content p.error-small {
    margin-top: 15px;
    font-size: 17px;
    white-space: pre-line;
  }
}
@media only screen and (min-width: 1312px) {
  .body--error .post-header__content p.error-small {
    margin-top: 22px;
    font-size: 19px;
  }
}

.error-search {
  position: relative;
  margin-top: 22px;
}
.error-search input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #EDF3F4;
  color: #282E2F;
  background: transparent;
  padding: 8px 8px 6px 24px;
  font-size: 19px;
  line-height: 27px;
}
@media only screen and (min-width: 688px) {
  .error-search input {
    font-size: 30px;
    line-height: 45px;
    padding: 8px 8px 4px 36px;
  }
}
.error-search input:focus {
  background: transparent;
  border-bottom-color: #AAFFDB;
}
.error-search input::-webkit-input-placeholder {
  color: rgba(84, 100, 94, 0.4);
}
.error-search input::-moz-placeholder {
  color: rgba(84, 100, 94, 0.4);
}
.error-search input:-ms-input-placeholder {
  color: rgba(84, 100, 94, 0.4);
}
.error-search input:-moz-placeholder {
  color: rgba(84, 100, 94, 0.4);
}
.error-search .fa-search {
  position: absolute;
  bottom: 15px;
  left: 0;
  font-size: 16px;
  color: var(--grey);
}
@media only screen and (min-width: 688px) {
  .error-search .fa-search {
    bottom: 18px;
    font-size: 24px;
  }
}

.error-posts {
  padding-bottom: 42px;
}
@media only screen and (min-width: 688px) {
  .error-posts {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 1312px) {
  .error-posts {
    padding-bottom: 64px;
  }
}
.error-posts .grid {
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  .error-posts .grid {
    grid-row-gap: 44px;
  }
}

.error-posts__title {
  grid-column: 1/3;
  padding-bottom: 32px;
}
@media only screen and (min-width: 688px) {
  .error-posts__title {
    grid-column: 1/7;
  }
}
@media only screen and (min-width: 992px) {
  .error-posts__title {
    grid-column: 1/13;
  }
}

.author-page {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.author-header {
  margin-top: 32px;
}
@media only screen and (min-width: 688px) {
  .author-header {
    margin-top: 112px;
  }
}
@media only screen and (min-width: 992px) {
  .author-header {
    margin-top: 134px;
  }
}
.author-header .team-member__image {
  max-width: 160px;
}

.author-header__title {
  grid-column: 1/3;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .author-header__title {
    grid-column: 1/7;
  }
  .author-header__title br {
    content: " ";
  }
  .author-header__title br:after {
    content: " ";
  }
  .author-header__title .team-member__twitter {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .author-header__title {
    grid-column: 1/13;
  }
}
.author-header__title h1 {
  margin-top: 16px;
}
.author-header__title h2 {
  font-weight: 500;
  color: #808687;
}
.author-header__title .team-member__bio {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}
.author-header__title .team-member__bio .button {
  margin-top: 22px;
}

.author-page .news-latest {
  background: #f0f3f3;
}

.author-listing {
  margin-top: 0;
  background: #f0f3f3;
  padding-bottom: 36px;
}
@media only screen and (min-width: 688px) {
  .author-listing {
    padding-bottom: 46px;
  }
}
@media only screen and (min-width: 1312px) {
  .author-listing {
    padding-bottom: 58px;
  }
}
.author-listing .grid {
  grid-row-gap: 34px;
}
@media only screen and (min-width: 688px) {
  .author-listing .grid {
    grid-row-gap: 44px;
  }
}
@media only screen and (min-width: 1312px) {
  .author-listing .grid {
    grid-row-gap: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .author-listing .grid__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1312px) {
  .author-listing .listing__title {
    font-size: 32px;
  }
}

.author-listing--more {
  display: none;
}

.author-listing--more--on {
  display: block;
}

.author-page .news-load {
  margin-top: 0;
  padding-bottom: 42px;
  background: #f0f3f3;
}
@media only screen and (min-width: 688px) {
  .author-page .news-load {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .author-page .news-load {
    padding-bottom: 96px;
  }
}
.author-page .news-load .news-load .button {
  background: var(--black);
  color: white;
}
.author-page .news-load .news-load .button:hover {
  background: #AAFFDB;
  color: var(--black);
}

.state--loading-posts .author-page .news-load .button {
  background: var(--accent);
  color: var(--black);
  pointer-events: none;
}

.state--all-posts-loaded .author-page .news-load .button {
  background: var(--silver);
  color: #c3c6c7;
  pointer-events: none;
}

.body--home.state--animating.state--loading .home-hero {
  opacity: 0;
}
.body--home.state--animating.state--loading .home-work {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .body--home.state--animating.state--loading .home-work {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--home.state--animating .home-hero {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--home.state--animating .home-work {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}

.body--the-news.state--animating.state--loading .news__title,
.body--the-work.state--animating.state--loading .news__title {
  opacity: 0;
}
.body--the-news.state--animating.state--loading .hero-carousel,
.body--the-work.state--animating.state--loading .hero-carousel {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .body--the-news.state--animating.state--loading .hero-carousel,
  .body--the-work.state--animating.state--loading .hero-carousel {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--the-news.state--animating.state--loading .news-latest,
.body--the-work.state--animating.state--loading .news-latest {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .body--the-news.state--animating.state--loading .news-latest,
  .body--the-work.state--animating.state--loading .news-latest {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--the-news.state--animating .news__title,
.body--the-work.state--animating .news__title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--the-news.state--animating .hero-carousel,
.body--the-work.state--animating .hero-carousel {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.body--the-news.state--animating .news-latest,
.body--the-work.state--animating .news-latest {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
}

.body--the-craft.state--animating.state--loading .craft-hero__title {
  opacity: 0;
}
.body--the-craft.state--animating.state--loading .craft-hero .grid__item {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--the-craft.state--animating .craft-hero__title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .body--the-craft.state--animating .craft-hero__title {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  }
}
.body--the-craft.state--animating .craft-hero .grid__item {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}
@media only screen and (min-width: 992px) {
  .body--the-craft.state--animating .craft-hero .grid__item {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  }
}
.body--the-craft.state--animating .craft-hero .grid__item:last-child {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}

.body--the-talent.state--animating.state--loading .talent-hero h1 {
  opacity: 0;
}
.body--the-talent.state--animating.state--loading .talent-hero__section__wrap {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
@media only screen and (min-width: 992px) {
  .body--the-talent.state--animating.state--loading .box-listing-carousel {
    opacity: 0;
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
  .body--the-talent.state--animating.state--loading .talent-hero__section--agency .talent-hero__title .label:after,
  .body--the-talent.state--animating.state--loading .talent-hero__section--production .talent-hero__title .label:after {
    width: 0;
  }
}
.body--the-talent.state--animating .talent-hero h1 {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--the-talent.state--animating .talent-hero__section__wrap {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}
@media only screen and (min-width: 992px) {
  .body--the-talent.state--animating .talent-hero__section__wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  }
  .body--the-talent.state--animating .box-listing-carousel {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  }
  .body--the-talent.state--animating .talent-hero__section--production .talent-hero__section__wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  }
  .body--the-talent.state--animating .talent-hero__section--production .talent-hero__section__wrap .box-listing-carousel {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  }
  .body--the-talent.state--animating .talent-hero__section--agency .talent-hero__title .label:after,
  .body--the-talent.state--animating .talent-hero__section--production .talent-hero__title .label:after {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  }
  .body--the-talent.state--animating .talent-hero h1 {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 1s;
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 1s;
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 1s;
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 1s;
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  }
}

.body--the-inspiration.state--animating.state--loading .inspiration-hero__background {
  opacity: 0;
}
.body--the-inspiration.state--animating.state--loading .inspiration-hero__title {
  opacity: 0;
}
.body--the-inspiration.state--animating.state--loading .home-hero__wrap,
.body--the-inspiration.state--animating.state--loading .inspiration-hero__block-wrap {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--the-inspiration.state--animating .inspiration-hero__background {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--the-inspiration.state--animating .inspiration-hero__title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .body--the-inspiration.state--animating .inspiration-hero__title {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  }
}
.body--the-inspiration.state--animating .home-hero__wrap {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}
@media only screen and (min-width: 992px) {
  .body--the-inspiration.state--animating .home-hero__wrap {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  }
}
.body--the-inspiration.state--animating .inspiration-hero__block-wrap {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
@media only screen and (min-width: 992px) {
  .body--the-inspiration.state--animating .inspiration-hero__block-wrap {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1.05s;
    -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1.05s;
    -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1.05s;
    -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1.05s;
    transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1.05s;
  }
}

.body--the-insight.state--animating.state--loading .insight-hero__background {
  opacity: 0;
}
.body--the-insight.state--animating.state--loading .craft-hero__title {
  opacity: 0;
}
.body--the-insight.state--animating.state--loading .insight-hero__title {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--the-insight.state--animating.state--loading .insight-hero__open {
  opacity: 0;
  -moz-transform: translate(0, -32px);
  -o-transform: translate(0, -32px);
  -ms-transform: translate(0, -32px);
  -webkit-transform: translate(0, -32px);
  transform: translate(0, -32px);
}
.body--the-insight.state--animating.state--loading .insight-hero__close {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--the-insight.state--animating .insight-hero__background {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--the-insight.state--animating .craft-hero__title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}
.body--the-insight.state--animating .insight-hero__title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--the-insight.state--animating .insight-hero__open {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.body--the-insight.state--animating .insight-hero__close {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 1s;
}

.body--the-showcase.state--animating.state--loading .showcase-title {
  opacity: 0;
}
.body--the-showcase.state--animating.state--loading .showcase-listing {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--the-showcase.state--animating .showcase-title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--the-showcase.state--animating .showcase-listing {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}

.body--the-focus.state--animating.state--loading .focus-title {
  opacity: 0;
}
.body--the-focus.state--animating.state--loading .focus-listing {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--the-focus.state--animating .focus-title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--the-focus.state--animating .focus-listing {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}

.body--post.state--animating.state--loading .post-header--standard,
.body--post.state--animating.state--loading .post-header--text {
  opacity: 0;
}
.body--post.state--animating.state--loading .post-header--full .post-header__background {
  opacity: 0;
}
.body--post.state--animating.state--loading .post-header--full .post-header__content {
  opacity: 0;
}
@media only screen and (min-width: 688px) {
  .body--post.state--animating.state--loading .post-header--full .post-header__content {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--post.state--animating.state--loading .post-header--split .post-header__background {
  opacity: 0;
  -moz-transform: translate(32px, 0);
  -o-transform: translate(32px, 0);
  -ms-transform: translate(32px, 0);
  -webkit-transform: translate(32px, 0);
  transform: translate(32px, 0);
}
.body--post.state--animating.state--loading .post-header--split .post-header__content {
  opacity: 0;
}
@media only screen and (min-width: 688px) {
  .body--post.state--animating.state--loading .post-header--split .post-header__content {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--post.state--animating.state--loading .post-header--image .post-header__image {
  opacity: 0;
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.body--post.state--animating.state--loading .post-header--image .post-header__content {
  opacity: 0;
}
@media only screen and (min-width: 688px) {
  .body--post.state--animating.state--loading .post-header--image .post-header__content {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--post.state--animating.state--loading .post-video,
.body--post.state--animating.state--loading .post-content {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--post.state--animating .post-header--standard,
.body--post.state--animating .post-header--text {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--post.state--animating .post-header--full .post-header__background,
.body--post.state--animating .post-header--full .post-header__image,
.body--post.state--animating .post-header--split .post-header__background,
.body--post.state--animating .post-header--split .post-header__image,
.body--post.state--animating .post-header--image .post-header__background,
.body--post.state--animating .post-header--image .post-header__image {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--post.state--animating .post-header--full .post-header__content,
.body--post.state--animating .post-header--split .post-header__content,
.body--post.state--animating .post-header--image .post-header__content {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.body--post.state--animating .post-video,
.body--post.state--animating .post-content {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}

.body--focus-page.state--animating.state--loading .post-header__background {
  opacity: 0;
}
.body--focus-page.state--animating.state--loading .post-header__content {
  opacity: 0;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.body--focus-page.state--animating.state--loading .focus-intro {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--focus-page.state--animating .post-header__background {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--focus-page.state--animating .post-header__content {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.body--focus-page.state--animating .focus-intro {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}

.body--about.state--animating.state--loading .about-hero__title {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .body--about.state--animating.state--loading .about-hero__title {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--about.state--animating.state--loading .about-hero__text {
  opacity: 0;
}
.body--about.state--animating.state--loading .team {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--about.state--animating .about-hero__title {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--about.state--animating .about-hero__text {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.body--about.state--animating .team {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
}

.body--legal .page {
  padding-bottom: 96px;
}

.body--legal.state--animating.state--loading .post-header {
  opacity: 0;
}
.body--legal.state--animating.state--loading .post-content {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--legal.state--animating .post-header {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--legal.state--animating .post-content {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}

.body--search.state--animating.state--loading .search-header {
  opacity: 0;
}
.body--search.state--animating.state--loading .news-latest {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .body--search.state--animating.state--loading .news-latest {
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
}
.body--search.state--animating .search-header {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--search.state--animating .news-latest {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.45s;
}

.body--author.state--animating.state--loading .author-header {
  opacity: 0;
}
.body--author.state--animating.state--loading .news-latest {
  opacity: 0;
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
}
.body--author.state--animating .author-header {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--author.state--animating .news-latest {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -moz-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -ms-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}