@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition-property: transform, opacity; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center; }

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center; }

.fancybox-share p:first-of-type {
  margin-right: -10px; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom; }

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

@charset "UTF-8";
/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-twitter:before {
  content: "\f099";
}

/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-thumbs-up::before {
  content: "\f164";
}

.fa-notdef::before {
  content: "\e1fe";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, figure, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=submit],
input[type=number],
input[type=time],
input[type=date],
input[type=datetime],
input[type=color],
input[type=url],
textarea,
button {
  -webkit-border-radius: 0;
}

.entry-content img {
  margin: 0 0 1.5rem;
}

.alignleft,
img.alignleft {
  margin-right: 1.5rem;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5rem;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5rem;
  text-align: center;
  padding-top: 0.5rem;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  float: left;
  margin-right: 2rem;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  margin-left: 2rem;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.bit-images-2 {
  width: 50% !important;
  margin: 0 !important;
  height: auto;
}
.bit-images-2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .bit-images-2 {
    width: 100% !important;
  }
}

ul {
  margin-left: 2.4rem;
  list-style-type: disc;
}

ol {
  margin-left: 2.4rem;
  list-style-type: decimal;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p {
  padding-top: 1.52rem;
  padding-bottom: 1.52rem;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  padding-top: 0;
}

hr {
  border: 0;
  border-top: 0.1rem solid #000;
}

table {
  margin-bottom: 1.5rem;
}
table > thead {
  border-bottom: 0.1rem solid #718193;
}
table tr > th, table tr > td {
  padding: 0.3rem 0;
}

pre {
  display: block;
  overflow: auto;
  font-family: monospace;
  padding: 1rem;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
}

.img-responsive, .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.block {
  display: block;
}

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

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

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

.text-break-word {
  word-wrap: break-word;
}

.list-unstyled, .footer .widget_nav_menu .menu,
ul.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-unstyled li, .footer .widget_nav_menu .menu li,
ul.list-unstyled li {
  list-style: none;
}

.margin-top {
  margin-top: 3rem !important;
}

.margin-top-double {
  margin-top: 6rem !important;
}

.margin-top-half {
  margin-top: 1.5rem !important;
}

.margin-bottom {
  margin-bottom: 3rem !important;
}

.margin-bottom-double {
  margin-bottom: 6rem !important;
}

.margin-bottom-half {
  margin-bottom: 1.5rem !important;
}

.margin-left {
  margin-left: 3rem !important;
}

.margin-left-half {
  margin-left: 1.5rem !important;
}

.margin-left-double {
  margin-left: 6rem !important;
}

.margin-right {
  margin-right: 3rem !important;
}

.margin-right-half {
  margin-right: 1.5rem !important;
}

.margin-right-double {
  margin-right: 6rem !important;
}

.margin {
  margin: 3rem !important;
}

.margin-double {
  margin: 6rem !important;
}

.margin-half {
  margin: 1.5rem !important;
}

.margin-none {
  margin: 0 !important;
}

.padding {
  padding: 3rem !important;
}

.padding-double {
  padding: 6rem !important;
}

.padding-half {
  padding: 1.5rem !important;
}

.padding-none {
  padding: 0 !important;
}

.padding-top {
  padding-top: 3rem !important;
}

.padding-top-half {
  padding-top: 1.5rem !important;
}

.padding-top-double {
  padding-top: 6rem !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom {
  padding-bottom: 3rem !important;
}

.padding-bottom-half {
  padding-bottom: 1.5rem !important;
}

.padding-bottom-double {
  padding-bottom: 6rem !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.padding-left-half {
  padding-left: 1.5rem !important;
}

.padding-left-double {
  padding-left: 6rem !important;
}

.padding-left {
  padding-left: 3rem !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.padding-right-half {
  padding-right: 1.5rem !important;
}

.padding-right {
  padding-right: 3rem !important;
}

.padding-right-double {
  padding-right: 6rem !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

input[type=submit],
button,
.button {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  background-color: #718193;
  background-image: none;
  border: 0;
  border-radius: 0.3rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
}
input[type=submit]:hover,
button:hover,
.button:hover {
  text-decoration: none;
}
input[type=submit]:focus,
button:focus,
.button:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
input[type=time],
input[type=date],
input[type=datetime],
input[type=color],
input[type=url],
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0.1rem solid #718193;
  border-radius: 0;
  padding: 0.4rem 0.6rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 1.6;
  background-color: #fff;
  background-image: none;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=color]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #718193;
  outline: 0;
}

select {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0.6rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 1.6;
  color: #000;
  border: 0.1rem solid #718193;
  background-color: transparent;
  background-image: none;
}
select:focus {
  outline: 0;
}
@media screen and (min-width: 0 \0 ) {
  select {
    background: none;
    padding: 4px 6px;
  }
}

.gform_wrapper .gform_fields {
  margin: 0;
  list-style-type: none;
}
.gform_wrapper .gform_fields .gfield {
  list-style-type: none;
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0;
}
.gform_wrapper .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_wrapper .gform_fields .gfield_label {
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield_required {
  color: #bf412e;
}
.gform_wrapper .gform_fields .gfield_radio label, .gform_wrapper .gform_fields .gfield_checkbox label {
  font-size: 1.9rem;
  padding-left: 1rem;
}
.gform_wrapper .gform_fields .gfield_description {
  color: #718193;
}
.gform_wrapper .gform_fields .gfield_description.validation_message {
  font-size: 1.9rem;
  color: #bf412e;
  text-align: right;
}
.gform_wrapper .gform_fields .gfield_error .gfield_label,
.gform_wrapper .gform_fields .gfield_error .gfield_checkbox,
.gform_wrapper .gform_fields .gfield_error .gfield_radio {
  color: #bf412e;
}
.gform_wrapper .gform_fields .gfield_error input[type=text],
.gform_wrapper .gform_fields .gfield_error input[type=email],
.gform_wrapper .gform_fields .gfield_error input[type=password],
.gform_wrapper .gform_fields .gfield_error input[type=tel],
.gform_wrapper .gform_fields .gfield_error input[type=search],
.gform_wrapper .gform_fields .gfield_error input[type=number],
.gform_wrapper .gform_fields .gfield_error input[type=time],
.gform_wrapper .gform_fields .gfield_error input[type=date],
.gform_wrapper .gform_fields .gfield_error input[type=datetime],
.gform_wrapper .gform_fields .gfield_error input[type=color],
.gform_wrapper .gform_fields .gfield_error input[type=url],
.gform_wrapper .gform_fields .gfield_error textarea,
.gform_wrapper .gform_fields .gfield_error select {
  border: 0.1rem solid #bf412e;
}
.gform_wrapper .gform_fields .ginput_container {
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .ginput_container label,
.gform_wrapper .gform_fields .ginput_container .instruction {
  font-size: 1.9rem;
}
.gform_wrapper .gform_footer {
  *zoom: 1;
  margin: 0;
  padding-top: 0;
}
.gform_wrapper .gform_footer:before, .gform_wrapper .gform_footer:after {
  content: " ";
  display: table;
}
.gform_wrapper .gform_footer:after {
  clear: both;
}
.gform_wrapper .gform_footer input[type=submit] {
  float: right;
}
.gform_wrapper .validation_error {
  color: #bf412e;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -1000px;
}

.visible-tablet,
.visible-mobile {
  display: none !important;
}

.visible-desktop,
.visible-md {
  display: block !important;
}

.visible-lg {
  display: none !important;
}

.visible-tablet-table-cell,
.visible-mobile-table-cell {
  display: none !important;
}

.visible-desktop-table-cell,
.visible-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .visible-desktop,
  .visible-md,
  .visible-tablet .visible-sm {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
  .visible-mobile.visible-tablet,
  .visible-mobile .visible-sm {
    display: block !important;
  }
  .visible-desktop-table-cell,
  .visible-tablet-table-cell {
    display: none !important;
  }
  .visible-mobile-table-cell {
    display: table-cell !important;
  }
  .visible-mobile-table-cell.visible-tablet-table-cell {
    display: table-cell !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-desktop,
  .visible-mobile {
    display: none !important;
  }
  .visible-tablet {
    display: block !important;
  }
  .visible-tablet.visible-mobile {
    display: block !important;
  }
  .visible-tablet.visible-desktop {
    display: block !important;
  }
  .visible-desktop-table-cell, .visible-mobile-table-cell {
    display: none !important;
  }
  .visible-tablet-table-cell {
    display: table-cell !important;
  }
  .visible-tablet-table-cell.visible-mobile-table-cell {
    display: table-cell !important;
  }
  .visible-tablet-table-cell.visible-desktop-table-cell {
    display: table-cell !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
.flex {
  display: flex;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}

/* Soda Custom v0.5
 * By Jannes & Mannes
 * Licensed under the MIT license, 2014
 * No documentation available yet.
 *
 * Based on:
 * Lemonade V2
 * By Joe Richardson (@joericho)
 * Licensed under the MIT license, 2014
 * Documentation: http://lemonade.im
 */
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 120rem;
  margin: 0 auto;
}

/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
/**
 * Row wrapper class, flex box parent.
 */
.frame {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container .frame {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.bit-lg, .bit-md, .bit-sm, .bit-xs, .bit-xxs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.frame--direction-row {
  flex-direction: row;
}

.frame--direction-row-reverse {
  flex-direction: row-reverse;
}

.frame--direction-column {
  flex-direction: column;
}

.frame--direction-column-reverse {
  flex-direction: column-reverse;
}

/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
/**
 * Generate a set of grid column classes using a namespace
 *
 * .bit-[namespace] for intelligent column division
 * .bit-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .bit-offset-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 * .bit-offset-[namespace]-reset for resetting a col's offset for that and larger namespaces
 */
[class^=bit-] {
  max-width: 100%;
}

.bit-lg-12, .bit-lg-11, .bit-lg-10, .bit-lg-9, .bit-lg-8, .bit-lg-7, .bit-lg-6, .bit-lg-5, .bit-lg-4, .bit-lg-3, .bit-lg-2, .bit-lg-1, .bit-md-12, .bit-md-11, .bit-md-10, .bit-md-9, .bit-md-8, .bit-md-7, .bit-md-6, .bit-md-5, .bit-md-4, .bit-md-3, .bit-md-2, .bit-md-1, .bit-sm-12, .bit-sm-11, .bit-sm-10, .bit-sm-9, .bit-sm-8, .bit-sm-7, .bit-sm-6, .bit-sm-5, .bit-sm-4, .bit-sm-3, .bit-sm-2, .bit-sm-1, .bit-xs-12, .bit-xs-11, .bit-xs-10, .bit-xs-9, .bit-xs-8, .bit-xs-7, .bit-xs-6, .bit-xs-5, .bit-xs-4, .bit-xs-3, .bit-xs-2, .bit-xs-1, .bit-xxs-12, .bit-xxs-11, .bit-xxs-10, .bit-xxs-9, .bit-xxs-8, .bit-xxs-7, .bit-xxs-6, .bit-xxs-5, .bit-xxs-4, .bit-xxs-3, .bit-xxs-2, .bit-xxs-1, .bit-lg, .bit-md, .bit-sm, .bit-xs, .bit-xxs {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.bit-xxs-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.bit-xxs-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.bit-xxs-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.bit-xxs-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.bit-xxs-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.bit-xxs-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.bit-xxs-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.bit-xxs-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.bit-xxs-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.bit-xxs-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.bit-xxs-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.bit-xxs-12 {
  flex: 1 1 100%;
  max-width: 100%;
}

.bit-offset-xxs-0 {
  margin-left: 0%;
}

.bit-offset-xxs-1 {
  margin-left: 8.3333333333%;
}

.bit-offset-xxs-2 {
  margin-left: 16.6666666667%;
}

.bit-offset-xxs-3 {
  margin-left: 25%;
}

.bit-offset-xxs-4 {
  margin-left: 33.3333333333%;
}

.bit-offset-xxs-5 {
  margin-left: 41.6666666667%;
}

.bit-offset-xxs-6 {
  margin-left: 50%;
}

.bit-offset-xxs-7 {
  margin-left: 58.3333333333%;
}

.bit-offset-xxs-8 {
  margin-left: 66.6666666667%;
}

.bit-offset-xxs-9 {
  margin-left: 75%;
}

.bit-offset-xxs-10 {
  margin-left: 83.3333333333%;
}

.bit-offset-xxs-11 {
  margin-left: 91.6666666667%;
}

.bit-offset-xxs-reset {
  margin-left: 0;
}

@media only screen and (min-width: 34em) {
  .bit-xs-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .bit-xs-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .bit-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .bit-xs-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .bit-xs-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .bit-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .bit-xs-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .bit-xs-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .bit-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .bit-xs-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .bit-xs-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .bit-xs-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bit-offset-xs-0 {
    margin-left: 0%;
  }
  .bit-offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .bit-offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .bit-offset-xs-3 {
    margin-left: 25%;
  }
  .bit-offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .bit-offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .bit-offset-xs-6 {
    margin-left: 50%;
  }
  .bit-offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .bit-offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .bit-offset-xs-9 {
    margin-left: 75%;
  }
  .bit-offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .bit-offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .bit-offset-xs-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .bit-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .bit-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .bit-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .bit-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .bit-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .bit-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .bit-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .bit-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .bit-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .bit-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .bit-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .bit-sm-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bit-offset-sm-0 {
    margin-left: 0%;
  }
  .bit-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bit-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bit-offset-sm-3 {
    margin-left: 25%;
  }
  .bit-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bit-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bit-offset-sm-6 {
    margin-left: 50%;
  }
  .bit-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bit-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bit-offset-sm-9 {
    margin-left: 75%;
  }
  .bit-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bit-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .bit-offset-sm-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .bit-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .bit-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .bit-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .bit-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .bit-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .bit-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .bit-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .bit-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .bit-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .bit-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .bit-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .bit-md-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bit-offset-md-0 {
    margin-left: 0%;
  }
  .bit-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bit-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bit-offset-md-3 {
    margin-left: 25%;
  }
  .bit-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bit-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bit-offset-md-6 {
    margin-left: 50%;
  }
  .bit-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bit-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bit-offset-md-9 {
    margin-left: 75%;
  }
  .bit-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bit-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .bit-offset-md-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .bit-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .bit-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .bit-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .bit-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .bit-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .bit-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .bit-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .bit-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .bit-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .bit-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .bit-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .bit-lg-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bit-offset-lg-0 {
    margin-left: 0%;
  }
  .bit-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bit-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bit-offset-lg-3 {
    margin-left: 25%;
  }
  .bit-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bit-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bit-offset-lg-6 {
    margin-left: 50%;
  }
  .bit-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bit-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bit-offset-lg-9 {
    margin-left: 75%;
  }
  .bit-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bit-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .bit-offset-lg-reset {
    margin-left: 0;
  }
}
.bit-order-xxs-1 {
  order: 1;
}

.bit-order-xxs-2 {
  order: 2;
}

.bit-order-xxs-3 {
  order: 3;
}

.bit-order-xxs-4 {
  order: 4;
}

.bit-order-xxs-5 {
  order: 5;
}

.bit-order-xxs-6 {
  order: 6;
}

.bit-order-xxs-7 {
  order: 7;
}

.bit-order-xxs-8 {
  order: 8;
}

.bit-order-xxs-9 {
  order: 9;
}

.bit-order-xxs-10 {
  order: 10;
}

.bit-order-xxs-11 {
  order: 11;
}

.bit-offset-xxs-reset {
  margin-left: 0;
}

@media only screen and (min-width: 34em) {
  .bit-order-xs-1 {
    order: 1;
  }
  .bit-order-xs-2 {
    order: 2;
  }
  .bit-order-xs-3 {
    order: 3;
  }
  .bit-order-xs-4 {
    order: 4;
  }
  .bit-order-xs-5 {
    order: 5;
  }
  .bit-order-xs-6 {
    order: 6;
  }
  .bit-order-xs-7 {
    order: 7;
  }
  .bit-order-xs-8 {
    order: 8;
  }
  .bit-order-xs-9 {
    order: 9;
  }
  .bit-order-xs-10 {
    order: 10;
  }
  .bit-order-xs-11 {
    order: 11;
  }
  .bit-offset-xs-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .bit-order-sm-1 {
    order: 1;
  }
  .bit-order-sm-2 {
    order: 2;
  }
  .bit-order-sm-3 {
    order: 3;
  }
  .bit-order-sm-4 {
    order: 4;
  }
  .bit-order-sm-5 {
    order: 5;
  }
  .bit-order-sm-6 {
    order: 6;
  }
  .bit-order-sm-7 {
    order: 7;
  }
  .bit-order-sm-8 {
    order: 8;
  }
  .bit-order-sm-9 {
    order: 9;
  }
  .bit-order-sm-10 {
    order: 10;
  }
  .bit-order-sm-11 {
    order: 11;
  }
  .bit-offset-sm-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .bit-order-md-1 {
    order: 1;
  }
  .bit-order-md-2 {
    order: 2;
  }
  .bit-order-md-3 {
    order: 3;
  }
  .bit-order-md-4 {
    order: 4;
  }
  .bit-order-md-5 {
    order: 5;
  }
  .bit-order-md-6 {
    order: 6;
  }
  .bit-order-md-7 {
    order: 7;
  }
  .bit-order-md-8 {
    order: 8;
  }
  .bit-order-md-9 {
    order: 9;
  }
  .bit-order-md-10 {
    order: 10;
  }
  .bit-order-md-11 {
    order: 11;
  }
  .bit-offset-md-reset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .bit-order-lg-1 {
    order: 1;
  }
  .bit-order-lg-2 {
    order: 2;
  }
  .bit-order-lg-3 {
    order: 3;
  }
  .bit-order-lg-4 {
    order: 4;
  }
  .bit-order-lg-5 {
    order: 5;
  }
  .bit-order-lg-6 {
    order: 6;
  }
  .bit-order-lg-7 {
    order: 7;
  }
  .bit-order-lg-8 {
    order: 8;
  }
  .bit-order-lg-9 {
    order: 9;
  }
  .bit-order-lg-10 {
    order: 10;
  }
  .bit-order-lg-11 {
    order: 11;
  }
  .bit-offset-lg-reset {
    margin-left: 0;
  }
}
.flex {
  display: flex;
}

.frame--align-xxs-flex-start {
  align-items: flex-start;
}

.frame--align-xxs-flex-end {
  align-items: flex-end;
}

.frame--align-xxs-center {
  align-items: center;
}

.frame--align-xxs-baseline {
  align-items: baseline;
}

.frame--align-xxs-stretch {
  align-items: stretch;
}

.frame--justify-xxs-flex-start {
  justify-content: flex-start;
}

.frame--justify-xxs-flex-end {
  justify-content: flex-end;
}

.frame--justify-xxs-center {
  justify-content: center;
}

.frame--justify-xxs-space-around {
  justify-content: space-around;
}

.frame--justify-xxs-space-between {
  justify-content: space-between;
}

.bit--align-xxs-flex-start {
  align-self: flex-start;
}

.bit--align-xxs-flex-end {
  align-self: flex-end;
}

.bit--align-xxs-center {
  align-self: center;
}

.bit--align-xxs-baseline {
  align-self: baseline;
}

.bit--align-xxs-stretch {
  align-self: stretch;
}

@media only screen and (min-width: 34em) {
  .frame--align-xs-flex-start {
    align-items: flex-start;
  }
  .frame--align-xs-flex-end {
    align-items: flex-end;
  }
  .frame--align-xs-center {
    align-items: center;
  }
  .frame--align-xs-baseline {
    align-items: baseline;
  }
  .frame--align-xs-stretch {
    align-items: stretch;
  }
  .frame--justify-xs-flex-start {
    justify-content: flex-start;
  }
  .frame--justify-xs-flex-end {
    justify-content: flex-end;
  }
  .frame--justify-xs-center {
    justify-content: center;
  }
  .frame--justify-xs-space-around {
    justify-content: space-around;
  }
  .frame--justify-xs-space-between {
    justify-content: space-between;
  }
  .bit--align-xs-flex-start {
    align-self: flex-start;
  }
  .bit--align-xs-flex-end {
    align-self: flex-end;
  }
  .bit--align-xs-center {
    align-self: center;
  }
  .bit--align-xs-baseline {
    align-self: baseline;
  }
  .bit--align-xs-stretch {
    align-self: stretch;
  }
}
@media only screen and (min-width: 48em) {
  .frame--align-sm-flex-start {
    align-items: flex-start;
  }
  .frame--align-sm-flex-end {
    align-items: flex-end;
  }
  .frame--align-sm-center {
    align-items: center;
  }
  .frame--align-sm-baseline {
    align-items: baseline;
  }
  .frame--align-sm-stretch {
    align-items: stretch;
  }
  .frame--justify-sm-flex-start {
    justify-content: flex-start;
  }
  .frame--justify-sm-flex-end {
    justify-content: flex-end;
  }
  .frame--justify-sm-center {
    justify-content: center;
  }
  .frame--justify-sm-space-around {
    justify-content: space-around;
  }
  .frame--justify-sm-space-between {
    justify-content: space-between;
  }
  .bit--align-sm-flex-start {
    align-self: flex-start;
  }
  .bit--align-sm-flex-end {
    align-self: flex-end;
  }
  .bit--align-sm-center {
    align-self: center;
  }
  .bit--align-sm-baseline {
    align-self: baseline;
  }
  .bit--align-sm-stretch {
    align-self: stretch;
  }
}
@media only screen and (min-width: 64em) {
  .frame--align-md-flex-start {
    align-items: flex-start;
  }
  .frame--align-md-flex-end {
    align-items: flex-end;
  }
  .frame--align-md-center {
    align-items: center;
  }
  .frame--align-md-baseline {
    align-items: baseline;
  }
  .frame--align-md-stretch {
    align-items: stretch;
  }
  .frame--justify-md-flex-start {
    justify-content: flex-start;
  }
  .frame--justify-md-flex-end {
    justify-content: flex-end;
  }
  .frame--justify-md-center {
    justify-content: center;
  }
  .frame--justify-md-space-around {
    justify-content: space-around;
  }
  .frame--justify-md-space-between {
    justify-content: space-between;
  }
  .bit--align-md-flex-start {
    align-self: flex-start;
  }
  .bit--align-md-flex-end {
    align-self: flex-end;
  }
  .bit--align-md-center {
    align-self: center;
  }
  .bit--align-md-baseline {
    align-self: baseline;
  }
  .bit--align-md-stretch {
    align-self: stretch;
  }
}
@media only screen and (min-width: 75.0625em) {
  .frame--align-lg-flex-start {
    align-items: flex-start;
  }
  .frame--align-lg-flex-end {
    align-items: flex-end;
  }
  .frame--align-lg-center {
    align-items: center;
  }
  .frame--align-lg-baseline {
    align-items: baseline;
  }
  .frame--align-lg-stretch {
    align-items: stretch;
  }
  .frame--justify-lg-flex-start {
    justify-content: flex-start;
  }
  .frame--justify-lg-flex-end {
    justify-content: flex-end;
  }
  .frame--justify-lg-center {
    justify-content: center;
  }
  .frame--justify-lg-space-around {
    justify-content: space-around;
  }
  .frame--justify-lg-space-between {
    justify-content: space-between;
  }
  .bit--align-lg-flex-start {
    align-self: flex-start;
  }
  .bit--align-lg-flex-end {
    align-self: flex-end;
  }
  .bit--align-lg-center {
    align-self: center;
  }
  .bit--align-lg-baseline {
    align-self: baseline;
  }
  .bit--align-lg-stretch {
    align-self: stretch;
  }
}
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $soda-columns will inform the grid loops how many columns there should be.
 * $soda-gutter will inform the grid loops how big eac column's gutters should be.
 *
 * The grid will name columns, rows, offsets based on these three variables:
 * $soda-class-row string used for the row class
 * $soda-class-col string used for the column class
 * $soda-class-off string used for the offset class
 */
.visible-xxs {
  display: flex !important;
}

.hidden-xxs {
  display: none !important;
}

@media only screen and (min-width: 34em) {
  .visible-xxs {
    display: none !important;
  }
}
@media only screen and (min-width: 34em) and (max-width: 47.9375em) {
  .visible-xs {
    display: flex !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  .visible-sm {
    display: flex !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 75em) {
  .visible-md {
    display: flex !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .visible-lg {
    display: flex !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
.text-left {
  text-align: left;
}

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

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

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

.container--wide {
  max-width: 154rem;
}
@media (min-width: 1201px) {
  .container--wide:not(.container--wide--original-bits) [class^=bit-] {
    padding: 2rem;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}
.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  touch-action: manipulation;
}
.plyr:focus {
  outline: 0;
}
.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}
.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}
.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
       user-select: none;
}
.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}
.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
  background: #718193;
}
.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -ms-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type=range]::-ms-tooltip {
  display: none;
}
.plyr input[type=range]:focus {
  outline: 0;
}
.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #a6afb9;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #a6afb9;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-ms-thumb {
  background: #a6afb9;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type=range].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-60px);
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .plyr__captions {
    padding: 50px;
    transform: translateY(-150px);
  }
}
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .plyr__captions span {
    padding: 8px 25px;
  }
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  transform: translateY(-20px);
}
@media (min-width: 1024px) {
  .plyr--hide-controls .plyr__captions {
    transform: translateY(-50px);
  }
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.plyr__controls > * {
  pointer-events: all;
}
.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 12.5px;
  }
}
.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .plyr__controls .plyr__volume {
    margin-left: 12.5px;
  }
}
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}
@media (min-width: 1024px) {
  .plyr__controls button {
    padding: 17.5px;
  }
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}
@media (min-width: 480px) and (min-width: 1024px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 25px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .plyr--video .plyr__controls {
    padding: 125px 25px 25px;
  }
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #a6afb9;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}
@media (min-width: 1024px) {
  .plyr--audio .plyr__controls {
    padding: 25px;
  }
}
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  background: #718193;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #a6afb9;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .plyr__play-large {
    padding: 25px;
  }
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr=pause],
.plyr--playing .plyr__controls [data-plyr=play] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 25px;
  padding: 12.5px 18.75px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 26.5px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 26.5px;
  transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  flex: 1;
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}
.plyr__progress input[type=range]::-moz-range-track {
  background: transparent;
}
.plyr__progress input[type=range]::-ms-fill-upper {
  background: transparent;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #718193;
  background: transparent;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-transition: none;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .plyr__time + .plyr__time::before {
    margin-right: 25px;
  }
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

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

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

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

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

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

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.32;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #718193;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 3.4rem;
  line-height: 20px;
  text-align: center;
  color: #718193;
  opacity: 0.32;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #323232;
  opacity: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  background: #fff;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.9rem;
  }
}

a {
  text-decoration: underline;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
  color: #718193;
}
a:hover {
  text-decoration: underline;
  color: #323232;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #323232;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  font-size: 1.1rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    font-size: 1.4rem;
  }
}

h1,
.h1 {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #a6afb9;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 1.9rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 1.52rem;
  padding-bottom: 0.76rem;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}

h3, .h3 {
  font-size: 1.7rem;
  padding-bottom: 1.5rem;
  color: #a6afb9;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 1.9rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
  padding-bottom: 0.75rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 1.9rem;
  }
}

h6, .h6 {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  h6, .h6 {
    font-size: 1.4rem;
  }
}

strong,
b {
  font-weight: 500;
  font-size: 1.01em;
}

.header-alt {
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.lead {
  font-size: 1.01em;
  font-weight: 500;
}
.lead:first-child:first-letter {
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 400;
  font-size: 6.4rem;
  vertical-align: baseline;
  float: left;
  line-height: 4rem;
  padding-right: 0.5rem;
  padding-left: 0.3rem;
  margin-top: 1.2rem;
}

ul,
ol {
  margin-bottom: 3rem;
  margin-left: 3rem;
}

@media only screen {
  .print-images-loading-msg {
    display: none !important;
  }
}
blockquote {
  font-size: 1.1rem;
  padding: 2rem;
  margin: 0 0 3.04rem;
  color: #a6afb9;
  border: 2px solid #f5f5f5;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.4rem;
  }
}
blockquote p {
  padding: 0 0 1.14rem;
  margin: 0;
}
blockquote p:last-of-type {
  padding: 0;
}
blockquote a {
  color: currentColor;
  filter: brightness(75%);
}
blockquote small,
blockquote .small,
blockquote footer,
blockquote h5 {
  display: block;
  font-size: 80%;
  color: #a6afb9;
}
blockquote small::before,
blockquote .small::before,
blockquote footer::before,
blockquote h5::before {
  content: "— ";
}
.post__content blockquote img.size-full, .post__content blockquote img.size-large {
  width: 100%;
  margin: auto;
}

.blockquote--capitals {
  font-size: 1.8rem;
  border: 0;
  padding: 0 0 1.5rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 600;
  line-height: 1.333;
  text-transform: uppercase;
  color: #9c8679;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .blockquote--capitals {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .blockquote--capitals {
    font-size: 3rem;
  }
}
.no-js .blockquote--capitals {
  font-weight: 400;
  text-transform: none;
}
.blockquote--capitals em, .blockquote--capitals i {
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 768px) {
  .blockquote--capitals {
    padding: 0 0 3rem;
  }
}
@media (min-width: 1024px) {
  .blockquote--capitals {
    width: 112%;
    margin: 0 0 0 -12%;
  }
}
.blockquote--capitals::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  margin-left: -1.1rem;
  background-image: url("../images/icons/quote.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.browser-all .blockquote--capitals::before {
  background-image: none;
  background-color: #9c8679;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../images/icons/quote.svg");
          mask-image: url("../images/icons/quote.svg");
}
.blockquote--capitals small,
.blockquote--capitals .small,
.blockquote--capitals footer,
.blockquote--capitals h5 {
  padding-top: 1.52rem;
  padding-bottom: 0;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a6afb9;
}
.blockquote--capitals p {
  padding: 0;
}
.blockquote--inline {
  font-size: 1.8rem;
  border: 0;
  padding: 3.04rem 1.5rem 1.0133333333rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #9c8679;
}
@media only screen and (min-width: 768px) {
  .blockquote--inline {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .blockquote--inline {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .blockquote--inline {
    text-align: right;
    width: 55%;
    float: left;
    padding: 3.04rem 3.04rem 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .blockquote--inline {
    width: 62%;
    margin: 0 0 0 -12%;
  }
}
.blockquote--inline small,
.blockquote--inline .small,
.blockquote--inline footer,
.blockquote--inline h5 {
  padding-top: 1.52rem;
  padding-bottom: 0;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a6afb9;
}
.blockquote--inline p {
  padding: 0;
}
.blockquote--inline + p {
  padding-top: 0;
}

.responsivebackgroundimage, .newsletter .attachment img {
  visibility: hidden;
  position: absolute;
  max-width: 100%;
  height: auto;
}
.responsivebackgroundimage.no-script-image, .newsletter .attachment img.no-script-image {
  visibility: visible;
}

.responsivebackgroundimage__wrapper {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.background--primary {
  background-color: #718193;
}

.background--black {
  background-color: #000;
}

.background--gray-darker {
  background-color: #1a1a1a;
}

.background--gray-dark {
  background-color: #323232;
}

.background--gray-base {
  background-color: #718193;
}

.background--gray-light {
  background-color: #a6afb9;
}

.background--gray-lighter {
  background-color: #a6afb9;
}

.background--gray-lightest {
  background-color: #f5f5f5;
}

.background--brown {
  background-color: #5b4a42;
}

.background--brown-medium {
  background-color: #726658;
}

.background--brown-light {
  background-color: #9c8679;
}

.background--brown-lighter {
  background-color: #c3b59b;
}

.background--white {
  background-color: #fff;
}

.background--font-color {
  background-color: #323232;
}

.background--menu-color {
  background-color: #323232;
}

.background--error {
  background-color: #bf412e;
}

.background--warning {
  background-color: #d48633;
}

.background--secondary {
  background-color: #a6afb9;
}

.text-color--primary {
  color: #718193;
}

.text-color--black {
  color: #000;
}

.text-color--gray-darker {
  color: #1a1a1a;
}

.text-color--gray-dark {
  color: #323232;
}

.text-color--gray-base {
  color: #718193;
}

.text-color--gray-light {
  color: #a6afb9;
}

.text-color--gray-lighter {
  color: #a6afb9;
}

.text-color--gray-lightest {
  color: #f5f5f5;
}

.text-color--brown {
  color: #5b4a42;
}

.text-color--brown-medium {
  color: #726658;
}

.text-color--brown-light {
  color: #9c8679;
}

.text-color--brown-lighter {
  color: #c3b59b;
}

.text-color--white {
  color: #fff;
}

.text-color--font-color {
  color: #323232;
}

.text-color--menu-color {
  color: #323232;
}

.text-color--error {
  color: #bf412e;
}

.text-color--warning {
  color: #d48633;
}

.text-color--secondary {
  color: #a6afb9;
}

.p--background--gray-lightest,
.p--background--gray,
.p--background--gray-light {
  padding: 1.52rem;
}
.p--background--gray-lightest + .wp-caption,
.p--background--gray-lightest + .tiled-gallery,
.p--background--gray-lightest + .p--background--gray-lightest,
.p--background--gray-lightest + .p--background--gray,
.p--background--gray-lightest + .p--background--gray-light,
.p--background--gray + .wp-caption,
.p--background--gray + .tiled-gallery,
.p--background--gray + .p--background--gray-lightest,
.p--background--gray + .p--background--gray,
.p--background--gray + .p--background--gray-light,
.p--background--gray-light + .wp-caption,
.p--background--gray-light + .tiled-gallery,
.p--background--gray-light + .p--background--gray-lightest,
.p--background--gray-light + .p--background--gray,
.p--background--gray-light + .p--background--gray-light {
  margin-top: 1.52rem;
}

.p--background--gray-lightest {
  background-color: #f5f5f5;
}

.p--background--gray {
  color: #fff;
  background-color: #718193;
}

.p--background--gray-light {
  color: #fff;
  background-color: #a6afb9;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

@media (min-width: 481px) {
  .text-center--xs {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-center--sm {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .text-center--md {
    text-align: center;
  }
}

@media (min-width: 1201px) {
  .text-center--lg {
    text-align: center;
  }
}

.text-left--xxs {
  text-align: left;
}

@media (min-width: 481px) {
  .text-left--xs {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-left--sm {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .text-left--md {
    text-align: left;
  }
}

@media (min-width: 1201px) {
  .text-left--lg {
    text-align: left;
  }
}

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

@media (min-width: 481px) {
  .text-right--xs {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-right--sm {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .text-right--md {
    text-align: right;
  }
}

@media (min-width: 1201px) {
  .text-right--lg {
    text-align: right;
  }
}

.spacer--none {
  padding: 0;
}
.spacer--none--important {
  padding: 0 !important;
}
.spacer--xs {
  padding: 0;
}
@media (min-width: 768px) {
  .spacer--xs {
    padding: 1rem;
  }
}
.spacer--xs--important {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .spacer--xs--important {
    padding: 1rem !important;
  }
}
.spacer--sm {
  padding: 1.8rem;
}
@media (min-width: 768px) {
  .spacer--sm {
    padding: 3.5rem;
  }
}
.spacer--sm--important {
  padding: 1.8rem !important;
}
@media (min-width: 768px) {
  .spacer--sm--important {
    padding: 3.5rem !important;
  }
}
.spacer--md {
  padding: 2rem;
}
@media (min-width: 768px) {
  .spacer--md {
    padding: 5.7rem;
  }
}
.spacer--md--important {
  padding: 2rem !important;
}
@media (min-width: 768px) {
  .spacer--md--important {
    padding: 5.7rem !important;
  }
}
.spacer--lg {
  padding: 4.4rem;
}
@media (min-width: 768px) {
  .spacer--lg {
    padding: 7.5rem;
  }
}
.spacer--lg--important {
  padding: 4.4rem !important;
}
@media (min-width: 768px) {
  .spacer--lg--important {
    padding: 7.5rem !important;
  }
}
.spacer--xl {
  padding: 5.5rem;
}
@media (min-width: 768px) {
  .spacer--xl {
    padding: 12.1rem;
  }
}
.spacer--xl--important {
  padding: 5.5rem !important;
}
@media (min-width: 768px) {
  .spacer--xl--important {
    padding: 12.1rem !important;
  }
}
.spacer--y--none {
  padding-top: 0;
  padding-bottom: 0;
}
.spacer--y--none--important {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.spacer--y--xs {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .spacer--y--xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.spacer--y--xs--important {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .spacer--y--xs--important {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.spacer--y--sm {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .spacer--y--sm {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.spacer--y--sm--important {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
@media (min-width: 768px) {
  .spacer--y--sm--important {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}
.spacer--y--md {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .spacer--y--md {
    padding-top: 5.7rem;
    padding-bottom: 5.7rem;
  }
}
.spacer--y--md--important {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .spacer--y--md--important {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }
}
.spacer--y--lg {
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}
@media (min-width: 768px) {
  .spacer--y--lg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.spacer--y--lg--important {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}
@media (min-width: 768px) {
  .spacer--y--lg--important {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
.spacer--y--xl {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .spacer--y--xl {
    padding-top: 12.1rem;
    padding-bottom: 12.1rem;
  }
}
.spacer--y--xl--important {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
@media (min-width: 768px) {
  .spacer--y--xl--important {
    padding-top: 12.1rem !important;
    padding-bottom: 12.1rem !important;
  }
}
.spacer--b--none {
  padding-bottom: 0;
}
.spacer--b--none--important {
  padding-bottom: 0 !important;
}
.spacer--b--xs {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .spacer--b--xs {
    padding-bottom: 1rem;
  }
}
.spacer--b--xs--important {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .spacer--b--xs--important {
    padding-bottom: 1rem !important;
  }
}
.spacer--b--sm {
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .spacer--b--sm {
    padding-bottom: 3.5rem;
  }
}
.spacer--b--sm--important {
  padding-bottom: 1.8rem !important;
}
@media (min-width: 768px) {
  .spacer--b--sm--important {
    padding-bottom: 3.5rem !important;
  }
}
.spacer--b--md {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .spacer--b--md {
    padding-bottom: 5.7rem;
  }
}
.spacer--b--md--important {
  padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .spacer--b--md--important {
    padding-bottom: 5.7rem !important;
  }
}
.spacer--b--lg {
  padding-bottom: 4.4rem;
}
@media (min-width: 768px) {
  .spacer--b--lg {
    padding-bottom: 7.5rem;
  }
}
.spacer--b--lg--important {
  padding-bottom: 4.4rem !important;
}
@media (min-width: 768px) {
  .spacer--b--lg--important {
    padding-bottom: 7.5rem !important;
  }
}
.spacer--b--xl {
  padding-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .spacer--b--xl {
    padding-bottom: 12.1rem;
  }
}
.spacer--b--xl--important {
  padding-bottom: 5.5rem !important;
}
@media (min-width: 768px) {
  .spacer--b--xl--important {
    padding-bottom: 12.1rem !important;
  }
}
.spacer--t--none {
  padding-top: 0;
}
.spacer--t--xs {
  padding-top: 0;
}
@media (min-width: 768px) {
  .spacer--t--xs {
    padding-top: 1rem;
  }
}
.spacer--t--sm {
  padding-top: 1.8rem;
}
@media (min-width: 768px) {
  .spacer--t--sm {
    padding-top: 3.5rem;
  }
}
.spacer--t--md {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .spacer--t--md {
    padding-top: 5.7rem;
  }
}
.spacer--t--lg {
  padding-top: 4.4rem;
}
@media (min-width: 768px) {
  .spacer--t--lg {
    padding-top: 7.5rem;
  }
}
.spacer--t--xl {
  padding-top: 5.5rem;
}
@media (min-width: 768px) {
  .spacer--t--xl {
    padding-top: 12.1rem;
  }
}
.spacer--x--none {
  padding-right: 0;
  padding-left: 0;
}
.spacer--x--none--important {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.spacer--x--xs {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .spacer--x--xs {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.spacer--x--xs--important {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .spacer--x--xs--important {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.spacer--x--sm {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
@media (min-width: 768px) {
  .spacer--x--sm {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
.spacer--x--sm--important {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}
@media (min-width: 768px) {
  .spacer--x--sm--important {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
}
.spacer--x--md {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .spacer--x--md {
    padding-right: 5.7rem;
    padding-left: 5.7rem;
  }
}
.spacer--x--md--important {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
@media (min-width: 768px) {
  .spacer--x--md--important {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }
}
.spacer--x--lg {
  padding-right: 4.4rem;
  padding-left: 4.4rem;
}
@media (min-width: 768px) {
  .spacer--x--lg {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
.spacer--x--lg--important {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}
@media (min-width: 768px) {
  .spacer--x--lg--important {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}
.spacer--x--xl {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}
@media (min-width: 768px) {
  .spacer--x--xl {
    padding-right: 12.1rem;
    padding-left: 12.1rem;
  }
}
.spacer--x--xl--important {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
@media (min-width: 768px) {
  .spacer--x--xl--important {
    padding-right: 12.1rem !important;
    padding-left: 12.1rem !important;
  }
}
.spacer--l--none {
  padding-left: 0;
}
.spacer--l--none--important {
  padding-left: 0 !important;
}
.spacer--l--xs {
  padding-left: 0;
}
@media (min-width: 768px) {
  .spacer--l--xs {
    padding-left: 1rem;
  }
}
.spacer--l--xs--important {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .spacer--l--xs--important {
    padding-left: 1rem !important;
  }
}
.spacer--l--sm {
  padding-left: 1.8rem;
}
@media (min-width: 768px) {
  .spacer--l--sm {
    padding-left: 3.5rem;
  }
}
.spacer--l--sm--important {
  padding-left: 1.8rem !important;
}
@media (min-width: 768px) {
  .spacer--l--sm--important {
    padding-left: 3.5rem !important;
  }
}
.spacer--l--md {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .spacer--l--md {
    padding-left: 5.7rem;
  }
}
.spacer--l--md--important {
  padding-left: 2rem !important;
}
@media (min-width: 768px) {
  .spacer--l--md--important {
    padding-left: 5.7rem !important;
  }
}
.spacer--l--lg {
  padding-left: 4.4rem;
}
@media (min-width: 768px) {
  .spacer--l--lg {
    padding-left: 7.5rem;
  }
}
.spacer--l--lg--important {
  padding-left: 4.4rem !important;
}
@media (min-width: 768px) {
  .spacer--l--lg--important {
    padding-left: 7.5rem !important;
  }
}
.spacer--l--xl {
  padding-left: 5.5rem;
}
@media (min-width: 768px) {
  .spacer--l--xl {
    padding-left: 12.1rem;
  }
}
.spacer--l--xl--important {
  padding-left: 5.5rem !important;
}
@media (min-width: 768px) {
  .spacer--l--xl--important {
    padding-left: 12.1rem !important;
  }
}
.spacer--r--none {
  padding-right: 0;
}
.spacer--r--none--important {
  padding-right: 0 !important;
}
.spacer--r--xs {
  padding-right: 0;
}
@media (min-width: 768px) {
  .spacer--r--xs {
    padding-right: 1rem;
  }
}
.spacer--r--xs--important {
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .spacer--r--xs--important {
    padding-right: 1rem !important;
  }
}
.spacer--r--sm {
  padding-right: 1.8rem;
}
@media (min-width: 768px) {
  .spacer--r--sm {
    padding-right: 3.5rem;
  }
}
.spacer--r--sm--important {
  padding-right: 1.8rem !important;
}
@media (min-width: 768px) {
  .spacer--r--sm--important {
    padding-right: 3.5rem !important;
  }
}
.spacer--r--md {
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .spacer--r--md {
    padding-right: 5.7rem;
  }
}
.spacer--r--md--important {
  padding-right: 2rem !important;
}
@media (min-width: 768px) {
  .spacer--r--md--important {
    padding-right: 5.7rem !important;
  }
}
.spacer--r--lg {
  padding-right: 4.4rem;
}
@media (min-width: 768px) {
  .spacer--r--lg {
    padding-right: 7.5rem;
  }
}
.spacer--r--lg--important {
  padding-right: 4.4rem !important;
}
@media (min-width: 768px) {
  .spacer--r--lg--important {
    padding-right: 7.5rem !important;
  }
}
.spacer--r--xl {
  padding-right: 5.5rem;
}
@media (min-width: 768px) {
  .spacer--r--xl {
    padding-right: 12.1rem;
  }
}
.spacer--r--xl--important {
  padding-right: 5.5rem !important;
}
@media (min-width: 768px) {
  .spacer--r--xl--important {
    padding-right: 12.1rem !important;
  }
}

.img-responsive, .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-cover, .post-card-in-depth__image img, .post-banner__image img, .post-header__image img, .post-card__image img.lazy-images {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.alert {
  padding: 1.5rem;
  background-color: #f5f5f5;
  border: 1px solid #a6afb9;
  border-left-width: 0.6rem;
}
.alert--warning {
  background-color: rgba(212, 134, 51, 0.15);
  border-color: #d48633;
}
.alert--warning a {
  color: #d48633;
}
.alert--error {
  background-color: rgba(191, 65, 46, 0.15);
  border-color: #bf412e;
}
.alert--error a {
  color: #bf412e;
}

.anchor {
  position: relative;
  top: -7.1rem;
  display: block;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .anchor {
    top: -10.2rem;
  }
}
@media (min-width: 768px) {
  .anchor {
    top: -11rem;
  }
}

.main-content {
  display: block;
  min-height: 100vh;
  padding-top: 8.6rem;
}
@media (min-width: 768px) {
  .main-content {
    padding-top: 10.2rem;
  }
}
.home .main-content {
  padding-top: 5.6rem;
}
@media (min-width: 1024px) {
  .home .main-content {
    padding-top: 22.2rem;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 26rem;
  height: 100%;
  right: 0;
  padding: 0 0 3rem;
  transform: translateX(26rem);
  transition: transform 0.5s ease;
  background: #f5f5f5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
.admin-bar .mobile-menu {
  padding-top: 6.2rem;
}
.mobile-menu--open {
  transform: translateX(0);
  box-shadow: -0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .mobile-menu {
    transform: translateX(26rem);
  }
}
.mobile-menu__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 5.6rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .mobile-menu__header {
    height: 7.2rem;
  }
}

.main-menu--mobile {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu--mobile > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu--mobile > li > a {
  display: block;
  padding: 1.5rem 3rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #323232;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (min-width: 1201px) {
  .main-menu--mobile > li > a {
    padding: 0.5rem 2.1rem;
  }
}
.main-menu--mobile > li > a:hover {
  color: #718193;
}
.main-menu--mobile > li.current-menu-item > a, .main-menu--mobile > li.current-menu-ancestor > a {
  color: #718193;
}
.main-menu--mobile > li.menu-item-has-children > a span {
  display: inline-block;
}
.main-menu--mobile > li.menu-item-has-children > a span::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.2rem;
  background-image: url("../images/icons/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(0);
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s, transform 0.4s;
  -webkit-backface-visibility: hidden;
}
.main-menu--mobile > li.menu-item-has-children:hover > a, .main-menu--mobile > li.menu-item-has-children:active > a {
  color: #718193;
}
.main-menu--mobile > li.menu-item-has-children:hover > a span::after, .main-menu--mobile > li.menu-item-has-children:active > a span::after {
  background-image: url("../images/icons/arrow-down-dark.svg");
}
.main-menu--mobile > li.menu-item-has-children.sub-menu--open > a span::after {
  transform: rotate(180deg);
}
.main-menu--mobile .sub-menu__wrapper {
  display: none;
  padding: 0;
  list-style: none;
}
.main-menu--mobile .sub-menu__wrapper > .sub-menu__container > .container {
  padding: 0;
}
.main-menu--mobile .sub-menu__wrapper .sub-menu {
  margin-left: 0;
}
.main-menu--mobile .sub-menu__wrapper .sub-menu > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu--mobile .sub-menu__wrapper .sub-menu > li > a {
  display: block;
  padding: 1rem 3rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #323232;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .main-menu--mobile .sub-menu__wrapper .sub-menu > li > a {
    padding: 0.5rem 2.1rem;
  }
}
.main-menu--mobile .sub-menu__wrapper .sub-menu > li > a:hover {
  color: #718193;
}
.main-menu--mobile .sub-menu__wrapper .sub-menu .sub-menu {
  margin-bottom: 0;
}
.main-menu--mobile .menu-item--mega_menu_option_a > .sub-menu__wrapper > .sub-menu__container > .container > .sub-menu > .menu-item > a {
  font-size: 1.2rem;
  color: #9c8679;
}

.menu-trigger {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0 0.75rem;
  background-color: transparent;
  background-image: none;
  border: 0;
}
.menu-trigger__icon-bar, .menu-trigger__icon-bar:before, .menu-trigger__icon-bar:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #718193;
  transform-origin: 2% center;
  transition: all 0.3s ease-out;
}
.menu-trigger__icon-bar:active, .menu-trigger__icon-bar:hover, .menu-trigger__icon-bar:before:active, .menu-trigger__icon-bar:before:hover, .menu-trigger__icon-bar:after:active, .menu-trigger__icon-bar:after:hover {
  background-color: #323232;
  border: 0;
}
.menu-trigger__icon-bar {
  position: relative;
  margin-left: 1rem;
}
.menu-trigger__icon-bar:before {
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.menu-trigger__icon-bar:after {
  position: absolute;
  top: -0.7rem;
  left: 0;
}
.menu-trigger--open .menu-trigger__icon-bar {
  width: 0.4rem;
  background-color: #fff;
}
.menu-trigger--open .menu-trigger__icon-bar:before {
  left: 0;
  width: 2.1rem;
  background-color: #323232;
  transform: rotate(-45deg);
}
.menu-trigger--open .menu-trigger__icon-bar:after {
  left: 0;
  width: 2.1rem;
  background-color: #323232;
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .menu-trigger {
    display: none;
  }
}

.main-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu > li {
  list-style: none;
  margin: 0;
  padding: 1.2rem 0 0;
  flex: 0 1 auto;
}
.main-menu > li > a {
  display: block;
  padding: 1.2rem 1.2rem 2rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #323232;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.container--wide .main-menu > li > a {
  padding: 1.2rem 1.2rem 2rem;
}
.main-menu > li > a:hover {
  color: #718193;
}
@media (min-width: 66em) {
  .main-menu > li > a {
    padding: 1.2rem 1.5rem 2rem;
  }
  .container--wide .main-menu > li > a {
    padding: 1.2rem 1.8rem 2rem;
  }
}
@media (min-width: 1201px) {
  .main-menu > li > a {
    padding: 1.2rem 1.8rem 2rem;
  }
  .container--wide .main-menu > li > a {
    padding: 1.2rem 2.5rem 2rem;
  }
}
.main-menu > li > .sub-menu__wrapper {
  display: none;
}
.main-menu > li.current-menu-item > a, .main-menu > li.current-menu-ancestor > a {
  color: #718193;
}
.main-menu > li.current-menu-item.menu-item-has-children > a span::after, .main-menu > li.current-menu-ancestor.menu-item-has-children > a span::after {
  background-image: url("../images/icons/arrow-down.svg");
}
.main-menu > li.menu-item-has-children > a span {
  display: inline-block;
}
.main-menu > li.menu-item-has-children > a span::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.2rem;
  background-image: url("../images/icons/arrow-down-dark.svg");
  background-position: right center;
  background-repeat: no-repeat;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
}
.main-menu > li.menu-item-has-children:hover > a, .main-menu > li.menu-item-has-children:active > a {
  color: #718193;
}
.main-menu > li.menu-item-has-children:hover > a span::after, .main-menu > li.menu-item-has-children:active > a span::after {
  background-image: url("../images/icons/arrow-down-dark.svg");
}
.main-menu > li.menu-item-has-children:hover .sub-menu__wrapper, .main-menu > li.menu-item-has-children:active .sub-menu__wrapper {
  display: block;
}
.main-menu .sub-menu__wrapper {
  position: absolute;
  z-index: 1000;
  min-width: 25rem;
  padding: 2rem 1.5rem;
  margin: 0;
  background: #fff;
  list-style: none;
  box-shadow: 0.2rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.main-menu .sub-menu__wrapper > .sub-menu__container > .container {
  padding: 0;
}
.main-menu .sub-menu__wrapper .sub-menu {
  margin: 0;
}
.main-menu .sub-menu__wrapper .sub-menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu .sub-menu__wrapper .sub-menu > li > a {
  display: block;
  padding: 0.5rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #323232;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.main-menu .sub-menu__wrapper .sub-menu > li > a:hover, .main-menu .sub-menu__wrapper .sub-menu > li > a:active {
  color: #718193;
}
.main-menu .sub-menu__wrapper .sub-menu > li.current-menu-ancestor > a, .main-menu .sub-menu__wrapper .sub-menu > li.current-menu-item > a {
  color: #718193;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper {
  position: fixed;
  top: 8rem;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 8rem);
  overflow: hidden;
  overflow-y: auto;
}
.home .main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper {
  top: 22.2rem;
  max-height: calc(100vh - 22.2rem);
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper > .sub-menu__container > .container > .sub-menu {
  display: flex;
  flex-flow: row nowrap;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper > .sub-menu__container > .container > .sub-menu > .menu-item > a {
  color: #9c8679;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper .sub-menu li:nth-of-type(1) {
  margin-right: 2rem;
  flex: 0 0 auto;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper .sub-menu li:nth-of-type(1) .sub-menu--sub-children {
  margin-top: 1.5rem;
  -moz-column-count: 2;
       column-count: 2;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper .sub-menu li:nth-of-type(2) {
  flex: 1 1 auto;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper .sub-menu li:nth-of-type(2) .sub-menu--sub-children {
  display: flex;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper .sub-menu li:nth-of-type(2) .sub-menu--sub-children li {
  padding: 0.5rem;
}
.main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper .sub-menu li:nth-of-type(2) .sub-menu--sub-children li:nth-of-type(1), .main-menu .menu-item--mega_menu_option_a > .sub-menu__wrapper .sub-menu li:nth-of-type(2) .sub-menu--sub-children li:nth-of-type(2) {
  flex: 0 1 50%;
}
.main-menu .menu-item__custom {
  display: block;
  position: relative;
}
.main-menu .menu-item__custom--image .menu-item__custom__image {
  display: flex;
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.main-menu .menu-item__custom--image .menu-item__custom__image img {
  display: none;
}
.main-menu .menu-item__custom--image .menu-item__custom__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #726658;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
}
.main-menu .menu-item__custom--image .menu-item__custom__link {
  padding: 3rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu .menu-item__custom--image .menu-item__custom__link span {
  position: relative;
  z-index: 3;
}
.main-menu .menu-item__custom--image .menu-item__custom__link:hover .menu-item__custom__image-overlay {
  opacity: 0.6;
}

.sb-slidebar {
  background: #a6afb9;
  padding: 3rem 1.5rem;
}
.sb-slidebar .menu ul,
.sb-slidebar .main-menu__wrapper ul {
  display: block;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.pagination .page-numbers {
  padding: 1rem;
  color: #a6afb9;
  text-decoration: none;
  line-height: 1.6rem;
  border-right: 1px solid #a6afb9;
  min-width: 4rem;
  text-align: center;
}
.pagination .page-numbers:first-child:not(.prev) {
  margin-left: auto;
}
.pagination .page-numbers:last-child:not(.next) {
  margin-right: auto;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  color: #000;
}
@media (max-width: 767px) {
  .pagination .page-numbers.dots {
    flex: 1;
  }
}
.pagination .page-numbers.prev {
  margin-right: auto;
  border: 0;
}
@media (max-width: 767px) {
  .pagination .page-numbers.prev {
    flex: 0 0 50%;
    order: 1;
    text-align: left;
  }
}
.pagination .page-numbers.next {
  margin-left: auto;
  border: 0;
}
@media (max-width: 767px) {
  .pagination .page-numbers.next {
    flex: 0 0 50%;
    order: 2;
    text-align: right;
  }
}
.pagination .page-numbers:nth-last-child(2) {
  border: 0;
}
.pagination .page-numbers:nth-last-child(2) ~ .page-numbers.current {
  border-left: 1px solid #a6afb9;
}
.pagination .page-numbers:last-child.current {
  border: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
input[type=time],
input[type=date],
input[type=datetime],
input[type=color],
input[type=url],
textarea,
select {
  font-size: 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #323232;
  border-radius: 0.4rem;
  border: 1px solid #a6afb9;
  padding: 1.1rem 1.5rem;
  margin-bottom: 1rem;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #323232;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #323232;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #323232;
}
@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=time],
  input[type=date],
  input[type=datetime],
  input[type=color],
  input[type=url],
  textarea,
  select {
    font-size: 1.9rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=color]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #718193;
  outline: 0;
}
@media (min-width: 768px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=color]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    font-style: normal;
    color: #323232;
    opacity: 1;
  }
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=color]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.9rem;
    color: #323232;
  }
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=color]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.9rem;
    color: #323232;
  }
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=color]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.9rem;
    color: #323232;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/select-icon.svg");
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  background-size: auto 2.4rem;
  background-color: #fff;
}

label {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  label {
    font-size: 1.7rem;
  }
}

.post__content .nf-field-label label {
  display: block;
  font-weight: 400;
}
.post__content .label-above .nf-field-label {
  margin-bottom: 0.5rem;
}
.post__content .nf-form-fields-required {
  margin-bottom: 1.5rem;
}

button,
.button,
input[type=submit],
input[type=button] {
  font-size: 1.2rem;
  padding: 1.8rem 4rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #718193;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(113, 129, 147, 0.32);
  border-radius: 4rem;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  button,
  .button,
  input[type=submit],
  input[type=button] {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  button,
  .button,
  input[type=submit],
  input[type=button] {
    padding: 2rem 6rem;
  }
}
button:hover, button:active,
.button:hover,
.button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active {
  color: #fff;
  background-color: #718193;
  border-color: #718193;
}
button.button--min-width,
.button.button--min-width,
input[type=submit].button--min-width,
input[type=button].button--min-width {
  min-width: 20rem;
}
button.button--small, button.button--print,
.button.button--small,
.button.button--print,
input[type=submit].button--small,
input[type=submit].button--print,
input[type=button].button--small,
input[type=button].button--print {
  font-size: 1.2rem;
  padding: 0.9rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  button.button--small, button.button--print,
  .button.button--small,
  .button.button--print,
  input[type=submit].button--small,
  input[type=submit].button--print,
  input[type=button].button--small,
  input[type=button].button--print {
    font-size: 1.2rem;
  }
}
button.button--small.button--min-width, button.button--min-width.button--print,
.button.button--small.button--min-width,
.button.button--min-width.button--print,
input[type=submit].button--small.button--min-width,
input[type=submit].button--min-width.button--print,
input[type=button].button--small.button--min-width,
input[type=button].button--min-width.button--print {
  min-width: 11rem;
}
button.button--square, .newsletter__form .form-footer button,
.button.button--square,
input[type=submit].button--square,
input[type=button].button--square {
  border-radius: 0;
}
button.button--filled,
.button.button--filled,
input[type=submit].button--filled,
input[type=button].button--filled {
  border-color: #718193;
  background-color: #718193;
  color: #fff;
}
button.button--filled:hover, button.button--filled:active,
.button.button--filled:hover,
.button.button--filled:active,
input[type=submit].button--filled:hover,
input[type=submit].button--filled:active,
input[type=button].button--filled:hover,
input[type=button].button--filled:active {
  background-color: #fff;
  color: #718193;
}
button.button--icon, button.button--print,
.button.button--icon,
.button.button--print,
input[type=submit].button--icon,
input[type=submit].button--print,
input[type=button].button--icon,
input[type=button].button--print {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
button.button--icon svg, button.button--print svg,
.button.button--icon svg,
.button.button--print svg,
input[type=submit].button--icon svg,
input[type=submit].button--print svg,
input[type=button].button--icon svg,
input[type=button].button--print svg {
  margin-right: 0.5rem;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s, fill 0.2s, stroke 0.2s;
  -webkit-backface-visibility: hidden;
}
button.button--icon svg path, button.button--print svg path,
.button.button--icon svg path,
.button.button--print svg path,
input[type=submit].button--icon svg path,
input[type=submit].button--print svg path,
input[type=button].button--icon svg path,
input[type=button].button--print svg path {
  fill: #718193;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s, fill 0.2s, stroke 0.2s;
  -webkit-backface-visibility: hidden;
}
button.button--icon:hover svg path, button.button--print:hover svg path,
.button.button--icon:hover svg path,
.button.button--print:hover svg path,
input[type=submit].button--icon:hover svg path,
input[type=submit].button--print:hover svg path,
input[type=button].button--icon:hover svg path,
input[type=button].button--print:hover svg path {
  fill: #fff;
}
button.button--border-only, .newsletter__form .form-footer button,
.button.button--border-only,
input[type=submit].button--border-only,
input[type=button].button--border-only {
  background-color: transparent;
}
button.button--text-gray-light,
.button.button--text-gray-light,
input[type=submit].button--text-gray-light,
input[type=button].button--text-gray-light {
  color: #a6afb9;
}
button.button--text-white, .newsletter__form .form-footer button,
.button.button--text-white,
input[type=submit].button--text-white,
input[type=button].button--text-white {
  color: #fff;
}
button.button--hover-opacity,
.button.button--hover-opacity,
.post-card-category-large a:hover .post-card-category-large__button .button,
input[type=submit].button--hover-opacity,
input[type=button].button--hover-opacity {
  opacity: 0.7;
}
button.button--print,
.button.button--print,
input[type=submit].button--print,
input[type=button].button--print {
  height: 3.5rem;
  padding: 0.5rem 1.5rem;
  margin: 0.4rem 0.2rem 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0;
  color: #fff;
  text-transform: none;
  background-color: #718193;
  border-radius: 4rem;
}
button.button--print:hover,
.button.button--print:hover,
input[type=submit].button--print:hover,
input[type=button].button--print:hover {
  background-color: #7f8e9e;
}
button.button--print svg,
.button.button--print svg,
input[type=submit].button--print svg,
input[type=button].button--print svg {
  width: 2rem;
  height: 2rem;
  margin-top: -0.1rem;
}
button.button--print svg path,
.button.button--print svg path,
input[type=submit].button--print svg path,
input[type=button].button--print svg path {
  fill: #fff;
}

.button-no-styling {
  padding: 0;
  color: #323232;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
}
.button-no-styling:hover, .button-no-styling:active {
  background-color: transparent;
  border: 0;
}

.top-banner {
  max-width: 100vw;
  display: none;
}
@media (min-width: 768px) {
  .top-banner {
    display: block;
  }
}
.top-banner__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  overflow: hidden;
}

.banner--centered {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  height: 5.6rem;
  box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .header {
    height: 7.2rem;
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 8rem;
  }
}
.admin-bar .header {
  top: 3.2rem;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 4.6rem;
  }
}
.header--scrolled {
  box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.header__bar, .header__article-heading {
  position: relative;
  height: 5.6rem;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .header__bar, .header__article-heading {
    height: 7.2rem;
  }
}
@media (min-width: 1024px) {
  .header__bar, .header__article-heading {
    height: 8rem;
  }
}
.header__bar__inner, .header__article-heading__inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 5.6rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .header__bar__inner, .header__article-heading__inner {
    height: 7.2rem;
  }
}
@media (min-width: 1024px) {
  .header__bar__inner, .header__article-heading__inner {
    height: 8rem;
    padding-left: 18rem;
    justify-content: center;
  }
  .header--home .header__bar__inner, .header--home .header__article-heading__inner {
    padding-left: 0;
    transition: padding-left 0.6s ease;
  }
  .header--home.header--scrolled .header__bar__inner, .header--home.header--scrolled .header__article-heading__inner {
    padding-left: 18rem;
  }
}
@media (min-width: 1201px) {
  .header__bar__inner, .header__article-heading__inner {
    padding-left: 12rem;
  }
}
.header__bar {
  z-index: 2;
}
@media (min-width: 768px) {
  .header--article-menu .header__bar {
    transform: translateY(-100%);
  }
}
.header__article-heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.header__article-heading__inner {
  flex-flow: row wrap;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.header--article-menu .header__article-heading__inner {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .header__article-heading__inner {
    padding-left: 0;
  }
}
.header__article-heading__inner .frame {
  width: 100%;
}
.header__article-heading__title {
  padding-top: 0;
  padding-bottom: 0.4rem;
  font-size: 2.2rem;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.01em;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__article-heading__title {
    padding-bottom: 0;
  }
}
.header__article-heading__share,
.header__article-heading .header__brand {
  flex: 0 1 27.5rem;
}
.header__article-heading__share {
  height: 3.6rem;
  flex: 0 0 27.5rem;
}
@media (min-width: 1024px) {
  .header__article-heading__share {
    height: 3.2rem;
    padding-right: 1.5rem;
  }
}
.header__article-heading__share .shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-share-button {
  width: 24px !important;
  height: 24px !important;
  font-size: 16px !important;
}
.header__article-heading__share .shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon {
  width: 24px !important;
  height: 24px !important;
  font-size: 13px !important;
}
.header__article-heading__share .shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon:before {
  top: 5px !important;
  left: 5px !important;
}
.header__article-heading__share .shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-share-button .shareaholic-share-button-container .shareaholic-service-icon.shareaholic-service-twitter:before {
  top: 6px !important;
}
.header__article-heading__share .shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-total-count {
  top: -6px !important;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  margin-right: 15px !important;
}
.header__article-heading__share .shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-total-count .shareaholic-total-share-count {
  font-size: 16px;
}
.header__article-heading__share .shareaholic-share-buttons-container.shareaholic-mini li.shareaholic-total-count .shareaholic-shares-label {
  font-size: 12px;
}
.header__article-heading .header__brand {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .header__article-heading .header__brand {
    position: static;
    order: 0;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .header__article-heading .header__brand {
    padding-left: 3rem;
  }
}
.header__brand {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  order: 2;
}
@media (min-width: 1024px) {
  .header__brand {
    order: 1;
    position: absolute;
    left: 2.5rem;
  }
}
@media (min-width: 1201px) {
  .header__brand {
    left: 1.5rem;
  }
  .header--home.header--scrolled .header__brand {
    left: 2rem;
  }
}
.header__brand img {
  width: auto;
  height: 1.6rem;
  max-width: none;
}
@media (min-width: 768px) {
  .header__brand img {
    height: 2rem;
  }
}
.header__brand--icon img {
  height: 4.8rem;
  width: 4.8rem;
}
.header--home .header__brand {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .header--home .header__brand {
    opacity: 0;
    visibility: hidden;
  }
}
.header--home.header--scrolled .header__brand {
  opacity: 1;
  visibility: visible;
}
.header__search-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  margin-left: -0.8rem;
  order: 1;
}
@media (min-width: 768px) {
  .header__search-button {
    margin-left: -0.4rem;
  }
}
@media (min-width: 1024px) {
  .header__search-button {
    margin-top: 0.4rem;
    order: 3;
  }
}
.header__search-button svg {
  width: 2rem;
}
.header__search-button svg path {
  transform: translate(0.1rem, 0.1rem);
  fill: #718193;
}
@media (min-width: 1024px) {
  .header__search-button svg path {
    fill: #323232;
  }
}
.header__search-button:hover svg path, .header__search-button:active svg path {
  fill: #323232;
}
@media (min-width: 1024px) {
  .header__search-button:hover svg path, .header__search-button:active svg path {
    fill: #718193;
  }
}
.header__menu-trigger {
  order: 3;
}
.header__menu-trigger[aria-hidden=true] span {
  display: none;
}
.header__menu-container {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header__menu-container {
    position: relative;
  }
}
.header__menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  order: 2;
}
.header__title {
  border-bottom: 1px solid rgba(113, 129, 147, 0.12);
}
.header__title__inner {
  position: relative;
  padding-top: 2.1rem;
  padding-bottom: 1.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.header__title__brand {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38rem;
  margin: 0 auto 1.2rem;
}
.header__title__brand__emblem, .header__title__brand__logo {
  width: auto;
  height: 3.4rem;
  max-width: 100%;
  margin-right: 0.5rem;
}
.header__title__brand__emblem {
  height: 4.5rem;
  margin-right: 1.5rem;
}
.header__title__emblem {
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.header__title__emblem img {
  width: auto;
  height: 6rem;
  max-width: 100%;
  margin: 0 auto;
}
.header__title__slogan {
  font-size: 1.2rem;
  display: block;
  margin: 0 auto;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #9c8679;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .header__title__slogan {
    font-size: 1.4rem;
  }
}
.header--home {
  transform: translateY(0) translateX(0);
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .header--home {
    height: 22.2rem;
    transition: transform 0.6s ease;
  }
}
.header--home.push-element--open {
  transform: translateY(0) translateX(-26rem);
}
@media (min-width: 1024px) {
  .header--home.push-element--open {
    transform: translateY(0) translateX(0);
  }
}
@media (min-width: 1024px) {
  .header--home.header--scrolled {
    transform: translateY(-14.2rem) translateX(0);
  }
}
.header__logo-print-only {
  display: none;
}

.footer {
  padding: 2.7rem 0;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #2E2E2E;
}
.footer > .container {
  position: relative;
  overflow: hidden;
}
.footer > .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: calc(100% - 3.6rem);
  height: 100%;
  background-color: #333333;
  transform: translateX(-50%);
}
.footer > .container > .frame {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .footer > .container::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 1.5rem 0 6rem;
    background: #1a1a1a;
  }
}
@media (min-width: 1201px) {
  .footer {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.footer .widget_nav_menu h3, .footer .widget_text h3 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer .widget_nav_menu h3, .footer .widget_text h3 {
    text-align: left;
  }
}
.footer .widget_nav_menu .menu {
  font-size: 1.1rem;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .footer .widget_nav_menu .menu {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .footer .widget_nav_menu .menu {
    margin-bottom: 3rem;
  }
}
.footer .widget_nav_menu .menu li {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .widget_nav_menu .menu li {
    text-align: left;
  }
}
.footer .widget_nav_menu .menu li a {
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  color: #a6afb9;
}
.footer .widget_nav_menu .menu li a:hover {
  color: #fff;
}
.footer a,
.footer a:hover {
  color: #fff;
}
.footer__copyright {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 1.1rem;
  color: #a6afb9;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .footer__copyright {
    padding-bottom: 0;
  }
}
.footer__sep {
  padding: 0 1rem;
  color: #a6afb9;
}
.footer .footer-privacy-menu {
  margin: 0;
  list-style: none;
}
.footer .footer-privacy-menu li a {
  color: #a6afb9;
  text-decoration: none;
}
.footer .footer-privacy-menu li a:hover {
  color: #a6afb9;
}
.footer .credit {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-align: right;
}
@media (min-width: 1024px) {
  .footer .credit {
    padding-left: 1.5rem;
    text-align: left;
  }
}
.footer h3 {
  padding: 0;
  color: #fff;
}
.footer h3.post-card__title {
  padding-bottom: 1.5rem;
}
.footer .textwidget {
  color: #fff;
}
.footer .textwidget img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .textwidget img {
    max-width: 15rem;
    margin: 0;
  }
}
.footer__logo {
  padding-top: 1.5rem;
}
.footer__logo img {
  width: 10rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__logo img {
    margin: 0;
  }
}

.post__content {
  position: relative;
  padding: 2.25rem 0;
}
@media (min-width: 1024px) {
  .post__content {
    padding: 4.5rem 9rem;
  }
}

.post__meta {
  position: relative;
  padding: 0 0 2.25rem;
}
@media (min-width: 1024px) {
  .post__meta {
    padding: 0 9rem 4.5rem;
  }
}
.post__meta__tools {
  display: flex;
  align-items: flex-start;
}

.post__link {
  display: none;
}

.post__tags {
  position: relative;
  padding: 2.25rem 0 1.5rem;
}
@media (min-width: 1024px) {
  .post__tags {
    padding: 2.5rem 0 3rem;
  }
}

.post__comments {
  position: relative;
  padding: 2.25rem 0;
}
@media (min-width: 1024px) {
  .post__comments {
    padding: 4.5rem 9rem;
  }
}

.post__likebtn .likebtn-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 4px;
  gap: 8px;
}
.post__likebtn .likebtn-wrapper * {
  font-size: 14px;
}
.post__likebtn .likebtn-wrapper .likebtn-button {
  width: 85px;
  height: 33px !important;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  background-color: #fff;
  line-height: 1;
  transition: background-color 0.3s ease-out;
}
.post__likebtn .likebtn-wrapper .likebtn-button:hover {
  background-color: #a6afb9;
}
.post__likebtn .likebtn-wrapper .likebtn-button .likebtn-label {
  font-weight: 400;
  color: #718193;
}
.post__likebtn .likebtn-wrapper .likebtn-button .lb-count {
  border: 0;
  color: #718193;
  padding: 0 8px;
}
.post__likebtn .likebtn-wrapper .likebtn-button.lb-like .lb-count {
  padding: 0;
}
.post__likebtn .likebtn-wrapper .likebtn-button .lb-a {
  top: 0;
}
.post__likebtn .likebtn-wrapper .likebtn-button.lb-dislike:hover .likebtn-label,
.post__likebtn .likebtn-wrapper .likebtn-button.lb-dislike:hover .lb-count, .post__likebtn .likebtn-wrapper .likebtn-button.lb-like:hover .likebtn-label,
.post__likebtn .likebtn-wrapper .likebtn-button.lb-like:hover .lb-count {
  color: #fff;
}

.post-card {
  border-radius: 0.6rem;
  border: 0;
  height: 100%;
  position: relative;
  padding-bottom: 0.7rem;
}
@media (min-width: 768px) {
  .post-card {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-card:not(.post-card--in-depth) .post-header__content {
    padding: 3rem 6rem 2.7rem;
  }
}
@media (min-width: 1024px) {
  .post-card:not(.post-card--in-depth) .post-header__content {
    padding: 3.5rem 9rem 3rem;
  }
}
.post-card:not(.post-card--in-depth):hover h3 {
  color: #718193;
}
.background--gray-base .post-card:not(.post-card--in-depth):hover h3 {
  color: #f5f5f5;
}
.post-card:not(.post-card--in-depth):hover img {
  opacity: 0.85;
}
.post-card:not(.post-card--in-depth):hover .post-card__image__video-indicator {
  border-color: #fff;
}
.post-card a {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  text-decoration: none;
}
.post-card__image {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 66.51%;
  overflow: hidden;
}
.post-card__image img.lazy-images {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
.post-card__image__video-indicator {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 3;
  display: inline-block;
  padding: 1.2rem;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
}
.post-card__image__video-indicator svg {
  position: relative;
  display: block;
  left: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}
@media (min-width: 768px) {
  .post-card__image__video-indicator svg {
    left: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
}
.post-card__content {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding: 2rem 0 0.375rem;
}
@media (min-width: 1024px) {
  .post-card__content {
    padding: 2.5rem 0 0.375rem;
  }
}
.post-card__title {
  flex: 1 1 auto;
  padding: 0;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #323232;
  text-transform: inherit;
  transition: color 250ms ease;
  -webkit-backface-visibility: hidden;
}
.post-card__title__section {
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #9c8679;
}
.post-card__meta {
  display: flex;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.79px;
  color: #a6afb9;
  text-transform: uppercase;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .post-card__meta {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.post-card__divider {
  width: 3.7rem;
  height: 0.1rem;
  margin: 3rem 0 0.8rem;
  background-color: rgba(166, 175, 185, 0.7);
}
@media (min-width: 768px) {
  .post-card__divider {
    margin: 3rem 0 2.8rem;
  }
}
.post-card__divider--short {
  width: 1rem;
  margin: 0 0.5rem;
  background-color: #a6afb9;
}
.post-card__author .post-author {
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 700;
  color: #718193;
}
.frontpage-top-brands .post-card {
  padding-bottom: 0;
}
.slick-slide .post-card {
  max-width: 24.7rem;
}
@media (min-width: 768px) {
  .slick-slide .post-card {
    max-width: 28rem;
  }
}

.post-header {
  max-width: 200rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin: 0 auto;
}
.post-header__title-container .post-header__title__section,
.post-header__title-container .post-header__title {
  display: inline;
}
.post-header__title {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #a6afb9;
  text-transform: none;
  color: #323232;
}
@media only screen and (min-width: 768px) {
  .post-header__title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post-header__title {
    font-size: 4rem;
  }
}
.post-card--in-depth .post-header__title {
  font-size: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .post-card--in-depth .post-header__title {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post-card--in-depth .post-header__title {
    font-size: 3.2rem;
  }
}
.post-card--in-depth .post-header__title, .post-card--highlight .post-header__title {
  text-transform: none;
}
.background--gray-base .post-header__title {
  color: #f5f5f5;
}
.post-header__title__section {
  font-size: 2.4rem;
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #9c8679;
}
@media only screen and (min-width: 768px) {
  .post-header__title__section {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post-header__title__section {
    font-size: 4rem;
  }
}
.post-header__title__prefix {
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #a6afb9;
}
.background--gray-base .post-header__title__prefix {
  color: #a6afb9;
}
.post-header__content {
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-header__content {
    padding: 4.5rem 6rem 3rem;
  }
}
@media (min-width: 1024px) {
  .post-header__content {
    padding: 6rem 9rem 4.5rem;
  }
}
.post-header__subtitle {
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .post-header__subtitle {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .post-header__subtitle {
    padding-bottom: 6rem;
  }
}
.post-header__subtitle + .post-header__meta {
  padding-top: 0;
}
.post-header__meta {
  display: flex;
  padding-top: 1.5rem;
  flex-flow: row wrap;
  align-items: center;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #718193;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.92;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .post-header__meta {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .post-header__meta {
    padding-top: 6rem;
  }
}
.post-header__meta__item {
  margin-right: 0.6rem;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
.post-header__meta__item svg {
  margin-right: 0.4rem;
}
.post-header__meta__item--calendar svg {
  transform: translateY(-0.1rem);
}
.post-header__meta__sep {
  margin-right: 0.6rem;
}
.post-header__meta__share-buttons {
  display: block;
  height: 2.8rem;
  min-width: 25rem;
}
@media (min-width: 1024px) {
  .post-header__meta__share-buttons {
    min-width: 30rem;
  }
}
.post-header__image {
  position: relative;
  height: 80vh;
  overflow: hidden;
}
@media (orientation: portrait) {
  .post-header__image {
    height: auto;
  }
}
.post-header__image__video-indicator {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (min-width: 768px) {
  .post-header__image__video-indicator {
    padding: 2.5rem;
    border: 3px solid #fff;
  }
}
@media (min-width: 768px) {
  .post-header__image__video-indicator svg {
    left: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
}
.post-header__video__iframe {
  width: 100%;
  height: 0;
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
}
.post-header__video__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .post-card--highlight .post-header .container, .post-card--in-depth .post-header .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .post-card--highlight .post-header {
    display: flex;
    flex-flow: row wrap;
  }
  .post-card--highlight .post-header .post-header__content {
    order: 2;
    padding: 0 1.5rem 0.7rem;
  }
  .post-card--highlight .post-header .post-header__image {
    order: 1;
  }
}
@media (max-width: 767px) {
  .post-card--in-depth .post-header .post-header__content {
    padding: 1.5rem;
  }
}

a.post-header .post-header__image img {
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
a.post-header:hover h3 {
  color: #5b4a42;
}
.background--gray-base a.post-header:hover h3 {
  color: #f5f5f5;
}
a.post-header:hover img {
  opacity: 0.7;
}
a.post-header:hover .post-card__image__video-indicator {
  border-color: #a6afb9;
}

.post__content img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post__content img.size-full, .post__content img.size-large {
    width: 124%;
    max-width: 124%;
    margin-left: -12%;
    margin-right: -12%;
  }
  .single-brand .post__content img.size-full, .single-brand .post__content img.size-large {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .post__content img.size-full, .post__content img.size-large {
    width: 112%;
    max-width: 112%;
    margin-left: -12%;
  }
}
.post__content figure {
  max-width: 100% !important;
}
.post__content .tiled-gallery {
  width: 100%;
}
.post__content figcaption {
  font-size: 1.1rem;
  padding: 0.75rem 0;
  color: #a6afb9;
}
@media only screen and (min-width: 768px) {
  .post__content figcaption {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .post__content figcaption {
    padding: 1.5rem 2 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post__content .entry-content-asset, .post__content .fluid-width-video-wrapper {
    max-width: 124%;
    margin-left: -12%;
    margin-right: -12%;
  }
}
@media (min-width: 1024px) {
  .post__content .entry-content-asset, .post__content .fluid-width-video-wrapper {
    width: 112%;
    margin-left: -12%;
  }
}
@media (max-width: 1023px) {
  .post__content__inline-ad {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .post__sidebar {
    position: sticky;
    top: 6rem;
    padding: 6rem 0 0.1rem;
  }
  .admin-bar .post__sidebar {
    margin-top: 32px;
  }
}

.tech-specs {
  padding: 3rem 2rem 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.333;
}
.tech-specs p:last-of-type {
  padding-bottom: 0;
}
.tech-specs__title {
  color: #323232;
  padding-bottom: 3rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .tech-specs {
    width: 124%;
    margin-left: -12%;
    margin-right: -12%;
    padding: 6rem 12% 3rem;
  }
}

.tech-spec {
  display: flex;
  flex-flow: row wrap;
  padding: 1.2rem 0;
  border-bottom: 0.2rem solid rgba(166, 175, 185, 0.25);
}
.tech-spec:last-of-type {
  margin-bottom: 3rem;
}
.tech-spec strong {
  font-weight: 500;
}
.tech-spec__icon {
  flex: 0 0 2.6rem;
  background-image: url("../images/icons/watch.svg");
  background-repeat: no-repeat;
  background-position: 0.2rem 0.1rem;
}
.tech-spec__icon--watch {
  background-image: url("../images/icons/watch.svg");
}
.tech-spec__icon--euro, .tech-spec__icon--euro-sign {
  background-image: url("../images/icons/euro-sign.svg");
  background-position: 0.1rem 0.2rem;
}
.tech-spec__icon--time {
  background-image: url("../images/icons/time.svg");
  background-position: 0.2rem 0.2rem;
}
.tech-spec__icon--info {
  background-image: url("../images/icons/info.svg");
  background-position: 0.2rem 0.1rem;
}
.tech-spec__icon--gears {
  background-image: url("../images/icons/gears.svg");
  background-position: left 0.3rem;
}
.tech-spec__content {
  flex: 1;
}

.term-header__description {
  text-align: center;
}
@media (min-width: 1024px) {
  .term-header__description {
    text-align: left;
    padding-bottom: 3rem;
  }
}
.term-header__description p:first-child {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .term-header__image {
    padding-top: 0.3rem;
    padding-left: 3rem;
  }
}

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

.comment {
  border-bottom: 1px dashed #a6afb9;
  margin: 1.5rem 0 2.25rem;
}
.comment .comment-body {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  padding-bottom: 3rem;
  position: relative;
}
.comment .comment-body .comment-content {
  padding-top: 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}
.comment .comment-body .comment-content > p:first-of-type {
  padding-top: 0;
}
.comment .comment-body .comment-metadata {
  position: absolute;
  bottom: 1.5rem;
  font-size: 1.5rem;
  padding-top: 0.75rem;
}
.comment .comment-body .comment-metadata a {
  text-decoration: none;
}
.comment .comment-body .comment-author {
  display: flex;
  align-items: center;
}
.comment .comment-body .comment-author .avatar {
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 1023px) {
  .comment .comment-body .comment-author .avatar {
    width: 3rem;
    height: 3rem;
  }
}
.comment .comment-body .comment-author .says {
  margin-left: 0.5rem;
}

img.lazy-images {
  transition: height 250ms ease;
  position: relative;
  border: 1px solid #f5f5f5;
}
img.lazy-images--loaded {
  animation: imgFadeIn 500ms ease;
  border-color: transparent;
}
img.lazy-images--error {
  border: 1px solid #f5f5f5;
}

img.lazy-images {
  display: block;
}
.no-js img.lazy-images {
  display: none;
}
noscript img.lazy-images {
  display: block;
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.widget {
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .widget {
    padding-top: 7.5rem;
  }
}
.widget:first-child {
  padding-top: 0;
}
.widget__post-list__item:last-of-type .post-card-small a {
  border-bottom: 0;
}

.label {
  font-size: 1.2rem;
  border: 1px solid #a6afb9;
  background-color: #fff;
  color: #718193;
  border-radius: 4rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.7rem 2rem;
  text-align: center;
  white-space: normal;
  display: inline-block;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.label:hover, .label:active {
  color: #fff;
  text-decoration: none;
  background-color: #a6afb9;
  border-color: #a6afb9;
}
.label--gray {
  color: #fff;
  background-color: #718193;
  border-color: #718193;
}
.label--gray:hover {
  background-color: #a6afb9;
  border-color: #718193;
}

.reading-position-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  color: #a6afb9;
  background-color: transparent;
  transition: visibility 0.5s ease;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .reading-position-indicator {
    visibility: hidden;
  }
}
.reading-position-indicator__container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 0.5rem;
  display: block;
}
.header--scrolled .reading-position-indicator {
  visibility: visible;
}
.reading-position-indicator__bar {
  background-color: #a6afb9;
  width: 50%;
  display: block;
  height: inherit;
}
.reading-position-indicator::-webkit-progress-bar {
  background-color: transparent;
}
.reading-position-indicator::-webkit-progress-value {
  background-color: #a6afb9;
}
.reading-position-indicator::-moz-progress-bar {
  background-color: #a6afb9;
}
.reading-position-indicator::-ms-fill {
  border: 0;
}

.social-share {
  padding: 1.5rem 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .social-share {
    padding: 3rem 0;
    text-align: left;
  }
}
@media (min-width: 1201px) {
  .social-share {
    margin-right: -12%;
    width: 112%;
  }
}
.social-share__button {
  font-size: 1.1rem;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
  border: 0;
  color: #fff;
  background-color: #718193;
  margin-right: 1rem;
  margin-bottom: 1rem;
  min-width: 5.6rem;
}
@media only screen and (min-width: 1024px) {
  .social-share__button {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .social-share__button {
    min-width: 20.2rem;
    justify-content: space-between;
  }
}
.social-share__button:hover {
  background-color: #323232;
}
.social-share__button span {
  flex: 1;
  margin-left: 1rem;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .social-share__button span {
    display: block;
  }
}
.social-share__button--facebook {
  background-color: #2c4f92;
}
.social-share__button--facebook:hover {
  background-color: #26447e;
}
.social-share__button--twitter {
  background-color: #0098f8;
}
.social-share__button--twitter:hover {
  background-color: #0088df;
}
.social-share__button--linkedin {
  background-color: #0077b5;
}
.social-share__button--linkedin:hover {
  background-color: #00669c;
}

.search-form__container {
  display: none;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: calc(100% - 8.9rem);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .search-form__container {
    right: 0;
    left: auto;
    width: 100%;
  }
}
.search-form__input-group {
  display: flex;
  flex-flow: row nowrap;
}
.search-form input[type=search] {
  font-size: 1.4rem;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0.9rem 1.5rem;
  border-radius: 0;
  border-right: 0;
  margin: 0;
}
.search-form input[type=search]:-moz-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  opacity: 1;
}
.search-form input[type=search]::-moz-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #323232;
}
.search-form input[type=search]:-ms-input-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #323232;
}
.search-form input[type=search]::-webkit-input-placeholder {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #323232;
}
.search-form input[type=search]:focus {
  border-right: 0;
}
@media (min-width: 768px) {
  .search-form input[type=search] {
    padding: 1.1rem 1.5rem;
  }
}
.search-form__input-group-button {
  padding: 0.2rem 1rem 0;
  margin: 0;
  border-left: 0;
  border-color: #a6afb9;
  border-radius: 0;
}
.search-form__input-group-button svg {
  display: block;
  width: 2rem;
}
.search-form__input-group-button svg path {
  fill: #718193;
}
.search-form__input-group-button:hover {
  background-color: #fff;
  border-color: #a6afb9;
}
.search-form__input-group-button:hover svg path {
  fill: #323232;
}

.fancybox-bg {
  background-color: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-button {
  background: #fff;
}
.fancybox-button:visited, .fancybox-button:link {
  color: #a6afb9;
}
.fancybox-button:focus, .fancybox-button:hover {
  color: #5b4a42;
  background-color: #f5f5f5;
}
.fancybox-button[disabled] {
  color: #a6afb9;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button[disabled]:hover, .fancybox-button[disabled]:active {
  background-color: #a6afb9;
}

.fancybox-navigation button {
  background-color: transparent;
  color: #fff;
}
.fancybox-navigation button::before {
  border-radius: 50%;
  background: #a6afb9;
  color: #fff;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
}
.fancybox-navigation button:hover, .fancybox-navigation button:active {
  color: #fff;
  background-color: transparent;
}
.fancybox-navigation button:hover::before, .fancybox-navigation button:active::before {
  background: #9c8679;
}
.fancybox-navigation button:hover[disabled], .fancybox-navigation button:active[disabled] {
  color: #a6afb9;
  background-color: transparent;
}
.fancybox-navigation button:hover[disabled]::before, .fancybox-navigation button:active[disabled]::before {
  background: #a6afb9;
}

.sponsor {
  transition: height 250ms ease;
}
.sponsor--120 {
  min-height: 12rem;
}
.sponsor--90 {
  min-height: 9rem;
}
.sponsor--60 {
  min-height: 60rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .sponsor--60 {
    display: block;
  }
}

.browser-zoomed-in .post__sidebar.pinned {
  position: relative !important;
}

.banner--sidebar {
  margin: 0 auto;
}

.blocking-notification {
  padding: 2rem;
  font-size: 1.7rem;
  color: #a6afb9;
  border: 2px dashed #f5f5f5;
}
.blocking-notification h3 {
  font-size: 1.8rem;
}
.ad-frontpage-between-sections .blocking-notification, .top-banner .blocking-notification {
  margin: 0 1.5rem;
  max-width: 970px;
}

.archive-next-link {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .archive-next-link svg {
    width: 7rem;
    height: 7rem;
    transform: scale(1);
    transition: transform 0.3s ease;
    -webkit-backface-visibility: hidden;
  }
}
.archive-next-link svg path {
  fill: #a6afb9;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
}
.archive-next-link:hover {
  background-color: #e8e8e8;
}
@media (min-width: 768px) {
  .archive-next-link:hover svg {
    transform: scale(1.2);
  }
  .archive-next-link:hover svg path {
    fill: #323232;
  }
}

body #boxzilla-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
body .boxzilla {
  max-width: 90%;
  box-shadow: 0 -0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  padding: 4rem 2rem 2rem;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  body .boxzilla {
    padding: 4.5rem 3rem 3rem;
    min-width: 37rem;
    max-width: 50rem;
  }
}
body .boxzilla.boxzilla-bottom-right, body .boxzilla.boxzilla-top-right {
  right: 5%;
}
@media (min-width: 768px) {
  body .boxzilla.boxzilla-bottom-right, body .boxzilla.boxzilla-top-right {
    right: 3rem;
  }
}
body .boxzilla.boxzilla-bottom-left, body .boxzilla.boxzilla-top-left {
  left: 5%;
}
@media (min-width: 768px) {
  body .boxzilla.boxzilla-bottom-left, body .boxzilla.boxzilla-top-left {
    left: 3rem;
  }
}
body .boxzilla.boxzilla-top-right, body .boxzilla.boxzilla-top-left {
  box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  body .boxzilla.boxzilla-center {
    min-width: 50rem;
  }
}
body .boxzilla .mc4wp-form {
  margin: 0.5rem 0;
}
body .boxzilla .mc4wp-form .form-group {
  padding-bottom: 1rem;
}
body .boxzilla .mc4wp-form label {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 768px) {
  body .boxzilla .mc4wp-form label {
    font-size: 1.7rem;
  }
}
body .boxzilla .mc4wp-form .btn,
body .boxzilla .mc4wp-form .button,
body .boxzilla .mc4wp-form button {
  float: right;
}
body .boxzilla-close-icon {
  font-weight: 300;
  color: #718193;
  padding: 1.5rem;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
}
body .boxzilla-close-icon:hover {
  color: #323232;
}

.newsletter {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #a6afb9;
}
.newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.8);
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0) 29%, #1a1a1a 99%);
}
.newsletter__inner {
  position: relative;
  z-index: 3;
}
.newsletter__header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.newsletter__excerpt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6667;
}
@media (min-width: 768px) {
  .newsletter__excerpt {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.newsletter__title {
  padding-top: 0;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-transform: none;
}
.newsletter__logo {
  display: none;
  width: 6.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .newsletter__logo {
    display: inline-block;
  }
}
.newsletter__form form {
  margin: 0;
}
.newsletter__form .mc4wp-form-fields {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  flex-flow: row wrap;
}
.newsletter__form .form-group {
  max-width: 100%;
  padding: 0 1.5rem 0.5rem;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .newsletter__form .form-group {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .newsletter__form .form-group--full {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.newsletter__form .form-group label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
.newsletter__form .form-group input,
.newsletter__form .form-group select {
  font-size: 1.8rem;
  line-height: 1.5556;
  background-color: transparent;
  border-color: rgba(113, 129, 147, 0.32);
  border-radius: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .newsletter__form .form-group input,
  .newsletter__form .form-group select {
    background-color: rgba(50, 50, 50, 0.6);
  }
}
.newsletter__form .form-group input:focus,
.newsletter__form .form-group select:focus {
  border-color: #a6afb9;
}
.newsletter__form .form-group input {
  color: #fff;
}
.newsletter__form .form-group input::-moz-placeholder {
  color: rgba(113, 129, 147, 0.5);
}
.newsletter__form .form-group input::placeholder {
  color: rgba(113, 129, 147, 0.5);
}
.newsletter__form .form-group select {
  color: #fff;
}
.newsletter__form .form-group select option {
  color: #1a1a1a;
}
.newsletter__form .form-footer {
  max-width: 100%;
  padding: 1.5rem 1.5rem 0;
  text-align: center;
  flex: 0 0 100%;
}
.cc-consent-container {
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .cc-consent-container {
    padding: 1.5rem;
  }
}
.cc-consent-container .cc-consent-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .cc-consent-container .cc-message {
    padding-right: 3rem;
  }
}

.cc-window {
  font-size: 14px;
  position: fixed;
  z-index: 100000;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .cc-window {
    font-size: 16px;
  }
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  width: 100%;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cc-window.cc-floating {
    padding: 2rem;
  }
}

.cc-window.cc-banner {
  padding: 1.5rem;
  width: 100%;
  flex-direction: row;
}

.cc-header {
  font-size: 18px;
  font-weight: bold;
}

/* clickable things */
.cc-btn, .cc-link, .cc-close {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  font-size: 1.1rem;
  background-color: #323232;
  border-radius: 0.8rem;
  padding: 1.1rem 1.9rem 0.9rem;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cc-btn {
    font-size: 1.4rem;
  }
}
.cc-btn:hover, .cc-btn:active {
  background-color: #323232;
  color: #fff;
  text-decoration: none;
}
.cc-btn.cc-deny {
  color: #718193;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: 0.75;
}

.cc-close:hover,
.cc-close:focus {
  opacity: 1;
}

.cc-revoke {
  display: none;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 0;
}

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  .cc-floating .cc-message {
    margin-bottom: 0;
  }
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  flex: 1;
}

.cc-compliance {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-window, .cc-revoke {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-right, .cc-window.cc-left {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 100%;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-message {
    flex: 1 100%;
  }
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/* Edgeless */
.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.brand__anchor {
  transform: translateY(-10rem);
}
.brand__header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .brand__header {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .brand__header {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.brand__header__title {
  color: #323232;
  padding-bottom: 1rem;
}
.brand__header__sub-title {
  font-size: 1.7rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .brand__header__sub-title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .brand__header__sub-title {
    font-size: 2.3rem;
  }
}
.brand__header__logo {
  text-align: right;
}
.brand__header__logo img {
  max-width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .brand__header__logo img {
    max-width: 100%;
  }
}
.brand__header--has-featured-image {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .brand__header--has-featured-image {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.brand__links {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .brand__links {
    padding-bottom: 3rem;
  }
}
.brand__links__item {
  font-size: 1.2rem;
  display: block;
  margin: 0.7rem 0;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .brand__links__item {
    font-size: 1.7rem;
  }
}
.brand__links__item svg {
  height: 1.1rem;
  transform: translateY(-0.1rem);
}
@media (min-width: 768px) {
  .brand__links__item {
    display: inline-block;
    margin-right: 1.5rem;
  }
}
.brand__info {
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .brand__info {
    padding-top: 10.5rem;
  }
}
.brand__info__image {
  background-color: #f5f5f5;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .brand__info__image {
    padding: 3rem 3rem 0;
  }
}
@media (min-width: 1024px) {
  .brand__info__image img {
    margin-top: -7.5rem;
    margin-left: -6rem;
    max-width: calc(100% + 4.5rem);
  }
}
.brand__info__list {
  background-color: #f5f5f5;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .brand__info__list {
    padding: 3rem;
  }
}
.brand__info__list__term {
  font-weight: 700;
}
.brand__info__list__item {
  padding-bottom: 1rem;
}
.brand__info__list__item:last-of-type {
  padding-bottom: 0;
}
.brand__info__logo {
  max-width: 70%;
  margin: 3rem auto;
}
@media (min-width: 1024px) {
  .brand__info__logo {
    max-width: 60%;
    margin: 4.5rem auto;
  }
}
.brand__info__address {
  text-align: center;
}
.brand__info__address span {
  display: block;
}
.brand__info__socials {
  font-size: 1.7rem;
  text-align: center;
  padding: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .brand__info__socials {
    font-size: 2.5rem;
  }
}
.brand__info__socials .fab {
  margin: 0 0.7rem;
}
.brand__info__website {
  text-align: center;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .brand__articles__title {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .brand__articles__title {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.brand__featured-articles {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .brand__featured-articles {
    padding-bottom: 4.5rem;
  }
}

.brand-history-slider {
  visibility: hidden;
  opacity: 0;
  position: relative;
  padding: 0 1.5rem 3rem;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1024px) {
  .brand-history-slider {
    padding: 3rem;
    height: 48rem;
  }
}
.brand-history-slider::before, .brand-history-slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5rem;
  background-image: linear-gradient(to right, #718193 25%, transparent);
  z-index: 100;
}
@media (min-width: 1024px) {
  .brand-history-slider::before, .brand-history-slider::after {
    width: 13rem;
  }
}
.brand-history-slider::after {
  background-image: linear-gradient(to right, transparent, #718193 75%);
  left: auto;
  right: 0;
}
.brand-history-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.brand-history-slider .slick-list {
  padding: 0 5rem 0 2.5rem;
}
@media (min-width: 768px) {
  .brand-history-slider .slick-list {
    padding: 0 20rem 0 10rem;
  }
}
.brand-history-slider__container {
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .brand-history-slider__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.brand-history-slider__slide {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80%;
  height: 25rem;
}
.brand-history-slider__slide.slick-slide {
  display: flex;
}
@media (min-width: 768px) {
  .brand-history-slider__slide {
    height: 32rem;
  }
}
@media (min-width: 1024px) {
  .brand-history-slider__slide {
    width: 25%;
    height: 42rem;
  }
}
.brand-history-slider__slide__inner {
  position: relative;
  width: 100%;
}
.brand-history-slider__slide__year {
  font-size: 1.9rem;
  margin: 0 auto;
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #a6afb9;
  text-rendering: optimizeLegibility;
  width: 6rem;
  text-align: center;
  background-color: #718193;
}
@media only screen and (min-width: 768px) {
  .brand-history-slider__slide__year {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .brand-history-slider__slide__year {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .brand-history-slider__slide__year {
    width: 10.4rem;
  }
}
.brand-history-slider__slide__year::before {
  content: "";
  display: block;
  border-top: 2px solid #a6afb9;
  position: absolute;
  z-index: -1;
  top: 45%;
  left: 0;
  right: 0;
}
.brand-history-slider__slide__description {
  font-size: 1.2rem;
  position: absolute;
  top: calc(100% + 3rem);
  color: #f5f5f5;
  line-height: 1.333;
  width: 12rem;
  left: 50%;
  transform: translateX(-2.6rem);
}
@media only screen and (min-width: 768px) {
  .brand-history-slider__slide__description {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .brand-history-slider__slide__description {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .brand-history-slider__slide__description {
    width: 20rem;
  }
}
@media (min-width: 1024px) {
  .brand-history-slider__slide__description {
    width: 25rem;
    transform: translateX(-3.1rem);
  }
}
.brand-history-slider__slide__description::after {
  content: "";
  display: block;
  position: absolute;
  bottom: auto;
  top: -2.8rem;
  height: 2.2rem;
  border-left: 1px solid #a6afb9;
}
@media (min-width: 768px) {
  .brand-history-slider__slide__description::after {
    left: 0.2rem;
  }
}
.brand-history-slider__slide:nth-child(odd) .brand-history-slider__slide__description {
  top: -3rem;
  transform: translateX(-2.6rem) translateY(-100%);
}
@media (min-width: 1024px) {
  .brand-history-slider__slide:nth-child(odd) .brand-history-slider__slide__description {
    transform: translateX(-3.1rem) translateY(-100%);
  }
}
.brand-history-slider__slide:nth-child(odd) .brand-history-slider__slide__description::after {
  top: auto;
  bottom: -2.8rem;
}
.brand-history-slider__slide:first-of-type::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #a6afb9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  border: 0;
  margin-top: -0.8rem;
}
@media (min-width: 1024px) {
  .brand-history-slider__slide:first-of-type::before {
    margin-top: -1rem;
  }
}
.brand-history-slider__slide:last-of-type::before {
  content: "";
  display: block;
  border-top: 2px solid #a6afb9;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 99%;
  margin-top: -0.1rem;
  right: -100%;
}
@media (min-width: 481px) {
  .brand-history-slider__slide:last-of-type::before {
    margin-top: -0.2rem;
  }
}
@media (min-width: 1201px) {
  .brand-history-slider__slide:last-of-type::before {
    margin-top: -0.3rem;
  }
}

@media (max-width: 767px) {
  .brand-overview__link {
    display: inline-block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

.featured-post-card {
  position: relative;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 1024px) {
  .featured-post-card {
    padding: 1.5rem 0;
  }
}
.featured-post-card__image {
  position: relative;
}
.featured-post-card__image img {
  min-width: 100%;
}
.featured-post-card__image__wrapper {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
@media (min-width: 768px) {
  .featured-post-card__image__wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .featured-post-card__image {
    display: block;
    height: 41vw;
    min-height: 40rem;
    max-height: 78vh;
    padding-bottom: 0;
    overflow: hidden;
  }
  .featured-post-card__image .lazy-images {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: opacity 250ms ease;
    -webkit-backface-visibility: hidden;
  }
}
.featured-post-card__image--js {
  display: block;
}
.no-js .featured-post-card__image--js {
  display: none;
}
.featured-post-card__content {
  padding: 0 3rem 3rem;
}
@media (min-width: 768px) {
  .featured-post-card__content {
    padding: 3rem 4.5rem;
  }
}
@media (min-width: 1024px) {
  .featured-post-card__content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 5;
    padding: 4.5rem 6rem;
  }
  .featured-post-card__content--left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1201px) {
  .featured-post-card__content {
    width: 41.6666666667%;
    padding: 6rem 10.5rem 6rem 7.5rem;
  }
  .featured-post-card__content--left {
    padding-right: 7.5rem;
    padding-left: 10.5rem;
  }
}
.featured-post-card__excerpt {
  padding-bottom: 1.5rem;
}

.slick-slider__slider.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.slick-slider__slider .slick-slide:not(:last-of-type) {
  padding-right: 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 200;
  bottom: 0;
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.32;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  content: "";
  height: 4rem;
  width: 4rem;
  background-image: url("../images/icons/long-arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s ease;
}

.slick-prev {
  right: 6rem;
}
@media (min-width: 768px) {
  .slick-prev {
    right: 8.5rem;
  }
}

.slick-next {
  right: 1.5rem;
}
.slick-next::before {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .slick-next {
    right: 3rem;
  }
}

.post-banner {
  padding-bottom: 1.5rem;
}
.post-banner__inner {
  position: relative;
  display: block;
  text-decoration: none;
}
.post-banner__inner:hover {
  text-decoration: none;
}
.post-banner__inner:hover .post-banner__title {
  color: #a6afb9;
}
.post-banner__content {
  position: relative;
  display: block;
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .post-banner__content {
    float: right;
    width: 90%;
    padding: 6rem 9.5rem 1.5rem;
    margin-top: -12.5rem;
  }
}
.post-banner__title {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #a6afb9;
  text-transform: none;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #323232;
  transition: color 250ms ease;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .post-banner__title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post-banner__title {
    font-size: 4rem;
  }
}
.post-banner__title__section {
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #9c8679;
  transition: color 250ms ease;
}
.post-banner__meta {
  display: inline-flex;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.79px;
  color: #a6afb9;
  text-transform: uppercase;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .post-banner__meta {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.post-banner__divider {
  width: 3.7rem;
  height: 0.1rem;
  margin: 3rem 0 0.8rem;
  background-color: rgba(166, 175, 185, 0.7);
}
@media (min-width: 768px) {
  .post-banner__divider {
    margin: 3rem 0 2.8rem;
  }
}
.post-banner__divider--short {
  width: 1rem;
  margin: 0 1rem;
  background-color: #a6afb9;
}
.post-banner__author .post-author {
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 700;
  color: #718193;
}
.post-banner__icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  width: 4rem;
}
@media (min-width: 768px) {
  .post-banner__icon {
    top: 4.5rem;
    right: 3rem;
    width: 6rem;
  }
}
@media (min-width: 1024px) {
  .post-banner__icon {
    top: 5rem;
    right: 5rem;
    width: 8rem;
  }
}
.post-banner__image {
  position: relative;
  display: block;
  height: 0;
  max-width: 100%;
  padding-top: 47.76%;
  overflow: hidden;
}
.post-banner__image img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
.post-banner__image--gray-scale {
  filter: grayscale(100%) contrast(120%) brightness(105%);
  transition: filter 250ms ease;
  -webkit-backface-visibility: hidden;
}
.post-banner__image__video-indicator {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (min-width: 768px) {
  .post-banner {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .post-banner > .container > .frame > .bit-xxs-12 {
    padding: 0;
  }
}

.title-block__title-top-line {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6667;
  color: #718193;
}
@media (min-width: 768px) {
  .title-block__title-top-line {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.title-block__main {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .title-block__main {
    flex-flow: row nowrap;
    align-items: center;
  }
}
.title-block__title {
  display: flex;
  width: 100%;
  padding: 0;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #323232;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .title-block__title::after {
    content: "";
    margin: 0 0 -0.3rem 1.5rem;
    border-top: 2px solid #a6afb9;
    opacity: 0.5;
    flex: 1 0 auto;
  }
  .background--gray-lightest .title-block__title::after {
    border-color: #a6afb9;
  }
}
.title-block__title a {
  color: #323232;
  text-decoration: none;
}
.title-block__title a:hover {
  color: #718193;
}
.title-block__title-link {
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.0909;
  letter-spacing: 0.79px;
  color: #a6afb9;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .title-block__title-link {
    padding-top: 0;
    padding-left: 3rem;
    font-size: 1.4rem;
    line-height: 2.2857;
    letter-spacing: 2px;
    flex: 0 0 auto;
  }
}
.title-block.background--gray-darker .title-block__title {
  color: #fff;
}
.title-block.background--gray-darker .title-block__title a {
  color: #fff;
}
.title-block.background--gray-darker .title-block__title a:hover {
  color: #a6afb9;
}

.post-card-in-depth__inner {
  position: relative;
  display: block;
  text-decoration: none;
}
.post-card-in-depth__inner:hover {
  text-decoration: none;
}
.post-card-in-depth__inner:hover .post-card-in-depth__title {
  color: #a6afb9;
}
.post-card-in-depth__inner:hover .post-card-in-depth__video-indicator {
  color: #a6afb9;
  border-color: #a6afb9;
}
.post-card-in-depth__content {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 100%;
  padding: 3rem 3rem 0;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  flex-flow: column;
}
@media (min-width: 768px) {
  .post-card-in-depth__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem 9rem;
  }
}
.post-card-in-depth__title {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #a6afb9;
  text-transform: none;
  display: flex;
  width: 100%;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #000;
  transition: color 250ms ease;
  -webkit-backface-visibility: hidden;
  flex-flow: column nowrap;
}
@media only screen and (min-width: 768px) {
  .post-card-in-depth__title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post-card-in-depth__title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .post-card-in-depth__title {
    letter-spacing: -0.5px;
    color: #fff;
  }
}
.post-card-in-depth__title__section {
  padding-bottom: 1rem;
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  letter-spacing: initial;
  color: #718193;
}
@media (min-width: 768px) {
  .post-card-in-depth__title__section {
    font-size: 3rem;
    color: #9c8679;
  }
}
.post-card-in-depth__divider {
  width: 3.7rem;
  height: 0.1rem;
  margin: 3rem 0 1.2rem;
  background-color: rgba(166, 175, 185, 0.7);
}
@media (min-width: 768px) {
  .post-card-in-depth__divider {
    margin: 1.5rem 0 2.5rem;
  }
}
.post-card-in-depth__divider--short {
  width: 1rem;
  margin: 0 1rem;
  background-color: #a6afb9;
}
.post-card-in-depth__meta {
  display: inline-flex;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.79px;
  color: #a6afb9;
  text-transform: uppercase;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .post-card-in-depth__meta {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.post-card-in-depth__author .post-author {
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 700;
  color: #718193;
}
@media (min-width: 768px) {
  .post-card-in-depth__author .post-author {
    color: #fff;
  }
}
.post-card-in-depth__image {
  position: relative;
  display: block;
  height: 0;
  max-width: 100%;
  padding-bottom: 57.98%;
  overflow: hidden;
}
.post-card-in-depth__image img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .post-card-in-depth__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.99) 94%, #000000 100%);
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .post-card-in-depth__image:after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.99) 94%, #000000 100%);
  }
}
.post-card-in-depth__video-indicator {
  display: inline-block;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
  -webkit-backface-visibility: hidden;
}
.post-card-in-depth__video-indicator svg {
  position: relative;
  left: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  fill: currentColor;
}
@media (min-width: 768px) {
  .post-card-in-depth__video-indicator svg {
    left: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
}

.post-card-category-large a {
  display: block;
  text-decoration: none;
}
.post-card-category-large a:hover .post-card-category-large__button .button:hover {
  pointer-events: none;
}
.post-card-category-large a:hover img {
  opacity: 0.85;
}
.post-card-category-large__inner {
  display: flex;
  background-color: #1a1a1a;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .post-card-category-large__inner {
    flex-direction: row;
  }
}
.post-card-category-large__icon {
  display: none;
  width: 4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .post-card-category-large__icon {
    display: block;
    width: 4rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
@media (min-width: 1024px) {
  .post-card-category-large__icon {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
  }
}
@media (min-width: 1201px) {
  .post-card-category-large__icon {
    width: 5rem;
    margin-bottom: 3rem;
  }
}
.post-card-category-large__image {
  position: relative;
  display: block;
  padding-bottom: 57.98%;
  overflow: hidden;
}
.post-card-category-large__image .lazy-images {
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
.post-card-category-large__image--js {
  display: block;
}
.no-js .post-card-category-large__image--js {
  display: none;
}
@media (min-width: 768px) {
  .post-card-category-large__image {
    padding-bottom: 40%;
    flex: 1 0 auto;
  }
}
@media (min-width: 1024px) {
  .post-card-category-large__image {
    padding-bottom: 35.7%;
  }
}
.post-card-category-large__content {
  display: flex;
  padding: 3rem 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .post-card-category-large__content {
    padding: 3rem;
    flex-basis: 40.26%;
  }
}
@media (min-width: 1024px) {
  .post-card-category-large__content {
    padding: 5rem;
  }
}
.post-card-category-large__button {
  margin-top: 5.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .post-card-category-large__button {
    margin-top: auto;
    text-align: left;
  }
}
.post-card-category-large__title {
  font-size: 1.7rem;
  padding-bottom: 1.5rem;
  color: #a6afb9;
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .post-card-category-large__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .post-card-category-large__title {
    font-size: 2.5rem;
  }
}
.post-card-category-large__title__section {
  font-family: "bree", "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #9c8679;
}
.post-card-category-large__meta {
  display: inline-flex;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.79px;
  color: #a6afb9;
  text-transform: uppercase;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 0 1.5rem 0;
}
@media (min-width: 1024px) {
  .post-card-category-large__meta {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.post-card-category-large__divider {
  width: 3.7rem;
  height: 0.1rem;
  margin: 3rem 0 0.8rem;
  background-color: rgba(166, 175, 185, 0.7);
}
@media (min-width: 768px) {
  .post-card-category-large__divider {
    margin: 3rem 0 2.8rem;
  }
}
.post-card-category-large__divider--short {
  width: 1rem;
  margin: 0 1rem;
  background-color: #a6afb9;
}
.post-card-category-large__author .post-author {
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 700;
  color: #a6afb9;
}

.post-card-video > a {
  text-decoration: none;
}
.post-card-video > a:hover .post-card-video__title {
  color: #a6afb9;
}
.post-card-video > a:hover .post-card-video__image img {
  opacity: 0.8;
}
.post-card-video:first-of-type .post-card-video__inner {
  padding-top: 0;
}
.post-card-video:last-of-type .post-card-video__inner {
  border-bottom: 0;
}
.post-card-video__inner {
  display: flex;
  padding: 1.55rem 0;
  border-bottom: 1px solid rgba(166, 175, 185, 0.3);
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .post-card-video__inner {
    padding: 2.55rem 0;
  }
}
.post-card-video__content {
  padding-left: 3rem;
  flex: 1;
}
.post-card-video__title {
  padding-bottom: 0.2rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3333;
  color: #fff;
  text-transform: none;
  opacity: 0.9;
  transition: color 250ms ease;
}
@media (min-width: 768px) {
  .post-card-video__title {
    font-size: 1.9rem;
    line-height: 1.2632;
  }
}
.post-card-video__meta {
  display: inline-flex;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.79px;
  color: #718193;
  text-transform: uppercase;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .post-card-video__meta {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.post-card-video__meta .post-card__divider {
  background-color: #718193;
}
.post-card-video__image {
  position: relative;
  display: flex;
  min-width: 9.6rem;
  min-height: 8rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .post-card-video__image {
    min-width: 19rem;
    min-height: 11.2rem;
  }
}
.post-card-video__image .lazy-images {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
.post-card-video__image--js {
  display: block;
}
.no-js .post-card-video__image--js {
  display: none;
}

.post-card-video-large {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .post-card-video-large {
    padding-bottom: 0;
  }
}
.post-card-video-large > a {
  text-decoration: none;
}
.post-card-video-large > a:hover .post-card-video-large__title {
  color: #a6afb9;
}
.post-card-video-large > a:hover .post-card-video-large__image img {
  opacity: 0.85;
}
.post-card-video-large__title {
  padding: 2.7rem 0 1rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: none;
  opacity: 0.9;
  transition: color 250ms ease;
}
.post-card-video-large__meta {
  display: inline-flex;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.79px;
  color: #718193;
  text-transform: uppercase;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .post-card-video-large__meta {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.post-card-video-large__meta .post-card__divider {
  background-color: #718193;
}
.post-card-video-large__image {
  position: relative;
  display: block;
  height: 0;
  max-width: 100%;
  padding-top: 57.52%;
  overflow: hidden;
}
.post-card-video-large__image .lazy-images {
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
.post-card-video-large__image--js {
  display: block;
}
.no-js .post-card-video-large__image--js {
  display: none;
}

.post-card-small a {
  display: flex;
  padding: 1.5rem 0;
  color: #323232;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  align-items: flex-start;
  justify-content: space-between;
}
.post-card-small a:hover .post-card-small__title {
  color: #718193;
}
.post-card-small a:hover .post-card-small__image .lazy-images {
  opacity: 0.85;
}
.post-card-small__content {
  padding-bottom: 1px;
  padding-left: 0;
  flex: 1;
}
@media (min-width: 768px) {
  .post-card-small__content {
    padding-left: 2.55rem;
  }
}
.post-card-small__title {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.4rem;
  transition: color 250ms ease;
  -webkit-backface-visibility: hidden;
  flex: 1;
}
.post-card-small__image {
  position: relative;
  display: none;
  min-width: 9rem;
  min-height: 9rem;
  padding: 0;
  margin: 0.4rem 0 0;
  overflow: hidden;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
}
.post-card-small__image img {
  border: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .post-card-small__image {
    display: flex;
  }
}
.post-card-small__meta {
  display: inline-flex;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.79px;
  color: #718193;
  text-transform: uppercase;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .post-card-small__meta {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.post-card-small__author .post-author {
  font-family: "benton-sans-compressed", "Franklin Gothic Condensed", "News Gothic MT", sans-serif;
  font-weight: 700;
  color: #718193;
}
.frontpage-top-brands .post-card-small {
  position: relative;
}
.frontpage-top-brands .post-card-small:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(166, 175, 185, 0.32);
}
@media (min-width: 768px) {
  .frontpage-top-brands .post-card-small:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .frontpage-top-brands .post-card-small .post-card-small__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .frontpage-top-brands .post-card-small .post-card-small__image {
    display: none;
  }
  .frontpage-top-brands .post-card-small .post-card-small__content {
    padding-left: 0;
  }
}
.frontpage-top-brands .post-card-small a {
  border-bottom: 0;
  padding: 0;
}

.frontpage-top-brands__inner {
  position: relative;
  height: 100%;
  padding-top: 1.2rem;
}
@media (min-width: 768px) {
  .frontpage-top-brands__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    width: 0.1rem;
    height: 100%;
    background-color: rgba(166, 175, 185, 0.32);
  }
}
.frontpage-top-brands__bit:last-of-type .frontpage-top-brands__inner:after {
  display: none;
}
.frontpage-top-brands__logo {
  position: relative;
  height: 4.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .frontpage-top-brands__logo {
    margin-bottom: 4rem;
  }
}
.frontpage-top-brands__logo img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 100%;
  transform: translateX(-50%);
}

.glossary-item {
  border-bottom: 1px solid #718193;
}
.glossary-item__title {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: initial;
}
.glossary-item__button {
  font-size: 1.7rem;
  display: flex;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-top: 1.2rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: initial;
  text-transform: initial;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .glossary-item__button {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .glossary-item__button {
    padding-bottom: 1.5rem;
    margin-top: 0.7rem;
  }
}
.glossary-item__button:hover {
  color: #323232;
}
.glossary-item__button:focus {
  color: #718193;
}
.glossary-item__button:focus .glossary-item__expand-icon {
  color: #323232;
  background-color: #f5f5f5;
}
.glossary-item__expand-icon {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  padding-left: 0.1rem;
  line-height: 2.7rem;
  color: #323232;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
}
.glossary-item__content {
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.glossary-item__content:not(.glossary-item__content--open) {
  display: none;
}
.glossary-item__content p:first-of-type {
  padding-top: 0;
}

.glossary-letter-link {
  font-size: 1.2rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding-right: 0.1rem;
  margin: 0.3rem 0.1rem;
  font-weight: 500;
  line-height: 3rem;
  color: #323232;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .glossary-letter-link {
    font-size: 1.7rem;
  }
}
.glossary-letter-link:hover, .glossary-letter-link:focus {
  color: #000;
  text-decoration: none;
  background-color: #a6afb9;
}
.glossary-letter-link--active {
  color: #fff;
  background-color: #323232;
}

.glossary-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.glossary-search-form__field {
  flex: 1;
  order: 1;
  max-width: 40rem;
}
.glossary-search-form input[type=search] {
  min-height: 5.5rem;
  margin-bottom: 0;
  background-color: #e7e7e7;
  border-right: 0;
  border-color: #e7e7e7;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: border 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
}
.glossary-search-form input[type=search]:focus {
  background-color: #fff;
  border-color: #718193;
}
@media (max-width: 767px) {
  .glossary-search-form input[type=search] {
    padding-right: 0;
  }
}
.glossary-search-form__button {
  order: 2;
  min-height: 5.5rem;
  padding: 0.4rem 1.5rem 0.2rem;
  margin: 0;
  background-color: #e7e7e7;
  border-left: 0;
  border-color: transparent;
  border-radius: 0;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.glossary-search-form__button svg {
  display: block;
  width: 2rem;
}
.glossary-search-form__button svg path {
  fill: #323232;
}
.glossary-search-form__button:hover, .glossary-search-form__button:active, .glossary-search-form__button:focus {
  background-color: #e7e7e7;
  border-color: transparent;
}
.glossary-search-form__button:focus ~ .glossary-search-form__field input[type=search] {
  background-color: #fff;
  border-color: #718193;
}
.glossary-search-form__clear {
  font-size: 1.2rem;
  order: 3;
  margin-left: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .glossary-search-form__clear {
    font-size: 1.7rem;
  }
}
.glossary-search-form:focus-within .glossary-search-form__button {
  background-color: #fff;
  border-color: #718193;
}

.interscroll {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 768px) {
  .interscroll {
    margin-left: calc(-10.4% - 1.5rem);
    margin-right: calc(-10.4% - 1.5rem);
  }
}
.interscroll__title {
  font-size: 1.3rem;
  padding: 0.4rem 1.5rem 0.3rem;
}
@media only screen and (min-width: 768px) {
  .interscroll__title {
    font-size: 1.5rem;
  }
}
.interscroll__wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 5.6rem);
  overflow: hidden;
}
@media (min-width: 768px) {
  .interscroll__wrapper {
    height: 100vh;
    height: calc(100vh - 7.2rem);
  }
}
.interscroll__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  clip: rect(0, auto, auto, 0);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
          clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  background: rgba(166, 175, 185, 0.3);
}
.interscroll__content {
  position: fixed;
  top: 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  height: calc(100% - 5.6rem);
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .interscroll__content {
    top: 7.2rem;
    height: 100%;
    height: calc(100% - 7.2rem);
  }
}

@media print {
  .print-images-loading-msg {
    padding: 0.75rem 3rem;
    margin: 1.5rem;
    font-size: 1.4rem;
    border: 2px solid #718193;
  }
  .print-images-loading-msg i {
    padding-right: 0.6rem;
  }
  .print-images-loading-msg i img {
    width: 1rem;
    height: 1rem;
    margin-top: 1rem;
  }
  .header__menu-container,
  .header,
  .top-banner,
  .header__article-heading,
  .header__brand,
  .post__content__inline-ad,
  .post__sidebar__container,
  .post__comments,
  .post__tags,
  .post__meta__tools,
  .reading-position-indicator,
  .footer-top-stories,
  .newsletter,
  .footer__sep,
  .header__article-heading__share,
  .sticky__article-social-shares,
  .post-header__meta__share-buttons,
  .footer-privacy-menu,
  .footer__content-frame,
  .boxzilla,
  iframe,
  iframe#SHR {
    display: none;
  }
  iframe,
  iframe#SHR,
  .shareaholic_panel {
    display: none !important;
  }
  .main-content {
    padding-top: 3.6rem;
  }
  .main-content > article > .container > .frame {
    display: block;
  }
  .header--article-menu .header__bar {
    transform: translateY(0);
  }
  .header__bar__inner {
    padding-left: 0;
    display: block;
  }
  .header__title__slogan {
    font-size: 1.4rem;
  }
  .header__logo-print-only {
    display: block;
    margin-bottom: 1.5rem;
  }
  .post-header__content {
    padding: 1.5rem;
  }
  .post-header__image {
    max-height: 35rem;
    width: auto;
    max-width: 75%;
    margin: 0 auto;
  }
  .post__content {
    padding: 0 3rem;
  }
  .post__content img,
  .post__content img.size-full {
    width: auto;
    height: 35rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .post__content p a[href^="#"]:after,
  .post__content p a[href$=jpg]:after,
  .post__content p a[href$=jpeg]:after,
  .post__content p a[href$=png]:after,
  .post__content p a[href$=svg]:after {
    display: none;
  }
  .post__content p a[href^="http://"]:after,
  .post__content p a[href^="https://"]:after {
    content: " (" attr(href) ")";
  }
  .post__content .gallery-row {
    margin: 0 auto;
  }
  .post__content h1, .post__content h2, .post__content h3, .post__content h4 {
    page-break-after: avoid;
  }
  .post__content ol,
  .post__content ul {
    display: block;
  }
  .post__link {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
  .tech-specs {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 3rem;
  }
  .footer {
    padding: 3rem;
  }
  @page {
    margin: 1.5cm;
  }
}
