@charset "UTF-8";
/* Import CSS Variables & Mixins */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

a {
  color: inherit;
  text-decoration: none; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dev-grid {
  background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(4.16667vw - 1px), #88888844 calc(4.16667vw - 1px), #88888844 calc(4.16667vw)) !important;
  outline: 1px solid #88888844 !important; }

.row {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  position: relative; }

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

.col-xs-1 {
  flex: 0 0 auto;
  flex-basis: 4.16667vw;
  width: 4.16667vw;
  max-width: 70px; }

.col-xs-offset-1 {
  margin-left: 4.16667%; }

.col-xs-offset-right-1 {
  margin-right: 4.16667%; }

.col-xs-offset-top-1 {
  margin-top: 4.16667%; }

.col-xs-gutter-right-1 {
  margin-right: min(4.16667vw, 70px); }

.col-xs-gutter-left-1 {
  margin-left: min(4.16667vw, 70px); }

.col-xs-2 {
  flex: 0 0 auto;
  flex-basis: 8.33333vw;
  width: 8.33333vw;
  max-width: 140px; }

.col-xs-offset-2 {
  margin-left: 8.33333%; }

.col-xs-offset-right-2 {
  margin-right: 8.33333%; }

.col-xs-offset-top-2 {
  margin-top: 8.33333%; }

.col-xs-gutter-right-2 {
  margin-right: min(8.33333vw, 140px); }

.col-xs-gutter-left-2 {
  margin-left: min(8.33333vw, 140px); }

.col-xs-3 {
  flex: 0 0 auto;
  flex-basis: 12.5vw;
  width: 12.5vw;
  max-width: 210px; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-right-3 {
  margin-right: 12.5%; }

.col-xs-offset-top-3 {
  margin-top: 12.5%; }

.col-xs-gutter-right-3 {
  margin-right: min(12.5vw, 210px); }

.col-xs-gutter-left-3 {
  margin-left: min(12.5vw, 210px); }

.col-xs-4 {
  flex: 0 0 auto;
  flex-basis: 16.66667vw;
  width: 16.66667vw;
  max-width: 280px; }

.col-xs-offset-4 {
  margin-left: 16.66667%; }

.col-xs-offset-right-4 {
  margin-right: 16.66667%; }

.col-xs-offset-top-4 {
  margin-top: 16.66667%; }

.col-xs-gutter-right-4 {
  margin-right: min(16.66667vw, 280px); }

.col-xs-gutter-left-4 {
  margin-left: min(16.66667vw, 280px); }

.col-xs-5 {
  flex: 0 0 auto;
  flex-basis: 20.83333vw;
  width: 20.83333vw;
  max-width: 350px; }

.col-xs-offset-5 {
  margin-left: 20.83333%; }

.col-xs-offset-right-5 {
  margin-right: 20.83333%; }

.col-xs-offset-top-5 {
  margin-top: 20.83333%; }

.col-xs-gutter-right-5 {
  margin-right: min(20.83333vw, 350px); }

.col-xs-gutter-left-5 {
  margin-left: min(20.83333vw, 350px); }

.col-xs-6 {
  flex: 0 0 auto;
  flex-basis: 25vw;
  width: 25vw;
  max-width: 420px; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-right-6 {
  margin-right: 25%; }

.col-xs-offset-top-6 {
  margin-top: 25%; }

.col-xs-gutter-right-6 {
  margin-right: min(25vw, 420px); }

.col-xs-gutter-left-6 {
  margin-left: min(25vw, 420px); }

.col-xs-7 {
  flex: 0 0 auto;
  flex-basis: 29.16667vw;
  width: 29.16667vw;
  max-width: 490px; }

.col-xs-offset-7 {
  margin-left: 29.16667%; }

.col-xs-offset-right-7 {
  margin-right: 29.16667%; }

.col-xs-offset-top-7 {
  margin-top: 29.16667%; }

.col-xs-gutter-right-7 {
  margin-right: min(29.16667vw, 490px); }

.col-xs-gutter-left-7 {
  margin-left: min(29.16667vw, 490px); }

.col-xs-8 {
  flex: 0 0 auto;
  flex-basis: 33.33333vw;
  width: 33.33333vw;
  max-width: 560px; }

.col-xs-offset-8 {
  margin-left: 33.33333%; }

.col-xs-offset-right-8 {
  margin-right: 33.33333%; }

.col-xs-offset-top-8 {
  margin-top: 33.33333%; }

.col-xs-gutter-right-8 {
  margin-right: min(33.33333vw, 560px); }

.col-xs-gutter-left-8 {
  margin-left: min(33.33333vw, 560px); }

.col-xs-9 {
  flex: 0 0 auto;
  flex-basis: 37.5vw;
  width: 37.5vw;
  max-width: 630px; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-right-9 {
  margin-right: 37.5%; }

.col-xs-offset-top-9 {
  margin-top: 37.5%; }

.col-xs-gutter-right-9 {
  margin-right: min(37.5vw, 630px); }

.col-xs-gutter-left-9 {
  margin-left: min(37.5vw, 630px); }

.col-xs-10 {
  flex: 0 0 auto;
  flex-basis: 41.66667vw;
  width: 41.66667vw;
  max-width: 700px; }

.col-xs-offset-10 {
  margin-left: 41.66667%; }

.col-xs-offset-right-10 {
  margin-right: 41.66667%; }

.col-xs-offset-top-10 {
  margin-top: 41.66667%; }

.col-xs-gutter-right-10 {
  margin-right: min(41.66667vw, 700px); }

.col-xs-gutter-left-10 {
  margin-left: min(41.66667vw, 700px); }

.col-xs-11 {
  flex: 0 0 auto;
  flex-basis: 45.83333vw;
  width: 45.83333vw;
  max-width: 770px; }

.col-xs-offset-11 {
  margin-left: 45.83333%; }

.col-xs-offset-right-11 {
  margin-right: 45.83333%; }

.col-xs-offset-top-11 {
  margin-top: 45.83333%; }

.col-xs-gutter-right-11 {
  margin-right: min(45.83333vw, 770px); }

.col-xs-gutter-left-11 {
  margin-left: min(45.83333vw, 770px); }

.col-xs-12 {
  flex: 0 0 auto;
  flex-basis: 50vw;
  width: 50vw;
  max-width: 840px; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-right-12 {
  margin-right: 50%; }

.col-xs-offset-top-12 {
  margin-top: 50%; }

.col-xs-gutter-right-12 {
  margin-right: min(50vw, 840px); }

.col-xs-gutter-left-12 {
  margin-left: min(50vw, 840px); }

.col-xs-13 {
  flex: 0 0 auto;
  flex-basis: 54.16667vw;
  width: 54.16667vw;
  max-width: 910px; }

.col-xs-offset-13 {
  margin-left: 54.16667%; }

.col-xs-offset-right-13 {
  margin-right: 54.16667%; }

.col-xs-offset-top-13 {
  margin-top: 54.16667%; }

.col-xs-gutter-right-13 {
  margin-right: min(54.16667vw, 910px); }

.col-xs-gutter-left-13 {
  margin-left: min(54.16667vw, 910px); }

.col-xs-14 {
  flex: 0 0 auto;
  flex-basis: 58.33333vw;
  width: 58.33333vw;
  max-width: 980px; }

.col-xs-offset-14 {
  margin-left: 58.33333%; }

.col-xs-offset-right-14 {
  margin-right: 58.33333%; }

.col-xs-offset-top-14 {
  margin-top: 58.33333%; }

.col-xs-gutter-right-14 {
  margin-right: min(58.33333vw, 980px); }

.col-xs-gutter-left-14 {
  margin-left: min(58.33333vw, 980px); }

.col-xs-15 {
  flex: 0 0 auto;
  flex-basis: 62.5vw;
  width: 62.5vw;
  max-width: 1050px; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-right-15 {
  margin-right: 62.5%; }

.col-xs-offset-top-15 {
  margin-top: 62.5%; }

.col-xs-gutter-right-15 {
  margin-right: min(62.5vw, 1050px); }

.col-xs-gutter-left-15 {
  margin-left: min(62.5vw, 1050px); }

.col-xs-16 {
  flex: 0 0 auto;
  flex-basis: 66.66667vw;
  width: 66.66667vw;
  max-width: 1120px; }

.col-xs-offset-16 {
  margin-left: 66.66667%; }

.col-xs-offset-right-16 {
  margin-right: 66.66667%; }

.col-xs-offset-top-16 {
  margin-top: 66.66667%; }

.col-xs-gutter-right-16 {
  margin-right: min(66.66667vw, 1120px); }

.col-xs-gutter-left-16 {
  margin-left: min(66.66667vw, 1120px); }

.col-xs-17 {
  flex: 0 0 auto;
  flex-basis: 70.83333vw;
  width: 70.83333vw;
  max-width: 1190px; }

.col-xs-offset-17 {
  margin-left: 70.83333%; }

.col-xs-offset-right-17 {
  margin-right: 70.83333%; }

.col-xs-offset-top-17 {
  margin-top: 70.83333%; }

.col-xs-gutter-right-17 {
  margin-right: min(70.83333vw, 1190px); }

.col-xs-gutter-left-17 {
  margin-left: min(70.83333vw, 1190px); }

.col-xs-18 {
  flex: 0 0 auto;
  flex-basis: 75vw;
  width: 75vw;
  max-width: 1260px; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-right-18 {
  margin-right: 75%; }

.col-xs-offset-top-18 {
  margin-top: 75%; }

.col-xs-gutter-right-18 {
  margin-right: min(75vw, 1260px); }

.col-xs-gutter-left-18 {
  margin-left: min(75vw, 1260px); }

.col-xs-19 {
  flex: 0 0 auto;
  flex-basis: 79.16667vw;
  width: 79.16667vw;
  max-width: 1330px; }

.col-xs-offset-19 {
  margin-left: 79.16667%; }

.col-xs-offset-right-19 {
  margin-right: 79.16667%; }

.col-xs-offset-top-19 {
  margin-top: 79.16667%; }

.col-xs-gutter-right-19 {
  margin-right: min(79.16667vw, 1330px); }

.col-xs-gutter-left-19 {
  margin-left: min(79.16667vw, 1330px); }

.col-xs-20 {
  flex: 0 0 auto;
  flex-basis: 83.33333vw;
  width: 83.33333vw;
  max-width: 1400px; }

.col-xs-offset-20 {
  margin-left: 83.33333%; }

.col-xs-offset-right-20 {
  margin-right: 83.33333%; }

.col-xs-offset-top-20 {
  margin-top: 83.33333%; }

.col-xs-gutter-right-20 {
  margin-right: min(83.33333vw, 1400px); }

.col-xs-gutter-left-20 {
  margin-left: min(83.33333vw, 1400px); }

.col-xs-21 {
  flex: 0 0 auto;
  flex-basis: 87.5vw;
  width: 87.5vw;
  max-width: 1470px; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-right-21 {
  margin-right: 87.5%; }

.col-xs-offset-top-21 {
  margin-top: 87.5%; }

.col-xs-gutter-right-21 {
  margin-right: min(87.5vw, 1470px); }

.col-xs-gutter-left-21 {
  margin-left: min(87.5vw, 1470px); }

.col-xs-22 {
  flex: 0 0 auto;
  flex-basis: 91.66667vw;
  width: 91.66667vw;
  max-width: 1540px; }

.col-xs-offset-22 {
  margin-left: 91.66667%; }

.col-xs-offset-right-22 {
  margin-right: 91.66667%; }

.col-xs-offset-top-22 {
  margin-top: 91.66667%; }

.col-xs-gutter-right-22 {
  margin-right: min(91.66667vw, 1540px); }

.col-xs-gutter-left-22 {
  margin-left: min(91.66667vw, 1540px); }

.col-xs-23 {
  flex: 0 0 auto;
  flex-basis: 95.83333vw;
  width: 95.83333vw;
  max-width: 1610px; }

.col-xs-offset-23 {
  margin-left: 95.83333%; }

.col-xs-offset-right-23 {
  margin-right: 95.83333%; }

.col-xs-offset-top-23 {
  margin-top: 95.83333%; }

.col-xs-gutter-right-23 {
  margin-right: min(95.83333vw, 1610px); }

.col-xs-gutter-left-23 {
  margin-left: min(95.83333vw, 1610px); }

.col-xs-24 {
  flex: 0 0 auto;
  flex-basis: 100vw;
  width: 100vw;
  max-width: 1680px; }

.col-xs-offset-24 {
  margin-left: 100%; }

.col-xs-offset-right-24 {
  margin-right: 100%; }

.col-xs-offset-top-24 {
  margin-top: 100%; }

.col-xs-gutter-right-24 {
  margin-right: min(100vw, 1680px); }

.col-xs-gutter-left-24 {
  margin-left: min(100vw, 1680px); }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-right-0 {
  margin-right: 0; }

.col-xs-offset-top-0 {
  margin-top: 0; }

.row-xs--start {
  justify-content: flex-start; }

.row-xs--center {
  justify-content: center; }

.row-xs--end {
  justify-content: flex-end; }

.row-xs--top {
  align-items: flex-start; }

.row-xs--middle {
  align-items: center; }

.row-xs--bottom {
  align-items: flex-end; }

.row-xs--baseline {
  align-items: baseline; }

.row-xs--around {
  justify-content: space-around; }

.row-xs--between {
  justify-content: space-between; }

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

.row-xs--content-start {
  align-content: flex-start; }

.row-xs--grow {
  height: 100%; }

.row-xs--nowrap {
  flex-wrap: nowrap; }

.row-xs--wrap {
  flex-wrap: wrap; }

.row-xs--wrap-reverse {
  flex-wrap: wrap-reverse; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%; }
  .col-xs--first {
    order: -1; }
  .col-xs--last {
    order: 1; }
  .col-xs--hide {
    display: none; }
  .col-xs--show {
    display: flex; }
  .col-xs--shrink {
    flex-shrink: 1;
    flex-grow: 0; }
  .col-xs--show-inline-block {
    display: inline-block; }
  .col-xs--clear {
    flex: 0 0 100%; }
  .col-xs--unclear {
    flex: 0 1 auto; }
  .col-xs--break {
    flex-basis: 100%;
    width: 0; }
  .col-xs--relative {
    position: relative; }
  .col-xs--overflow-hidden {
    overflow: hidden; }
  .col-xs--overflow-visible {
    overflow: visible; }

@media only screen and (min-width: 375px) {
  .col-sm-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-sm-offset-1 {
    margin-left: 4.16667%; }
  .col-sm-offset-right-1 {
    margin-right: 4.16667%; }
  .col-sm-offset-top-1 {
    margin-top: 4.16667%; }
  .col-sm-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-sm-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-sm-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-sm-offset-2 {
    margin-left: 8.33333%; }
  .col-sm-offset-right-2 {
    margin-right: 8.33333%; }
  .col-sm-offset-top-2 {
    margin-top: 8.33333%; }
  .col-sm-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-sm-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-sm-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-right-3 {
    margin-right: 12.5%; }
  .col-sm-offset-top-3 {
    margin-top: 12.5%; }
  .col-sm-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-sm-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-sm-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-sm-offset-4 {
    margin-left: 16.66667%; }
  .col-sm-offset-right-4 {
    margin-right: 16.66667%; }
  .col-sm-offset-top-4 {
    margin-top: 16.66667%; }
  .col-sm-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-sm-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-sm-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-sm-offset-5 {
    margin-left: 20.83333%; }
  .col-sm-offset-right-5 {
    margin-right: 20.83333%; }
  .col-sm-offset-top-5 {
    margin-top: 20.83333%; }
  .col-sm-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-sm-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-sm-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-right-6 {
    margin-right: 25%; }
  .col-sm-offset-top-6 {
    margin-top: 25%; }
  .col-sm-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-sm-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-sm-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-sm-offset-7 {
    margin-left: 29.16667%; }
  .col-sm-offset-right-7 {
    margin-right: 29.16667%; }
  .col-sm-offset-top-7 {
    margin-top: 29.16667%; }
  .col-sm-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-sm-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-sm-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-sm-offset-8 {
    margin-left: 33.33333%; }
  .col-sm-offset-right-8 {
    margin-right: 33.33333%; }
  .col-sm-offset-top-8 {
    margin-top: 33.33333%; }
  .col-sm-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-sm-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-sm-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-right-9 {
    margin-right: 37.5%; }
  .col-sm-offset-top-9 {
    margin-top: 37.5%; }
  .col-sm-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-sm-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-sm-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-sm-offset-10 {
    margin-left: 41.66667%; }
  .col-sm-offset-right-10 {
    margin-right: 41.66667%; }
  .col-sm-offset-top-10 {
    margin-top: 41.66667%; }
  .col-sm-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-sm-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-sm-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-sm-offset-11 {
    margin-left: 45.83333%; }
  .col-sm-offset-right-11 {
    margin-right: 45.83333%; }
  .col-sm-offset-top-11 {
    margin-top: 45.83333%; }
  .col-sm-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-sm-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-sm-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-right-12 {
    margin-right: 50%; }
  .col-sm-offset-top-12 {
    margin-top: 50%; }
  .col-sm-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-sm-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-sm-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-sm-offset-13 {
    margin-left: 54.16667%; }
  .col-sm-offset-right-13 {
    margin-right: 54.16667%; }
  .col-sm-offset-top-13 {
    margin-top: 54.16667%; }
  .col-sm-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-sm-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-sm-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-sm-offset-14 {
    margin-left: 58.33333%; }
  .col-sm-offset-right-14 {
    margin-right: 58.33333%; }
  .col-sm-offset-top-14 {
    margin-top: 58.33333%; }
  .col-sm-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-sm-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-sm-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-right-15 {
    margin-right: 62.5%; }
  .col-sm-offset-top-15 {
    margin-top: 62.5%; }
  .col-sm-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-sm-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-sm-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-sm-offset-16 {
    margin-left: 66.66667%; }
  .col-sm-offset-right-16 {
    margin-right: 66.66667%; }
  .col-sm-offset-top-16 {
    margin-top: 66.66667%; }
  .col-sm-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-sm-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-sm-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-sm-offset-17 {
    margin-left: 70.83333%; }
  .col-sm-offset-right-17 {
    margin-right: 70.83333%; }
  .col-sm-offset-top-17 {
    margin-top: 70.83333%; }
  .col-sm-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-sm-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-sm-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-right-18 {
    margin-right: 75%; }
  .col-sm-offset-top-18 {
    margin-top: 75%; }
  .col-sm-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-sm-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-sm-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-sm-offset-19 {
    margin-left: 79.16667%; }
  .col-sm-offset-right-19 {
    margin-right: 79.16667%; }
  .col-sm-offset-top-19 {
    margin-top: 79.16667%; }
  .col-sm-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-sm-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-sm-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-sm-offset-20 {
    margin-left: 83.33333%; }
  .col-sm-offset-right-20 {
    margin-right: 83.33333%; }
  .col-sm-offset-top-20 {
    margin-top: 83.33333%; }
  .col-sm-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-sm-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-sm-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-right-21 {
    margin-right: 87.5%; }
  .col-sm-offset-top-21 {
    margin-top: 87.5%; }
  .col-sm-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-sm-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-sm-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-sm-offset-22 {
    margin-left: 91.66667%; }
  .col-sm-offset-right-22 {
    margin-right: 91.66667%; }
  .col-sm-offset-top-22 {
    margin-top: 91.66667%; }
  .col-sm-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-sm-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-sm-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-sm-offset-23 {
    margin-left: 95.83333%; }
  .col-sm-offset-right-23 {
    margin-right: 95.83333%; }
  .col-sm-offset-top-23 {
    margin-top: 95.83333%; }
  .col-sm-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-sm-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-sm-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-sm-offset-24 {
    margin-left: 100%; }
  .col-sm-offset-right-24 {
    margin-right: 100%; }
  .col-sm-offset-top-24 {
    margin-top: 100%; }
  .col-sm-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-sm-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-right-0 {
    margin-right: 0; }
  .col-sm-offset-top-0 {
    margin-top: 0; }
  .row-sm--start {
    justify-content: flex-start; }
  .row-sm--center {
    justify-content: center; }
  .row-sm--end {
    justify-content: flex-end; }
  .row-sm--top {
    align-items: flex-start; }
  .row-sm--middle {
    align-items: center; }
  .row-sm--bottom {
    align-items: flex-end; }
  .row-sm--baseline {
    align-items: baseline; }
  .row-sm--around {
    justify-content: space-around; }
  .row-sm--between {
    justify-content: space-between; }
  .row-sm--reverse {
    flex-direction: row-reverse; }
  .row-sm--content-start {
    align-content: flex-start; }
  .row-sm--grow {
    height: 100%; }
  .row-sm--nowrap {
    flex-wrap: nowrap; }
  .row-sm--wrap {
    flex-wrap: wrap; }
  .row-sm--wrap-reverse {
    flex-wrap: wrap-reverse; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-sm--first {
      order: -1; }
    .col-sm--last {
      order: 1; }
    .col-sm--hide {
      display: none; }
    .col-sm--show {
      display: flex; }
    .col-sm--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-sm--show-inline-block {
      display: inline-block; }
    .col-sm--clear {
      flex: 0 0 100%; }
    .col-sm--unclear {
      flex: 0 1 auto; }
    .col-sm--break {
      flex-basis: 100%;
      width: 0; }
    .col-sm--relative {
      position: relative; }
    .col-sm--overflow-hidden {
      overflow: hidden; }
    .col-sm--overflow-visible {
      overflow: visible; } }

@media only screen and (min-width: 640px) {
  .col-md-sm-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-md-sm-offset-1 {
    margin-left: 4.16667%; }
  .col-md-sm-offset-right-1 {
    margin-right: 4.16667%; }
  .col-md-sm-offset-top-1 {
    margin-top: 4.16667%; }
  .col-md-sm-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-md-sm-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-md-sm-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-md-sm-offset-2 {
    margin-left: 8.33333%; }
  .col-md-sm-offset-right-2 {
    margin-right: 8.33333%; }
  .col-md-sm-offset-top-2 {
    margin-top: 8.33333%; }
  .col-md-sm-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-md-sm-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-md-sm-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-md-sm-offset-3 {
    margin-left: 12.5%; }
  .col-md-sm-offset-right-3 {
    margin-right: 12.5%; }
  .col-md-sm-offset-top-3 {
    margin-top: 12.5%; }
  .col-md-sm-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-md-sm-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-md-sm-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-md-sm-offset-4 {
    margin-left: 16.66667%; }
  .col-md-sm-offset-right-4 {
    margin-right: 16.66667%; }
  .col-md-sm-offset-top-4 {
    margin-top: 16.66667%; }
  .col-md-sm-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-md-sm-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-md-sm-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-md-sm-offset-5 {
    margin-left: 20.83333%; }
  .col-md-sm-offset-right-5 {
    margin-right: 20.83333%; }
  .col-md-sm-offset-top-5 {
    margin-top: 20.83333%; }
  .col-md-sm-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-md-sm-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-md-sm-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-md-sm-offset-6 {
    margin-left: 25%; }
  .col-md-sm-offset-right-6 {
    margin-right: 25%; }
  .col-md-sm-offset-top-6 {
    margin-top: 25%; }
  .col-md-sm-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-md-sm-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-md-sm-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-md-sm-offset-7 {
    margin-left: 29.16667%; }
  .col-md-sm-offset-right-7 {
    margin-right: 29.16667%; }
  .col-md-sm-offset-top-7 {
    margin-top: 29.16667%; }
  .col-md-sm-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-md-sm-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-md-sm-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-md-sm-offset-8 {
    margin-left: 33.33333%; }
  .col-md-sm-offset-right-8 {
    margin-right: 33.33333%; }
  .col-md-sm-offset-top-8 {
    margin-top: 33.33333%; }
  .col-md-sm-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-md-sm-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-md-sm-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-md-sm-offset-9 {
    margin-left: 37.5%; }
  .col-md-sm-offset-right-9 {
    margin-right: 37.5%; }
  .col-md-sm-offset-top-9 {
    margin-top: 37.5%; }
  .col-md-sm-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-md-sm-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-md-sm-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-md-sm-offset-10 {
    margin-left: 41.66667%; }
  .col-md-sm-offset-right-10 {
    margin-right: 41.66667%; }
  .col-md-sm-offset-top-10 {
    margin-top: 41.66667%; }
  .col-md-sm-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-md-sm-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-md-sm-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-md-sm-offset-11 {
    margin-left: 45.83333%; }
  .col-md-sm-offset-right-11 {
    margin-right: 45.83333%; }
  .col-md-sm-offset-top-11 {
    margin-top: 45.83333%; }
  .col-md-sm-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-md-sm-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-md-sm-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-md-sm-offset-12 {
    margin-left: 50%; }
  .col-md-sm-offset-right-12 {
    margin-right: 50%; }
  .col-md-sm-offset-top-12 {
    margin-top: 50%; }
  .col-md-sm-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-md-sm-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-md-sm-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-md-sm-offset-13 {
    margin-left: 54.16667%; }
  .col-md-sm-offset-right-13 {
    margin-right: 54.16667%; }
  .col-md-sm-offset-top-13 {
    margin-top: 54.16667%; }
  .col-md-sm-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-md-sm-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-md-sm-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-md-sm-offset-14 {
    margin-left: 58.33333%; }
  .col-md-sm-offset-right-14 {
    margin-right: 58.33333%; }
  .col-md-sm-offset-top-14 {
    margin-top: 58.33333%; }
  .col-md-sm-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-md-sm-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-md-sm-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-md-sm-offset-15 {
    margin-left: 62.5%; }
  .col-md-sm-offset-right-15 {
    margin-right: 62.5%; }
  .col-md-sm-offset-top-15 {
    margin-top: 62.5%; }
  .col-md-sm-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-md-sm-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-md-sm-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-md-sm-offset-16 {
    margin-left: 66.66667%; }
  .col-md-sm-offset-right-16 {
    margin-right: 66.66667%; }
  .col-md-sm-offset-top-16 {
    margin-top: 66.66667%; }
  .col-md-sm-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-md-sm-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-md-sm-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-md-sm-offset-17 {
    margin-left: 70.83333%; }
  .col-md-sm-offset-right-17 {
    margin-right: 70.83333%; }
  .col-md-sm-offset-top-17 {
    margin-top: 70.83333%; }
  .col-md-sm-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-md-sm-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-md-sm-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-md-sm-offset-18 {
    margin-left: 75%; }
  .col-md-sm-offset-right-18 {
    margin-right: 75%; }
  .col-md-sm-offset-top-18 {
    margin-top: 75%; }
  .col-md-sm-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-md-sm-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-md-sm-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-md-sm-offset-19 {
    margin-left: 79.16667%; }
  .col-md-sm-offset-right-19 {
    margin-right: 79.16667%; }
  .col-md-sm-offset-top-19 {
    margin-top: 79.16667%; }
  .col-md-sm-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-md-sm-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-md-sm-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-md-sm-offset-20 {
    margin-left: 83.33333%; }
  .col-md-sm-offset-right-20 {
    margin-right: 83.33333%; }
  .col-md-sm-offset-top-20 {
    margin-top: 83.33333%; }
  .col-md-sm-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-md-sm-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-md-sm-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-md-sm-offset-21 {
    margin-left: 87.5%; }
  .col-md-sm-offset-right-21 {
    margin-right: 87.5%; }
  .col-md-sm-offset-top-21 {
    margin-top: 87.5%; }
  .col-md-sm-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-md-sm-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-md-sm-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-md-sm-offset-22 {
    margin-left: 91.66667%; }
  .col-md-sm-offset-right-22 {
    margin-right: 91.66667%; }
  .col-md-sm-offset-top-22 {
    margin-top: 91.66667%; }
  .col-md-sm-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-md-sm-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-md-sm-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-md-sm-offset-23 {
    margin-left: 95.83333%; }
  .col-md-sm-offset-right-23 {
    margin-right: 95.83333%; }
  .col-md-sm-offset-top-23 {
    margin-top: 95.83333%; }
  .col-md-sm-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-md-sm-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-md-sm-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-md-sm-offset-24 {
    margin-left: 100%; }
  .col-md-sm-offset-right-24 {
    margin-right: 100%; }
  .col-md-sm-offset-top-24 {
    margin-top: 100%; }
  .col-md-sm-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-md-sm-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-md-sm-offset-0 {
    margin-left: 0; }
  .col-md-sm-offset-right-0 {
    margin-right: 0; }
  .col-md-sm-offset-top-0 {
    margin-top: 0; }
  .row-md-sm--start {
    justify-content: flex-start; }
  .row-md-sm--center {
    justify-content: center; }
  .row-md-sm--end {
    justify-content: flex-end; }
  .row-md-sm--top {
    align-items: flex-start; }
  .row-md-sm--middle {
    align-items: center; }
  .row-md-sm--bottom {
    align-items: flex-end; }
  .row-md-sm--baseline {
    align-items: baseline; }
  .row-md-sm--around {
    justify-content: space-around; }
  .row-md-sm--between {
    justify-content: space-between; }
  .row-md-sm--reverse {
    flex-direction: row-reverse; }
  .row-md-sm--content-start {
    align-content: flex-start; }
  .row-md-sm--grow {
    height: 100%; }
  .row-md-sm--nowrap {
    flex-wrap: nowrap; }
  .row-md-sm--wrap {
    flex-wrap: wrap; }
  .row-md-sm--wrap-reverse {
    flex-wrap: wrap-reverse; }
  .col-md-sm {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-md-sm--first {
      order: -1; }
    .col-md-sm--last {
      order: 1; }
    .col-md-sm--hide {
      display: none; }
    .col-md-sm--show {
      display: flex; }
    .col-md-sm--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-md-sm--show-inline-block {
      display: inline-block; }
    .col-md-sm--clear {
      flex: 0 0 100%; }
    .col-md-sm--unclear {
      flex: 0 1 auto; }
    .col-md-sm--break {
      flex-basis: 100%;
      width: 0; }
    .col-md-sm--relative {
      position: relative; }
    .col-md-sm--overflow-hidden {
      overflow: hidden; }
    .col-md-sm--overflow-visible {
      overflow: visible; } }

@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-md-offset-1 {
    margin-left: 4.16667%; }
  .col-md-offset-right-1 {
    margin-right: 4.16667%; }
  .col-md-offset-top-1 {
    margin-top: 4.16667%; }
  .col-md-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-md-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-md-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-md-offset-2 {
    margin-left: 8.33333%; }
  .col-md-offset-right-2 {
    margin-right: 8.33333%; }
  .col-md-offset-top-2 {
    margin-top: 8.33333%; }
  .col-md-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-md-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-md-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-right-3 {
    margin-right: 12.5%; }
  .col-md-offset-top-3 {
    margin-top: 12.5%; }
  .col-md-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-md-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-md-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-md-offset-4 {
    margin-left: 16.66667%; }
  .col-md-offset-right-4 {
    margin-right: 16.66667%; }
  .col-md-offset-top-4 {
    margin-top: 16.66667%; }
  .col-md-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-md-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-md-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-md-offset-5 {
    margin-left: 20.83333%; }
  .col-md-offset-right-5 {
    margin-right: 20.83333%; }
  .col-md-offset-top-5 {
    margin-top: 20.83333%; }
  .col-md-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-md-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-md-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-right-6 {
    margin-right: 25%; }
  .col-md-offset-top-6 {
    margin-top: 25%; }
  .col-md-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-md-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-md-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-md-offset-7 {
    margin-left: 29.16667%; }
  .col-md-offset-right-7 {
    margin-right: 29.16667%; }
  .col-md-offset-top-7 {
    margin-top: 29.16667%; }
  .col-md-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-md-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-md-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-md-offset-8 {
    margin-left: 33.33333%; }
  .col-md-offset-right-8 {
    margin-right: 33.33333%; }
  .col-md-offset-top-8 {
    margin-top: 33.33333%; }
  .col-md-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-md-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-md-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-right-9 {
    margin-right: 37.5%; }
  .col-md-offset-top-9 {
    margin-top: 37.5%; }
  .col-md-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-md-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-md-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-md-offset-10 {
    margin-left: 41.66667%; }
  .col-md-offset-right-10 {
    margin-right: 41.66667%; }
  .col-md-offset-top-10 {
    margin-top: 41.66667%; }
  .col-md-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-md-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-md-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-md-offset-11 {
    margin-left: 45.83333%; }
  .col-md-offset-right-11 {
    margin-right: 45.83333%; }
  .col-md-offset-top-11 {
    margin-top: 45.83333%; }
  .col-md-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-md-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-md-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-right-12 {
    margin-right: 50%; }
  .col-md-offset-top-12 {
    margin-top: 50%; }
  .col-md-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-md-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-md-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-md-offset-13 {
    margin-left: 54.16667%; }
  .col-md-offset-right-13 {
    margin-right: 54.16667%; }
  .col-md-offset-top-13 {
    margin-top: 54.16667%; }
  .col-md-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-md-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-md-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-md-offset-14 {
    margin-left: 58.33333%; }
  .col-md-offset-right-14 {
    margin-right: 58.33333%; }
  .col-md-offset-top-14 {
    margin-top: 58.33333%; }
  .col-md-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-md-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-md-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-right-15 {
    margin-right: 62.5%; }
  .col-md-offset-top-15 {
    margin-top: 62.5%; }
  .col-md-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-md-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-md-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-md-offset-16 {
    margin-left: 66.66667%; }
  .col-md-offset-right-16 {
    margin-right: 66.66667%; }
  .col-md-offset-top-16 {
    margin-top: 66.66667%; }
  .col-md-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-md-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-md-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-md-offset-17 {
    margin-left: 70.83333%; }
  .col-md-offset-right-17 {
    margin-right: 70.83333%; }
  .col-md-offset-top-17 {
    margin-top: 70.83333%; }
  .col-md-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-md-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-md-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-right-18 {
    margin-right: 75%; }
  .col-md-offset-top-18 {
    margin-top: 75%; }
  .col-md-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-md-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-md-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-md-offset-19 {
    margin-left: 79.16667%; }
  .col-md-offset-right-19 {
    margin-right: 79.16667%; }
  .col-md-offset-top-19 {
    margin-top: 79.16667%; }
  .col-md-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-md-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-md-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-md-offset-20 {
    margin-left: 83.33333%; }
  .col-md-offset-right-20 {
    margin-right: 83.33333%; }
  .col-md-offset-top-20 {
    margin-top: 83.33333%; }
  .col-md-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-md-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-md-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-right-21 {
    margin-right: 87.5%; }
  .col-md-offset-top-21 {
    margin-top: 87.5%; }
  .col-md-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-md-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-md-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-md-offset-22 {
    margin-left: 91.66667%; }
  .col-md-offset-right-22 {
    margin-right: 91.66667%; }
  .col-md-offset-top-22 {
    margin-top: 91.66667%; }
  .col-md-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-md-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-md-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-md-offset-23 {
    margin-left: 95.83333%; }
  .col-md-offset-right-23 {
    margin-right: 95.83333%; }
  .col-md-offset-top-23 {
    margin-top: 95.83333%; }
  .col-md-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-md-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-md-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-md-offset-24 {
    margin-left: 100%; }
  .col-md-offset-right-24 {
    margin-right: 100%; }
  .col-md-offset-top-24 {
    margin-top: 100%; }
  .col-md-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-md-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-right-0 {
    margin-right: 0; }
  .col-md-offset-top-0 {
    margin-top: 0; }
  .row-md--start {
    justify-content: flex-start; }
  .row-md--center {
    justify-content: center; }
  .row-md--end {
    justify-content: flex-end; }
  .row-md--top {
    align-items: flex-start; }
  .row-md--middle {
    align-items: center; }
  .row-md--bottom {
    align-items: flex-end; }
  .row-md--baseline {
    align-items: baseline; }
  .row-md--around {
    justify-content: space-around; }
  .row-md--between {
    justify-content: space-between; }
  .row-md--reverse {
    flex-direction: row-reverse; }
  .row-md--content-start {
    align-content: flex-start; }
  .row-md--grow {
    height: 100%; }
  .row-md--nowrap {
    flex-wrap: nowrap; }
  .row-md--wrap {
    flex-wrap: wrap; }
  .row-md--wrap-reverse {
    flex-wrap: wrap-reverse; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-md--first {
      order: -1; }
    .col-md--last {
      order: 1; }
    .col-md--hide {
      display: none; }
    .col-md--show {
      display: flex; }
    .col-md--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-md--show-inline-block {
      display: inline-block; }
    .col-md--clear {
      flex: 0 0 100%; }
    .col-md--unclear {
      flex: 0 1 auto; }
    .col-md--break {
      flex-basis: 100%;
      width: 0; }
    .col-md--relative {
      position: relative; }
    .col-md--overflow-hidden {
      overflow: hidden; }
    .col-md--overflow-visible {
      overflow: visible; } }

@media only screen and (min-width: 1024px) {
  .col-md-lg-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-md-lg-offset-1 {
    margin-left: 4.16667%; }
  .col-md-lg-offset-right-1 {
    margin-right: 4.16667%; }
  .col-md-lg-offset-top-1 {
    margin-top: 4.16667%; }
  .col-md-lg-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-md-lg-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-md-lg-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-md-lg-offset-2 {
    margin-left: 8.33333%; }
  .col-md-lg-offset-right-2 {
    margin-right: 8.33333%; }
  .col-md-lg-offset-top-2 {
    margin-top: 8.33333%; }
  .col-md-lg-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-md-lg-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-md-lg-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-md-lg-offset-3 {
    margin-left: 12.5%; }
  .col-md-lg-offset-right-3 {
    margin-right: 12.5%; }
  .col-md-lg-offset-top-3 {
    margin-top: 12.5%; }
  .col-md-lg-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-md-lg-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-md-lg-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-md-lg-offset-4 {
    margin-left: 16.66667%; }
  .col-md-lg-offset-right-4 {
    margin-right: 16.66667%; }
  .col-md-lg-offset-top-4 {
    margin-top: 16.66667%; }
  .col-md-lg-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-md-lg-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-md-lg-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-md-lg-offset-5 {
    margin-left: 20.83333%; }
  .col-md-lg-offset-right-5 {
    margin-right: 20.83333%; }
  .col-md-lg-offset-top-5 {
    margin-top: 20.83333%; }
  .col-md-lg-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-md-lg-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-md-lg-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-md-lg-offset-6 {
    margin-left: 25%; }
  .col-md-lg-offset-right-6 {
    margin-right: 25%; }
  .col-md-lg-offset-top-6 {
    margin-top: 25%; }
  .col-md-lg-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-md-lg-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-md-lg-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-md-lg-offset-7 {
    margin-left: 29.16667%; }
  .col-md-lg-offset-right-7 {
    margin-right: 29.16667%; }
  .col-md-lg-offset-top-7 {
    margin-top: 29.16667%; }
  .col-md-lg-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-md-lg-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-md-lg-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-md-lg-offset-8 {
    margin-left: 33.33333%; }
  .col-md-lg-offset-right-8 {
    margin-right: 33.33333%; }
  .col-md-lg-offset-top-8 {
    margin-top: 33.33333%; }
  .col-md-lg-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-md-lg-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-md-lg-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-md-lg-offset-9 {
    margin-left: 37.5%; }
  .col-md-lg-offset-right-9 {
    margin-right: 37.5%; }
  .col-md-lg-offset-top-9 {
    margin-top: 37.5%; }
  .col-md-lg-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-md-lg-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-md-lg-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-md-lg-offset-10 {
    margin-left: 41.66667%; }
  .col-md-lg-offset-right-10 {
    margin-right: 41.66667%; }
  .col-md-lg-offset-top-10 {
    margin-top: 41.66667%; }
  .col-md-lg-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-md-lg-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-md-lg-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-md-lg-offset-11 {
    margin-left: 45.83333%; }
  .col-md-lg-offset-right-11 {
    margin-right: 45.83333%; }
  .col-md-lg-offset-top-11 {
    margin-top: 45.83333%; }
  .col-md-lg-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-md-lg-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-md-lg-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-md-lg-offset-12 {
    margin-left: 50%; }
  .col-md-lg-offset-right-12 {
    margin-right: 50%; }
  .col-md-lg-offset-top-12 {
    margin-top: 50%; }
  .col-md-lg-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-md-lg-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-md-lg-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-md-lg-offset-13 {
    margin-left: 54.16667%; }
  .col-md-lg-offset-right-13 {
    margin-right: 54.16667%; }
  .col-md-lg-offset-top-13 {
    margin-top: 54.16667%; }
  .col-md-lg-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-md-lg-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-md-lg-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-md-lg-offset-14 {
    margin-left: 58.33333%; }
  .col-md-lg-offset-right-14 {
    margin-right: 58.33333%; }
  .col-md-lg-offset-top-14 {
    margin-top: 58.33333%; }
  .col-md-lg-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-md-lg-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-md-lg-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-md-lg-offset-15 {
    margin-left: 62.5%; }
  .col-md-lg-offset-right-15 {
    margin-right: 62.5%; }
  .col-md-lg-offset-top-15 {
    margin-top: 62.5%; }
  .col-md-lg-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-md-lg-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-md-lg-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-md-lg-offset-16 {
    margin-left: 66.66667%; }
  .col-md-lg-offset-right-16 {
    margin-right: 66.66667%; }
  .col-md-lg-offset-top-16 {
    margin-top: 66.66667%; }
  .col-md-lg-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-md-lg-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-md-lg-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-md-lg-offset-17 {
    margin-left: 70.83333%; }
  .col-md-lg-offset-right-17 {
    margin-right: 70.83333%; }
  .col-md-lg-offset-top-17 {
    margin-top: 70.83333%; }
  .col-md-lg-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-md-lg-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-md-lg-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-md-lg-offset-18 {
    margin-left: 75%; }
  .col-md-lg-offset-right-18 {
    margin-right: 75%; }
  .col-md-lg-offset-top-18 {
    margin-top: 75%; }
  .col-md-lg-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-md-lg-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-md-lg-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-md-lg-offset-19 {
    margin-left: 79.16667%; }
  .col-md-lg-offset-right-19 {
    margin-right: 79.16667%; }
  .col-md-lg-offset-top-19 {
    margin-top: 79.16667%; }
  .col-md-lg-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-md-lg-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-md-lg-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-md-lg-offset-20 {
    margin-left: 83.33333%; }
  .col-md-lg-offset-right-20 {
    margin-right: 83.33333%; }
  .col-md-lg-offset-top-20 {
    margin-top: 83.33333%; }
  .col-md-lg-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-md-lg-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-md-lg-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-md-lg-offset-21 {
    margin-left: 87.5%; }
  .col-md-lg-offset-right-21 {
    margin-right: 87.5%; }
  .col-md-lg-offset-top-21 {
    margin-top: 87.5%; }
  .col-md-lg-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-md-lg-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-md-lg-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-md-lg-offset-22 {
    margin-left: 91.66667%; }
  .col-md-lg-offset-right-22 {
    margin-right: 91.66667%; }
  .col-md-lg-offset-top-22 {
    margin-top: 91.66667%; }
  .col-md-lg-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-md-lg-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-md-lg-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-md-lg-offset-23 {
    margin-left: 95.83333%; }
  .col-md-lg-offset-right-23 {
    margin-right: 95.83333%; }
  .col-md-lg-offset-top-23 {
    margin-top: 95.83333%; }
  .col-md-lg-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-md-lg-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-md-lg-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-md-lg-offset-24 {
    margin-left: 100%; }
  .col-md-lg-offset-right-24 {
    margin-right: 100%; }
  .col-md-lg-offset-top-24 {
    margin-top: 100%; }
  .col-md-lg-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-md-lg-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-md-lg-offset-0 {
    margin-left: 0; }
  .col-md-lg-offset-right-0 {
    margin-right: 0; }
  .col-md-lg-offset-top-0 {
    margin-top: 0; }
  .row-md-lg--start {
    justify-content: flex-start; }
  .row-md-lg--center {
    justify-content: center; }
  .row-md-lg--end {
    justify-content: flex-end; }
  .row-md-lg--top {
    align-items: flex-start; }
  .row-md-lg--middle {
    align-items: center; }
  .row-md-lg--bottom {
    align-items: flex-end; }
  .row-md-lg--baseline {
    align-items: baseline; }
  .row-md-lg--around {
    justify-content: space-around; }
  .row-md-lg--between {
    justify-content: space-between; }
  .row-md-lg--reverse {
    flex-direction: row-reverse; }
  .row-md-lg--content-start {
    align-content: flex-start; }
  .row-md-lg--grow {
    height: 100%; }
  .row-md-lg--nowrap {
    flex-wrap: nowrap; }
  .row-md-lg--wrap {
    flex-wrap: wrap; }
  .row-md-lg--wrap-reverse {
    flex-wrap: wrap-reverse; }
  .col-md-lg {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-md-lg--first {
      order: -1; }
    .col-md-lg--last {
      order: 1; }
    .col-md-lg--hide {
      display: none; }
    .col-md-lg--show {
      display: flex; }
    .col-md-lg--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-md-lg--show-inline-block {
      display: inline-block; }
    .col-md-lg--clear {
      flex: 0 0 100%; }
    .col-md-lg--unclear {
      flex: 0 1 auto; }
    .col-md-lg--break {
      flex-basis: 100%;
      width: 0; }
    .col-md-lg--relative {
      position: relative; }
    .col-md-lg--overflow-hidden {
      overflow: hidden; }
    .col-md-lg--overflow-visible {
      overflow: visible; } }

@media only screen and (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-lg-offset-1 {
    margin-left: 4.16667%; }
  .col-lg-offset-right-1 {
    margin-right: 4.16667%; }
  .col-lg-offset-top-1 {
    margin-top: 4.16667%; }
  .col-lg-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-lg-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-lg-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-lg-offset-2 {
    margin-left: 8.33333%; }
  .col-lg-offset-right-2 {
    margin-right: 8.33333%; }
  .col-lg-offset-top-2 {
    margin-top: 8.33333%; }
  .col-lg-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-lg-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-lg-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-right-3 {
    margin-right: 12.5%; }
  .col-lg-offset-top-3 {
    margin-top: 12.5%; }
  .col-lg-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-lg-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-lg-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-lg-offset-4 {
    margin-left: 16.66667%; }
  .col-lg-offset-right-4 {
    margin-right: 16.66667%; }
  .col-lg-offset-top-4 {
    margin-top: 16.66667%; }
  .col-lg-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-lg-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-lg-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-lg-offset-5 {
    margin-left: 20.83333%; }
  .col-lg-offset-right-5 {
    margin-right: 20.83333%; }
  .col-lg-offset-top-5 {
    margin-top: 20.83333%; }
  .col-lg-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-lg-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-lg-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-right-6 {
    margin-right: 25%; }
  .col-lg-offset-top-6 {
    margin-top: 25%; }
  .col-lg-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-lg-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-lg-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-lg-offset-7 {
    margin-left: 29.16667%; }
  .col-lg-offset-right-7 {
    margin-right: 29.16667%; }
  .col-lg-offset-top-7 {
    margin-top: 29.16667%; }
  .col-lg-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-lg-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-lg-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-lg-offset-8 {
    margin-left: 33.33333%; }
  .col-lg-offset-right-8 {
    margin-right: 33.33333%; }
  .col-lg-offset-top-8 {
    margin-top: 33.33333%; }
  .col-lg-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-lg-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-lg-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-right-9 {
    margin-right: 37.5%; }
  .col-lg-offset-top-9 {
    margin-top: 37.5%; }
  .col-lg-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-lg-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-lg-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-lg-offset-10 {
    margin-left: 41.66667%; }
  .col-lg-offset-right-10 {
    margin-right: 41.66667%; }
  .col-lg-offset-top-10 {
    margin-top: 41.66667%; }
  .col-lg-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-lg-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-lg-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-lg-offset-11 {
    margin-left: 45.83333%; }
  .col-lg-offset-right-11 {
    margin-right: 45.83333%; }
  .col-lg-offset-top-11 {
    margin-top: 45.83333%; }
  .col-lg-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-lg-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-lg-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-right-12 {
    margin-right: 50%; }
  .col-lg-offset-top-12 {
    margin-top: 50%; }
  .col-lg-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-lg-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-lg-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-lg-offset-13 {
    margin-left: 54.16667%; }
  .col-lg-offset-right-13 {
    margin-right: 54.16667%; }
  .col-lg-offset-top-13 {
    margin-top: 54.16667%; }
  .col-lg-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-lg-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-lg-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-lg-offset-14 {
    margin-left: 58.33333%; }
  .col-lg-offset-right-14 {
    margin-right: 58.33333%; }
  .col-lg-offset-top-14 {
    margin-top: 58.33333%; }
  .col-lg-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-lg-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-lg-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-right-15 {
    margin-right: 62.5%; }
  .col-lg-offset-top-15 {
    margin-top: 62.5%; }
  .col-lg-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-lg-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-lg-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-lg-offset-16 {
    margin-left: 66.66667%; }
  .col-lg-offset-right-16 {
    margin-right: 66.66667%; }
  .col-lg-offset-top-16 {
    margin-top: 66.66667%; }
  .col-lg-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-lg-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-lg-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-lg-offset-17 {
    margin-left: 70.83333%; }
  .col-lg-offset-right-17 {
    margin-right: 70.83333%; }
  .col-lg-offset-top-17 {
    margin-top: 70.83333%; }
  .col-lg-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-lg-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-lg-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-right-18 {
    margin-right: 75%; }
  .col-lg-offset-top-18 {
    margin-top: 75%; }
  .col-lg-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-lg-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-lg-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-lg-offset-19 {
    margin-left: 79.16667%; }
  .col-lg-offset-right-19 {
    margin-right: 79.16667%; }
  .col-lg-offset-top-19 {
    margin-top: 79.16667%; }
  .col-lg-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-lg-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-lg-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-lg-offset-20 {
    margin-left: 83.33333%; }
  .col-lg-offset-right-20 {
    margin-right: 83.33333%; }
  .col-lg-offset-top-20 {
    margin-top: 83.33333%; }
  .col-lg-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-lg-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-lg-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-right-21 {
    margin-right: 87.5%; }
  .col-lg-offset-top-21 {
    margin-top: 87.5%; }
  .col-lg-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-lg-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-lg-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-lg-offset-22 {
    margin-left: 91.66667%; }
  .col-lg-offset-right-22 {
    margin-right: 91.66667%; }
  .col-lg-offset-top-22 {
    margin-top: 91.66667%; }
  .col-lg-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-lg-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-lg-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-lg-offset-23 {
    margin-left: 95.83333%; }
  .col-lg-offset-right-23 {
    margin-right: 95.83333%; }
  .col-lg-offset-top-23 {
    margin-top: 95.83333%; }
  .col-lg-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-lg-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-lg-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-lg-offset-24 {
    margin-left: 100%; }
  .col-lg-offset-right-24 {
    margin-right: 100%; }
  .col-lg-offset-top-24 {
    margin-top: 100%; }
  .col-lg-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-lg-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-right-0 {
    margin-right: 0; }
  .col-lg-offset-top-0 {
    margin-top: 0; }
  .row-lg--start {
    justify-content: flex-start; }
  .row-lg--center {
    justify-content: center; }
  .row-lg--end {
    justify-content: flex-end; }
  .row-lg--top {
    align-items: flex-start; }
  .row-lg--middle {
    align-items: center; }
  .row-lg--bottom {
    align-items: flex-end; }
  .row-lg--baseline {
    align-items: baseline; }
  .row-lg--around {
    justify-content: space-around; }
  .row-lg--between {
    justify-content: space-between; }
  .row-lg--reverse {
    flex-direction: row-reverse; }
  .row-lg--content-start {
    align-content: flex-start; }
  .row-lg--grow {
    height: 100%; }
  .row-lg--nowrap {
    flex-wrap: nowrap; }
  .row-lg--wrap {
    flex-wrap: wrap; }
  .row-lg--wrap-reverse {
    flex-wrap: wrap-reverse; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-lg--first {
      order: -1; }
    .col-lg--last {
      order: 1; }
    .col-lg--hide {
      display: none; }
    .col-lg--show {
      display: flex; }
    .col-lg--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-lg--show-inline-block {
      display: inline-block; }
    .col-lg--clear {
      flex: 0 0 100%; }
    .col-lg--unclear {
      flex: 0 1 auto; }
    .col-lg--break {
      flex-basis: 100%;
      width: 0; }
    .col-lg--relative {
      position: relative; }
    .col-lg--overflow-hidden {
      overflow: hidden; }
    .col-lg--overflow-visible {
      overflow: visible; } }

@media only screen and (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 auto;
    flex-basis: 4.16667vw;
    width: 4.16667vw;
    max-width: 70px; }
  .col-xl-offset-1 {
    margin-left: 4.16667%; }
  .col-xl-offset-right-1 {
    margin-right: 4.16667%; }
  .col-xl-offset-top-1 {
    margin-top: 4.16667%; }
  .col-xl-gutter-right-1 {
    margin-right: min(4.16667vw, 70px); }
  .col-xl-gutter-left-1 {
    margin-left: min(4.16667vw, 70px); }
  .col-xl-2 {
    flex: 0 0 auto;
    flex-basis: 8.33333vw;
    width: 8.33333vw;
    max-width: 140px; }
  .col-xl-offset-2 {
    margin-left: 8.33333%; }
  .col-xl-offset-right-2 {
    margin-right: 8.33333%; }
  .col-xl-offset-top-2 {
    margin-top: 8.33333%; }
  .col-xl-gutter-right-2 {
    margin-right: min(8.33333vw, 140px); }
  .col-xl-gutter-left-2 {
    margin-left: min(8.33333vw, 140px); }
  .col-xl-3 {
    flex: 0 0 auto;
    flex-basis: 12.5vw;
    width: 12.5vw;
    max-width: 210px; }
  .col-xl-offset-3 {
    margin-left: 12.5%; }
  .col-xl-offset-right-3 {
    margin-right: 12.5%; }
  .col-xl-offset-top-3 {
    margin-top: 12.5%; }
  .col-xl-gutter-right-3 {
    margin-right: min(12.5vw, 210px); }
  .col-xl-gutter-left-3 {
    margin-left: min(12.5vw, 210px); }
  .col-xl-4 {
    flex: 0 0 auto;
    flex-basis: 16.66667vw;
    width: 16.66667vw;
    max-width: 280px; }
  .col-xl-offset-4 {
    margin-left: 16.66667%; }
  .col-xl-offset-right-4 {
    margin-right: 16.66667%; }
  .col-xl-offset-top-4 {
    margin-top: 16.66667%; }
  .col-xl-gutter-right-4 {
    margin-right: min(16.66667vw, 280px); }
  .col-xl-gutter-left-4 {
    margin-left: min(16.66667vw, 280px); }
  .col-xl-5 {
    flex: 0 0 auto;
    flex-basis: 20.83333vw;
    width: 20.83333vw;
    max-width: 350px; }
  .col-xl-offset-5 {
    margin-left: 20.83333%; }
  .col-xl-offset-right-5 {
    margin-right: 20.83333%; }
  .col-xl-offset-top-5 {
    margin-top: 20.83333%; }
  .col-xl-gutter-right-5 {
    margin-right: min(20.83333vw, 350px); }
  .col-xl-gutter-left-5 {
    margin-left: min(20.83333vw, 350px); }
  .col-xl-6 {
    flex: 0 0 auto;
    flex-basis: 25vw;
    width: 25vw;
    max-width: 420px; }
  .col-xl-offset-6 {
    margin-left: 25%; }
  .col-xl-offset-right-6 {
    margin-right: 25%; }
  .col-xl-offset-top-6 {
    margin-top: 25%; }
  .col-xl-gutter-right-6 {
    margin-right: min(25vw, 420px); }
  .col-xl-gutter-left-6 {
    margin-left: min(25vw, 420px); }
  .col-xl-7 {
    flex: 0 0 auto;
    flex-basis: 29.16667vw;
    width: 29.16667vw;
    max-width: 490px; }
  .col-xl-offset-7 {
    margin-left: 29.16667%; }
  .col-xl-offset-right-7 {
    margin-right: 29.16667%; }
  .col-xl-offset-top-7 {
    margin-top: 29.16667%; }
  .col-xl-gutter-right-7 {
    margin-right: min(29.16667vw, 490px); }
  .col-xl-gutter-left-7 {
    margin-left: min(29.16667vw, 490px); }
  .col-xl-8 {
    flex: 0 0 auto;
    flex-basis: 33.33333vw;
    width: 33.33333vw;
    max-width: 560px; }
  .col-xl-offset-8 {
    margin-left: 33.33333%; }
  .col-xl-offset-right-8 {
    margin-right: 33.33333%; }
  .col-xl-offset-top-8 {
    margin-top: 33.33333%; }
  .col-xl-gutter-right-8 {
    margin-right: min(33.33333vw, 560px); }
  .col-xl-gutter-left-8 {
    margin-left: min(33.33333vw, 560px); }
  .col-xl-9 {
    flex: 0 0 auto;
    flex-basis: 37.5vw;
    width: 37.5vw;
    max-width: 630px; }
  .col-xl-offset-9 {
    margin-left: 37.5%; }
  .col-xl-offset-right-9 {
    margin-right: 37.5%; }
  .col-xl-offset-top-9 {
    margin-top: 37.5%; }
  .col-xl-gutter-right-9 {
    margin-right: min(37.5vw, 630px); }
  .col-xl-gutter-left-9 {
    margin-left: min(37.5vw, 630px); }
  .col-xl-10 {
    flex: 0 0 auto;
    flex-basis: 41.66667vw;
    width: 41.66667vw;
    max-width: 700px; }
  .col-xl-offset-10 {
    margin-left: 41.66667%; }
  .col-xl-offset-right-10 {
    margin-right: 41.66667%; }
  .col-xl-offset-top-10 {
    margin-top: 41.66667%; }
  .col-xl-gutter-right-10 {
    margin-right: min(41.66667vw, 700px); }
  .col-xl-gutter-left-10 {
    margin-left: min(41.66667vw, 700px); }
  .col-xl-11 {
    flex: 0 0 auto;
    flex-basis: 45.83333vw;
    width: 45.83333vw;
    max-width: 770px; }
  .col-xl-offset-11 {
    margin-left: 45.83333%; }
  .col-xl-offset-right-11 {
    margin-right: 45.83333%; }
  .col-xl-offset-top-11 {
    margin-top: 45.83333%; }
  .col-xl-gutter-right-11 {
    margin-right: min(45.83333vw, 770px); }
  .col-xl-gutter-left-11 {
    margin-left: min(45.83333vw, 770px); }
  .col-xl-12 {
    flex: 0 0 auto;
    flex-basis: 50vw;
    width: 50vw;
    max-width: 840px; }
  .col-xl-offset-12 {
    margin-left: 50%; }
  .col-xl-offset-right-12 {
    margin-right: 50%; }
  .col-xl-offset-top-12 {
    margin-top: 50%; }
  .col-xl-gutter-right-12 {
    margin-right: min(50vw, 840px); }
  .col-xl-gutter-left-12 {
    margin-left: min(50vw, 840px); }
  .col-xl-13 {
    flex: 0 0 auto;
    flex-basis: 54.16667vw;
    width: 54.16667vw;
    max-width: 910px; }
  .col-xl-offset-13 {
    margin-left: 54.16667%; }
  .col-xl-offset-right-13 {
    margin-right: 54.16667%; }
  .col-xl-offset-top-13 {
    margin-top: 54.16667%; }
  .col-xl-gutter-right-13 {
    margin-right: min(54.16667vw, 910px); }
  .col-xl-gutter-left-13 {
    margin-left: min(54.16667vw, 910px); }
  .col-xl-14 {
    flex: 0 0 auto;
    flex-basis: 58.33333vw;
    width: 58.33333vw;
    max-width: 980px; }
  .col-xl-offset-14 {
    margin-left: 58.33333%; }
  .col-xl-offset-right-14 {
    margin-right: 58.33333%; }
  .col-xl-offset-top-14 {
    margin-top: 58.33333%; }
  .col-xl-gutter-right-14 {
    margin-right: min(58.33333vw, 980px); }
  .col-xl-gutter-left-14 {
    margin-left: min(58.33333vw, 980px); }
  .col-xl-15 {
    flex: 0 0 auto;
    flex-basis: 62.5vw;
    width: 62.5vw;
    max-width: 1050px; }
  .col-xl-offset-15 {
    margin-left: 62.5%; }
  .col-xl-offset-right-15 {
    margin-right: 62.5%; }
  .col-xl-offset-top-15 {
    margin-top: 62.5%; }
  .col-xl-gutter-right-15 {
    margin-right: min(62.5vw, 1050px); }
  .col-xl-gutter-left-15 {
    margin-left: min(62.5vw, 1050px); }
  .col-xl-16 {
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
  .col-xl-offset-16 {
    margin-left: 66.66667%; }
  .col-xl-offset-right-16 {
    margin-right: 66.66667%; }
  .col-xl-offset-top-16 {
    margin-top: 66.66667%; }
  .col-xl-gutter-right-16 {
    margin-right: min(66.66667vw, 1120px); }
  .col-xl-gutter-left-16 {
    margin-left: min(66.66667vw, 1120px); }
  .col-xl-17 {
    flex: 0 0 auto;
    flex-basis: 70.83333vw;
    width: 70.83333vw;
    max-width: 1190px; }
  .col-xl-offset-17 {
    margin-left: 70.83333%; }
  .col-xl-offset-right-17 {
    margin-right: 70.83333%; }
  .col-xl-offset-top-17 {
    margin-top: 70.83333%; }
  .col-xl-gutter-right-17 {
    margin-right: min(70.83333vw, 1190px); }
  .col-xl-gutter-left-17 {
    margin-left: min(70.83333vw, 1190px); }
  .col-xl-18 {
    flex: 0 0 auto;
    flex-basis: 75vw;
    width: 75vw;
    max-width: 1260px; }
  .col-xl-offset-18 {
    margin-left: 75%; }
  .col-xl-offset-right-18 {
    margin-right: 75%; }
  .col-xl-offset-top-18 {
    margin-top: 75%; }
  .col-xl-gutter-right-18 {
    margin-right: min(75vw, 1260px); }
  .col-xl-gutter-left-18 {
    margin-left: min(75vw, 1260px); }
  .col-xl-19 {
    flex: 0 0 auto;
    flex-basis: 79.16667vw;
    width: 79.16667vw;
    max-width: 1330px; }
  .col-xl-offset-19 {
    margin-left: 79.16667%; }
  .col-xl-offset-right-19 {
    margin-right: 79.16667%; }
  .col-xl-offset-top-19 {
    margin-top: 79.16667%; }
  .col-xl-gutter-right-19 {
    margin-right: min(79.16667vw, 1330px); }
  .col-xl-gutter-left-19 {
    margin-left: min(79.16667vw, 1330px); }
  .col-xl-20 {
    flex: 0 0 auto;
    flex-basis: 83.33333vw;
    width: 83.33333vw;
    max-width: 1400px; }
  .col-xl-offset-20 {
    margin-left: 83.33333%; }
  .col-xl-offset-right-20 {
    margin-right: 83.33333%; }
  .col-xl-offset-top-20 {
    margin-top: 83.33333%; }
  .col-xl-gutter-right-20 {
    margin-right: min(83.33333vw, 1400px); }
  .col-xl-gutter-left-20 {
    margin-left: min(83.33333vw, 1400px); }
  .col-xl-21 {
    flex: 0 0 auto;
    flex-basis: 87.5vw;
    width: 87.5vw;
    max-width: 1470px; }
  .col-xl-offset-21 {
    margin-left: 87.5%; }
  .col-xl-offset-right-21 {
    margin-right: 87.5%; }
  .col-xl-offset-top-21 {
    margin-top: 87.5%; }
  .col-xl-gutter-right-21 {
    margin-right: min(87.5vw, 1470px); }
  .col-xl-gutter-left-21 {
    margin-left: min(87.5vw, 1470px); }
  .col-xl-22 {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
  .col-xl-offset-22 {
    margin-left: 91.66667%; }
  .col-xl-offset-right-22 {
    margin-right: 91.66667%; }
  .col-xl-offset-top-22 {
    margin-top: 91.66667%; }
  .col-xl-gutter-right-22 {
    margin-right: min(91.66667vw, 1540px); }
  .col-xl-gutter-left-22 {
    margin-left: min(91.66667vw, 1540px); }
  .col-xl-23 {
    flex: 0 0 auto;
    flex-basis: 95.83333vw;
    width: 95.83333vw;
    max-width: 1610px; }
  .col-xl-offset-23 {
    margin-left: 95.83333%; }
  .col-xl-offset-right-23 {
    margin-right: 95.83333%; }
  .col-xl-offset-top-23 {
    margin-top: 95.83333%; }
  .col-xl-gutter-right-23 {
    margin-right: min(95.83333vw, 1610px); }
  .col-xl-gutter-left-23 {
    margin-left: min(95.83333vw, 1610px); }
  .col-xl-24 {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
  .col-xl-offset-24 {
    margin-left: 100%; }
  .col-xl-offset-right-24 {
    margin-right: 100%; }
  .col-xl-offset-top-24 {
    margin-top: 100%; }
  .col-xl-gutter-right-24 {
    margin-right: min(100vw, 1680px); }
  .col-xl-gutter-left-24 {
    margin-left: min(100vw, 1680px); }
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-offset-right-0 {
    margin-right: 0; }
  .col-xl-offset-top-0 {
    margin-top: 0; }
  .row-xl--start {
    justify-content: flex-start; }
  .row-xl--center {
    justify-content: center; }
  .row-xl--end {
    justify-content: flex-end; }
  .row-xl--top {
    align-items: flex-start; }
  .row-xl--middle {
    align-items: center; }
  .row-xl--bottom {
    align-items: flex-end; }
  .row-xl--baseline {
    align-items: baseline; }
  .row-xl--around {
    justify-content: space-around; }
  .row-xl--between {
    justify-content: space-between; }
  .row-xl--reverse {
    flex-direction: row-reverse; }
  .row-xl--content-start {
    align-content: flex-start; }
  .row-xl--grow {
    height: 100%; }
  .row-xl--nowrap {
    flex-wrap: nowrap; }
  .row-xl--wrap {
    flex-wrap: wrap; }
  .row-xl--wrap-reverse {
    flex-wrap: wrap-reverse; }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
    .col-xl--first {
      order: -1; }
    .col-xl--last {
      order: 1; }
    .col-xl--hide {
      display: none; }
    .col-xl--show {
      display: flex; }
    .col-xl--shrink {
      flex-shrink: 1;
      flex-grow: 0; }
    .col-xl--show-inline-block {
      display: inline-block; }
    .col-xl--clear {
      flex: 0 0 100%; }
    .col-xl--unclear {
      flex: 0 1 auto; }
    .col-xl--break {
      flex-basis: 100%;
      width: 0; }
    .col-xl--relative {
      position: relative; }
    .col-xl--overflow-hidden {
      overflow: hidden; }
    .col-xl--overflow-visible {
      overflow: visible; } }

.press-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  margin: 0 20px;
  max-width: 1420px;
  gap: 20px; }
  @media only screen and (min-width: 768px) {
    .press-row {
      margin: 0 40px; } }
  .press-row .press-row {
    margin: 0; }
  .press-row__bleed {
    margin-right: 0; }

.press-col-xs-1 {
  grid-column-end: span 1; }

.press-col-xs-2 {
  grid-column-end: span 2; }

.press-col-xs-3 {
  grid-column-end: span 3; }

.press-col-xs-4 {
  grid-column-end: span 4; }

.press-col-xs-5 {
  grid-column-end: span 5; }

.press-col-xs-6 {
  grid-column-end: span 6; }

.press-col-xs-7 {
  grid-column-end: span 7; }

.press-col-xs-8 {
  grid-column-end: span 8; }

.press-col-xs-9 {
  grid-column-end: span 9; }

.press-col-xs-10 {
  grid-column-end: span 10; }

.press-col-xs-11 {
  grid-column-end: span 11; }

.press-col-xs-12 {
  grid-column-end: span 12; }

.press-col-xs-rowspan-1 {
  grid-row-end: span 1; }

.press-col-xs-rowspan-2 {
  grid-row-end: span 2; }

.press-col-xs-rowspan-3 {
  grid-row-end: span 3; }

.press-col-xs-rowspan-4 {
  grid-row-end: span 4; }

.press-col-xs-rowspan-5 {
  grid-row-end: span 5; }

.press-col-xs-rowspan-6 {
  grid-row-end: span 6; }

.press-col-xs-rowspan-7 {
  grid-row-end: span 7; }

.press-col-xs-rowspan-8 {
  grid-row-end: span 8; }

.press-col-xs-rowspan-9 {
  grid-row-end: span 9; }

.press-col-xs-rowspan-10 {
  grid-row-end: span 10; }

.press-col-xs-rowspan-11 {
  grid-row-end: span 11; }

.press-col-xs-rowspan-12 {
  grid-row-end: span 12; }

.press-col-xs-rowspan-13 {
  grid-row-end: span 13; }

.press-col-xs-rowspan-14 {
  grid-row-end: span 14; }

.press-col-xs-rowspan-15 {
  grid-row-end: span 15; }

.press-col-xs-rowspan-16 {
  grid-row-end: span 16; }

.press-col-xs-rowspan-17 {
  grid-row-end: span 17; }

.press-col-xs-rowspan-18 {
  grid-row-end: span 18; }

.press-col-xs-rowspan-19 {
  grid-row-end: span 19; }

.press-col-xs-rowspan-20 {
  grid-row-end: span 20; }

@media only screen and (min-width: 375px) {
  .press-col-sm-1 {
    grid-column-end: span 1; }
  .press-col-sm-2 {
    grid-column-end: span 2; }
  .press-col-sm-3 {
    grid-column-end: span 3; }
  .press-col-sm-4 {
    grid-column-end: span 4; }
  .press-col-sm-5 {
    grid-column-end: span 5; }
  .press-col-sm-6 {
    grid-column-end: span 6; }
  .press-col-sm-7 {
    grid-column-end: span 7; }
  .press-col-sm-8 {
    grid-column-end: span 8; }
  .press-col-sm-9 {
    grid-column-end: span 9; }
  .press-col-sm-10 {
    grid-column-end: span 10; }
  .press-col-sm-11 {
    grid-column-end: span 11; }
  .press-col-sm-12 {
    grid-column-end: span 12; }
  .press-col-sm-rowspan-1 {
    grid-row-end: span 1; }
  .press-col-sm-rowspan-2 {
    grid-row-end: span 2; }
  .press-col-sm-rowspan-3 {
    grid-row-end: span 3; }
  .press-col-sm-rowspan-4 {
    grid-row-end: span 4; }
  .press-col-sm-rowspan-5 {
    grid-row-end: span 5; }
  .press-col-sm-rowspan-6 {
    grid-row-end: span 6; }
  .press-col-sm-rowspan-7 {
    grid-row-end: span 7; }
  .press-col-sm-rowspan-8 {
    grid-row-end: span 8; }
  .press-col-sm-rowspan-9 {
    grid-row-end: span 9; }
  .press-col-sm-rowspan-10 {
    grid-row-end: span 10; }
  .press-col-sm-rowspan-11 {
    grid-row-end: span 11; }
  .press-col-sm-rowspan-12 {
    grid-row-end: span 12; }
  .press-col-sm-rowspan-13 {
    grid-row-end: span 13; }
  .press-col-sm-rowspan-14 {
    grid-row-end: span 14; }
  .press-col-sm-rowspan-15 {
    grid-row-end: span 15; }
  .press-col-sm-rowspan-16 {
    grid-row-end: span 16; }
  .press-col-sm-rowspan-17 {
    grid-row-end: span 17; }
  .press-col-sm-rowspan-18 {
    grid-row-end: span 18; }
  .press-col-sm-rowspan-19 {
    grid-row-end: span 19; }
  .press-col-sm-rowspan-20 {
    grid-row-end: span 20; } }

@media only screen and (min-width: 640px) {
  .press-col-md-sm-1 {
    grid-column-end: span 1; }
  .press-col-md-sm-2 {
    grid-column-end: span 2; }
  .press-col-md-sm-3 {
    grid-column-end: span 3; }
  .press-col-md-sm-4 {
    grid-column-end: span 4; }
  .press-col-md-sm-5 {
    grid-column-end: span 5; }
  .press-col-md-sm-6 {
    grid-column-end: span 6; }
  .press-col-md-sm-7 {
    grid-column-end: span 7; }
  .press-col-md-sm-8 {
    grid-column-end: span 8; }
  .press-col-md-sm-9 {
    grid-column-end: span 9; }
  .press-col-md-sm-10 {
    grid-column-end: span 10; }
  .press-col-md-sm-11 {
    grid-column-end: span 11; }
  .press-col-md-sm-12 {
    grid-column-end: span 12; }
  .press-col-md-sm-rowspan-1 {
    grid-row-end: span 1; }
  .press-col-md-sm-rowspan-2 {
    grid-row-end: span 2; }
  .press-col-md-sm-rowspan-3 {
    grid-row-end: span 3; }
  .press-col-md-sm-rowspan-4 {
    grid-row-end: span 4; }
  .press-col-md-sm-rowspan-5 {
    grid-row-end: span 5; }
  .press-col-md-sm-rowspan-6 {
    grid-row-end: span 6; }
  .press-col-md-sm-rowspan-7 {
    grid-row-end: span 7; }
  .press-col-md-sm-rowspan-8 {
    grid-row-end: span 8; }
  .press-col-md-sm-rowspan-9 {
    grid-row-end: span 9; }
  .press-col-md-sm-rowspan-10 {
    grid-row-end: span 10; }
  .press-col-md-sm-rowspan-11 {
    grid-row-end: span 11; }
  .press-col-md-sm-rowspan-12 {
    grid-row-end: span 12; }
  .press-col-md-sm-rowspan-13 {
    grid-row-end: span 13; }
  .press-col-md-sm-rowspan-14 {
    grid-row-end: span 14; }
  .press-col-md-sm-rowspan-15 {
    grid-row-end: span 15; }
  .press-col-md-sm-rowspan-16 {
    grid-row-end: span 16; }
  .press-col-md-sm-rowspan-17 {
    grid-row-end: span 17; }
  .press-col-md-sm-rowspan-18 {
    grid-row-end: span 18; }
  .press-col-md-sm-rowspan-19 {
    grid-row-end: span 19; }
  .press-col-md-sm-rowspan-20 {
    grid-row-end: span 20; } }

@media only screen and (min-width: 768px) {
  .press-col-md-1 {
    grid-column-end: span 1; }
  .press-col-md-2 {
    grid-column-end: span 2; }
  .press-col-md-3 {
    grid-column-end: span 3; }
  .press-col-md-4 {
    grid-column-end: span 4; }
  .press-col-md-5 {
    grid-column-end: span 5; }
  .press-col-md-6 {
    grid-column-end: span 6; }
  .press-col-md-7 {
    grid-column-end: span 7; }
  .press-col-md-8 {
    grid-column-end: span 8; }
  .press-col-md-9 {
    grid-column-end: span 9; }
  .press-col-md-10 {
    grid-column-end: span 10; }
  .press-col-md-11 {
    grid-column-end: span 11; }
  .press-col-md-12 {
    grid-column-end: span 12; }
  .press-col-md-rowspan-1 {
    grid-row-end: span 1; }
  .press-col-md-rowspan-2 {
    grid-row-end: span 2; }
  .press-col-md-rowspan-3 {
    grid-row-end: span 3; }
  .press-col-md-rowspan-4 {
    grid-row-end: span 4; }
  .press-col-md-rowspan-5 {
    grid-row-end: span 5; }
  .press-col-md-rowspan-6 {
    grid-row-end: span 6; }
  .press-col-md-rowspan-7 {
    grid-row-end: span 7; }
  .press-col-md-rowspan-8 {
    grid-row-end: span 8; }
  .press-col-md-rowspan-9 {
    grid-row-end: span 9; }
  .press-col-md-rowspan-10 {
    grid-row-end: span 10; }
  .press-col-md-rowspan-11 {
    grid-row-end: span 11; }
  .press-col-md-rowspan-12 {
    grid-row-end: span 12; }
  .press-col-md-rowspan-13 {
    grid-row-end: span 13; }
  .press-col-md-rowspan-14 {
    grid-row-end: span 14; }
  .press-col-md-rowspan-15 {
    grid-row-end: span 15; }
  .press-col-md-rowspan-16 {
    grid-row-end: span 16; }
  .press-col-md-rowspan-17 {
    grid-row-end: span 17; }
  .press-col-md-rowspan-18 {
    grid-row-end: span 18; }
  .press-col-md-rowspan-19 {
    grid-row-end: span 19; }
  .press-col-md-rowspan-20 {
    grid-row-end: span 20; } }

@media only screen and (min-width: 1024px) {
  .press-col-md-lg-1 {
    grid-column-end: span 1; }
  .press-col-md-lg-2 {
    grid-column-end: span 2; }
  .press-col-md-lg-3 {
    grid-column-end: span 3; }
  .press-col-md-lg-4 {
    grid-column-end: span 4; }
  .press-col-md-lg-5 {
    grid-column-end: span 5; }
  .press-col-md-lg-6 {
    grid-column-end: span 6; }
  .press-col-md-lg-7 {
    grid-column-end: span 7; }
  .press-col-md-lg-8 {
    grid-column-end: span 8; }
  .press-col-md-lg-9 {
    grid-column-end: span 9; }
  .press-col-md-lg-10 {
    grid-column-end: span 10; }
  .press-col-md-lg-11 {
    grid-column-end: span 11; }
  .press-col-md-lg-12 {
    grid-column-end: span 12; }
  .press-col-md-lg-rowspan-1 {
    grid-row-end: span 1; }
  .press-col-md-lg-rowspan-2 {
    grid-row-end: span 2; }
  .press-col-md-lg-rowspan-3 {
    grid-row-end: span 3; }
  .press-col-md-lg-rowspan-4 {
    grid-row-end: span 4; }
  .press-col-md-lg-rowspan-5 {
    grid-row-end: span 5; }
  .press-col-md-lg-rowspan-6 {
    grid-row-end: span 6; }
  .press-col-md-lg-rowspan-7 {
    grid-row-end: span 7; }
  .press-col-md-lg-rowspan-8 {
    grid-row-end: span 8; }
  .press-col-md-lg-rowspan-9 {
    grid-row-end: span 9; }
  .press-col-md-lg-rowspan-10 {
    grid-row-end: span 10; }
  .press-col-md-lg-rowspan-11 {
    grid-row-end: span 11; }
  .press-col-md-lg-rowspan-12 {
    grid-row-end: span 12; }
  .press-col-md-lg-rowspan-13 {
    grid-row-end: span 13; }
  .press-col-md-lg-rowspan-14 {
    grid-row-end: span 14; }
  .press-col-md-lg-rowspan-15 {
    grid-row-end: span 15; }
  .press-col-md-lg-rowspan-16 {
    grid-row-end: span 16; }
  .press-col-md-lg-rowspan-17 {
    grid-row-end: span 17; }
  .press-col-md-lg-rowspan-18 {
    grid-row-end: span 18; }
  .press-col-md-lg-rowspan-19 {
    grid-row-end: span 19; }
  .press-col-md-lg-rowspan-20 {
    grid-row-end: span 20; } }

@media only screen and (min-width: 1280px) {
  .press-col-lg-1 {
    grid-column-end: span 1; }
  .press-col-lg-2 {
    grid-column-end: span 2; }
  .press-col-lg-3 {
    grid-column-end: span 3; }
  .press-col-lg-4 {
    grid-column-end: span 4; }
  .press-col-lg-5 {
    grid-column-end: span 5; }
  .press-col-lg-6 {
    grid-column-end: span 6; }
  .press-col-lg-7 {
    grid-column-end: span 7; }
  .press-col-lg-8 {
    grid-column-end: span 8; }
  .press-col-lg-9 {
    grid-column-end: span 9; }
  .press-col-lg-10 {
    grid-column-end: span 10; }
  .press-col-lg-11 {
    grid-column-end: span 11; }
  .press-col-lg-12 {
    grid-column-end: span 12; }
  .press-col-lg-rowspan-1 {
    grid-row-end: span 1; }
  .press-col-lg-rowspan-2 {
    grid-row-end: span 2; }
  .press-col-lg-rowspan-3 {
    grid-row-end: span 3; }
  .press-col-lg-rowspan-4 {
    grid-row-end: span 4; }
  .press-col-lg-rowspan-5 {
    grid-row-end: span 5; }
  .press-col-lg-rowspan-6 {
    grid-row-end: span 6; }
  .press-col-lg-rowspan-7 {
    grid-row-end: span 7; }
  .press-col-lg-rowspan-8 {
    grid-row-end: span 8; }
  .press-col-lg-rowspan-9 {
    grid-row-end: span 9; }
  .press-col-lg-rowspan-10 {
    grid-row-end: span 10; }
  .press-col-lg-rowspan-11 {
    grid-row-end: span 11; }
  .press-col-lg-rowspan-12 {
    grid-row-end: span 12; }
  .press-col-lg-rowspan-13 {
    grid-row-end: span 13; }
  .press-col-lg-rowspan-14 {
    grid-row-end: span 14; }
  .press-col-lg-rowspan-15 {
    grid-row-end: span 15; }
  .press-col-lg-rowspan-16 {
    grid-row-end: span 16; }
  .press-col-lg-rowspan-17 {
    grid-row-end: span 17; }
  .press-col-lg-rowspan-18 {
    grid-row-end: span 18; }
  .press-col-lg-rowspan-19 {
    grid-row-end: span 19; }
  .press-col-lg-rowspan-20 {
    grid-row-end: span 20; } }

@media only screen and (min-width: 1440px) {
  .press-col-xl-1 {
    grid-column-end: span 1; }
  .press-col-xl-2 {
    grid-column-end: span 2; }
  .press-col-xl-3 {
    grid-column-end: span 3; }
  .press-col-xl-4 {
    grid-column-end: span 4; }
  .press-col-xl-5 {
    grid-column-end: span 5; }
  .press-col-xl-6 {
    grid-column-end: span 6; }
  .press-col-xl-7 {
    grid-column-end: span 7; }
  .press-col-xl-8 {
    grid-column-end: span 8; }
  .press-col-xl-9 {
    grid-column-end: span 9; }
  .press-col-xl-10 {
    grid-column-end: span 10; }
  .press-col-xl-11 {
    grid-column-end: span 11; }
  .press-col-xl-12 {
    grid-column-end: span 12; }
  .press-col-xl-rowspan-1 {
    grid-row-end: span 1; }
  .press-col-xl-rowspan-2 {
    grid-row-end: span 2; }
  .press-col-xl-rowspan-3 {
    grid-row-end: span 3; }
  .press-col-xl-rowspan-4 {
    grid-row-end: span 4; }
  .press-col-xl-rowspan-5 {
    grid-row-end: span 5; }
  .press-col-xl-rowspan-6 {
    grid-row-end: span 6; }
  .press-col-xl-rowspan-7 {
    grid-row-end: span 7; }
  .press-col-xl-rowspan-8 {
    grid-row-end: span 8; }
  .press-col-xl-rowspan-9 {
    grid-row-end: span 9; }
  .press-col-xl-rowspan-10 {
    grid-row-end: span 10; }
  .press-col-xl-rowspan-11 {
    grid-row-end: span 11; }
  .press-col-xl-rowspan-12 {
    grid-row-end: span 12; }
  .press-col-xl-rowspan-13 {
    grid-row-end: span 13; }
  .press-col-xl-rowspan-14 {
    grid-row-end: span 14; }
  .press-col-xl-rowspan-15 {
    grid-row-end: span 15; }
  .press-col-xl-rowspan-16 {
    grid-row-end: span 16; }
  .press-col-xl-rowspan-17 {
    grid-row-end: span 17; }
  .press-col-xl-rowspan-18 {
    grid-row-end: span 18; }
  .press-col-xl-rowspan-19 {
    grid-row-end: span 19; }
  .press-col-xl-rowspan-20 {
    grid-row-end: span 20; } }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Black.c83a1dc24886.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Black.c83a1dc24886.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Black.1ba4e09010fe.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Black.f9462fbe5395.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Black.39ec6d3b10da.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Black.a846602c49e6.svg#GlyphaLTPro-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.ca48a7a469d6.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.ca48a7a469d6.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.0a448acc8f25.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.b8816cc7ef73.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.5bad3c1140d3.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-BlackOblique.178d8653bc23.svg#GlyphaLTPro-BlackOblique") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Bold.b9d7559e2cf5.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Bold.b9d7559e2cf5.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Bold.032d5f906e17.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Bold.fd247c80fca8.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Bold.dcd8684cabb9.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Bold.ce14419fe03e.svg#GlyphaLTPro-Bold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.4944738978d9.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.4944738978d9.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.f6847250f2f8.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.b7ed67e2b76d.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.73b8c3f5a510.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-BoldOblique.8bb7d7ccf6e7.svg#GlyphaLTPro-BoldOblique") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Roman.75c1daf478a0.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Roman.75c1daf478a0.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Roman.fce902c1cd91.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Roman.de394a05e132.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Roman.3412c119c584.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Roman.150c39fed6bb.svg#GlyphaLTPro-Roman") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Oblique.a59e227b1376.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Oblique.a59e227b1376.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.256c34473ae5.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.ffce46b4bcbd.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.4727ee645fea.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Oblique.0712ccb41bce.svg#GlyphaLTPro-Oblique") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Light.3a0c0187c756.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Light.3a0c0187c756.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Light.25599f91b4c1.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Light.7443f6de14e9.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Light.b73f2a277caa.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Light.f74837ee0e1b.svg#GlyphaLTPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-LightOblique.edca22b7f9eb.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-LightOblique.edca22b7f9eb.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.db65e042f2d3.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.5c288192c6e9.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.27cf95de04d8.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-LightOblique.cbf08992219d.svg#GlyphaLTPro-LightOblique") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-Thin.cd30b1905525.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-Thin.cd30b1905525.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-Thin.25bcfa015e11.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-Thin.3be64f64d1e3.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-Thin.1087f8e615a5.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-Thin.b58aafe8cdfc.svg#GlyphaLTPro-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Glypha LT Pro';
  src: url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.0f6e1292a65a.eot");
  src: url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.0f6e1292a65a.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.e39023975c60.woff2") format("woff2"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.0f3c755fb4c4.woff") format("woff"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.d5aaa94246be.ttf") format("truetype"), url("/static/fonts/glypha/GlyphaLTPro-ThinOblique.78df5408933b.svg#GlyphaLTPro-ThinOblique") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Univers';
  src: url("/static/fonts/univers/UniversLTW02-65Bold.f317a16e331c.eot");
  src: url("/static/fonts/univers/UniversLTW02-65Bold.f317a16e331c.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univers/UniversLTW02-65Bold.073e68ae39b8.woff2") format("woff2"), url("/static/fonts/univers/UniversLTW02-65Bold.02ce0e20e9db.woff") format("woff"), url("/static/fonts/univers/UniversLTW02-65Bold.8d28e7283779.ttf") format("truetype"), url("/static/fonts/univers/UniversLTW02-65Bold.248cad2c8af1.svg#UniversLTW02-65Bold") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Univers Black';
  src: url("/static/fonts/univers/UniversLTStd-Black.30729ce1c21d.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'UniversExtended';
  src: url("/static/fonts/univers/UniversLTStd-BlackEx.4a6f971c03af.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Univers';
  src: url("/static/fonts/univers/UniversLTW02-55Bold.f19ff963accf.eot");
  src: url("/static/fonts/univers/UniversLTW02-55Bold.f19ff963accf.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univers/UniversLTW02-55Bold.ae97591f26f2.woff2") format("woff2"), url("/static/fonts/univers/UniversLTW02-55Bold.ef40fbd97091.woff") format("woff"), url("/static/fonts/univers/UniversLTW02-55Bold.ff0369fbb923.ttf") format("truetype"), url("/static/fonts/univers/UniversLTW02-55Bold.52dd2cb14e15.svg#UniversLTW02-55Bold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Univers';
  src: url("/static/fonts/univers/UniversLTW02-45Light.cbd122209b91.eot");
  src: url("/static/fonts/univers/UniversLTW02-45Light.cbd122209b91.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univers/UniversLTW02-45Light.749ed44bbfa0.woff2") format("woff2"), url("/static/fonts/univers/UniversLTW02-45Light.67adced11f88.woff") format("woff"), url("/static/fonts/univers/UniversLTW02-45Light.8e9dcc5dbb7a.ttf") format("truetype"), url("/static/fonts/univers/UniversLTW02-45Light.8cc995a2c839.svg#UniversLTW02-45Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Light.ae64d6fe3fb7.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light.b06c24183cda.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light.7796f79a4aff.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light.1bf1244c95ba.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.69b062ae04d7.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.5048e5c39b72.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.7ae8788b1943.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Light-Italic.481c126317a2.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.b95fac1180a0.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.fdb856add2fa.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.5cd12b713ad6.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular.9511d904dd1b.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.df4ddd97670c.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.4d2137d41709.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.717d7899b598.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Regular-Italic.73300e4d1829.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.6a11845b12a0.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.4eb6586fe45d.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.df890054ce8d.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold.23c22cba3c2b.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "GT Cinetype";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.2575e5db94e5.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.5b9d7abe6902.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.b3267a809a2b.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Bold-Italic.826400696e2e.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "GT Cinetype Mono";
  src: url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.96731ac47001.woff2") format("woff2"), url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.1ab780fced9b.woff") format("woff"), url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.0c880d4dd4d0.otf") format("opentype"), url("/static/fonts/gt-cinetype/GT-Cinetype-Mono.c46011fecc06.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

/**
Bradford Fonts:
Legal Disclaimer for Web licence
Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF
and WOFF2 font formats.
Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade
It is strictly prohibited to rename the font and to download or use these fonts in any other media.
These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
www.indexventures.com  (monthly pageviews: <250K)
*/
@font-face {
  font-family: 'BradfordLLWeb-Light';
  src: url("/static/fonts/bradford/BradfordLLWeb-Light.daa350987f53.woff2") format("woff2"), url("/static/fonts/bradford/BradfordLLWeb-Light.a8adaa9d4061.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'BradfordLLWeb-LightItalic';
  src: url("/static/fonts/bradford/BradfordLLWeb-LightItalic.85bed1d2a0a4.woff2") format("woff2"), url("/static/fonts/bradford/BradfordLLWeb-LightItalic.de5cc070c1de.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'BradfordLLWeb-Regular';
  src: url("/static/fonts/bradford/BradfordLLWeb-Regular.494a19499b87.woff2") format("woff2"), url("/static/fonts/bradford/BradfordLLWeb-Regular.6d6f8a5f1c33.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'BradfordLLWeb-Italic';
  src: url("/static/fonts/bradford/BradfordLLWeb-Italic.19c1fa8ab1ed.woff2") format("woff2"), url("/static/fonts/bradford/BradfordLLWeb-Italic.e3ca48051d27.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'BradfordLLWeb-Bold';
  src: url("/static/fonts/bradford/BradfordLLWeb-Bold.73ec36b4de1a.woff2") format("woff2"), url("/static/fonts/bradford/BradfordLLWeb-Bold.5ac0e4af65f7.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'BradfordLLWeb-BoldItalic';
  src: url("/static/fonts/bradford/BradfordLLWeb-BoldItalic.443ccf502d2e.woff2") format("woff2"), url("/static/fonts/bradford/BradfordLLWeb-BoldItalic.804abb16bfab.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

/*end Bradford fonts*/
@font-face {
  font-family: 'ABCDiatypeVariable';
  src: url("/static/fonts/abcdiatype/ABCDiatypeVariable.4a1963de6e6d.woff2") format("woff2"), url("/static/fonts/abcdiatype/ABCDiatypeVariable.182ab62f1348.woff") format("woff");
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-style: normal; }

@font-face {
  font-family: 'ABCDiatype-Black';
  src: url("/static/fonts/abcdiatype/ABCDiatype-Black.31f8185fd178.woff2") format("woff2"), url("/static/fonts/abcdiatype/ABCDiatype-Black.94db005e1b6b.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Univers LT Pro';
  src: url("/static/fonts/univers_lt_pro/UniversLTPro-45Light.3b8bc95d7e0d.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Univers LT Pro';
  src: url("/static/fonts/univers_lt_pro/UniversLTPro-45LightOblique.bbcb7890c74e.otf") format("opentype");
  font-weight: 300;
  font-style: oblique; }

@font-face {
  font-family: 'Univers LT Pro';
  src: url("/static/fonts/univers_lt_pro/UniversLTPro-55Oblique.7f77dde65908.otf") format("opentype");
  font-weight: 400;
  font-style: oblique; }

@font-face {
  font-family: 'Univers LT Pro';
  src: url("/static/fonts/univers_lt_pro/UniversLTPro-65BoldOblique.ee86fb776772.otf") format("opentype");
  font-weight: 700;
  font-style: oblique; }

@font-face {
  font-family: 'Univers LT Pro';
  src: url("/static/fonts/univers_lt_pro/UniversLTPro-65Bold.d72a54efa78f.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Univers LT Pro';
  src: url("/static/fonts/univers_lt_pro/UniversLTPro-55Roman.9f05792cccf1.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale3d(1.05, 1.05, 1); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Import core styles (grid, reset, typography) */
.font-glypha-light {
  font-family: 'Glypha LT Pro', Times, serif;
  font-weight: 300;
  font-style: normal; }

.bradford-light {
  font-family: BradfordLLWeb-Light, Garamond, serif;
  font-weight: 400;
  font-style: normal; }
  .bradford-light i,
  .bradford-light em {
    font-family: BradfordLLWeb-LightItalic, Garamond, serif;
    font-weight: 400;
    font-style: italic; }

html {
  font-size: 62.5%; }

body {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  color: #181818; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 2.4rem;
      line-height: 3.6rem; } }
  body, body.background-light {
    color: #181818; }
  body.background-dark {
    color: #ffffff; }

em,
i {
  font-style: italic; }

.spacer12 {
  height: 12px; }

.spacer24 {
  height: 24px; }

.spacer32 {
  height: 32px; }

.spacer48 {
  height: 48px; }

.spacer64 {
  height: 64px; }

.spacer96 {
  height: 96px; }

blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
  clear: both;
  display: block;
  border-left: 4px solid #181818;
  font-weight: bold;
  padding: 0 0 0 2.8rem;
  margin-bottom: 24px;
  width: 100%; }
  @media only screen and (min-width: 1280px) {
    blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
      padding: 0 0 0 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    blockquote.bq-left, blockquote.bq-full, blockquote.bq-right {
      padding: 0 3.6rem; } }
  blockquote.bq-left cite.citation, blockquote.bq-full cite.citation, blockquote.bq-right cite.citation {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: normal;
    text-transform: none; }
    @media only screen and (min-width: 768px) {
      blockquote.bq-left cite.citation, blockquote.bq-full cite.citation, blockquote.bq-right cite.citation {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      blockquote.bq-left cite.citation, blockquote.bq-full cite.citation, blockquote.bq-right cite.citation {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

@media only screen and (min-width: 1024px) {
  blockquote.bq-left {
    float: left;
    width: 50%;
    padding-right: 1.8rem;
    margin-right: 1.8rem; } }

@media only screen and (min-width: 1024px) {
  blockquote.bq-right {
    float: right;
    width: 50%;
    margin-left: 3.6rem;
    padding-right: 0; } }

blockquote .quote-share {
  display: flex;
  margin-left: -6px; }
  blockquote .quote-share a, blockquote .quote-share a:link, blockquote .quote-share a:visited {
    display: block;
    padding: 5px 10px 0 0;
    text-decoration: none;
    border-bottom: none; }
    blockquote .quote-share a svg path, blockquote .quote-share a:link svg path, blockquote .quote-share a:visited svg path {
      transition: fill-opacity 250ms ease-in-out;
      fill: #181818;
      fill-opacity: 0.65; }
  blockquote .quote-share a:hover, blockquote .quote-share a:focus, blockquote .quote-share a:active {
    cursor: pointer;
    text-decoration: none;
    border-bottom: none; }
    blockquote .quote-share a:hover svg path, blockquote .quote-share a:focus svg path, blockquote .quote-share a:active svg path {
      fill-opacity: 1; }

.-bg-color-charcoal blockquote.bq-left, .-bg-color-charcoal blockquote.bq-full, .-bg-color-charcoal blockquote.bq-right {
  border-color: #ffffff; }

.-bg-color-charcoal blockquote .quote-share a, .-bg-color-charcoal blockquote .quote-share a:link, .-bg-color-charcoal blockquote .quote-share a:visited {
  text-decoration: none;
  border-bottom: none !important; }
  .-bg-color-charcoal blockquote .quote-share a svg path, .-bg-color-charcoal blockquote .quote-share a:link svg path, .-bg-color-charcoal blockquote .quote-share a:visited svg path {
    fill: #ffffff;
    fill-opacity: 0.55; }

.-bg-color-charcoal blockquote .quote-share a:hover svg path, .-bg-color-charcoal blockquote .quote-share a:focus svg path, .-bg-color-charcoal blockquote .quote-share a:active svg path {
  fill-opacity: 1; }

/*  Section Mixin Example
    ===========================================================

    Assigning different top and bottom padding to `.classname`:

    INPUT (scss)
    ------------
    .classname {
        @include section(none, xl-top);
        @include section(none, md-bottom);
    }

    OUTPUT (css)
    ------------
    .classname {
        padding-top: 240px;
        padding-bottom: 80px;
        ....
    }

*/
.-bg-color-charcoal {
  background-color: #181818;
  color: #ffffff; }
  .-bg-color-charcoal .cta-button-text {
    color: #ffffff;
    border-color: #e42313; }

.-bg-color-transparent {
  background-color: transparent;
  color: #181818; }
  .-bg-color-transparent .cta-button-text {
    color: #181818;
    border-color: #e42313; }

.video__button--show {
  padding: 0;
  border: 0;
  cursor: pointer;
  position: relative; }
  .video__button--show:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("/static/images/icon-play.17ea4319152e.png") center center no-repeat;
    transform: translate(-50%, -50%); }

* {
  box-sizing: border-box; }

body {
  width: 100vw;
  overflow-x: hidden;
  background-color: var(--custom-background-color, #eeebe5);
  transition: background-color 700ms ease;
  position: relative; }
  body .main-nav-logo .fingers path,
  body .footer-logo .fingers path {
    fill: var(--finger-color, #e42313); }
  body .table-block-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      body .table-block-container table {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      body .table-block-container table {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    body .table-block-container table th,
    body .table-block-container table td {
      padding: 12px 12px 24px 0;
      text-align: left;
      border-bottom: 1px solid #b1b1b1; }
    body .table-block-container table th {
      font-weight: bold; }
    body .table-block-container table tr:last-child td {
      border-bottom: none; }
  body.template-locations-index {
    background-color: #181818; }
    body.template-locations-index .page-hero__headline {
      color: #ffffff; }
  body .skip-link {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      body .skip-link {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      body .skip-link {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    body .skip-link:focus {
      border: 0;
      clip: auto;
      height: auto;
      margin: 0;
      position: absolute;
      width: auto;
      top: 0;
      left: 0; }
  body .search-scrim {
    position: fixed;
    background-color: rgba(238, 235, 229, 0.12);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 150ms linear;
    pointer-events: none;
    backdrop-filter: blur(3px); }
    body .search-scrim.-active {
      opacity: 1;
      z-index: 90;
      pointer-events: all; }
  body .youtube-player-container,
  body .vimeo-player-container {
    padding: 56.25% 0 0 0;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    body .youtube-player-container div,
    body .vimeo-player-container div {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    body .youtube-player-container .youtube-player,
    body .youtube-player-container .vimeo-player,
    body .vimeo-player-container .youtube-player,
    body .vimeo-player-container .vimeo-player {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    body .youtube-player-container img.play-button,
    body .vimeo-player-container img.play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body .youtube-player-container .video-media-cookies-wrapper-container,
    body .vimeo-player-container .video-media-cookies-wrapper-container {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      bottom: 0; }
  body #thumbnail-link-text {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 2.2rem; }
    body #thumbnail-link-text.hidden {
      display: none; }
    @media only screen and (min-width: 768px) {
      body #thumbnail-link-text {
        font-size: 1.5rem;
        line-height: 2.3rem; } }
    @media only screen and (min-width: 1024px) {
      body #thumbnail-link-text {
        font-size: 1.5rem;
        line-height: 2.3rem; } }
    body #thumbnail-link-text a {
      border-bottom: 1px solid #ffffff;
      transition: border-bottom 250ms ease; }
      body #thumbnail-link-text a:hover {
        border-bottom: 1px solid #e42313; }
  body .embed-template-container.invisible {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  body .press-theme-color {
    width: 10px;
    height: 7px;
    background: var(--press-theme-color); }

[data-whatinput='mouse'] *:focus {
  outline: none !important; }

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

.-bg-color-charcoal + .-bg-color-charcoal {
  margin-top: 0; }

/* Show all content if JS is disabled. Delay is to insure that DOM has loaded */
.no-js .js-scroll-target {
  animation: fadeUp 700ms cubic-bezier(0, 0, 0.3, 1);
  animation-delay: 700ms; }

.js-scroll-to-element {
  cursor: pointer; }

.in-frame .navigation,
.in-frame .footer {
  display: none; }

.background-fade-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; }

.background-fade-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.background-fade-layer.is-visible {
  opacity: 1; }

.rich-text h1 {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text h1 {
      font-size: 5.3rem;
      letter-spacing: 0.02em;
      line-height: 6.3rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text h1 {
      font-size: 6.5rem;
      line-height: 7.8rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text h1 {
      margin-bottom: 32px; } }
  .rich-text h1:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h1:not(:first-child) {
        margin-top: 80px; } }

.rich-text h2 {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text h2 {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text h2 {
      font-size: 5.4rem;
      line-height: 6.8rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text h2 {
      margin-bottom: 32px; } }
  .rich-text h2:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h2:not(:first-child) {
        margin-top: 80px; } }

.rich-text h3 {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text h3 {
      font-size: 2.8rem;
      line-height: 3.8rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text h3 {
      font-size: 3.2rem;
      line-height: 4.4rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text h3 {
      margin-bottom: 32px; } }
  .rich-text h3:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h3:not(:first-child) {
        margin-top: 80px; } }

.rich-text h4 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text h4 {
      margin-bottom: 32px; } }
  .rich-text h4:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h4:not(:first-child) {
        margin-top: 80px; } }

.rich-text h5 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text h5 {
      margin-bottom: 32px; } }
  .rich-text h5:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h5:not(:first-child) {
        margin-top: 80px; } }

.rich-text h6 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text h6 {
      margin-bottom: 32px; } }
  .rich-text h6:not(:first-child) {
    margin-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .rich-text h6:not(:first-child) {
        margin-top: 80px; } }

.rich-text b {
  font-weight: 800; }

.rich-text i {
  font-style: italic; }

.rich-text a {
  border-bottom: 1px solid rgba(24, 24, 24, 0.6);
  transition: border-bottom 250ms ease;
  transition: border-bottom 250ms ease, color 250ms ease; }
  .rich-text a:hover {
    border-bottom: 1px solid #e42313; }

.rich-text p {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text p {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text p {
      font-size: 2.4rem;
      line-height: 3.6rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text p {
      margin-bottom: 32px; } }
  .rich-text p b {
    font-weight: 600; }
  .rich-text p i {
    font-style: italic; }

.rich-text .p2 {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .rich-text .p2 {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text .p2 {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1280px) {
    .rich-text .p2 {
      margin-bottom: 32px; } }
  .rich-text .p2 b {
    font-weight: 800; }
  .rich-text .p2 i {
    font-style: italic; }

.rich-text ol {
  padding-left: 4.16667vw;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text ol {
      margin-bottom: 32px; } }
  .rich-text ol li {
    list-style: decimal;
    list-style-position: inside;
    padding-left: 8px;
    margin-bottom: 0; }

.rich-text ul {
  padding-left: 4.16667vw;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1280px) {
    .rich-text ul {
      margin-top: 32px;
      margin-bottom: 32px; } }
  .rich-text ul li {
    list-style: disc; }
    .rich-text ul li > ul > li {
      list-style: circle; }

.rich-text cite {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.07em;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .rich-text cite {
      font-size: 1.55rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text cite {
      font-size: 1.7rem; } }

.rich-text .caption {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.9rem; }

.rich-text .eyebrow {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .rich-text .eyebrow {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .rich-text .eyebrow {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

.rich-text .richtext-image.left {
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
  height: auto; }

.rich-text .richtext-image.right {
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.rich-text .richtext-image.full-width {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  height: auto; }

.rich-text .richtext-image.portrait {
  margin-left: min(8.33333vw, 140px); }
  .rich-text .richtext-image.portrait img {
    aspect-ratio: 2 / 3;
    /* stylelint-disable-line property-no-unknown */
    width: min(66.66667vw, 1120px); }
  .rich-text .richtext-image.portrait figcaption {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9rem;
    margin-top: 16px;
    max-width: min(41.66667vw, 700px);
    margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .rich-text .richtext-image.portrait img {
      aspect-ratio: 2 / 3;
      /* stylelint-disable-line property-no-unknown */
      width: min(25vw, 420px); }
    .rich-text .richtext-image.portrait figcaption {
      margin-top: 24px;
      max-width: min(16.66667vw, 280px); } }

.rich-text .richtext-image.landscape {
  margin-left: min(8.33333vw, 140px); }
  .rich-text .richtext-image.landscape img {
    aspect-ratio: 3 / 2;
    /* stylelint-disable-line property-no-unknown */
    width: min(66.66667vw, 1120px); }
  .rich-text .richtext-image.landscape figcaption {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9rem;
    margin-top: 16px;
    max-width: min(50vw, 840px);
    margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .rich-text .richtext-image.landscape img {
      aspect-ratio: 3 / 2;
      /* stylelint-disable-line property-no-unknown */
      width: min(41.66667vw, 700px); }
    .rich-text .richtext-image.landscape figcaption {
      margin-top: 24px;
      max-width: min(29.16667vw, 490px); } }

.rich-text > *:last-child {
  margin-bottom: 0; }

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

h3.title-text-bradford,
p.title-text-bradford {
  font-family: BradfordLLWeb-Light, Garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: -0.02em; }
  h3.title-text-bradford i,
  h3.title-text-bradford em,
  p.title-text-bradford i,
  p.title-text-bradford em {
    font-family: BradfordLLWeb-LightItalic, Garamond, serif;
    font-weight: 400;
    font-style: italic; }
  @media only screen and (min-width: 768px) {
    h3.title-text-bradford,
    p.title-text-bradford {
      font-size: 4.3rem;
      line-height: 5.4rem;
      letter-spacing: -0.02em; } }
  @media only screen and (min-width: 1280px) {
    h3.title-text-bradford,
    p.title-text-bradford {
      font-size: 5.4rem;
      line-height: 6.8rem;
      letter-spacing: -0.02em; } }

h3.title-text-glypha,
p.title-text-glypha {
  font-family: 'Glypha LT Pro', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: 0em; }
  @media only screen and (min-width: 640px) {
    h3.title-text-glypha,
    p.title-text-glypha {
      font-size: 4.3rem;
      line-height: 5.4rem;
      letter-spacing: 0.02em; } }
  @media only screen and (min-width: 1280px) {
    h3.title-text-glypha,
    p.title-text-glypha {
      font-size: 5.4rem;
      line-height: 6.8rem;
      letter-spacing: 0.02em; } }

blockquote.quote-text-glypha {
  font-family: 'Glypha LT Pro', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: 0em;
  padding-bottom: 16px;
  position: relative; }
  @media only screen and (min-width: 640px) {
    blockquote.quote-text-glypha {
      font-size: 4.3rem;
      line-height: 5.4rem;
      letter-spacing: 0.02em; } }
  @media only screen and (min-width: 1280px) {
    blockquote.quote-text-glypha {
      font-size: 5.4rem;
      line-height: 6.8rem;
      letter-spacing: 0.02em; } }
  blockquote.quote-text-glypha:before {
    content: '“';
    position: absolute;
    left: -0.5em; }
  blockquote.quote-text-glypha:after {
    content: '”'; }

blockquote.quote-text-bradford {
  font-family: BradfordLLWeb-Light, Garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: -0.02em;
  padding-bottom: 16px;
  position: relative; }
  blockquote.quote-text-bradford i,
  blockquote.quote-text-bradford em {
    font-family: BradfordLLWeb-LightItalic, Garamond, serif;
    font-weight: 400;
    font-style: italic; }
  @media only screen and (min-width: 768px) {
    blockquote.quote-text-bradford {
      font-size: 4.3rem;
      line-height: 5.4rem;
      letter-spacing: -0.02em; } }
  @media only screen and (min-width: 1280px) {
    blockquote.quote-text-bradford {
      font-size: 5.4rem;
      line-height: 6.8rem;
      letter-spacing: -0.02em; } }
  blockquote.quote-text-bradford:before {
    content: '“';
    position: absolute;
    left: -0.5em; }
  blockquote.quote-text-bradford:after {
    content: '”'; }

.quote-subtitle {
  margin-bottom: 24px;
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0em; }
  @media only screen and (min-width: 768px) {
    .quote-subtitle {
      font-size: 2.2rem;
      line-height: 3.3rem;
      letter-spacing: 0em; } }
  @media only screen and (min-width: 1280px) {
    .quote-subtitle {
      font-size: 2.4rem;
      line-height: 3.6rem;
      letter-spacing: 0em; } }

div.rich-text > p.paragraph-abcdiatype {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0em;
  /* stylelint-disable-next-line unit-no-unknown */
  margin-bottom: 1lh; }
  @media only screen and (min-width: 768px) {
    div.rich-text > p.paragraph-abcdiatype {
      font-size: 1.4rem;
      line-height: 1.8rem;
      letter-spacing: 0em; } }

div.rich-text > h3.title-abcdiatype {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 2.7rem;
  letter-spacing: -0.04em; }

div.rich-text > p.title-abcdiatype {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 2.7rem;
  letter-spacing: -0.04em; }

div.rich-text > p.link-abcdiatype {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.06em; }
  @media only screen and (min-width: 768px) {
    div.rich-text > p.link-abcdiatype {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.06em; } }

div.rich-text > div.contributors-founder-name {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 512;
  font-variation-settings: 'wght' 512;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 3.08rem;
  letter-spacing: 0em; }
  @media only screen and (min-width: 1024px) {
    div.rich-text > div.contributors-founder-name {
      font-size: 1.8rem;
      line-height: 2.34rem;
      letter-spacing: 0em; } }

div.rich-text > div.contributors-company-name {
  font-family: BradfordLLWeb-LightItalic, Garamond, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 2.42rem;
  letter-spacing: 0em; }
  @media only screen and (min-width: 1024px) {
    div.rich-text > div.contributors-company-name {
      font-size: 1.8rem;
      line-height: 2.34rem;
      letter-spacing: 0em; } }

div.rich-text > div.thumbnail-hover-bradford {
  font-family: BradfordLLWeb-Light, Garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: -0.04em; }
  div.rich-text > div.thumbnail-hover-bradford i,
  div.rich-text > div.thumbnail-hover-bradford em {
    font-family: BradfordLLWeb-LightItalic, Garamond, serif;
    font-weight: 400;
    font-style: italic; }
  div.rich-text > div.thumbnail-hover-bradford i {
    font-family: BradfordLLWeb-LightItalic, Garamond, serif;
    font-weight: 400;
    font-style: italic; }

div.rich-text > div.thumbnail-hover-abcdiatype {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 2.7rem;
  letter-spacing: -0.04em; }

div.rich-text > div.thumbnail-abcdiatype {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 2.7rem;
  letter-spacing: -0.04em; }

div.rich-text > div.thumbnail-bradford {
  font-family: BradfordLLWeb-Light, Garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -0.02em; }
  div.rich-text > div.thumbnail-bradford i,
  div.rich-text > div.thumbnail-bradford em {
    font-family: BradfordLLWeb-LightItalic, Garamond, serif;
    font-weight: 400;
    font-style: italic; }
  div.rich-text > div.thumbnail-bradford i {
    font-family: BradfordLLWeb-LightItalic, Garamond, serif;
    font-weight: 400;
    font-style: italic; }

/**
<div class="superpower-progress">
    for the animated one:
    <div class="superpower-progress--bar"></div>
    and for the still one:
    <div class="superpower-progress--bar still"></div>
</div>
 */
.superpower-progress {
  display: block;
  height: 22px;
  position: relative;
  top: -22px;
  margin-bottom: -22px;
  width: 100%; }
  .superpower-progress--bar {
    display: block;
    height: 22px;
    background-image: linear-gradient(-90deg, #ff5c45, #ff5c45, rgba(255, 92, 69, 0), rgba(255, 92, 69, 0));
    background-size: 300% 100%;
    background-position: 0 0;
    transform: scaleX(-1); }
    .superpower-progress--bar.still {
      background-position: 60% 0;
      background-size: unset; }

.form__dropdown-wrapper {
  width: auto;
  display: inline-block;
  position: relative; }
  .form__dropdown-wrapper:after {
    display: block;
    position: absolute;
    content: '';
    top: 6px;
    right: 6px;
    width: 4px;
    transform: rotate(45deg);
    height: 4px;
    border: 2px solid transparent;
    border-color: transparent #181818 #181818 transparent;
    pointer-events: none; }

.form__select {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  color: #181818;
  appearance: none;
  background-color: transparent;
  border: none;
  padding-right: 25px; }
  @media only screen and (min-width: 768px) {
    .form__select {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .form__select {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

.form {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  background-color: #eeebe5; }
  @media only screen and (min-width: 0) {
    .form {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .form {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .form {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 768px) {
    .form {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .form {
      font-size: 5.4rem;
      line-height: 6.8rem; } }
  .form__form {
    max-width: 840px;
    margin: 0 auto; }
  .form__label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    position: relative;
    z-index: 1;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .form__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .form__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .form__input-wrapper {
    position: relative; }
  .form__input {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border: 0;
    display: block;
    width: 100%;
    color: #181818;
    margin-bottom: 16px;
    border-radius: 3px;
    padding: 10px 10px 10px; }
    @media only screen and (min-width: 768px) {
      .form__input {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .form__input {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .form__input:focus {
      outline: 0;
      box-shadow: 0 0 2px 2px #88c0fb; }
  .form__dropdown-wrapper {
    display: block;
    width: 100%; }
    .form__dropdown-wrapper:after {
      top: 16px;
      right: 16px; }
  .form__select {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    padding: 10px 10px 10px;
    background-color: #ffffff; }
  .form__heading {
    text-align: left;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .form__heading {
        text-align: center;
        margin-bottom: 120px; } }
    .form__heading--thanks {
      margin-bottom: 24px; }
  .form__confirmation {
    max-width: 840px;
    margin: 0 auto; }
    .form__confirmation-body {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      margin-bottom: 24px;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .form__confirmation-body {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .form__confirmation-body {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 768px) {
        .form__confirmation-body {
          text-align: center; } }
  .form .required {
    color: #fa645a; }

.scroll-list-wrapper {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }

.swipe-scroll-list {
  overflow-x: hidden; }
  .swipe-scroll-list ~ .scroll-list-button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    cursor: pointer;
    z-index: 11; }
    @media only screen and (min-width: 768px) {
      .swipe-scroll-list ~ .scroll-list-button {
        width: 144px; } }
    .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      background: #faf9f8;
      -webkit-mask-image: linear-gradient(90deg, transparent, black);
      mask-image: linear-gradient(90deg, transparent, black); }
    .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 66%;
      position: relative;
      z-index: 10; }
      .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg {
        pointer-events: none; }
        .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
          stroke: #181818; }
    .swipe-scroll-list ~ .scroll-list-button-previous {
      opacity: 1;
      left: 0;
      transform: scaleX(-1);
      transition: left 300ms ease-in-out, opacity 300ms ease-in-out; }
    .swipe-scroll-list ~ .scroll-list-button-next {
      opacity: 1;
      right: 0;
      transition: right 300ms ease-in-out, opacity 300ms ease-in-out; }
    .js-dark-hero .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background,
    .-bg-color-charcoal .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
      background: #181818; }
    .js-dark-hero .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path,
    .-bg-color-charcoal .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
      stroke: #faf9f8; }
    .-bg-color-transparent .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
      background: #faf9f8; }
    .-bg-color-transparent .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
      stroke: #181818; }
  .swipe-scroll-list[data-scroll-right='0'] ~ .scroll-list-button-next {
    opacity: 0; }
  .swipe-scroll-list[data-scroll-left='0'] ~ .scroll-list-button-previous {
    opacity: 0; }

/* stylelint-disable */
.search-page__header {
  background: #181818;
  padding-top: 154px; }
  .search-page__header .navigation__search__label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    visibility: hidden;
    opacity: 0; }
    .search-page__header .navigation__search__label.show {
      visibility: visible;
      opacity: 1; }

.real-time-search {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto !important;
  min-height: 500px;
  padding: 0;
  margin: 32px 0 0 0;
  top: 0;
  left: 0;
  color: #181818;
  background: var(--custom-background-color, #eeebe5);
  font-size: 16px;
  line-height: 20px;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .real-time-search {
      padding: 64px 0;
      font-size: 20px;
      line-height: 24px; } }
  .real-time-search .search-in-progress {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    position: sticky;
    pointer-events: none;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #e42313;
    padding: 8px 0 30px 0;
    text-align: center; }
    @media only screen and (min-width: 0) {
      .real-time-search .search-in-progress {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .real-time-search .search-in-progress {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .real-time-search .search-in-progress {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    .real-time-search .search-in-progress .index-ventures-hand {
      position: absolute;
      left: 50%;
      top: 20px;
      margin-top: 0;
      margin-left: -100px;
      display: block;
      width: 200px;
      height: 164px;
      transform: scale(0.5); }
      @media only screen and (min-width: 768px) {
        .real-time-search .search-in-progress .index-ventures-hand {
          top: 100px;
          margin-top: -100px;
          margin-left: -82px;
          transform: scale(1); } }
      .real-time-search .search-in-progress .index-ventures-hand div {
        display: block;
        height: 18px;
        margin-top: 18px;
        position: relative; }
        .real-time-search .search-in-progress .index-ventures-hand div span {
          display: block;
          background: rgba(24, 24, 24, 0.6);
          width: 100%;
          height: 100%;
          animation: searching 2.2s infinite; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(1) {
          width: 91px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(1) span {
            animation-delay: 600ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(2) {
          width: 128px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(2) span {
            animation-delay: 450ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(3) {
          width: 146px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(3) span {
            animation-delay: 300ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(4) {
          width: 128px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(4) span {
            animation-delay: 150ms; }
        .real-time-search .search-in-progress .index-ventures-hand div:nth-child(5) {
          width: 91px;
          left: 54px; }
          .real-time-search .search-in-progress .index-ventures-hand div:nth-child(5) span {
            animation-delay: 0ms; }

@keyframes searching {
  30% {
    width: 35%; } }
  .real-time-search .search-back-button {
    position: relative;
    cursor: pointer;
    color: #181818;
    font-size: 16px;
    line-height: 16px;
    visibility: hidden;
    opacity: 0;
    left: -200px;
    -webkit-transition-property: color, opacity, left, max-width;
    -moz-transition-property: color, opacity, left, max-width;
    -o-transition-property: color, opacity, left, max-width;
    transition-property: color, opacity, left, max-width;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 1); }
    @media only screen and (min-width: 768px) {
      .real-time-search .search-back-button {
        font-size: 20px;
        line-height: 20px; } }
    .real-time-search .search-back-button.show {
      visibility: visible;
      opacity: 1;
      left: 0; }
    .real-time-search .search-back-button .search-back-icon {
      width: 20px;
      position: relative;
      top: 2px;
      margin-right: 10px; }
      .real-time-search .search-back-button .search-back-icon svg path {
        -webkit-transition-property: stroke;
        -moz-transition-property: stroke;
        -o-transition-property: stroke;
        transition-property: stroke;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
        -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
        -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0, 0, 0.3, 1); }
    .real-time-search .search-back-button .search-back-text {
      display: inline-block;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 250ms;
      -moz-transition-duration: 250ms;
      -o-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
      -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.3, 1); }
    .real-time-search .search-back-button:hover .search-back-icon svg path {
      stroke: #e42313; }
    .real-time-search .search-back-button:hover .search-back-text {
      color: #e42313; }
  .real-time-search .search-title {
    color: #181818;
    display: block;
    background: var(--custom-background-color, #eeebe5);
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .real-time-search .search-title {
        margin-bottom: 48px; } }
  .real-time-search .search-in-progress,
  .real-time-search .search-results {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.3, 1);
    display: none;
    opacity: 0;
    background: var(--custom-background-color, #eeebe5);
    top: 70px;
    width: 100%;
    z-index: 1; }
    .real-time-search .search-in-progress.show,
    .real-time-search .search-results.show {
      display: block;
      opacity: 1; }
  .real-time-search .search-in-progress {
    z-index: 2; }
  .real-time-search .search-results {
    height: auto !important;
    z-index: 3; }
  .real-time-search .content-type-sections {
    display: flex;
    flex-direction: column; }
  .real-time-search .content-type-section {
    display: none;
    padding-bottom: 32px; }
  .real-time-search .content-type-name {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #e42313;
    padding: 0; }
  .real-time-search .content-type-results ul {
    margin: 0;
    padding: 0; }
    .real-time-search .content-type-results ul li.result {
      padding: 0; }
      .real-time-search .content-type-results ul li.result em {
        background-color: #faffa5;
        font-style: unset; }
      .real-time-search .content-type-results ul li.result:first-child a {
        padding-top: 32px; }
      .real-time-search .content-type-results ul li.result:not(:first-child) {
        border-top: 1px solid rgba(24, 24, 24, 0.12); }
      .real-time-search .content-type-results ul li.result a {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 32px;
        grid-column-gap: 0;
        padding: 32px 0;
        margin: 0;
        position: relative;
        z-index: 3; }
        @media only screen and (min-width: 768px) {
          .real-time-search .content-type-results ul li.result a {
            padding: 64px 0;
            grid-template-columns: 3fr 1fr;
            grid-row-gap: 0;
            grid-column-gap: 64px; } }
        @media only screen and (min-width: 1280px) {
          .real-time-search .content-type-results ul li.result a {
            padding: 64px 0;
            grid-template-columns: 3fr 1fr;
            grid-row-gap: 0;
            grid-column-gap: 80px; } }
        .real-time-search .content-type-results ul li.result a h3 {
          font-family: "Univers", "Helvetica", "sans-serif";
          font-size: 2.3rem;
          font-weight: 300;
          line-height: 2.8rem;
          color: #181818;
          display: inline;
          border-bottom: 1px solid transparent;
          -webkit-transition-property: border-bottom-color;
          -moz-transition-property: border-bottom-color;
          -o-transition-property: border-bottom-color;
          transition-property: border-bottom-color;
          -webkit-transition-duration: 250ms;
          -moz-transition-duration: 250ms;
          -o-transition-duration: 250ms;
          transition-duration: 250ms;
          -webkit-transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          -o-transition-timing-function: ease;
          transition-timing-function: ease; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.result a h3 {
              font-size: 2.8rem;
              line-height: 3.8rem; } }
          @media only screen and (min-width: 1024px) {
            .real-time-search .content-type-results ul li.result a h3 {
              font-size: 3.2rem;
              line-height: 4.4rem; } }
        .real-time-search .content-type-results ul li.result a p {
          font-family: "Univers", "Helvetica", "sans-serif";
          font-size: 1.8rem;
          font-weight: 300;
          line-height: 2.8rem;
          color: rgba(24, 24, 24, 0.6);
          margin-top: 16px; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.result a p {
              font-size: 2.2rem;
              line-height: 3.3rem; } }
          @media only screen and (min-width: 1024px) {
            .real-time-search .content-type-results ul li.result a p {
              font-size: 2.4rem;
              line-height: 3.6rem; } }
        .real-time-search .content-type-results ul li.result a .result__image {
          display: block;
          overflow: hidden; }
          .real-time-search .content-type-results ul li.result a .result__image img {
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            -o-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 350ms;
            -moz-transition-duration: 350ms;
            -o-transition-duration: 350ms;
            transition-duration: 350ms;
            -webkit-transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            transition-timing-function: ease;
            width: 100%; }
        .real-time-search .content-type-results ul li.result a:hover h3 {
          color: #181818;
          border-bottom-color: #e42313; }
        .real-time-search .content-type-results ul li.result a:hover p {
          color: #181818; }
        .real-time-search .content-type-results ul li.result a:hover .result__image img {
          transform: scale(1.05); }
    .real-time-search .content-type-results ul li.show-all-results {
      margin-bottom: 20px;
      padding: 12px 0 0 0;
      border-top: none; }
      .real-time-search .content-type-results ul li.show-all-results .link {
        margin: 0 auto;
        text-align: center; }
        .real-time-search .content-type-results ul li.show-all-results .link a {
          font-family: 'Univers', Helvetica, Arial, sans-serif;
          font-weight: 800;
          font-style: normal;
          -webkit-font-smoothing: antialiased;
          appearance: none;
          background-color: transparent;
          border-radius: 0;
          border: 0;
          cursor: pointer;
          display: inline-block;
          line-height: 1;
          outline: none;
          padding: 0;
          text-align: center;
          text-decoration: none;
          user-select: none;
          vertical-align: middle;
          font-family: "Univers", "Helvetica", "sans-serif";
          font-weight: 300;
          font-size: 1.5rem;
          line-height: 2.3rem;
          letter-spacing: 0.03em;
          border-radius: 36px;
          min-width: 162px;
          padding: 14px 32px;
          text-decoration: none;
          transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
          color: #181818;
          border: 1px solid #e42313;
          display: inline-block;
          width: min-content;
          white-space: nowrap; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
          @media only screen and (min-width: 1024px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
          .real-time-search .content-type-results ul li.show-all-results .link a:disabled {
            opacity: 0.25;
            cursor: not-allowed; }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              min-width: 100px;
              padding: 6px 32px; } }
          @media only screen and (min-width: 768px) {
            .real-time-search .content-type-results ul li.show-all-results .link a {
              border-radius: 101px;
              min-width: 218px;
              padding: 20px 77px; } }
          .real-time-search .content-type-results ul li.show-all-results .link a:disabled {
            border-color: #181818; }
          .real-time-search .content-type-results ul li.show-all-results .link a:enabled:hover, .real-time-search .content-type-results ul li.show-all-results .link a.button-label:hover {
            background-color: #e42313;
            color: #ffffff; }
          .real-time-search .content-type-results ul li.show-all-results .link a:enabled:focus, .real-time-search .content-type-results ul li.show-all-results .link a.button-label:focus {
            background-color: #e42313;
            color: #ffffff;
            outline: none; }
  .real-time-search .item-list .pager {
    display: block;
    width: 100%;
    margin: 0 0 44px 0;
    padding: 10px 0 0 0;
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    text-align: center; }
    .real-time-search .item-list .pager li {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .real-time-search .item-list .pager li a {
        width: 12px;
        height: 12px;
        display: block;
        background-color: rgba(24, 24, 24, 0.12);
        border: none;
        cursor: pointer;
        border-radius: 20px;
        text-indent: -9999px;
        margin: 2px 11px 0 0; }
        .real-time-search .item-list .pager li a:hover {
          background-color: #181818;
          transition: all 0.25s ease-in-out; }
      .real-time-search .item-list .pager li.active a {
        background-color: #181818; }
    .real-time-search .item-list .pager li.pager-current {
      width: 11px;
      height: 11px;
      background-color: #e42313;
      border: 1px solid #e42313;
      border-radius: 20px;
      text-indent: -9999px;
      margin: 2px 6px 0 0; }
    .real-time-search .item-list .pager li.pager-previous,
    .real-time-search .item-list .pager li.pager-next {
      float: none;
      position: absolute; }
      .real-time-search .item-list .pager li.pager-previous a,
      .real-time-search .item-list .pager li.pager-next a {
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
        text-indent: 0;
        color: #181818;
        background: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center; }
        .real-time-search .item-list .pager li.pager-previous a svg,
        .real-time-search .item-list .pager li.pager-next a svg {
          margin-top: -3px; }
    .real-time-search .item-list .pager li.pager-previous {
      left: 0; }
      .real-time-search .item-list .pager li.pager-previous a {
        padding: 0; }
        .real-time-search .item-list .pager li.pager-previous a svg {
          margin-right: 10px; }
    .real-time-search .item-list .pager li.pager-next {
      right: 0; }
      .real-time-search .item-list .pager li.pager-next a {
        padding: 0; }
        .real-time-search .item-list .pager li.pager-next a svg {
          margin-left: 10px; }
    .real-time-search .item-list .pager li.pager-first,
    .real-time-search .item-list .pager li.pager-last,
    .real-time-search .item-list .pager li.pager-ellipsis {
      display: none; }
    @media all and (max-width: 1024px) and (min-width: 768px) {
      .real-time-search .item-list .pager {
        padding: 8px 0 0 0;
        font-size: 16px;
        line-height: 19px; } }
    @media all and (max-width: 767px) and (min-width: 0px) {
      .real-time-search .item-list .pager {
        padding: 5px 0 0 0;
        font-size: 14px;
        line-height: 17px; }
        .real-time-search .item-list .pager li a {
          margin: 0 6px 0 0; }
        .real-time-search .item-list .pager li.pager-current {
          margin: 0 6px 0 0; }
        .real-time-search .item-list .pager li.pager-previous {
          left: 0; }
          .real-time-search .item-list .pager li.pager-previous a {
            padding: 0;
            margin-right: 0; }
        .real-time-search .item-list .pager li.pager-next {
          right: 0; } }

.navigation__search .search-form__input, .navigation__search .search-form__input:hover, .navigation__search .search-form__input:focus, .navigation__search .search-form__input:-webkit-autofill, .navigation__search .search-form__input:-webkit-autofill:hover, .navigation__search .search-form__input:-webkit-autofill:focus {
  color: white !important;
  background: #181818 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 1000px #181818 inset;
  outline: none; }

body.real-time-search-active {
  overflow-y: visible !important; }
  body.real-time-search-active .real-time-search {
    visibility: visible;
    opacity: 1; }
  body.real-time-search-active .close-during-search {
    opacity: 0;
    display: none; }

.tabbed-blocks__nav span {
  margin-right: 48px;
  border-bottom: 1px solid rgba(24, 24, 24, 0);
  transition: border-bottom-color cubic-bezier(0, 0, 0.3, 1) 250ms; }
  .tabbed-blocks__nav span.active {
    cursor: pointer; }
  .tabbed-blocks__nav span:last-child {
    margin-right: 0; }

.tabbed-blocks__content {
  overflow: hidden;
  height: var(--wrapperHeight);
  transition: height cubic-bezier(0, 0, 0.3, 1) 250ms; }
  .tabbed-blocks__content__block {
    display: none; }

.tabbed-blocks[data-show-block='0'] .tabbed-blocks__nav span.active[data-block-id='0'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='0'] .tabbed-blocks__content__block[data-block-id='0'] {
  display: block; }

.tabbed-blocks[data-show-block='1'] .tabbed-blocks__nav span.active[data-block-id='1'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='1'] .tabbed-blocks__content__block[data-block-id='1'] {
  display: block; }

.tabbed-blocks[data-show-block='2'] .tabbed-blocks__nav span.active[data-block-id='2'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='2'] .tabbed-blocks__content__block[data-block-id='2'] {
  display: block; }

.tabbed-blocks[data-show-block='3'] .tabbed-blocks__nav span.active[data-block-id='3'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='3'] .tabbed-blocks__content__block[data-block-id='3'] {
  display: block; }

.tabbed-blocks[data-show-block='4'] .tabbed-blocks__nav span.active[data-block-id='4'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='4'] .tabbed-blocks__content__block[data-block-id='4'] {
  display: block; }

.tabbed-blocks[data-show-block='5'] .tabbed-blocks__nav span.active[data-block-id='5'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='5'] .tabbed-blocks__content__block[data-block-id='5'] {
  display: block; }

.tabbed-blocks[data-show-block='6'] .tabbed-blocks__nav span.active[data-block-id='6'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='6'] .tabbed-blocks__content__block[data-block-id='6'] {
  display: block; }

.tabbed-blocks[data-show-block='7'] .tabbed-blocks__nav span.active[data-block-id='7'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='7'] .tabbed-blocks__content__block[data-block-id='7'] {
  display: block; }

.tabbed-blocks[data-show-block='8'] .tabbed-blocks__nav span.active[data-block-id='8'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='8'] .tabbed-blocks__content__block[data-block-id='8'] {
  display: block; }

.tabbed-blocks[data-show-block='9'] .tabbed-blocks__nav span.active[data-block-id='9'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='9'] .tabbed-blocks__content__block[data-block-id='9'] {
  display: block; }

.tabbed-blocks[data-show-block='10'] .tabbed-blocks__nav span.active[data-block-id='10'] {
  border-bottom-color: #181818; }

.tabbed-blocks[data-show-block='10'] .tabbed-blocks__content__block[data-block-id='10'] {
  display: block; }

/* stylelint-disable */
.media-cookies-button-enable {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0.03em;
  border-radius: 36px;
  min-width: 162px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
  color: #181818;
  border: 1px solid #e42313; }
  @media only screen and (min-width: 768px) {
    .media-cookies-button-enable {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .media-cookies-button-enable {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  .media-cookies-button-enable:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  @media only screen and (min-width: 768px) {
    .media-cookies-button-enable {
      min-width: 100px;
      padding: 6px 32px; } }
  @media only screen and (min-width: 768px) {
    .media-cookies-button-enable {
      border-radius: 101px;
      min-width: 218px;
      padding: 20px 77px; } }
  .media-cookies-button-enable:disabled {
    border-color: #181818; }
  .media-cookies-button-enable:enabled:hover, .media-cookies-button-enable.button-label:hover {
    background-color: #e42313;
    color: #ffffff; }
  .media-cookies-button-enable:enabled:focus, .media-cookies-button-enable.button-label:focus {
    background-color: #e42313;
    color: #ffffff;
    outline: none; }
  .js-dark-hero .media-cookies-button-enable,
  .-bg-color-charcoal .media-cookies-button-enable {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313; }
    @media only screen and (min-width: 768px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .js-dark-hero .media-cookies-button-enable:disabled,
    .-bg-color-charcoal .media-cookies-button-enable:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .js-dark-hero .media-cookies-button-enable,
      .-bg-color-charcoal .media-cookies-button-enable {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .js-dark-hero .media-cookies-button-enable:disabled,
    .-bg-color-charcoal .media-cookies-button-enable:disabled {
      border-color: #ffffff; }
    .js-dark-hero .media-cookies-button-enable:enabled:hover, .js-dark-hero .media-cookies-button-enable.button-label:hover,
    .-bg-color-charcoal .media-cookies-button-enable:enabled:hover,
    .-bg-color-charcoal .media-cookies-button-enable.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .js-dark-hero .media-cookies-button-enable:enabled:focus, .js-dark-hero .media-cookies-button-enable.button-label:focus,
    .-bg-color-charcoal .media-cookies-button-enable:enabled:focus,
    .-bg-color-charcoal .media-cookies-button-enable.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }

.media-cookies-wrapper, .media-cookies-spinner {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px; }
  .media-cookies-wrapper.hidden, .media-cookies-spinner.hidden {
    display: none; }
  .media-cookies-wrapper .media-cookies-title, .media-cookies-spinner .media-cookies-title {
    padding-bottom: 64px; }
  .media-cookies-wrapper .media-cookies-show-details, .media-cookies-spinner .media-cookies-show-details {
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    .media-cookies-wrapper .media-cookies-show-details:hover, .media-cookies-spinner .media-cookies-show-details:hover {
      border-bottom: 1px solid #e42313; }
    .js-dark-hero .media-cookies-wrapper .media-cookies-show-details,
    .-bg-color-charcoal .media-cookies-wrapper .media-cookies-show-details, .js-dark-hero .media-cookies-spinner .media-cookies-show-details,
    .-bg-color-charcoal .media-cookies-spinner .media-cookies-show-details {
      border-bottom: 1px solid white;
      transition: border-bottom 250ms ease; }
      .js-dark-hero .media-cookies-wrapper .media-cookies-show-details:hover,
      .-bg-color-charcoal .media-cookies-wrapper .media-cookies-show-details:hover, .js-dark-hero .media-cookies-spinner .media-cookies-show-details:hover,
      .-bg-color-charcoal .media-cookies-spinner .media-cookies-show-details:hover {
        border-bottom: 1px solid #e42313; }

.wtm_cookie_bar_wrapper {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  right: auto;
  z-index: 1002; }

#wtm_cookie_bar_open_button {
  position: fixed;
  bottom: 16px;
  left: 10px;
  height: 20px;
  width: auto;
  top: auto;
  right: auto;
  cursor: pointer;
  z-index: 1001; }

#media-cookies-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.58); }

#wtm_cookie_bar {
  position: fixed;
  bottom: 0;
  z-index: 1002;
  background-color: rgba(24, 24, 24, 0.9);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  width: 100%;
  max-height: 100vh;
  min-height: 33%;
  overflow-y: auto;
  font-family: sans-serif;
  transition: bottom 350ms ease-in-out;
  align-items: center; }
  #wtm_cookie_bar * {
    padding: 0;
    margin: 0; }
  #wtm_cookie_bar.hidden {
    pointer-events: none !important;
    display: none; }
  #wtm_cookie_bar .accordion .accordion-arrow {
    transform: rotate(180deg);
    transition: transform 150ms ease-in-out;
    fill: #181818; }
  #wtm_cookie_bar .accordion .accordion-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: stretch;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6); }
  #wtm_cookie_bar .accordion .accordion-title {
    flex-grow: 1; }
  #wtm_cookie_bar .accordion .accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden !important;
    transition: max-height 150ms ease-in-out, opacity 150ms ease-in-out;
    padding: 0 15px 0 35px; }
  #wtm_cookie_bar .accordion.is-open .accordion-arrow {
    transform: rotate(0deg); }
  #wtm_cookie_bar .accordion.is-open .accordion-content {
    max-height: 200vh;
    opacity: 1; }
    @media only screen and (min-width: 1024px) {
      #wtm_cookie_bar .accordion.is-open .accordion-content {
        max-height: 30em; } }
  #wtm_cookie_bar .buttons-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px; }
    #wtm_cookie_bar .buttons-right .button:not(:last-child) {
      margin-right: 10px; }
  #wtm_cookie_bar #declaration-container-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
    align-items: center;
    justify-content: center;
    background: rgba(238, 235, 229, 0.7);
    backdrop-filter: blur(5px);
    pointer-events: none !important; }
  #wtm_cookie_bar #declaration-container {
    background-color: #eeebe5;
    color: #181818;
    font-size: 1.6rem;
    line-height: 1.6em;
    position: fixed;
    z-index: 1004;
    top: 20vh;
    height: auto;
    max-height: 50vh;
    overflow-y: scroll;
    width: 80vw;
    left: 10vw;
    right: 10vw;
    opacity: 0;
    transition: all 250ms ease-out;
    border: 1px solid rgba(24, 24, 24, 0.12);
    box-shadow: 0 2vw 3vw rgba(24, 24, 24, 0.12); }
    #wtm_cookie_bar #declaration-container input[type='checkbox'] {
      width: 16px;
      height: 16px;
      margin: 5px; }
    #wtm_cookie_bar #declaration-container .declaration-table {
      box-sizing: border-box;
      table-layout: fixed;
      background-color: #eeebe5;
      color: #181818;
      margin: 20px 0; }
      #wtm_cookie_bar #declaration-container .declaration-table tbody {
        width: 100%;
        display: table-header-group;
        overflow: auto; }
      #wtm_cookie_bar #declaration-container .declaration-table thead {
        display: none; }
        @media only screen and (min-width: 768px) {
          #wtm_cookie_bar #declaration-container .declaration-table thead {
            display: table-header-group; } }
        #wtm_cookie_bar #declaration-container .declaration-table thead th {
          font-weight: bold;
          padding: 4px 8px; }
      #wtm_cookie_bar #declaration-container .declaration-table tr {
        display: block;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgba(24, 24, 24, 0.6); }
        #wtm_cookie_bar #declaration-container .declaration-table tr:last-child {
          border-bottom: none;
          margin: 0;
          padding: 0; }
        @media only screen and (min-width: 768px) {
          #wtm_cookie_bar #declaration-container .declaration-table tr {
            display: table-row;
            margin: 0;
            padding: 0;
            border: 0; } }
        #wtm_cookie_bar #declaration-container .declaration-table tr td {
          display: block;
          padding: 4px 0; }
          #wtm_cookie_bar #declaration-container .declaration-table tr td:before {
            content: attr(data-label);
            display: block;
            font-weight: bold; }
          @media only screen and (min-width: 768px) {
            #wtm_cookie_bar #declaration-container .declaration-table tr td {
              padding: 4px 8px;
              display: table-cell; }
              #wtm_cookie_bar #declaration-container .declaration-table tr td:before {
                content: ''; } }
  #wtm_cookie_bar .inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
    #wtm_cookie_bar .inner .inner-container {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 1280px) {
        #wtm_cookie_bar .inner .inner-container {
          flex-direction: row; } }
    #wtm_cookie_bar .inner .icon-and-title {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    #wtm_cookie_bar .inner h4 {
      margin: 0 0 0 10px; }
    #wtm_cookie_bar .inner p {
      margin: 0.5em 0 0 35px;
      font-size: 1.8rem;
      line-height: 1.2; }
    #wtm_cookie_bar .inner .button {
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0.03em;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #ffffff;
      border: 1px solid #e42313;
      white-space: nowrap;
      margin: 10px 0; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner .button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        #wtm_cookie_bar .inner .button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      #wtm_cookie_bar .inner .button:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner .button {
          min-width: 100px;
          padding: 6px 32px; } }
      #wtm_cookie_bar .inner .button:disabled {
        border-color: #ffffff; }
      #wtm_cookie_bar .inner .button:enabled:hover, #wtm_cookie_bar .inner .button.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      #wtm_cookie_bar .inner .button:enabled:focus, #wtm_cookie_bar .inner .button.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }
      #wtm_cookie_bar .inner .button#wtm_cookie_bar_accept_all {
        background-color: #e42313; }
      #wtm_cookie_bar .inner .button.button-label {
        border-color: #ffffff; }
      #wtm_cookie_bar .inner .button.button-label:focus, #wtm_cookie_bar .inner .button.button-label:hover, #wtm_cookie_bar .inner .button:enabled:focus, #wtm_cookie_bar .inner .button:enabled:hover {
        background-color: transparent; }
      @media only screen and (min-width: 1280px) {
        #wtm_cookie_bar .inner .button {
          margin: 0 0 0 12px; } }
      #wtm_cookie_bar .inner .button, #wtm_cookie_bar .inner .button label {
        cursor: pointer; }
    #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0.03em;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #181818;
      border: 1px solid #e42313;
      margin: 20px 0 20px auto; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner #wtm_cookie_bar_submit {
          min-width: 100px;
          padding: 6px 32px; } }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:disabled {
        border-color: #181818; }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:enabled:hover, #wtm_cookie_bar .inner #wtm_cookie_bar_submit.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      #wtm_cookie_bar .inner #wtm_cookie_bar_submit:enabled:focus, #wtm_cookie_bar .inner #wtm_cookie_bar_submit.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }
    #wtm_cookie_bar .inner #wtm_cookie_bar_accept_all {
      position: relative;
      padding-right: 37px; }
      #wtm_cookie_bar .inner #wtm_cookie_bar_accept_all:after {
        content: '›';
        font-size: 2.8em;
        line-height: 1;
        top: -1px;
        position: absolute;
        right: 20px; }
        @media only screen and (min-width: 768px) {
          #wtm_cookie_bar .inner #wtm_cookie_bar_accept_all:after {
            font-size: 2em; } }
    #wtm_cookie_bar .inner .form {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      padding: 0;
      background: transparent;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal; }
      @media only screen and (min-width: 768px) {
        #wtm_cookie_bar .inner .form {
          align-items: flex-start;
          flex-direction: row; } }
    #wtm_cookie_bar .inner .action-container {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-top: 10px; }
      @media only screen and (min-width: 640px) {
        #wtm_cookie_bar .inner .action-container {
          flex-direction: row;
          justify-content: center; }
          #wtm_cookie_bar .inner .action-container > *:last-child {
            margin-left: 20px; } }
      @media only screen and (min-width: 1280px) {
        #wtm_cookie_bar .inner .action-container {
          padding-top: unset; } }
  #wtm_cookie_bar #declaration-container-outer {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    pointer-events: all !important; }
    #wtm_cookie_bar #declaration-container-outer.hidden {
      display: none; }
    #wtm_cookie_bar #declaration-container-outer #declaration-container {
      opacity: 1;
      top: 10vh; }

@media print {
  .search-scrim,
  .wtm_cookie_bar_wrapper {
    display: none; }
  p {
    break-inside: avoid; } }

/* Password Protected Content Form */
body.template-password-required .page-hero__headline,
body.template-password-required .page-hero__subhead {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    body.template-password-required .page-hero__headline,
    body.template-password-required .page-hero__subhead {
      text-align: left; } }

#password_authentication_form {
  margin-bottom: 32px;
  flex-wrap: wrap; }
  #password_authentication_form,
  #password_authentication_form > div {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form,
      #password_authentication_form > div {
        flex-direction: row; } }
  #password_authentication_form input[type='password'] {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: inline-block;
    background: transparent;
    border: none;
    border-bottom: 1px solid #181818;
    padding: 5px;
    width: 100%;
    max-width: 50vw;
    min-width: 25vw;
    outline: none;
    margin: 0 16px 16px;
    opacity: 0.8;
    transition: opacity 250ms ease;
    line-height: 42px; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='password'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #password_authentication_form input[type='password'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='password'] {
        line-height: 29px; } }
    #password_authentication_form input[type='password']:focus {
      opacity: 1; }
    #password_authentication_form input[type='password'].-hidden {
      display: none; }
    #password_authentication_form input[type='password']:-webkit-autofill, #password_authentication_form input[type='password']:-webkit-autofill:hover, #password_authentication_form input[type='password']:-webkit-autofill:focus, #password_authentication_form input[type='password']:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #eeebe5 inset !important;
      -webkit-text-fill-color: black !important; }
  #password_authentication_form input[type='submit'] {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #password_authentication_form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #password_authentication_form input[type='submit']:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form input[type='submit'] {
        min-width: 100px;
        padding: 6px 32px; } }
    #password_authentication_form input[type='submit']:disabled {
      border-color: #181818; }
    #password_authentication_form input[type='submit']:enabled:hover, #password_authentication_form input[type='submit'].button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    #password_authentication_form input[type='submit']:enabled:focus, #password_authentication_form input[type='submit'].button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
  #password_authentication_form ul.errorlist {
    margin: 0 10vw 24px;
    color: #fa645a;
    border: 1px solid #fa645a;
    padding: 1em;
    flex: 0 0 100%; }
    @media only screen and (min-width: 768px) {
      #password_authentication_form ul.errorlist {
        margin: 0 0 24px; } }

/* Base rules for html elements (buttons, grid, helpers, tables) */
.cta-base {
  margin-top: 24px;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0.03em;
  border-radius: 36px;
  min-width: 162px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
  color: #181818;
  border: 1px solid #e42313; }
  @media only screen and (min-width: 768px) {
    .cta-base {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .cta-base {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  .cta-base:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  @media only screen and (min-width: 768px) {
    .cta-base {
      min-width: 100px;
      padding: 6px 32px; } }
  @media only screen and (min-width: 768px) {
    .cta-base {
      border-radius: 101px;
      min-width: 218px;
      padding: 20px 77px; } }
  .cta-base:disabled {
    border-color: #181818; }
  .cta-base:enabled:hover, .cta-base.button-label:hover {
    background-color: #e42313;
    color: #ffffff; }
  .cta-base:enabled:focus, .cta-base.button-label:focus {
    background-color: #e42313;
    color: #ffffff;
    outline: none; }

.image-base {
  opacity: 0;
  transition: opacity 250ms linear; }
  .image-base.styled {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: auto; }
  .image-base.-loaded {
    opacity: 1; }

.image-video-base {
  position: relative;
  width: 100%;
  height: 100%; }

.image-container {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: clip; }

.video-container {
  opacity: 0;
  position: absolute;
  transition: 350ms ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; }

.video-container video {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.image-video-base:hover .video-container,
.image-video-base.active .video-container {
  opacity: 1; }

.press-format {
  display: flex;
  align-items: self-start;
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 512;
  font-variation-settings: 'wght' 512;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.045em;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .press-format {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.03em; } }
  .press-format .name {
    margin-left: 8px;
    text-transform: uppercase; }
  .press-format .dark-icon {
    display: none; }
  .press-format.dark {
    color: #181818; }
    .press-format.dark .dark-icon {
      display: block; }
    .press-format.dark .bright-icon {
      display: none; }

body.background-light .press-format {
  color: #181818; }
  body.background-light .press-format .dark-icon {
    display: block; }
  body.background-light .press-format .bright-icon {
    display: none; }

.press-release-theme {
  font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
  font-weight: 512;
  font-variation-settings: 'wght' 512;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.045em;
  display: flex;
  align-items: baseline;
  margin-right: 18px; }
  @media only screen and (min-width: 768px) {
    .press-release-theme {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.03em; } }
  .press-release-theme .name {
    margin-left: 8px;
    white-space: nowrap; }

footer.footer-container {
  background-color: #eeebe5;
  color: #181818;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  footer.footer-container .footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    position: relative; }
    @media only screen and (min-width: 0) {
      footer.footer-container .footer {
        padding-top: 80px; } }
    @media only screen and (min-width: 768px) {
      footer.footer-container .footer {
        padding-top: 80px; } }
    @media only screen and (min-width: 1280px) {
      footer.footer-container .footer {
        padding-top: 120px; } }
    @media only screen and (min-width: 0) {
      footer.footer-container .footer {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 768px) {
      footer.footer-container .footer {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 1280px) {
      footer.footer-container .footer {
        padding-bottom: 64px; } }
    @media only screen and (min-width: 1920px) {
      footer.footer-container .footer {
        padding-left: 0;
        padding-right: 0; } }
    footer.footer-container .footer__upper-wrapper {
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        footer.footer-container .footer__upper-wrapper {
          margin-bottom: 48px;
          display: flex;
          justify-content: space-between;
          align-items: center; } }
    footer.footer-container .footer__lower {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem; }
      @media only screen and (min-width: 768px) {
        footer.footer-container .footer__lower {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        footer.footer-container .footer__lower {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
    footer.footer-container .footer__lower-wrapper {
      margin-bottom: 48px; }
    footer.footer-container .footer__brand {
      position: relative; }
      footer.footer-container .footer__brand-icon {
        fill: #e42313;
        display: inline-block;
        vertical-align: middle;
        width: 35px; }
        @media only screen and (min-width: 768px) {
          footer.footer-container .footer__brand-icon {
            width: 42px; } }
      footer.footer-container .footer__brand-text {
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
        height: 18px;
        font-family: "Glypha LT Pro", "serif";
        font-weight: 300;
        font-size: 2.2rem;
        line-height: 1.18em; }
        @media only screen and (min-width: 1024px) {
          footer.footer-container .footer__brand-text {
            font-size: 3.2rem;
            height: 28px; } }
      footer.footer-container .footer__brand-tooltip {
        position: absolute;
        height: auto;
        padding: 16px 32px;
        background-color: #faf9f8;
        color: #181818;
        bottom: 5rem;
        left: 0;
        transform: translateY(100%);
        transform-origin: bottom;
        opacity: 0;
        transition: all ease 0.4s;
        border-radius: 100vh;
        clip-path: inset(0 0 100% 0);
        width: 83.33333vw;
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.9rem; }
        @media only screen and (min-width: 1024px) {
          footer.footer-container .footer__brand-tooltip {
            min-width: 680px;
            width: auto; } }
        footer.footer-container .footer__brand-tooltip span {
          opacity: 1; }
      footer.footer-container .footer__brand:hover .footer__brand-tooltip {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1; }
    footer.footer-container .footer__clocks-wrapper {
      display: block;
      justify-content: end;
      align-items: center;
      margin-top: 48px; }
      @media only screen and (min-width: 768px) {
        footer.footer-container .footer__clocks-wrapper {
          display: flex;
          margin-top: 0; } }
    footer.footer-container .footer__clock-item {
      display: inline-flex;
      align-items: center;
      width: 80%;
      white-space: nowrap;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem; }
      @media only screen and (min-width: 768px) {
        footer.footer-container .footer__clock-item {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        footer.footer-container .footer__clock-item {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      footer.footer-container .footer__clock-item:not(:last-child) {
        margin-bottom: 16px; }
        @media only screen and (min-width: 768px) {
          footer.footer-container .footer__clock-item:not(:last-child) {
            display: flex;
            width: auto;
            margin-bottom: 0;
            margin-right: 24px; } }
      footer.footer-container .footer__clock-item-svg-wrapper {
        height: 24px;
        width: 24px;
        position: relative;
        margin-right: 12px;
        display: inline-block; }
      footer.footer-container .footer__clock-item-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        stroke: #181818; }
        footer.footer-container .footer__clock-item-svg .hand {
          transform-origin: calc(50% - calc(400% / 128)) calc(50% - calc(400% / 128));
          transform: rotate(0deg);
          transition: transform 400ms ease-in-out; }
      footer.footer-container .footer__clock-item-country-name {
        color: #181818;
        display: inline-block; }
    footer.footer-container .footer__panel-title {
      padding-bottom: 1.5rem; }
      @media only screen and (min-width: 768px) {
        footer.footer-container .footer__panel-title {
          font-size: 0.9rem;
          padding-bottom: 1rem; } }
      @media only screen and (min-width: 1280px) {
        footer.footer-container .footer__panel-title {
          font-size: 2rem; } }
    footer.footer-container .footer__panels-list {
      margin-bottom: 0;
      display: inline-block;
      min-width: 100%; }
      footer.footer-container .footer__panels-list ul {
        padding-left: 1rem; }
      @media only screen and (min-width: 768px) {
        footer.footer-container .footer__panels-list {
          display: flex; }
          footer.footer-container .footer__panels-list ul {
            padding-left: unset; } }
      footer.footer-container .footer__panels-list p.footer__panel-title {
        border-top: 1px solid rgba(24, 24, 24, 0.12);
        font-weight: bold;
        font-size: 1rem;
        margin-top: 2rem;
        padding-top: 1.5rem; }
        @media only screen and (min-width: 768px) {
          footer.footer-container .footer__panels-list p.footer__panel-title {
            border-top: unset;
            margin-top: unset;
            font-weight: unset;
            font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      footer.footer-container .footer__links-list {
        margin-right: 7rem;
        font-size: unset; } }
    footer.footer-container .footer__links-item {
      display: block;
      margin-bottom: 0.3rem; }
      @media only screen and (min-width: 768px) {
        footer.footer-container .footer__links-item {
          margin-bottom: 0; } }
    footer.footer-container .footer__links-link {
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: color 700ms cubic-bezier(0, 0, 0.3, 1), border-bottom-color 700ms cubic-bezier(0, 0, 0.3, 1); }
      footer.footer-container .footer__links-link:hover, footer.footer-container .footer__links-link:focus {
        border-bottom: 1px solid #e42313; }
      footer.footer-container .footer__links-link--social:hover .footer__links-link, footer.footer-container .footer__links-link--social:focus .footer__links-link {
        border-bottom: 1px solid #e42313; }
    @media only screen and (min-width: 1024px) {
      footer.footer-container .footer__social {
        text-align: right; } }
    footer.footer-container .footer__social-item {
      margin-right: 16px; }
      footer.footer-container .footer__social-item:last-child {
        margin-right: 0; }
    footer.footer-container .footer__copyright {
      font-size: 1.1rem;
      color: #181818; }
    footer.footer-container .footer__legal-links {
      font-size: 1.1rem; }
      footer.footer-container .footer__legal-links__list {
        list-style-type: none;
        padding-bottom: 34px; }
      @media only screen and (min-width: 640px) {
        footer.footer-container .footer__legal-links__list {
          list-style-type: none;
          display: inline;
          padding: 0;
          margin: 0; }
          footer.footer-container .footer__legal-links__list li {
            display: inline;
            margin-right: 34px;
            position: relative;
            white-space: nowrap; }
          footer.footer-container .footer__legal-links__list li:not(:last-child)::after {
            margin-left: 34px; } }

/* stylelint-disable no-descending-specificity */
.navigation {
  position: absolute;
  width: 100%;
  z-index: 100;
  transition: transform 250ms ease, top 250ms ease;
  /* Search Styles */
  /* End Search Styles */ }
  .navigation.-fixed {
    position: fixed;
    top: -154px;
    height: 74px;
    transform: translate3d(0, -74px, 0);
    background-color: var(--custom-background-color, #eeebe5);
    border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
    .navigation.-fixed.-prevent-fixed-active {
      top: -154px !important; }
    @media only screen and (min-width: 1024px) {
      .navigation.-fixed {
        height: 94px;
        transform: translate3d(0, -94px, 0); } }
    .navigation.-fixed .navigation__wrapper {
      height: 74px; }
      @media only screen and (min-width: 1024px) {
        .navigation.-fixed .navigation__wrapper {
          height: 94px; } }
  .navigation.-mobile-nav-active .navigation__wrapper {
    background-color: #181818;
    transition: background-color 150ms linear 150ms; }
  .navigation.-mobile-nav-active .navigation__menu {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 150ms linear 150ms, transform 150ms linear; }
  .navigation.-mobile-nav-active .navigation__item {
    pointer-events: none;
    opacity: 0;
    transition: opacity 150ms linear; }
  .navigation.-mobile-nav-active .navigation__menu-icon-burger {
    opacity: 0;
    transition: none; }
  .navigation.-mobile-nav-active .navigation__menu-icon:before {
    background-color: #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%; }
  .navigation.-mobile-nav-active .navigation__menu-icon:after {
    background-color: #ffffff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%; }
  .navigation.-mobile-nav-active .navigation__anchor {
    color: #ffffff; }
    .navigation.-mobile-nav-active .navigation__anchor:hover {
      color: #181818; }
  .navigation.-search-active:not(.-fixed.-active) .navigation__search-wrapper svg {
    stroke: #ffffff; }
  .navigation.-search-active:not(.-fixed.-active) .navigation__anchor {
    color: #ffffff; }
  .navigation.-search-active:not(.-fixed.-active) .navigation__menu-icon:before, .navigation.-search-active:not(.-fixed.-active) .navigation__menu-icon:after {
    background-color: #ffffff; }
  .navigation.-nav-dark-bg {
    transition: transform 250ms ease, top 250ms ease; }
  .template-homepage .navigation {
    opacity: 0;
    animation: 1400ms fadeIn forwards; }
  .navigation__wrapper {
    height: 74px;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    transition: background-color 150ms linear, height 150ms linear;
    z-index: 2; }
    @media only screen and (min-width: 1920px) {
      .navigation__wrapper {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (min-width: 1024px) {
      .navigation__wrapper {
        height: 154px; } }
  .navigation__menu {
    visibility: hidden;
    background-color: #181818;
    color: #ffffff;
    height: calc(100vh - 74px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: calc(120px - 74px) 8.33333vw 120px;
    position: fixed;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 150ms linear, transform 150ms linear 150ms; }
    .navigation__menu.-visible {
      visibility: visible; }
    .navigation__menu-primary-link-wrapper {
      margin-bottom: 32px; }
    .navigation__menu-primary-link {
      font-family: "Glypha LT Pro", "serif";
      font-size: 3.3rem;
      font-weight: 300;
      line-height: 4rem;
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .navigation__menu-primary-link {
          font-size: 4.3rem;
          letter-spacing: 0.02em;
          line-height: 5.4rem; } }
      @media only screen and (min-width: 1024px) {
        .navigation__menu-primary-link {
          font-size: 5.4rem;
          line-height: 6.8rem; } }
    .navigation__menu-secondary-link {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      line-height: 1.4em;
      letter-spacing: 0.03em;
      margin-bottom: 8px; }
      @media only screen and (min-width: 768px) {
        .navigation__menu-secondary-link {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .navigation__menu-secondary-link {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  .navigation__search-wrapper {
    position: relative;
    width: 20px;
    height: 20px; }
    .navigation__search-wrapper svg {
      fill: transparent;
      stroke: #181818;
      transition: stroke 150ms linear; }
    .-nav-dark-bg:not(.-fixed) .navigation__search-wrapper svg {
      stroke: #ffffff; }
  .navigation__search-button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-11px); }
    .navigation__search-button__icon {
      max-width: 100%;
      width: 45px;
      height: 22px; }
      .navigation__search-button__icon path {
        stroke: #ffffff; }
  .navigation__icon-search {
    display: block;
    max-width: 100%;
    position: relative;
    transition: opacity 250ms linear; }
    .navigation__icon-search:hover {
      opacity: 0.6; }
  .navigation.-active {
    transform: translate3d(0, 0, 0);
    top: 0;
    transition: background-color 150ms linear, transform 250ms ease, top 250ms ease 250ms; }
  .navigation__logo-wrapper {
    width: 40px;
    position: relative; }
    .navigation__logo-wrapper--extended {
      width: 240px; }
      @media only screen and (min-width: 768px) {
        .navigation__logo-wrapper--extended {
          width: 323px; } }
  .navigation__logo-anchor {
    display: block; }
  .navigation__menu-icon-wrapper {
    position: relative; }
  .navigation__menu-icon {
    display: block;
    position: relative;
    height: 12px;
    width: 24px; }
    .navigation__menu-icon:before, .navigation__menu-icon:after {
      background-color: #181818;
      content: '';
      height: 1px;
      position: absolute;
      right: 0;
      transition: background-color 150ms linear, transform 150ms linear, top 150ms linear;
      transform-origin: 50% 50%;
      width: 100%;
      z-index: 1; }
    .navigation__menu-icon:before {
      top: 0; }
    .navigation__menu-icon:after {
      bottom: 0; }
    .-nav-dark-bg:not(.-fixed) .navigation__menu-icon:before, .-nav-dark-bg:not(.-fixed) .navigation__menu-icon:after {
      background-color: #ffffff; }
  .navigation__icon {
    display: block;
    fill: #e42313;
    width: 31px;
    max-width: 100%;
    position: relative;
    transition: fill 250ms linear; }
    @media only screen and (min-width: 768px) {
      .navigation__icon {
        width: 42px; } }
  .navigation__anchor {
    color: #181818;
    display: none;
    cursor: pointer;
    transition: color 250ms linear;
    text-decoration: none;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.2rem;
    letter-spacing: 0.01em;
    background-color: transparent;
    border: none;
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .navigation__anchor {
        display: flex; } }
    .-nav-dark-bg:not(.-fixed) .navigation__anchor {
      color: #ffffff; }
  .navigation__list {
    position: relative; }
  .navigation__item {
    cursor: pointer;
    vertical-align: middle; }
    @media only screen and (min-width: 1024px) {
      .navigation__item {
        margin-left: 32px; }
        .navigation__item.-active .navigation__anchor {
          position: relative; }
          .navigation__item.-active .navigation__anchor:before {
            background-color: #e42313;
            content: '';
            height: 8px;
            width: 8px;
            border-radius: 50%;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            bottom: -16px;
            animation: 250ms fadeIn forwards; }
        .navigation__item:hover:not(.-active) .navigation__anchor {
          position: relative; }
          .navigation__item:hover:not(.-active) .navigation__anchor:before {
            background-color: rgba(24, 24, 24, 0.2);
            content: '';
            height: 8px;
            width: 8px;
            border-radius: 50%;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            bottom: -16px;
            animation: 250ms fadeIn forwards; }
        .-nav-dark-bg:not(.-fixed) .navigation__item:hover:not(.-active) .navigation__anchor {
          position: relative; }
          .-nav-dark-bg:not(.-fixed) .navigation__item:hover:not(.-active) .navigation__anchor:before {
            background-color: rgba(255, 255, 255, 0.2); } }
    .navigation__item-wrapper {
      margin-left: 24px; }
      @media only screen and (min-width: 1024px) {
        .navigation__item-wrapper {
          display: none; } }
      .navigation__item-wrapper .navigation__anchor {
        display: flex; }

.navigation__search {
  width: 100%;
  position: absolute;
  overflow: hidden;
  transition: transform 700ms ease;
  transform: translateY(-100%) translateZ(0);
  z-index: 91; }
  .navigation__search.-active {
    transform: translateY(0);
    visibility: visible; }
    .navigation__search.-active .navigation__search-inner-wrapper {
      opacity: 1;
      transition: transform 700ms ease, opacity 250ms ease 250ms; }
  .navigation__search-inner-wrapper {
    transition: transform 700ms ease, opacity 250ms ease;
    opacity: 0; }
  .navigation__search-form {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .navigation__search-input {
    border: 0;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px 50px 10px 0;
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    background-color: transparent;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .navigation__search-input {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .navigation__search-input {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    .navigation__search-input::placeholder {
      color: rgba(255, 255, 255, 0.4); }
  .navigation__search-submit {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .navigation__search__label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 24px 0 80px; }
    @media only screen and (min-width: 768px) {
      .navigation__search__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .navigation__search__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

/* Components / Partials */
.companies {
  margin-bottom: 80px;
  margin-top: 80px; }
  @media only screen and (min-width: 768px) {
    .companies {
      margin-bottom: 120px;
      margin-top: 120px; } }
  .companies__relationships-header__title {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 64px; }
    @media only screen and (min-width: 768px) {
      .companies__relationships-header__title {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .companies__relationships-header__title {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
  .companies__relationships-header__text {
    margin-bottom: 32px; }
    @media only screen and (min-width: 768px) {
      .companies__relationships-header__text {
        margin-bottom: 64px; } }
  .companies__horizontal-rule {
    margin-top: 24px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid rgba(24, 24, 24, 0.1); }
    @media only screen and (min-width: 768px) {
      .companies__horizontal-rule {
        margin-top: 32px; } }
  .companies__relationships {
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .companies__relationships {
        margin-top: 64px; } }
    .companies__relationships__list {
      column-count: 1; }
      @media only screen and (min-width: 768px) {
        .companies__relationships__list {
          column-count: 2; } }
      @media only screen and (min-width: 1280px) {
        .companies__relationships__list {
          column-count: 3; } }
      .featured .companies__relationships__list {
        text-align: center;
        font-family: "Glypha LT Pro", "serif";
        font-size: 3.3rem;
        font-weight: 300;
        line-height: 4rem; }
        @media only screen and (min-width: 768px) {
          .featured .companies__relationships__list {
            font-size: 4.3rem;
            letter-spacing: 0.02em;
            line-height: 5.4rem; } }
        @media only screen and (min-width: 1024px) {
          .featured .companies__relationships__list {
            font-size: 5.4rem;
            line-height: 6.8rem; } }
      .companies__relationships__list__item {
        margin-bottom: 8px; }
        .companies__relationships__list__item__link {
          border-bottom: 1px solid transparent;
          transition: border-bottom 250ms ease; }
          .companies__relationships__list__item__link:hover {
            border-bottom: 1px solid #e42313; }
          .companies__relationships__list__item__link .ticker-symbol {
            font-family: "Univers", "Helvetica", "sans-serif";
            font-weight: 300;
            font-size: 1.5rem;
            line-height: 2.3rem;
            margin-left: 8px;
            text-transform: capitalize; }
            @media only screen and (min-width: 768px) {
              .companies__relationships__list__item__link .ticker-symbol {
                font-size: 1.7rem;
                line-height: 2.6rem; } }
            @media only screen and (min-width: 1024px) {
              .companies__relationships__list__item__link .ticker-symbol {
                font-size: 1.7rem;
                line-height: 2.6rem; } }
            .featured .companies__relationships__list__item__link .ticker-symbol {
              display: none; }
    .companies__relationships__list-notice {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      display: none; }
      @media only screen and (min-width: 768px) {
        .companies__relationships__list-notice {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .companies__relationships__list-notice {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  .companies__buttons {
    text-align: center;
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .companies__buttons {
        margin-top: 64px; } }
    .companies__buttons__button {
      margin: 16px;
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0.03em;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #181818;
      border: 1px solid #e42313; }
      @media only screen and (min-width: 768px) {
        .companies__buttons__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .companies__buttons__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      .companies__buttons__button:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        .companies__buttons__button {
          min-width: 100px;
          padding: 6px 32px; } }
      @media only screen and (min-width: 768px) {
        .companies__buttons__button {
          border-radius: 101px;
          min-width: 218px;
          padding: 20px 77px; } }
      .companies__buttons__button:disabled {
        border-color: #181818; }
      .companies__buttons__button:enabled:hover, .companies__buttons__button.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      .companies__buttons__button:enabled:focus, .companies__buttons__button.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }
  .companies .filters {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .companies .filters {
        margin-bottom: 0; } }

.company-description {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.1); }
  @media only screen and (min-width: 0) {
    .company-description {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .company-description {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .company-description {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .company-description {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .company-description {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .company-description {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .company-description__col {
    margin-bottom: 32px; }
    .company-description__col:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 1280px) {
      .company-description__col {
        margin-bottom: 0; } }
  .company-description__header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 8px;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .company-description__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .company-description__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1280px) {
      .company-description__header {
        margin-bottom: 16px; } }
  @media only screen and (min-width: 1280px) {
    .company-description__item {
      margin-bottom: 8px; }
      .company-description__item:last-child {
        margin-bottom: 0; } }
  .company-description__link {
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    .company-description__link:hover {
      border-bottom: 1px solid #e42313; }
    .company-description__link--external {
      position: relative; }
      .company-description__link--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }

body.template-contact .body-copy {
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  padding-top: 80px; }
  @media only screen and (min-width: 768px) {
    body.template-contact .body-copy {
      padding-top: 120px; } }

body.template-contact .contact-offices {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 80px 20px; }
  @media only screen and (min-width: 768px) {
    body.template-contact .contact-offices {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 896px) {
    body.template-contact .contact-offices {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (min-width: 1440px) {
    body.template-contact .contact-offices {
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 120px 20px; } }
  body.template-contact .contact-offices__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  body.template-contact .contact-offices__label {
    padding-bottom: 24px; }
  body.template-contact .contact-offices__address {
    padding-bottom: 32px; }
    body.template-contact .contact-offices__address .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem; }
      @media only screen and (min-width: 768px) {
        body.template-contact .contact-offices__address .rich-text p {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        body.template-contact .contact-offices__address .rich-text p {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  body.template-contact .contact-offices__telephone {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      body.template-contact .contact-offices__telephone {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      body.template-contact .contact-offices__telephone {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    body.template-contact .contact-offices__telephone:hover {
      border-bottom: 1px solid #e42313; }

.error-page {
  padding-bottom: 80px; }
  @media only screen and (min-width: 1024px) {
    .error-page {
      padding-bottom: 120px; } }

.home-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  background: rgba(238, 235, 229, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none; }
  .home-overlay.overlay-is-open {
    display: block; }
  .home-overlay .home-overlay__close {
    top: 1em;
    right: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .home-overlay .home-overlay__close {
        top: 5px;
        right: 5px; }
        .home-overlay .home-overlay__close svg {
          max-width: 30px;
          max-height: 30px; } }
    .home-overlay .home-overlay__close svg path {
      fill: #181818;
      transition: fill 250ms ease-in-out; }
    .home-overlay .home-overlay__close:hover svg path {
      fill: #e42313; }
  .home-overlay .home-overlay__content {
    position: absolute;
    top: 50%;
    height: 90vh;
    max-width: 80vw;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #181818;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center; }
    .home-overlay .home-overlay__content .home-overlay__media-content {
      max-width: 100%;
      max-height: 70%;
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media only screen and (min-height: 440px) {
        .home-overlay .home-overlay__content .home-overlay__media-content {
          max-height: 75%; } }
      @media only screen and (min-height: 550px) {
        .home-overlay .home-overlay__content .home-overlay__media-content {
          max-height: 80%; } }
      @media only screen and (min-height: 620px) {
        .home-overlay .home-overlay__content .home-overlay__media-content {
          max-height: 85%; } }
      .home-overlay .home-overlay__content .home-overlay__media-content .hosted-video {
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%; }
    .home-overlay .home-overlay__content .home-overlay__text-content {
      max-width: 100%;
      width: 100%;
      margin-top: 14px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-sub-caption {
        text-transform: uppercase;
        text-align: center;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 14px; }
        .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-sub-caption div.rich-text p {
          font-family: 'Univers LT Pro', Helvetica, Arial, sans-serif;
          font-weight: 500;
          font-style: normal;
          letter-spacing: -0.02em;
          font-size: 18px;
          line-height: 16px; }
          @media only screen and (min-width: 1024px) {
            .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-sub-caption div.rich-text p {
              font-size: 22px;
              line-height: 20px; } }
          @media only screen and (min-width: 2560px) {
            .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-sub-caption div.rich-text p {
              font-size: 30px;
              line-height: 28px; } }
      .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-main-caption {
        text-transform: uppercase;
        text-align: center;
        width: 95%;
        margin-left: auto;
        margin-right: auto; }
        .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-main-caption div.rich-text p {
          font-family: 'Univers Black', Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-style: normal;
          letter-spacing: -0.04em;
          margin-bottom: unset;
          font-size: 30px;
          line-height: 24.4px; }
          .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-main-caption div.rich-text p b {
            font-weight: 900; }
          @media only screen and (min-width: 1024px) {
            .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-main-caption div.rich-text p {
              font-size: 46px;
              line-height: 40px; } }
          @media only screen and (min-width: 2560px) {
            .home-overlay .home-overlay__content .home-overlay__text-content .hosted-text-main-caption div.rich-text p {
              font-size: 56px;
              line-height: 50px; } }

body.overlay-is-open {
  height: 100vh;
  overflow: hidden; }

#template-microsite .body-copy {
  padding-bottom: 64px; }

#template-microsite > .has-background {
  position: relative;
  padding-bottom: 64px;
  background-image: linear-gradient(to bottom, rgba(24, 24, 24, 0.35), #181818 50%), var(--background-large-src);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #ffffff; }
  #template-microsite > .has-background .-bg-color-transparent {
    color: #ffffff; }
  #template-microsite > .has-background .block-svg svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

#template-microsite .featured-posts {
  padding: 0;
  background-color: transparent;
  overflow: hidden; }
  #template-microsite .featured-posts__content-wrapper {
    color: #181818; }
  #template-microsite .featured-posts__image-wrapper {
    position: relative;
    padding-bottom: 66%; }
    #template-microsite .featured-posts__image-wrapper img {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  #template-microsite .featured-posts__list {
    padding-bottom: 32px;
    scroll-behavior: smooth;
    flex-flow: row nowrap;
    overflow-x: auto;
    justify-content: start;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #template-microsite .featured-posts__list::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
    #template-microsite .featured-posts__list .featured-posts__post {
      flex: 0 0 auto;
      flex-basis: 66.66667vw;
      width: 66.66667vw;
      max-width: 1120px;
      scroll-snap-align: center;
      margin: 0 4.16667vw; }
      #template-microsite .featured-posts__list .featured-posts__post:first-child {
        margin-left: 0; }
      #template-microsite .featured-posts__list .featured-posts__post:last-child {
        margin-right: 0; }
      @media only screen and (min-width: 768px) {
        #template-microsite .featured-posts__list .featured-posts__post {
          flex: 0 0 auto;
          flex-basis: 33.33333vw;
          width: 33.33333vw;
          max-width: 560px;
          margin: 0 4.375vw 0 0;
          scroll-snap-align: start; } }
      @media only screen and (min-width: 1280px) {
        #template-microsite .featured-posts__list .featured-posts__post {
          flex: 0 0 auto;
          flex-basis: 20.83333vw;
          width: 20.83333vw;
          max-width: 350px; } }
    #template-microsite .featured-posts__list .scroll-list-button-next {
      opacity: 1;
      right: 0; }
    #template-microsite .featured-posts__list[data-scroll-right='0'] ~ .scroll-list-button-next {
      opacity: 0;
      right: -200px; }
    #template-microsite .featured-posts__list .scroll-list-button-previous {
      opacity: 1;
      left: 0; }
    #template-microsite .featured-posts__list[data-scroll-left='0'] ~ .scroll-list-button-previous {
      opacity: 0;
      left: -200px; }

#template-microsite .multi-video,
#template-microsite .featured-content-block {
  padding-top: 64px;
  padding-bottom: 32px;
  padding-left: calc((100vw - 1680px) / 2);
  padding-right: calc((100vw - 1680px) / 2); }
  #template-microsite .multi-video.-bg-color-charcoal,
  #template-microsite .featured-content-block.-bg-color-charcoal {
    background-color: #181818; }
    #template-microsite .multi-video.-bg-color-charcoal .featured-posts__content-wrapper,
    #template-microsite .featured-content-block.-bg-color-charcoal .featured-posts__content-wrapper {
      color: #ffffff; }

#template-microsite .body-content .multi-video .swipe-scroll-list {
  margin: 0; }
  #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button {
    display: none;
    width: 8.33333vw;
    max-width: 140px; }
    @media only screen and (min-width: 768px) {
      #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button {
        background: none;
        display: block; }
        #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 5;
          background: #eeebe5;
          -webkit-mask-image: linear-gradient(90deg, transparent, black);
          mask-image: linear-gradient(90deg, transparent, black); }
        #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 66%;
          position: relative;
          z-index: 10; }
          #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg {
            pointer-events: none; }
            #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
              stroke: #181818; } }
    #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button:after {
      content: unset; }
    #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-previous {
      transform: scaleX(-1); }
    #template-microsite .body-content .multi-video .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-next .scroll-list-button__background {
      left: max(-4.16667vw, -70px); }
  #template-microsite .body-content .multi-video .swipe-scroll-list:not([data-scroll-right='0']) ~ .scroll-list-button-next {
    right: 0; }
  #template-microsite .body-content .multi-video .swipe-scroll-list:not([data-scroll-left='0']) ~ .scroll-list-button-previous {
    left: 0; }

#template-microsite .restricted-form {
  min-height: 50vh;
  margin-inline: auto;
  text-align: center;
  flex: 0 0 auto;
  flex-basis: 83.33333vw;
  width: 83.33333vw;
  max-width: 1400px; }
  #template-microsite .restricted-form form p {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form p {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form form p {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  #template-microsite .restricted-form form input[type='email'] {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    background: transparent;
    color: white;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #eeebe5;
    padding: 5px;
    width: 100%;
    max-width: 400px;
    outline: none;
    margin-bottom: 16px;
    opacity: 0.8;
    transition: opacity 250ms ease;
    line-height: 42px; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='email'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form form input[type='email'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='email'] {
        line-height: 29px; } }
    #template-microsite .restricted-form form input[type='email']:focus {
      opacity: 1; }
    #template-microsite .restricted-form form input[type='email']:-webkit-autofill, #template-microsite .restricted-form form input[type='email']:-webkit-autofill:hover, #template-microsite .restricted-form form input[type='email']:-webkit-autofill:focus, #template-microsite .restricted-form form input[type='email']:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #181818 inset !important;
      -webkit-text-fill-color: white !important; }
  #template-microsite .restricted-form form input[type='submit'] {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #template-microsite .restricted-form form input[type='submit']:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form form input[type='submit'] {
        min-width: 100px;
        padding: 6px 32px; } }
    #template-microsite .restricted-form form input[type='submit']:disabled {
      border-color: #ffffff; }
    #template-microsite .restricted-form form input[type='submit']:enabled:hover, #template-microsite .restricted-form form input[type='submit'].button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    #template-microsite .restricted-form form input[type='submit']:enabled:focus, #template-microsite .restricted-form form input[type='submit'].button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
  #template-microsite .restricted-form span.message {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 16px;
    vertical-align: bottom;
    animation: form_error_fade 250ms forwards;
    display: block; }
    @media only screen and (min-width: 768px) {
      #template-microsite .restricted-form span.message {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #template-microsite .restricted-form span.message {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #template-microsite .restricted-form span.message.error {
      color: #fa645a; }
    #template-microsite .restricted-form span.message.success {
      color: #eeebe5; }

#template-microsite.event_status_restricted .restricted-form,
#template-microsite.event_status_restricted > .has-background,
#template-microsite.event_status_restricted > .body-content,
#template-microsite.event_status_restricted > .hero-content {
  display: none; }

#template-microsite.show-form .restricted-form {
  display: block; }

body.template-microsite {
  overscroll-behavior-x: none; }

.article-index-hero {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .article-index-hero__container {
    height: 100%;
    width: 100%;
    min-height: min(75vh, 482px); }
    @media only screen and (min-width: 640px) {
      .article-index-hero__container {
        min-height: min(90vh, 596px); } }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__container {
        min-height: min(90vh, 764px); } }
    @media only screen and (min-width: 1280px) {
      .article-index-hero__container {
        min-height: min(90vh, 1024px); } }
  .article-index-hero__title {
    display: inline;
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem; }
    @media only screen and (min-width: 768px) {
      .article-index-hero__title {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__title {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .article-index-hero__attribution-wrapper {
    display: block;
    opacity: 0;
    transition: opacity 350ms linear;
    transition-delay: 0.5s;
    z-index: 1;
    align-self: flex-end;
    margin: 48px 0; }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__attribution-wrapper {
        margin: 120px 0; } }
  .article-index-hero__anchor {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    .article-index-hero__anchor:hover {
      border-bottom: 1px solid #e42313; }
  .article-index-hero__background {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute; }
    .article-index-hero__background img.image-base {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%; }
    .article-index-hero__background:after {
      content: '';
      position: absolute;
      background-color: rgba(24, 24, 24, 0.4);
      top: 0;
      width: 100%;
      height: 100%; }
    .article-index-hero__background.-loaded {
      animation: fadeZoom 1s forwards;
      border-bottom: 1px solid #424242; }
      .article-index-hero__background.-loaded + .article-index-hero__attribution-wrapper {
        opacity: 1; }
  .article-index-hero__author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 8px; }
    @media only screen and (min-width: 768px) {
      .article-index-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .article-index-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

.article-post-hero {
  padding-top: 120px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .article-post-hero {
      padding-top: 240px; } }
  .article-post-hero__wrapper {
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .article-post-hero__wrapper {
        margin-bottom: 80px; } }
  .article-post-hero--landing {
    text-align: left; }
  .article-post-hero__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .article-post-hero__headline {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .article-post-hero__headline {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .article-post-hero__author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      .article-post-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .article-post-hero__author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .article-post-hero__author .article-post-hero__author-anchor {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }
      .article-post-hero__author .article-post-hero__author-anchor:hover {
        border-bottom: 1px solid #e42313; }
  .article-post-hero__social {
    margin-left: auto;
    padding-left: 32px;
    display: flex;
    justify-content: flex-end;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      .article-post-hero__social {
        text-align: right;
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .article-post-hero__social {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .article-post-hero__social {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .article-post-hero__social li {
      display: inline-block;
      margin-right: 16px; }
    .article-post-hero__social .share__links-item {
      display: none; }
    .article-post-hero__social .share__links-link {
      font-size: 1.2rem;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: color 700ms cubic-bezier(0, 0, 0.3, 1), border-bottom-color 700ms cubic-bezier(0, 0, 0.3, 1); }
      @media only screen and (min-width: 640px) {
        .article-post-hero__social .share__links-link {
          font-size: 1.5rem; } }
      .article-post-hero__social .share__links-link:hover, .article-post-hero__social .share__links-link:focus {
        border-bottom: 1px solid #e42313; }
      .article-post-hero__social .share__links-link .share__links-link--social:hover .share__links-link, .article-post-hero__social .share__links-link .share__links-link--social:focus .share__links-link {
        border-bottom: 1px solid #e42313; }
    .article-post-hero__social svg {
      padding-top: 5px; }

.breadcrumbs {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  .breadcrumbs__breadcrumb {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease;
    color: #181818;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 16px; }
    .breadcrumbs__breadcrumb:hover {
      border-bottom: 1px solid #e42313; }
  .breadcrumbs__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px; }

.featured-posts {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  background-color: #181818;
  position: relative; }
  @media only screen and (min-width: 0) {
    .featured-posts {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-posts {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-posts {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-posts {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .featured-posts {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .featured-posts {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .featured-posts__image-wrapper {
    position: relative;
    margin-bottom: 32px;
    overflow: hidden;
    display: block; }
    .featured-posts__image-wrapper video,
    .featured-posts__image-wrapper img {
      position: relative; }
    .featured-posts__image-wrapper video.carousel-hover-video {
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .featured-posts__image-wrapper video.carousel-hover-video:hover {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
    .featured-posts__image-wrapper img.featured-posts__image-hover {
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .featured-posts__image-wrapper img.featured-posts__image-hover:hover {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
  .featured-posts__image {
    transition: transform 350ms ease; }
  .featured-posts__video-wrapper {
    margin-bottom: 32px;
    overflow: hidden;
    display: block; }
  .featured-posts__content-wrapper {
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 0 32px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__content-wrapper {
        padding: 0; } }
  .featured-posts__post-title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 16px;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post-title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__post-title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
    .featured-posts__post-title-wrapper {
      border-bottom: 1px solid transparent;
      transition: border-bottom 250ms ease; }
      .featured-posts__post-title-wrapper:hover {
        border-bottom: 1px solid #e42313; }
    .featured-posts__link--external .featured-posts__post-title {
      position: relative; }
      .featured-posts__link--external .featured-posts__post-title:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .featured-posts__link--external .featured-posts__post-title:after {
        background-image: url("/static/svg/external_link_white.b29f94c050a7.svg"); }
      .featured-posts__link--external .featured-posts__post-title:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .featured-posts__link--external .featured-posts__post-title:after {
            padding: 19px 19px 0 0; } }
  .featured-posts__post-author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__post-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .featured-posts__post-author-link {
    border-bottom: 1px solid #ffffff;
    transition: border-bottom 250ms ease; }
    .featured-posts__post-author-link:hover {
      border-bottom: 1px solid #e42313; }
  .featured-posts__post-label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post-label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__post-label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .featured-posts__post:hover .featured-posts__image {
    transform: scale(1.05); }
  .featured-posts__post:hover .featured-posts__post-title {
    border-bottom: 1px solid #e42313; }
  .featured-posts__post:not(:last-of-type) {
    margin-bottom: 64px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__post:not(:last-of-type) {
        margin-bottom: 0; } }
  .featured-posts__list--single .featured-posts__post {
    margin-bottom: 0; }
  .featured-posts__list--single li:nth-child(1n + 2) {
    margin-top: 32px; }
  @media only screen and (min-width: 1024px) {
    .featured-posts__list--single .featured-posts__content-wrapper {
      text-align: left; } }
  @media only screen and (min-width: 1024px) {
    .featured-posts__list--single .featured-posts__image-wrapper {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .featured-posts__list--single .featured-posts__video-wrapper {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .featured-posts__list--single__image-wrapper {
      margin-bottom: unset; } }
  @media only screen and (min-width: 1024px) {
    .featured-posts__list--single__video-wrapper {
      margin-bottom: unset; } }
  .featured-posts__list--double {
    /* stylelint-disable-next-line no-descending-specificity */ }
    .featured-posts__list--double li {
      flex: 0 0 auto;
      flex-basis: 83.33333vw;
      width: 83.33333vw;
      max-width: 1400px; }
      @media only screen and (min-width: 768px) {
        .featured-posts__list--double li {
          flex: 0 0 auto;
          flex-basis: 33.33333vw;
          width: 33.33333vw;
          max-width: 560px; } }
    @media only screen and (min-width: 768px) {
      .featured-posts__list--double li:nth-child(1n + 3) {
        margin-top: 32px; } }
    .featured-posts__list--double li:last-child:nth-child(odd) {
      margin-left: auto;
      margin-right: auto; }
  .featured-posts__list--triple {
    justify-content: center;
    /* stylelint-disable-next-line no-descending-specificity */
    /* stylelint-disable-next-line no-descending-specificity */ }
    .featured-posts__list--triple li {
      flex: 0 0 auto;
      flex-basis: 83.33333vw;
      width: 83.33333vw;
      max-width: 1400px;
      /* stylelint-disable-next-line no-descending-specificity */ }
      .featured-posts__list--triple li:not(:last-child) {
        margin-bottom: 64px; }
      @media only screen and (min-width: 768px) {
        .featured-posts__list--triple li {
          flex: 0 0 auto;
          flex-basis: 25vw;
          width: 25vw;
          max-width: 420px;
          margin: 0 1.8vw; } }
    .featured-posts__list--triple li:nth-child(1n + 4) {
      margin-top: 32px; }
    .featured-posts__list--triple .featured-posts {
      /* stylelint-disable-next-line no-descending-specificity */ }
      .featured-posts__list--triple .featured-posts__post-title {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 2.8rem; }
        @media only screen and (min-width: 768px) {
          .featured-posts__list--triple .featured-posts__post-title {
            font-size: 2.2rem;
            line-height: 3.3rem; } }
        @media only screen and (min-width: 1024px) {
          .featured-posts__list--triple .featured-posts__post-title {
            font-size: 2.4rem;
            line-height: 3.6rem; } }
  .featured-posts--no-bg {
    background-color: transparent; }
    .featured-posts--no-bg .featured-posts__content-wrapper {
      color: #181818; }
    .featured-posts--no-bg .featured-posts__post-author-link {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }
      .featured-posts--no-bg .featured-posts__post-author-link:hover {
        border-bottom: 1px solid #e42313; }
    .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title {
      position: relative; }
      .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .featured-posts--no-bg .featured-posts__link--external .featured-posts__post-title:after {
            padding: 19px 19px 0 0; } }
  .featured-posts__cta-button-wrapper {
    text-align: center; }
  .featured-posts__cta-button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313;
    margin-top: 48px; }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-posts__cta-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .featured-posts__cta-button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .featured-posts__cta-button:disabled {
      border-color: #ffffff; }
    .featured-posts__cta-button:enabled:hover, .featured-posts__cta-button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .featured-posts__cta-button:enabled:focus, .featured-posts__cta-button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .featured-posts__cta-button {
        margin-top: 100px; } }

.-bg-color-transparent .featured-posts {
  background: transparent; }
  .-bg-color-transparent .featured-posts .featured-posts__content-wrapper {
    color: #181818; }

.filter-panel {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .filter-panel {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .filter-panel {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .filter-panel {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .filter-panel {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw;
      text-align: center; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .filter-panel {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .filter-panel {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .filter-panel {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .filter-panel__list-item {
    display: inline-block;
    margin-right: 24px; }
    .filter-panel__list-item:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .filter-panel__list-item {
        margin-right: 32px; } }
  .filter-panel__anchor {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem; }
    @media only screen and (min-width: 768px) {
      .filter-panel__anchor {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .filter-panel__anchor {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
    .filter-panel__anchor-active {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }

.index-grid__title {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem; }
  @media only screen and (min-width: 768px) {
    .index-grid__title {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .index-grid__title {
      font-size: 5.4rem;
      line-height: 6.8rem; } }

@media only screen and (max-width: 768px) {
  .index-grid__list-item .index-grid__text-wrapper {
    padding-top: 1em; } }

.index-grid__list-item a {
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .index-grid__list-item a {
      padding-bottom: 48px;
      margin-bottom: 48px; } }

.index-grid__list-item:last-child a {
  border-bottom: 0; }

.index-grid__text {
  width: 100%;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .index-grid__text {
      margin-bottom: 64px; } }
  .index-grid__text-title-wrapper, .index-grid__text-category-wrapper {
    margin-bottom: 16px; }
  .index-grid__text-category {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #e42313;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .index-grid__text-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid__text-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .index-grid__text-title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      .index-grid__text-title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid__text-title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
    .index-grid__link--external .index-grid__text-title {
      position: relative; }
      .index-grid__link--external .index-grid__text-title:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .index-grid__link--external .index-grid__text-title:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .index-grid__link--external .index-grid__text-title:after {
            padding: 19px 19px 0 0; } }
  .index-grid__text-author {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .index-grid__text-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid__text-author {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      .index-grid__text-author {
        margin-bottom: 0; } }

.index-grid__no-results {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin: 24px 0 240px 0; }
  @media only screen and (min-width: 768px) {
    .index-grid__no-results {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    .index-grid__no-results {
      font-size: 2.4rem;
      line-height: 3.6rem; } }
  @media only screen and (min-width: 768px) {
    .index-grid__no-results {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem;
      margin: 32px 0 320px 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .index-grid__no-results {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    .index-grid__no-results {
      font-size: 2.4rem;
      line-height: 3.6rem; } }

.index-grid__link:hover .index-grid__text-title {
  border-color: #e42313; }

.index-grid ol.index-grid__list {
  counter-reset: number;
  list-style-type: none; }
  .index-grid ol.index-grid__list li {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .index-grid ol.index-grid__list li {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .index-grid ol.index-grid__list li {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
    .index-grid ol.index-grid__list li:before {
      content: counter(number);
      counter-increment: number;
      position: absolute;
      left: 0;
      top: 0;
      text-align: right; }
    .index-grid ol.index-grid__list li a {
      margin-left: 40px;
      flex-wrap: nowrap; }
      @media only screen and (min-width: 768px) {
        .index-grid ol.index-grid__list li a {
          margin-left: 60px; } }

.page-hero {
  padding-top: 120px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .page-hero {
      padding-top: 240px; } }
  .page-hero.-bg-color-charcoal {
    padding-bottom: 80px; }
    @media only screen and (min-width: 1024px) {
      .page-hero.-bg-color-charcoal {
        padding-bottom: 120px; } }
    .page-hero.-bg-color-charcoal a {
      border-color: #ffffff; }
      .page-hero.-bg-color-charcoal a:hover {
        border-color: #e42313; }
  .page-hero.-bg-color-charcoal + .-bg-color-charcoal {
    padding-top: 0; }
  .page-hero:not(.-bg-color-charcoal) + :not(.-bg-color-charcoal) {
    margin-top: 80px; }
    @media only screen and (min-width: 1024px) {
      .page-hero:not(.-bg-color-charcoal) + :not(.-bg-color-charcoal) {
        margin-top: 120px; } }
  .page-hero:not(.-bg-color-charcoal) + .-bg-color-charcoal {
    margin-top: 80px; }
    @media only screen and (min-width: 1024px) {
      .page-hero:not(.-bg-color-charcoal) + .-bg-color-charcoal {
        margin-top: 120px; } }
  .page-hero__inner-wrapper {
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px); }
    .page-hero__inner-wrapper.-scroll-active {
      opacity: 1;
      transform: none; }
    .no-js .page-hero__inner-wrapper {
      opacity: 1;
      transform: none; }
  .page-hero__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem; }
    @media only screen and (min-width: 768px) {
      .page-hero__headline {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .page-hero__headline {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    .page-hero__headline--with-ticker {
      display: inline-block;
      margin-right: 24px; }
  .page-hero__ticker-symbol {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .page-hero__ticker-symbol {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .page-hero__ticker-symbol {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .page-hero__subhead {
    margin-top: 24px; }
    .page-hero__subhead p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 2.3rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .page-hero__subhead p {
          font-size: 2.8rem;
          line-height: 3.8rem; } }
      @media only screen and (min-width: 1024px) {
        .page-hero__subhead p {
          font-size: 3.2rem;
          line-height: 4.4rem; } }
    @media only screen and (min-width: 1024px) {
      .page-hero__subhead {
        margin-top: 32px; } }
    .page-hero__subhead--tagline {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .page-hero__subhead--tagline {
          font-size: 2.2rem;
          line-height: 3.3rem; } }
      @media only screen and (min-width: 1024px) {
        .page-hero__subhead--tagline {
          font-size: 2.4rem;
          line-height: 3.6rem; } }

.pagination {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  display: block;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .pagination {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .pagination {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .pagination {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .pagination {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .pagination {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .pagination {
      margin-bottom: 120px; } }
  .pagination__number {
    color: #181818;
    text-decoration: none; }
  .pagination__button {
    color: #181818;
    text-decoration: none; }
  .pagination__item {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: inline-block;
    margin: 0 8px; }
    @media only screen and (min-width: 768px) {
      .pagination__item {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .pagination__item {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .pagination__item .-active {
      border-bottom: 2px solid #181818; }
    .pagination__item.-ellipsis {
      pointer-events: none;
      user-select: none;
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .pagination__item {
        margin: 0 8px; } }
    .pagination__item:hover {
      cursor: pointer; }
  .pagination__arrow {
    stroke: #181818;
    width: 6px; }
    .pagination__arrow.-prev {
      transform: rotate(180deg); }
  .pagination__viewall {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    border-bottom: 2px solid transparent;
    color: #181818;
    display: inline-block;
    margin: 16px 0 0 0;
    text-decoration: none;
    line-height: 1;
    transition: border-bottom 250ms; }
    @media only screen and (min-width: 768px) {
      .pagination__viewall {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .pagination__viewall {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .pagination__viewall:hover {
      border-bottom: 2px solid #181818; }

.article-highlight-block {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .article-highlight-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .article-highlight-block__kicker {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em;
    padding-bottom: 24px; }
    .article-highlight-block__kicker strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .article-highlight-block__kicker {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
  .article-highlight-block__item {
    margin-bottom: 24px; }
    .article-highlight-block__item__image {
      /* stylelint-disable-next-line property-no-unknown */
      aspect-ratio: 353 / 235;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 768px) {
        .article-highlight-block__item__image {
          /* stylelint-disable-next-line property-no-unknown */
          aspect-ratio: 380 / 240; } }
      .article-highlight-block__item__image img.image-base.styled {
        position: relative;
        height: 100%;
        border-radius: 4px; }
    .article-highlight-block__item__text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 16px 24px 24px 24px;
      height: 100%; }
      .article-highlight-block__item__text > * {
        padding-bottom: 24px; }
        @media only screen and (min-width: 768px) {
          .article-highlight-block__item__text > * {
            padding-bottom: unset; } }
      .article-highlight-block__item__text__title {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 3rem;
        line-height: 2.7rem;
        letter-spacing: -0.04em; }
      .article-highlight-block__item__text__description {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1.6rem;
        line-height: 2.06rem;
        letter-spacing: 0em; }
        @media only screen and (min-width: 768px) {
          .article-highlight-block__item__text__description {
            font-size: 1.4rem;
            line-height: 1.82rem;
            letter-spacing: 0em; } }
      .article-highlight-block__item__text__link {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.06em;
        text-decoration: underline; }
        @media only screen and (min-width: 768px) {
          .article-highlight-block__item__text__link {
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: 0.06em; } }

.assets-highlight-block {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .assets-highlight-block {
      margin-top: 48px;
      margin-bottom: 48px; } }
  .assets-highlight-block .assets-highlight-block__kicker {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em; }
    .assets-highlight-block .assets-highlight-block__kicker strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .assets-highlight-block .assets-highlight-block__kicker {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
    .assets-highlight-block .assets-highlight-block__kicker.image-on-the-left {
      float: right; }
  .assets-highlight-block .assets-highlight-block__item.two-assets {
    display: none; }
    @media only screen and (min-width: 768px) {
      .assets-highlight-block .assets-highlight-block__item.two-assets {
        display: flex; } }
  .assets-highlight-block .assets-highlight-block__item__images_container {
    display: flex;
    width: 100%; }
    .assets-highlight-block .assets-highlight-block__item__images_container__image__first {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .assets-highlight-block .assets-highlight-block__item__images_container__image__first {
          margin-right: 20px; }
          .assets-highlight-block .assets-highlight-block__item__images_container__image__first.one-asset {
            width: 55.55556%; }
          .assets-highlight-block .assets-highlight-block__item__images_container__image__first.two-assets {
            width: 50%; } }
      .assets-highlight-block .assets-highlight-block__item__images_container__image__first img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .assets-highlight-block .assets-highlight-block__item__images_container__image__second {
      display: none; }
      @media only screen and (min-width: 768px) {
        .assets-highlight-block .assets-highlight-block__item__images_container__image__second {
          display: flex; } }
      .assets-highlight-block .assets-highlight-block__item__images_container__image__second.one-asset {
        width: 44.44444%; }
      .assets-highlight-block .assets-highlight-block__item__images_container__image__second.two-assets {
        width: 50%; }
      .assets-highlight-block .assets-highlight-block__item__images_container__image__second img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__content div.rich-text p.paragraph-abcdiatype {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.06rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__content div.rich-text p.paragraph-abcdiatype {
        font-size: 1.4rem;
        line-height: 1.82rem;
        letter-spacing: 0em; } }
  .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title {
    display: flex;
    align-items: baseline;
    padding-bottom: 22px; }
    @media only screen and (min-width: 768px) {
      .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title {
        padding-bottom: 11px; } }
    .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text {
      padding-left: 0.3em; }
      .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text:first-child {
        padding-left: 0; }
      .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text p.title-abcdiatype,
      .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text h3.title-abcdiatype {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 2.2rem;
        line-height: 2.2rem;
        letter-spacing: -0.04em;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text p.title-abcdiatype,
          .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text h3.title-abcdiatype {
            font-size: 3rem;
            line-height: 2.7rem;
            letter-spacing: -0.04em; } }
      .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text p.title-text-bradford,
      .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text h3.title-text-bradford {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.2rem;
        line-height: 2.2rem;
        letter-spacing: -0.02em;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text p.title-text-bradford,
          .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title div.rich-text h3.title-text-bradford {
            font-size: 3rem;
            line-height: 3rem;
            letter-spacing: -0.02em; } }
    .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__title.remove_space_from_title div.rich-text {
      padding-left: 0; }
  .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__button {
    padding-top: 24px; }
    .assets-highlight-block .assets-highlight-block__item .assets-highlight-block__item__button a[target='_blank']:after {
      content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0L8 7.08453L6.89794 7.08453L6.9026 1.87301L1.27562 7.5L0.5 6.72438L6.12658 1.09781L0.91547 1.09314L0.91547 -3.09675e-07L8 0Z" fill="%23181818"/></svg>');
      margin-left: 0.5em; }

.bare-video-block {
  margin: 24px 0 0 0; }
  @media only screen and (min-width: 768px) {
    .bare-video-block {
      margin-top: 48px; } }
  .bare-video-block .youtube-player {
    background-size: cover;
    background-position: center; }

.blog-text-with-image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .blog-text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .blog-text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .blog-text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .blog-text-with-image-block {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    .blog-text-with-image-block {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (min-width: 1280px) {
    .blog-text-with-image-block {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1024px) {
    .blog-text-with-image-block--background .media-wrapper__image {
      max-width: 100%; } }
  .blog-text-with-image-block--background .media-wrapper__image__texture {
    display: none; }
  .blog-text-with-image-block .media-wrapper {
    margin-bottom: 24px;
    line-height: 0; }
    @media only screen and (min-width: 1024px) {
      .blog-text-with-image-block .media-wrapper {
        margin-bottom: 0; } }
    .blog-text-with-image-block .media-wrapper__image {
      position: relative; }
    .blog-text-with-image-block .media-wrapper__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem;
      margin-top: 16px; }
  .blog-text-with-image-block .text-wrapper {
    color: #181818; }

.blog-text-with-image-block--background .media-wrapper {
  margin-bottom: 32px; }
  @media only screen and (min-width: 1024px) {
    .blog-text-with-image-block--background .media-wrapper {
      margin-bottom: 0; } }

.blog-text-with-image-block--background .media-wrapper__caption .rich-text p {
  margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .blog-text-with-image-block--background .media-wrapper__caption .rich-text p {
      margin-top: 48px; } }

.blog-video {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .blog-video {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .blog-video {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .blog-video {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .blog-video .video {
    margin-top: 24px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .blog-video .video {
        margin-top: 64px;
        margin-bottom: 64px; } }
  .blog-video__caption {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9rem;
    padding-top: 8px; }

.body-copy {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  /* a transparent body-copy block after a charcoal block should get a top margin */ }
  @media only screen and (min-width: 0) {
    .body-copy {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .body-copy {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .body-copy {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .body-copy {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .body-copy {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .body-copy {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .body-copy .label-text {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #181818;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .body-copy .label-text {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .body-copy .label-text {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      .body-copy .label-text {
        margin-bottom: 0; } }
  .-bg-color-charcoal + .body-copy.-bg-color-transparent {
    margin-top: 120px; }
  .body-copy.-bg-color-charcoal {
    color: #ffffff;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .body-copy.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .body-copy.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .body-copy.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .body-copy.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .body-copy.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .body-copy.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .body-copy.-bg-color-charcoal + .-bg-color-charcoal {
      padding-top: 0; }
    .body-copy.-bg-color-charcoal .label-text {
      color: #ffffff; }
    .body-copy.-bg-color-charcoal .rich-text a {
      border-bottom: 1px solid #ffffff;
      transition: border-bottom 250ms ease; }
      .body-copy.-bg-color-charcoal .rich-text a:hover {
        border-bottom: 1px solid #e42313; }

.companies-scroll-block {
  padding: 20px 0; }
  .companies-scroll-block__scroll {
    overflow-x: hidden;
    white-space: nowrap; }
    .companies-scroll-block__scroll__list {
      opacity: 0.3;
      display: flex;
      align-items: center;
      pointer-events: none;
      list-style: none; }
      .companies-scroll-block__scroll__list__item {
        display: flex;
        align-items: center; }
        .companies-scroll-block__scroll__list__item__container {
          display: flex;
          margin-right: 18px;
          height: 18px; }
          @media only screen and (min-width: 768px) {
            .companies-scroll-block__scroll__list__item__container {
              margin-right: 20px;
              height: 38px; } }
          .companies-scroll-block__scroll__list__item__container img {
            height: 100%; }

.cta-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .cta-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .cta-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .cta-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .cta-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .cta-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .cta-block {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .cta-block__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    display: block; }
    @media only screen and (min-width: 768px) {
      .cta-block__headline {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .cta-block__headline {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .cta-block__button {
    margin-top: 32px; }
  .cta-block.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .cta-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .cta-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .cta-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .cta-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .cta-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .cta-block.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .cta-block.-bg-color-charcoal + .-bg-color-charcoal {
      padding-top: 0; }
    .cta-block.-bg-color-charcoal .cta-block__button {
      -webkit-font-smoothing: antialiased;
      appearance: none;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      display: inline-block;
      line-height: 1;
      outline: none;
      padding: 0;
      text-align: center;
      text-decoration: none;
      user-select: none;
      vertical-align: middle;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0.03em;
      border-radius: 36px;
      min-width: 162px;
      padding: 14px 32px;
      text-decoration: none;
      transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
      color: #ffffff;
      border: 1px solid #e42313; }
      @media only screen and (min-width: 768px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      .cta-block.-bg-color-charcoal .cta-block__button:disabled {
        opacity: 0.25;
        cursor: not-allowed; }
      @media only screen and (min-width: 768px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          min-width: 100px;
          padding: 6px 32px; } }
      @media only screen and (min-width: 768px) {
        .cta-block.-bg-color-charcoal .cta-block__button {
          border-radius: 101px;
          min-width: 218px;
          padding: 20px 77px; } }
      .cta-block.-bg-color-charcoal .cta-block__button:disabled {
        border-color: #ffffff; }
      .cta-block.-bg-color-charcoal .cta-block__button:enabled:hover, .cta-block.-bg-color-charcoal .cta-block__button.button-label:hover {
        background-color: #e42313;
        color: #ffffff; }
      .cta-block.-bg-color-charcoal .cta-block__button:enabled:focus, .cta-block.-bg-color-charcoal .cta-block__button.button-label:focus {
        background-color: #e42313;
        color: #ffffff;
        outline: none; }

.decorated-video-block {
  margin: 0; }
  .decorated-video-block .youtube-player {
    background-size: cover;
    background-position: center; }
  .decorated-video-block .video__content-wrapper {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .decorated-video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .decorated-video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .decorated-video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
  .decorated-video-block .video__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--iv-text-color, #181818);
    margin-bottom: 32px; }
    @media only screen and (min-width: 1280px) {
      .decorated-video-block .video__label {
        margin-bottom: 64px; } }
  .decorated-video-block .text-wrapper__cta-wrapper {
    text-align: center;
    margin-top: 32px; }
    @media only screen and (min-width: 1280px) {
      .decorated-video-block .text-wrapper__cta-wrapper {
        margin-top: 64px; } }
    .decorated-video-block .text-wrapper__cta-wrapper a {
      border-color: var(--iv-highlight-color, #e42313);
      text-decoration: none; }
  .decorated-video-block .video__container {
    position: relative;
    --corner-size: 20px; }
    .decorated-video-block .video__container::after {
      content: '';
      position: absolute;
      top: calc(var(--corner-size) * -1);
      left: calc(var(--corner-size) * -1);
      right: calc(var(--corner-size) * -1);
      bottom: calc(var(--corner-size) * -1);
      pointer-events: none;
      background-image: linear-gradient(var(--iv-text-color, #e42313), var(--iv-text-color, #e42313)), linear-gradient(var(--iv-text-color, #e42313), var(--iv-text-color, #e42313)), linear-gradient(var(--iv-text-color, #e42313), var(--iv-text-color, #e42313)), linear-gradient(var(--iv-text-color, #e42313), var(--iv-text-color, #e42313));
      background-size: var(--corner-size) var(--corner-size);
      background-position: top left, top right, bottom left, bottom right;
      background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .decorated-video-block .video__container {
      --corner-size: 32px; } }
  @media only screen and (min-width: 1280px) {
    .decorated-video-block .video__container {
      --corner-size: 48px; } }

.divider-image-block .left_aligned {
  margin-right: auto; }

.divider-image-block .right_aligned {
  margin-left: auto; }

.divider-image-block .centered {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .divider-image-block .centered {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .divider-image-block .centered {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .divider-image-block .centered {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .divider-image-block .centered {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .divider-image-block .centered {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .divider-image-block .centered {
      margin-top: 120px;
      margin-bottom: 120px; } }

.divider-image-block .full_width {
  margin-top: 64px; }
  @media only screen and (min-width: 1024px) {
    .divider-image-block .full_width {
      margin-top: 120px; } }

.divider-image-block .full_width,
.divider-image-block .centered {
  margin-right: auto;
  margin-left: auto; }

.embed-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-block {
      margin-top: 80px;
      margin-bottom: 80px; } }

.embed-linkedin-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-linkedin-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-linkedin-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-linkedin-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-linkedin-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-linkedin-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-linkedin-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .embed-linkedin-block .iframe-container.hidden {
    display: none; }

.embed-twitter-tweet-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-twitter-tweet-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-tweet-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-tweet-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-twitter-tweet-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-tweet-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-tweet-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .embed-twitter-tweet-block .twitter-tweet-wrapper {
    text-align: center; }
    .embed-twitter-tweet-block .twitter-tweet-wrapper > div {
      display: inline-block; }
  .embed-twitter-tweet-block .twitter-tweet {
    justify-content: center; }
    .embed-twitter-tweet-block .twitter-tweet iframe {
      flex-grow: 0; }

.embed-twitter-timeline-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .embed-twitter-timeline-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-timeline-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-timeline-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .embed-twitter-timeline-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .embed-twitter-timeline-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .embed-twitter-timeline-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .embed-twitter-timeline-block .twitter-timeline-scrollbox {
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden; }

.event-agenda-block {
  padding: 64px 0;
  justify-content: flex-start; }
  @media only screen and (min-width: 768px) {
    .event-agenda-block {
      flex: 0 0 auto;
      flex-basis: 100vw;
      width: 100vw;
      max-width: 1680px;
      margin: 0 auto;
      justify-content: center; } }
  .event-agenda-block .event-agenda-schedule {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 8.33333%;
    flex-flow: row nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .event-agenda-block .event-agenda-schedule::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
    @media only screen and (min-width: 768px) {
      .event-agenda-block .event-agenda-schedule {
        flex: 0 0 auto;
        flex-basis: 83.33333vw;
        width: 83.33333vw;
        max-width: 1400px;
        flex-flow: column wrap;
        scroll-snap-type: none; } }
  .event-agenda-block h2.title,
  .event-agenda-block .intro_text {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px;
    margin-left: 8.33333vw; }
    @media only screen and (min-width: 768px) {
      .event-agenda-block h2.title,
      .event-agenda-block .intro_text {
        flex: 0 0 auto;
        flex-basis: 83.33333vw;
        width: 83.33333vw;
        max-width: 1400px;
        margin-left: 0; } }
  .event-agenda-block h2.title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .event-agenda-block h2.title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .event-agenda-block h2.title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
  .event-agenda-block .intro_text {
    margin-bottom: 64px; }
  .event-agenda-block .session {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin-bottom: 80px;
    margin-left: 8.33333%;
    scroll-snap-align: start;
    justify-content: flex-start;
    align-content: flex-start; }
    @media only screen and (min-width: 768px) {
      .event-agenda-block .session {
        margin-left: 0;
        scroll-snap-align: none; } }
    .event-agenda-block .session .session-introduction {
      margin-bottom: 64px; }
      .event-agenda-block .session .session-introduction p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 2.3rem; }
        @media only screen and (min-width: 768px) {
          .event-agenda-block .session .session-introduction p {
            font-size: 1.7rem;
            line-height: 2.6rem; } }
        @media only screen and (min-width: 1024px) {
          .event-agenda-block .session .session-introduction p {
            font-size: 1.7rem;
            line-height: 2.6rem; } }
    .event-agenda-block .session .session-time {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      flex: 0 0 auto;
      flex-basis: 66.66667vw;
      width: 66.66667vw;
      max-width: 1120px;
      margin-bottom: 24px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session .session-time {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .event-agenda-block .session .session-time {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session .session-time {
          flex: 0 0 auto;
          flex-basis: 20.83333vw;
          width: 20.83333vw;
          max-width: 350px; } }
    .event-agenda-block .session .session-information {
      flex: 0 0 auto;
      flex-basis: 66.66667vw;
      width: 66.66667vw;
      max-width: 1120px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session .session-information {
          flex: 0 0 auto;
          flex-basis: 37.5vw;
          width: 37.5vw;
          max-width: 630px; } }
      .event-agenda-block .session .session-information h3 {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 2.8rem;
        font-family: "Glypha LT Pro", "serif";
        margin-bottom: 24px; }
        @media only screen and (min-width: 768px) {
          .event-agenda-block .session .session-information h3 {
            font-size: 2.8rem;
            line-height: 3.8rem; } }
        @media only screen and (min-width: 1024px) {
          .event-agenda-block .session .session-information h3 {
            font-size: 3.2rem;
            line-height: 4.4rem; } }
      .event-agenda-block .session .session-information .session-host {
        display: flex;
        align-items: center;
        margin: 5px 0; }
        .event-agenda-block .session .session-information .session-host img {
          width: 30px;
          height: 30px;
          margin-right: 13px;
          border-radius: 100%; }
        .event-agenda-block .session .session-information .session-host p {
          font-family: "Univers", "Helvetica", "sans-serif";
          font-weight: 300;
          font-size: 1.5rem;
          line-height: 2.3rem; }
          @media only screen and (min-width: 768px) {
            .event-agenda-block .session .session-information .session-host p {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
          @media only screen and (min-width: 1024px) {
            .event-agenda-block .session .session-information .session-host p {
              font-size: 1.7rem;
              line-height: 2.6rem; } }
    .event-agenda-block .session:last-of-type .session-time {
      flex: 0 0 auto;
      flex-basis: 91.66667vw;
      width: 91.66667vw;
      max-width: 1540px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session:last-of-type .session-time {
          flex: 0 0 auto;
          flex-basis: 20.83333vw;
          width: 20.83333vw;
          max-width: 350px; } }
    .event-agenda-block .session:last-of-type .session-information {
      flex: 0 0 auto;
      flex-basis: 91.66667vw;
      width: 91.66667vw;
      max-width: 1540px; }
      @media only screen and (min-width: 768px) {
        .event-agenda-block .session:last-of-type .session-information {
          flex: 0 0 auto;
          flex-basis: 37.5vw;
          width: 37.5vw;
          max-width: 630px; } }

.block-external_news_item {
  padding-left: 0vw;
  padding-right: 0vw;
  border-top: 1px solid #181818; }
  @media only screen and (min-width: 0) {
    .block-external_news_item {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .block-external_news_item {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .block-external_news_item {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .block-external_news_item {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    .block-external_news_item {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1280px) {
    .block-external_news_item {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .block-external_news_item:last-child {
    padding-bottom: 0; }
  .block-external_news_item .video-block {
    margin-top: 32px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .block-external_news_item .video-block {
        margin-top: 48px; } }
    .block-external_news_item .video-block .video__content-wrapper {
      padding: 0;
      margin-bottom: 48px; }
  .block-external_news_item .icon img {
    max-width: 100%;
    max-height: 36px;
    margin-top: 0.6rem;
    width: auto; }
  .block-external_news_item .title-wrapper {
    margin-top: 24px;
    order: 3; }
    @media only screen and (min-width: 768px) {
      .block-external_news_item .title-wrapper {
        margin-top: 0;
        order: unset; } }

.featured-companies {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .featured-companies {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-companies {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-companies {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-companies {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .featured-companies {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .featured-companies {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .featured-companies.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .featured-companies.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .featured-companies.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .featured-companies.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .featured-companies.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .featured-companies.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .featured-companies.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .featured-companies__link {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    .featured-companies__link:hover {
      border-bottom: 1px solid #e42313; }
  .featured-companies__headline {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: block;
    margin-bottom: 32px; }
    @media only screen and (min-width: 768px) {
      .featured-companies__headline {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies__headline {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .featured-companies__table--two_column {
    width: 66.66667vw;
    margin: 0 auto; }
  .featured-companies__column {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    width: 83.33333vw;
    display: inline-block;
    margin-top: 24px; }
    @media only screen and (min-width: 768px) {
      .featured-companies__column {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies__column {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
    .featured-companies__column--two_column {
      font-family: "Glypha LT Pro", "serif";
      font-size: 3.3rem;
      font-weight: 300;
      line-height: 4rem;
      width: 45%;
      display: inline-block;
      margin-top: 24px; }
      @media only screen and (min-width: 768px) {
        .featured-companies__column--two_column {
          font-size: 4.3rem;
          letter-spacing: 0.02em;
          line-height: 5.4rem; } }
      @media only screen and (min-width: 1024px) {
        .featured-companies__column--two_column {
          font-size: 5.4rem;
          line-height: 6.8rem; } }
    @media only screen and (min-width: 768px) {
      .featured-companies__column {
        width: 30%; } }
  .featured-companies__cta {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies__cta {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .featured-companies__cta:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .featured-companies__cta:disabled {
      border-color: #181818; }
    .featured-companies__cta:enabled:hover, .featured-companies__cta.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .featured-companies__cta:enabled:focus, .featured-companies__cta.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .featured-companies__cta {
        margin-top: 64px; } }

.featured-companies-carousel {
  padding-left: 16.66667vw;
  padding-right: 16.66667vw;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .featured-companies-carousel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-companies-carousel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-companies-carousel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-companies-carousel {
      margin-top: 120px;
      margin-bottom: 120px; } }
  @media only screen and (min-width: 768px) {
    .featured-companies-carousel {
      margin-top: 120px;
      margin-bottom: 120px; } }
  @media only screen and (min-width: 1280px) {
    .featured-companies-carousel {
      margin-top: 144px;
      margin-bottom: 144px; } }
  .featured-companies-carousel.-bg-color-charcoal {
    padding-left: 16.66667vw;
    padding-right: 16.66667vw; }
    @media only screen and (min-width: 0) {
      .featured-companies-carousel.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .featured-companies-carousel.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .featured-companies-carousel.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media only screen and (min-width: 1280px) {
      .featured-companies-carousel.-bg-color-charcoal {
        padding-top: 144px;
        padding-bottom: 144px; } }
  .featured-companies-carousel__link {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    .featured-companies-carousel__link:hover {
      border-bottom: 1px solid #e42313; }
  .featured-companies-carousel__headline {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: block; }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel__headline {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies-carousel__headline {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .featured-companies-carousel__carousel {
    margin-top: 48px; }
    .featured-companies-carousel__carousel__list {
      max-height: 400px;
      overflow: hidden; }
  .featured-companies-carousel__carousel-item {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    width: 100%;
    display: inline-block;
    padding-top: 24px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(24, 24, 24, 0.6); }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel__carousel-item {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies-carousel__carousel-item {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
    .featured-companies-carousel__carousel-item .hover-detection-zone {
      max-width: 50%;
      margin: 0 auto; }
  .featured-companies-carousel__company-logo__container {
    display: none;
    margin: 0 auto;
    border: 2px solid rgba(24, 24, 24, 0.6);
    border-radius: 34px;
    overflow: hidden;
    position: absolute;
    height: auto;
    width: fit-content; }
    .featured-companies-carousel__company-logo__container.active {
      display: block; }
  .featured-companies-carousel__company-logo__tooltip {
    max-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #ffffff; }
    .featured-companies-carousel__company-logo__tooltip .tooltip-company-logo {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: 120px; }
  .featured-companies-carousel__cta {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    margin-top: 48px; }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel__cta {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .featured-companies-carousel__cta {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .featured-companies-carousel__cta:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel__cta {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel__cta {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .featured-companies-carousel__cta:disabled {
      border-color: #181818; }
    .featured-companies-carousel__cta:enabled:hover, .featured-companies-carousel__cta.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .featured-companies-carousel__cta:enabled:focus, .featured-companies-carousel__cta.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .featured-companies-carousel__cta {
        margin-top: 64px; } }

.featured-content-block .featured-posts {
  padding-top: 40px; }

.featured-content-block .intro_text {
  margin-bottom: 64px; }

.featured-image-block {
  background-color: #181818;
  color: #ffffff;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .featured-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .featured-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .featured-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .featured-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .featured-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .featured-image-block {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .featured-image-block__image-container {
    padding-bottom: 80px; }
    @media only screen and (min-width: 1280px) {
      .featured-image-block__image-container {
        padding-bottom: 120px; } }
  .featured-image-block__caption {
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .featured-image-block__caption {
        margin-top: 0; } }
    .featured-image-block__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
  .featured-image-block .rich-text a {
    border-bottom: 1px solid #e42313;
    transition: border-bottom 250ms ease; }
    .featured-image-block .rich-text a:hover {
      border-bottom: 1px solid #e42313; }
  .-bg-color-charcoal + .featured-image-block {
    padding-top: 0; }

section.perspectives-section-block div.perspectives-section-block__component .featured-posts-block .featured-posts__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  max-width: 1800px;
  margin: 0 auto; }

section.perspectives-section-block div.perspectives-section-block__component .featured-posts-block .featured-posts__post {
  min-width: 300px; }
  section.perspectives-section-block div.perspectives-section-block__component .featured-posts-block .featured-posts__post .featured-posts__video-wrapper .youtube-player-container,
  section.perspectives-section-block div.perspectives-section-block__component .featured-posts-block .featured-posts__post .featured-posts__video-wrapper .vimeo-player-container {
    padding: 66.66667% 0 0 0; }

@media (max-width: 700px) {
  section.perspectives-section-block div.perspectives-section-block__component .featured-posts-block .featured-posts__list {
    grid-template-columns: 1fr;
    max-width: 100%; } }

.founder-ui {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  bottom: 66px;
  z-index: 5;
  cursor: pointer; }
  .founder-ui .play-btn,
  .founder-ui .pause-btn {
    transition: opacity 300ms ease;
    position: absolute;
    top: 0;
    left: 0; }
  .founder-ui .play-btn {
    opacity: 0; }
  .founder-ui .pause-btn {
    opacity: 1; }
  .founder-ui.is-paused .play-btn {
    opacity: 1; }
  .founder-ui.is-paused .pause-btn {
    opacity: 0; }

.founder-portraits-block {
  overflow: hidden;
  position: relative; }
  .founder-portraits-block .founder-portraits-block--inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px; }
    @media only screen and (max-width: 1800px) {
      .founder-portraits-block .founder-portraits-block--inner {
        width: 100vw;
        max-width: 100vw; } }
  .founder-portraits-block .founder-portraits-desktop-xl-overlay {
    display: none;
    visibility: hidden;
    pointer-events: none; }
    @media only screen and (min-width: 1800px) {
      .founder-portraits-block .founder-portraits-desktop-xl-overlay {
        position: absolute;
        top: -1px;
        left: 0;
        bottom: -1px;
        right: 0;
        z-index: 6;
        display: grid;
        grid-template-columns: 0 1fr 1800px 1fr 0;
        visibility: visible;
        overflow: visible; }
        .founder-portraits-block .founder-portraits-desktop-xl-overlay .left-cover {
          grid-column: 1 / 2;
          background: #eeebe5; }
        .founder-portraits-block .founder-portraits-desktop-xl-overlay .left-gradient {
          grid-column: 2 /3;
          background: linear-gradient(to right, #eeebe5, rgba(238, 235, 229, 0)); }
        .founder-portraits-block .founder-portraits-desktop-xl-overlay .right-gradient {
          grid-column: 4 / 5;
          background: linear-gradient(to left, #eeebe5, rgba(238, 235, 229, 0)); }
        .founder-portraits-block .founder-portraits-desktop-xl-overlay .right-cover {
          grid-column: 5 / 6;
          background: #eeebe5; } }
    @media only screen and (min-width: 2200px) {
      .founder-portraits-block .founder-portraits-desktop-xl-overlay {
        grid-template-columns: 1fr 200px 1800px 200px 1fr; } }
  .founder-portraits-block .founder-ui {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .founder-portraits-block .founder-ui {
        display: none; } }
    @media (hover: none) {
      .founder-portraits-block .founder-ui {
        display: block; } }
  .founder-portraits-block .founder-next {
    position: absolute;
    bottom: 50%;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms ease;
    z-index: 7; }
    @media only screen and (min-width: 2200px) {
      .founder-portraits-block .founder-next {
        right: -50px; } }
    .founder-portraits-block .founder-next.is-active {
      opacity: 1; }
  .founder-portraits-block .founder-prev {
    position: absolute;
    bottom: 50%;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms ease;
    z-index: 7; }
    @media only screen and (min-width: 2200px) {
      .founder-portraits-block .founder-prev {
        left: -70px; } }
    .founder-portraits-block .founder-prev.is-active {
      opacity: 1; }
  .founder-portraits-block .founder-portraits-carousel {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    position: relative;
    left: 0;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    @media only screen and (max-width: 639px) {
      .founder-portraits-block .founder-portraits-carousel {
        transition: none !important;
        transform: translateX(0) !important;
        left: 0 !important;
        scroll-behavior: smooth;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
        padding-bottom: 24px;
        margin-bottom: -24px; }
        .founder-portraits-block .founder-portraits-carousel::-webkit-scrollbar {
          display: none;
          width: 0;
          height: 0; } }
  .founder-portraits-block .founder-portrait--col {
    flex: 0 0 auto;
    flex-basis: 100vw;
    width: 100vw;
    max-width: 1680px; }
    @media only screen and (max-width: 639px) {
      .founder-portraits-block .founder-portrait--col {
        scroll-snap-align: start; }
        .founder-portraits-block .founder-portrait--col:not(:last-child) {
          flex-basis: calc(100vw + 8px);
          width: calc(100vw + 8px);
          max-width: calc(100vw + 8px); }
          .founder-portraits-block .founder-portrait--col:not(:last-child) .founder-portrait-slide {
            padding-right: 8px; } }
    @media only screen and (min-width: 640px) {
      .founder-portraits-block .founder-portrait--col {
        flex: 0 0 auto;
        flex-basis: 58.33333vw;
        width: 58.33333vw;
        max-width: 980px; } }
    @media only screen and (min-width: 1024px) {
      .founder-portraits-block .founder-portrait--col {
        flex: 0 0 auto;
        flex-basis: 31.25vw;
        width: 31.25vw;
        max-width: 525px; } }
    @media only screen and (min-width: 1800px) {
      .founder-portraits-block .founder-portrait--col {
        flex: 0 0 auto;
        flex-basis: 33.33333vw;
        width: 33.33333vw;
        max-width: 560px; } }
    @media only screen and (min-width: 2200px) {
      .founder-portraits-block .founder-portrait--col {
        flex: 0 0 auto;
        flex-basis: 35.41667vw;
        width: 35.41667vw;
        max-width: 595px; } }
  @media only screen and (min-width: 640px) {
    .founder-portraits-block .founder-portrait-slide {
      padding-right: 8px; } }

.founder-portrait--col[data-order='0'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 1400ms; }

.founder-portrait--col[data-order='1'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 1750ms; }

.founder-portrait--col[data-order='2'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 2100ms; }

.founder-portrait--col[data-order='3'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 2450ms; }

.founder-portrait--col[data-order='4'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 2800ms; }

.founder-portrait--col[data-order='5'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 3150ms; }

.founder-portrait--col[data-order='6'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 3500ms; }

.founder-portrait--col[data-order='7'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 3850ms; }

.founder-portrait--col[data-order='8'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 4200ms; }

.founder-portrait--col[data-order='9'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 4550ms; }

.founder-portrait--col[data-order='10'] {
  opacity: 0;
  animation: fadeIn 700ms forwards;
  animation-delay: 4900ms; }

.founder-portrait {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-template-areas: 'top' 'bottom';
  opacity: 1;
  transition: opacity 300ms ease;
  overflow: hidden; }
  .founder-portrait.is-disabled {
    opacity: 0.25; }
  .founder-portrait.no-transition {
    transition: none; }
  .founder-portrait .superpower-progress {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: 0;
    z-index: 1; }
    .founder-portrait .superpower-progress--bar {
      background-position: 0 0; }
  .founder-portrait--blank {
    grid-area: top;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .founder-portrait--image {
    grid-area: top;
    position: relative;
    z-index: 1;
    transition: opacity 500ms ease;
    aspect-ratio: 4 / 5;
    /* stylelint-disable-line property-no-unknown */
    overflow: hidden; }
    .no-transition .founder-portrait--image {
      transition: none; }
    .founder-portrait--image .portrait-block, .founder-portrait--image .portrait-block__inner-wrapper, .founder-portrait--image .portrait-block__image-wrapper {
      height: 100%;
      width: 100%; }
    .founder-portrait--image .portrait-block__inner-wrapper {
      opacity: 1;
      transform: translateY(0); }
    .founder-portrait--image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
      .founder-portrait--image img.image-base {
        opacity: 1; }
  .founder-portrait--video {
    grid-area: top;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 500ms ease;
    aspect-ratio: 4 / 5;
    /* stylelint-disable-line property-no-unknown */
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden; }
    .no-transition .founder-portrait--video {
      transition: none; }
    .founder-portrait--video:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 3; }
    .founder-portrait--video video {
      display: block;
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      pointer-events: none;
      touch-action: none; }
  .founder-portrait--overlay {
    grid-area: top;
    position: relative;
    z-index: 3;
    left: -100%;
    transition: left 1s ease;
    background: #ff5c45;
    padding: 30px 10px 30px 30px; }
    .founder-portrait--overlay .founder__name {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.8rem;
      line-height: 1.9rem;
      letter-spacing: -0.02em;
      padding-bottom: 2px; }
      @media only screen and (min-width: 1280px) {
        .founder-portrait--overlay .founder__name {
          font-size: 2.8rem;
          line-height: 3rem;
          letter-spacing: -0.02em; } }
      @media only screen and (min-width: 640px) {
        .founder-portrait--overlay .founder__name {
          padding-bottom: 3px; } }
      @media only screen and (min-width: 1280px) {
        .founder-portrait--overlay .founder__name {
          padding-bottom: 4px; } }
    .founder-portrait--overlay .founder__headline {
      font-family: 'UniversExtended', Helvetica, Arial, sans-serif;
      font-weight: 900;
      font-style: normal;
      text-transform: uppercase;
      font-size: 1.5rem;
      line-height: 1.9rem;
      letter-spacing: -0.03em;
      overflow: hidden; }
      @media only screen and (min-width: 1280px) {
        .founder-portrait--overlay .founder__headline {
          font-size: 2.3rem;
          line-height: 3rem;
          letter-spacing: -0.03em; } }
    .founder-portrait--overlay .founder__read-more {
      margin-top: 1.5rem;
      width: max-content;
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.4rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1280px) {
        .founder-portrait--overlay .founder__read-more {
          font-size: 1.7rem;
          line-height: 2.4rem;
          letter-spacing: 0em; } }
      .founder-portrait--overlay .founder__read-more__link {
        border-bottom: 1px solid rgba(24, 24, 24, 0.6);
        transition: border-bottom 250ms ease; }
        .founder-portrait--overlay .founder__read-more__link:hover {
          border-bottom: 1px solid #e42313; }
  .founder-portrait--footer {
    grid-area: bottom;
    text-align: center; }
    .founder-portrait--footer .founder__name {
      font-family: 'UniversExtended', Helvetica, Arial, sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 1.3rem;
      line-height: 1.6rem;
      letter-spacing: -0.03em;
      text-transform: uppercase; }
    .founder-portrait--footer .founder__company {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 1.6rem;
      line-height: 1.6rem;
      letter-spacing: -0.02em; }
  .founder-portrait[data-state='blank'] .founder-portrait--image {
    opacity: 0; }
  .founder-portrait[data-state='blank'] .founder-portrait--video {
    opacity: 0; }
  .founder-portrait[data-state='blank'] .founder-portrait--blank {
    opacity: 1; }
  .founder-portrait[data-state='image'] .founder-portrait--image {
    opacity: 1; }
  .founder-portrait[data-state='image'] .founder-portrait--blank {
    opacity: 0; }
  .founder-portrait[data-state='image'] .founder-portrait--video {
    opacity: 0; }
  .founder-portrait[data-state='video'] .founder-portrait--image {
    opacity: 0; }
  .founder-portrait[data-state='video'] .founder-portrait--blank {
    opacity: 0; }
  .founder-portrait[data-state='video'] .founder-portrait--video {
    opacity: 1; }
  .founder-portrait[data-state-overlay='1'] .founder-portrait--overlay {
    left: 0; }

.founder-companies-cloud-block .company-cloud {
  position: relative;
  /* stylelint-disable */
  aspect-ratio: 3/2;
  /* stylelint-enable */ }
  @media only screen and (max-width: 767px) {
    .founder-companies-cloud-block .company-cloud {
      transform: scale(1.2);
      margin: 20% 0; } }
  .founder-companies-cloud-block .company-cloud__item {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
    /* stylelint-disable */
    /* stylelint-enable */ }
    .founder-companies-cloud-block .company-cloud__item .cloud-logo {
      z-index: 1;
      user-select: none;
      max-width: 13vw;
      height: auto;
      transform: scale(1.2); }
      @media only screen and (min-width: 768px) {
        .founder-companies-cloud-block .company-cloud__item .cloud-logo {
          transform: scale(0.666); } }
      @media only screen and (min-width: 1024px) {
        .founder-companies-cloud-block .company-cloud__item .cloud-logo {
          transform: scale(1); } }
    .founder-companies-cloud-block .company-cloud__item__popup {
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      position: absolute;
      transition: opacity 250ms cubic-bezier(0, 0, 0.3, 1);
      width: 220px;
      height: 270px;
      right: 20px;
      top: -135px;
      box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      overflow: hidden;
      display: none; }
      @media only screen and (min-width: 768px) {
        .founder-companies-cloud-block .company-cloud__item__popup {
          display: block; } }
      .founder-companies-cloud-block .company-cloud__item__popup img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%); }
      .founder-companies-cloud-block .company-cloud__item__popup:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, transparent 50%, black); }
      .founder-companies-cloud-block .company-cloud__item__popup__caption {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 512;
        font-variation-settings: 'wght' 512;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.045em;
        display: flex;
        align-items: center;
        position: absolute;
        left: 13px;
        bottom: 13px;
        z-index: 1;
        color: #ffffff; }
        @media only screen and (min-width: 768px) {
          .founder-companies-cloud-block .company-cloud__item__popup__caption {
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: 0.03em; } }
        .founder-companies-cloud-block .company-cloud__item__popup__caption .press-release-theme {
          display: inline;
          margin-right: 10px; }
          .founder-companies-cloud-block .company-cloud__item__popup__caption .press-release-theme .name {
            display: none; }
        .founder-companies-cloud-block .company-cloud__item__popup__caption .founder-name {
          text-transform: uppercase;
          margin-right: 10px; }
        .founder-companies-cloud-block .company-cloud__item__popup__caption .company {
          font-family: BradfordLLWeb-LightItalic, Garamond, serif;
          font-weight: 400;
          font-style: italic; }
    .founder-companies-cloud-block .company-cloud__item:hover {
      z-index: 2; }
      .founder-companies-cloud-block .company-cloud__item:hover .company-cloud__item__popup {
        opacity: 1; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(1) {
      top: 50%;
      left: 50%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(1) .cloud-logo {
        opacity: 1; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(2) {
      top: 35%;
      left: 62%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(2) .cloud-logo {
        opacity: 0.95; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(3) {
      top: 59%;
      left: 72%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(3) .cloud-logo {
        opacity: 0.9; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(4) {
      top: 71%;
      left: 54%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(4) .cloud-logo {
        opacity: 0.85; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(5) {
      top: 58%;
      left: 31%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(5) .cloud-logo {
        opacity: 0.8; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(6) {
      top: 36%;
      left: 35%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(6) .cloud-logo {
        opacity: 0.75; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(7) {
      top: 22%;
      left: 52%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(7) .cloud-logo {
        opacity: 0.7; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(8) {
      top: 20%;
      left: 75%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(8) .cloud-logo {
        opacity: 0.65; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(9) {
      top: 36%;
      left: 84%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(9) .cloud-logo {
        opacity: 0.6; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(10) {
      top: 49%;
      left: 90%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(10) .cloud-logo {
        opacity: 0.55; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(11) {
      top: 81%;
      left: 80%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(11) .cloud-logo {
        opacity: 0.5; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(12) {
      top: 94%;
      left: 58%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(12) .cloud-logo {
        opacity: 0.45; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(13) {
      top: 82%;
      left: 35%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(13) .cloud-logo {
        opacity: 0.4; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(14) {
      top: 62%;
      left: 9%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(14) .cloud-logo {
        opacity: 0.35; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(15) {
      top: 40%;
      left: 11%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(15) .cloud-logo {
        opacity: 0.3; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(16) {
      top: 14%;
      left: 23%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(16) .cloud-logo {
        opacity: 0.25; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(17) {
      top: 5%;
      left: 57%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(17) .cloud-logo {
        opacity: 0.2; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(18) {
      top: 66%;
      left: 91%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(18) .cloud-logo {
        opacity: 0.2; }
    .founder-companies-cloud-block .company-cloud__item:nth-child(19) {
      top: 86%;
      left: 15%; }
      .founder-companies-cloud-block .company-cloud__item:nth-child(19) .cloud-logo {
        opacity: 0.2; }

.founder-companies-cloud-block .text-wrapper__text {
  /* stylelint-disable-next-line unit-no-unknown */
  margin-top: 1lh; }

.founder-companies-cloud-block .text-wrapper svg {
  max-width: 100%; }

body.background-light .founder-companies-cloud-block {
  color: black; }

body.background-dark .founder-companies-cloud-block {
  color: #ffffff; }
  body.background-dark .founder-companies-cloud-block .company-cloud__item .cloud-logo {
    filter: invert(1); }

.founder-praise-block {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .founder-praise-block {
      margin-top: 80px;
      margin-bottom: 80px;
      padding: 0 40px; } }
  .founder-praise-block img.rounded {
    border-radius: 1.8px; }
    @media only screen and (min-width: 768px) {
      .founder-praise-block img.rounded {
        border-radius: 4px; } }

.founder-praise__carousel-wrapper {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden; }
  .founder-praise__carousel-wrapper .hide-on-tablet {
    display: block; }
  .founder-praise__carousel-wrapper .hide-on-mobile {
    display: none; }
  @media only screen and (min-width: 768px) {
    .founder-praise__carousel-wrapper .hide-on-tablet {
      display: none; }
    .founder-praise__carousel-wrapper .hide-on-mobile {
      display: block; } }
  .founder-praise__carousel-wrapper .founder-praise__kicker {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center; }
    .founder-praise__carousel-wrapper .founder-praise__kicker strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .founder-praise__carousel-wrapper .founder-praise__kicker {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
    .founder-praise__carousel-wrapper .founder-praise__kicker.layout__quote_with_image, .founder-praise__carousel-wrapper .founder-praise__kicker.layout__quote_only {
      justify-content: center; }
    @media only screen and (min-width: 768px) {
      .founder-praise__carousel-wrapper .founder-praise__kicker {
        display: none; } }
  .founder-praise__carousel-wrapper .founder-praise__mobile-nav {
    display: flex;
    padding: 20px 20px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .founder-praise__carousel-wrapper .founder-praise__mobile-nav {
        display: none; } }
    .founder-praise__carousel-wrapper .founder-praise__mobile-nav .founder-praise__mobile-nav__item {
      width: 24px;
      height: 2px;
      margin-right: 6px;
      background: #000000;
      opacity: 0.15;
      transition: opacity 250ms ease; }
      .founder-praise__carousel-wrapper .founder-praise__mobile-nav .founder-praise__mobile-nav__item.is-active {
        opacity: 1; }
  .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__prev {
    left: 0;
    right: auto; }
  .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__next {
    left: auto;
    right: 0; }
  .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__prev,
  .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__next {
    display: none; }
    @media only screen and (min-width: 768px) {
      .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__prev.layout__quote_with_image, .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__prev.layout__quote_only,
      .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__next.layout__quote_with_image,
      .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__next.layout__quote_only {
        position: absolute;
        top: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
        opacity: 1;
        transition: opacity 250ms ease; }
        .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__prev.layout__quote_with_image:hover, .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__prev.layout__quote_only:hover,
        .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__next.layout__quote_with_image:hover,
        .founder-praise__carousel-wrapper .founder-praise-slide__quote-ui__next.layout__quote_only:hover {
          opacity: 0.75; } }

.founder-praise__carousel {
  max-width: 100vw; }
  @media only screen and (max-width: 767px) {
    .founder-praise__carousel {
      display: flex;
      flex: 0 1 auto;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      scroll-behavior: smooth;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .founder-praise__carousel::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0; }
      .founder-praise__carousel .founder-praise__carousel-spacer {
        min-width: 15px; } }
  @media only screen and (min-width: 768px) {
    .founder-praise__carousel {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto;
      grid-template-areas: 'slides'; }
      .founder-praise__carousel .founder-praise__carousel-spacer {
        display: none; } }

.founder-praise-slide {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .founder-praise-slide {
      min-width: calc(100vw - (40px));
      padding: 0 5px;
      scroll-snap-align: center; } }
  @media only screen and (min-width: 768px) {
    .founder-praise-slide {
      grid-area: slides;
      position: relative;
      opacity: 0;
      transition: opacity 250ms ease;
      z-index: 0; }
      .founder-praise-slide.is-active {
        opacity: 1;
        z-index: 1; } }
  .founder-praise-slide .founder-praise-slide__media {
    grid-area: m; }
    .founder-praise-slide .founder-praise-slide__media .founder-praise-slide__media-inner {
      position: relative; }
      .founder-praise-slide .founder-praise-slide__media .founder-praise-slide__media-inner img {
        width: 100%;
        height: auto; }
      .founder-praise-slide .founder-praise-slide__media .founder-praise-slide__media-inner .press-release-theme .name {
        display: none; }
  .founder-praise-slide .founder-praise-slide__video-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: #181818;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .founder-praise-slide .founder-praise-slide__video-modal {
        padding: 40px; } }
    .founder-praise-slide .founder-praise-slide__video-modal.is-active {
      z-index: 2;
      opacity: 1;
      pointer-events: all; }
    .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-modal-close {
      position: absolute;
      top: 0;
      right: 0;
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 1.4rem;
      line-height: 2.1rem;
      letter-spacing: -0.02em;
      color: white;
      padding: 4px;
      text-decoration: underline;
      text-transform: uppercase;
      z-index: 3; }
      .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-modal-close strong {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-variation-settings: 'wght' 700;
        font-style: normal; }
      @media only screen and (min-width: 768px) {
        .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-modal-close {
          font-size: 1.2rem;
          line-height: 1.8rem;
          letter-spacing: 0em; } }
      @media only screen and (min-width: 768px) {
        .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-modal-close {
          padding: 20px; } }
    .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player {
      width: 100%;
      height: 100%; }
      .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-uploaded_video {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center; }
        .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-uploaded_video video {
          max-width: 100%;
          max-height: 100%; }
      .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video {
        width: 100%;
        height: 100%; }
        .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video .bare-video-block {
          width: 100%;
          height: 100%;
          margin: 0; }
          .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video .bare-video-block .youtube-player-container {
            width: 100%;
            height: 100%;
            padding: 0; }
          .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video .bare-video-block .vimeo-player-container {
            height: 100%;
            margin-right: auto;
            margin-left: auto;
            padding: 0; }
            .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video .bare-video-block .vimeo-player-container .image-base.styled {
              height: max-content; }
              @media only screen and (min-width: 768px) {
                .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video .bare-video-block .vimeo-player-container .image-base.styled {
                  width: max-content; } }
        .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video .image-base {
          height: 100%;
          width: 100%;
          object-fit: cover; }
          .founder-praise-slide .founder-praise-slide__video-modal .founder-praise-slide__video-player .block-external_video .image-base[src=''] {
            display: none; }
  .founder-praise-slide .founder-praise-slide__audio,
  .founder-praise-slide .founder-praise-slide__video {
    position: absolute;
    height: 36px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em;
    color: white; }
    @media only screen and (min-width: 768px) {
      .founder-praise-slide .founder-praise-slide__audio,
      .founder-praise-slide .founder-praise-slide__video {
        right: 30px;
        bottom: 30px;
        left: 30px; } }
    .founder-praise-slide .founder-praise-slide__audio strong,
    .founder-praise-slide .founder-praise-slide__video strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .founder-praise-slide .founder-praise-slide__audio,
      .founder-praise-slide .founder-praise-slide__video {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
    .founder-praise-slide .founder-praise-slide__audio .play-ui,
    .founder-praise-slide .founder-praise-slide__audio .pause-ui,
    .founder-praise-slide .founder-praise-slide__video .play-ui,
    .founder-praise-slide .founder-praise-slide__video .pause-ui {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center; }
    .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__media-play,
    .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__media-pause,
    .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__media-play,
    .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__media-pause {
      margin-right: 15px; }
    .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__media-play,
    .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__media-pause,
    .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__media-label,
    .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__audio-player,
    .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__media-play,
    .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__media-pause,
    .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__media-label,
    .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__audio-player {
      display: flex;
      align-items: center;
      opacity: 0;
      z-index: 0;
      transition: opacity 250ms ease; }
    .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__audio-player,
    .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__audio-player {
      flex-basis: 100%;
      width: 100%; }
      .founder-praise-slide .founder-praise-slide__audio .founder-praise-slide__audio-player > div,
      .founder-praise-slide .founder-praise-slide__video .founder-praise-slide__audio-player > div {
        width: 100%; }
    .founder-praise-slide .founder-praise-slide__audio.is-playing .founder-praise-slide__media-pause,
    .founder-praise-slide .founder-praise-slide__audio.is-playing .founder-praise-slide__audio-player,
    .founder-praise-slide .founder-praise-slide__video.is-playing .founder-praise-slide__media-pause,
    .founder-praise-slide .founder-praise-slide__video.is-playing .founder-praise-slide__audio-player {
      opacity: 1;
      z-index: 1; }
    .founder-praise-slide .founder-praise-slide__audio.is-paused .founder-praise-slide__media-play,
    .founder-praise-slide .founder-praise-slide__audio.is-paused .founder-praise-slide__media-label,
    .founder-praise-slide .founder-praise-slide__video.is-paused .founder-praise-slide__media-play,
    .founder-praise-slide .founder-praise-slide__video.is-paused .founder-praise-slide__media-label {
      opacity: 1;
      z-index: 1; }
  .founder-praise-slide .founder-praise-slide__kicker {
    display: none; }
    @media only screen and (min-width: 768px) {
      .founder-praise-slide .founder-praise-slide__kicker {
        display: block;
        grid-area: k;
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1.4rem;
        line-height: 2.1rem;
        letter-spacing: -0.02em;
        padding-bottom: 24px; }
        .founder-praise-slide .founder-praise-slide__kicker strong {
          font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
          font-weight: 700;
          font-variation-settings: 'wght' 700;
          font-style: normal; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .founder-praise-slide .founder-praise-slide__kicker {
      font-size: 1.2rem;
      line-height: 1.8rem;
      letter-spacing: 0em; } }
  .founder-praise-slide .founder-praise-slide__next {
    display: none; }
  .founder-praise-slide.layout__founder-first {
    display: grid;
    grid-template-rows: min-content 146px auto auto;
    grid-template-columns: 100%;
    grid-template-areas: 'm' 't' 'q' 'nav'; }
    .founder-praise-slide.layout__founder-first .founder-praise-slide__text {
      grid-area: t;
      padding-top: 46px; }
      @media only screen and (min-width: 768px) {
        .founder-praise-slide.layout__founder-first .founder-praise-slide__text {
          padding-top: 0;
          padding-right: 20px; } }
    .founder-praise-slide.layout__founder-first .founder-praise-slide__name {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 3rem;
      line-height: 2.7rem;
      letter-spacing: -0.04em;
      text-transform: uppercase; }
      @media only screen and (min-width: 1024px) {
        .founder-praise-slide.layout__founder-first .founder-praise-slide__name {
          font-size: 5.6rem;
          line-height: 4.76rem;
          letter-spacing: -0.04em; } }
    .founder-praise-slide.layout__founder-first .founder-praise-slide__company {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 3rem;
      line-height: 2.7rem;
      letter-spacing: -0.02em; }
      @media only screen and (min-width: 1024px) {
        .founder-praise-slide.layout__founder-first .founder-praise-slide__company {
          font-size: 3rem;
          line-height: 3rem;
          letter-spacing: -0.02em; } }
    .founder-praise-slide.layout__founder-first .founder-praise-slide__quote {
      grid-area: q;
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.2rem;
      line-height: 2.42rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .founder-praise-slide.layout__founder-first .founder-praise-slide__quote {
          font-size: 2.8rem;
          line-height: 3.08rem;
          letter-spacing: -0.02em; } }
      .founder-praise-slide.layout__founder-first .founder-praise-slide__quote .open-quote {
        margin: 0 4px 0 0;
        float: left; }
        @media only screen and (min-width: 768px) {
          .founder-praise-slide.layout__founder-first .founder-praise-slide__quote .open-quote {
            margin: 0 6px 11px 6px;
            float: none; } }
      .founder-praise-slide.layout__founder-first .founder-praise-slide__quote .inline-close-quote {
        display: none; }
        @media only screen and (min-width: 768px) {
          .founder-praise-slide.layout__founder-first .founder-praise-slide__quote .inline-close-quote {
            display: inline; } }
      .founder-praise-slide.layout__founder-first .founder-praise-slide__quote .close-quote {
        display: inline-block;
        position: relative;
        top: 6px; }
        @media only screen and (min-width: 768px) {
          .founder-praise-slide.layout__founder-first .founder-praise-slide__quote .close-quote {
            display: none; } }
    .founder-praise-slide.layout__founder-first .founder-praise-slide__video-modal {
      position: relative;
      grid-area: m; }
    @media only screen and (min-width: 768px) {
      .founder-praise-slide.layout__founder-first {
        grid-template-rows: 22px auto auto;
        grid-template-columns: repeat(12, 1fr);
        grid-template-areas: 'm m m m m k k k k k n n' 'm m m m m t t t t t n n' 'm m m m m q q q q q q .';
        gap: 20px;
        height: min-content; }
        .founder-praise-slide.layout__founder-first .founder-praise-slide__video-modal {
          position: absolute;
          grid-area: unset; }
        .founder-praise-slide.layout__founder-first .founder-praise-slide__next {
          display: block;
          grid-area: n;
          margin-left: -20px; }
          .founder-praise-slide.layout__founder-first .founder-praise-slide__next img {
            width: 100%;
            height: auto; }
          .founder-praise-slide.layout__founder-first .founder-praise-slide__next .founder-praise-slide__next-name {
            font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-variation-settings: 'wght' 400;
            font-style: normal;
            font-size: 1.4rem;
            line-height: 2.1rem;
            letter-spacing: -0.02em;
            padding-top: 3px; }
            .founder-praise-slide.layout__founder-first .founder-praise-slide__next .founder-praise-slide__next-name strong {
              font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
              font-weight: 700;
              font-variation-settings: 'wght' 700;
              font-style: normal; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) {
        .founder-praise-slide.layout__founder-first .founder-praise-slide__next .founder-praise-slide__next-name {
          font-size: 1.2rem;
          line-height: 1.8rem;
          letter-spacing: 0em; } }
    @media only screen and (min-width: 768px) {
        .founder-praise-slide.layout__founder-first .founder-praise-slide__quote {
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
          .founder-praise-slide.layout__founder-first .founder-praise-slide__quote .open-quote {
            margin: 0 6px 11px 6px; } }
  .founder-praise-slide.layout__quote-with-image, .founder-praise-slide.layout__quote-only {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0 20px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .founder-praise-slide.layout__quote-with-image, .founder-praise-slide.layout__quote-only {
        padding: 0 40px;
        display: grid;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        grid-template-rows: auto auto auto;
        grid-template-areas: 'k' 'q' 'm'; } }
    .founder-praise-slide.layout__quote-with-image .founder-praise-slide__media, .founder-praise-slide.layout__quote-only .founder-praise-slide__media {
      margin-left: auto;
      margin-right: auto;
      margin-top: 24px;
      max-width: 240px; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__media .founder-praise-slide__audio,
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__media .founder-praise-slide__video, .founder-praise-slide.layout__quote-only .founder-praise-slide__media .founder-praise-slide__audio,
      .founder-praise-slide.layout__quote-only .founder-praise-slide__media .founder-praise-slide__video {
        bottom: 46px; }
    .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2rem;
      line-height: 2.2rem;
      letter-spacing: 0em;
      grid-area: q;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote {
          font-size: 4rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote > div, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote > div {
        text-align: center; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote .open-quote, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote .open-quote {
        display: inline-block;
        vertical-align: text-top; }
        @media only screen and (min-width: 768px) {
          .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote .open-quote, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote .open-quote {
            position: relative;
            bottom: -2px; } }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote .inline-close-quote, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote .inline-close-quote {
        display: none; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote .close-quote, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote .close-quote {
        display: inline-block;
        vertical-align: text-bottom; }
        @media only screen and (min-width: 768px) {
          .founder-praise-slide.layout__quote-with-image .founder-praise-slide__quote .close-quote, .founder-praise-slide.layout__quote-only .founder-praise-slide__quote .close-quote {
            position: relative;
            top: -4px; } }
    .founder-praise-slide.layout__quote-with-image .founder-praise-slide__text, .founder-praise-slide.layout__quote-only .founder-praise-slide__text {
      text-align: center;
      width: 100%; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__text .founder-praise-slide__theme-icon, .founder-praise-slide.layout__quote-only .founder-praise-slide__text .founder-praise-slide__theme-icon {
        display: none; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__text .founder-praise-slide__name, .founder-praise-slide.layout__quote-only .founder-praise-slide__text .founder-praise-slide__name {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.6rem;
        letter-spacing: 0.06em;
        text-transform: uppercase; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__text .founder-praise-slide__company, .founder-praise-slide.layout__quote-only .founder-praise-slide__text .founder-praise-slide__company {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; }
    .founder-praise-slide.layout__quote-with-image .founder-praise-slide__caption, .founder-praise-slide.layout__quote-only .founder-praise-slide__caption {
      display: flex;
      align-items: baseline; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__caption .press-release-theme, .founder-praise-slide.layout__quote-only .founder-praise-slide__caption .press-release-theme {
        display: inline;
        margin-right: 10px; }
        .founder-praise-slide.layout__quote-with-image .founder-praise-slide__caption .press-release-theme .name, .founder-praise-slide.layout__quote-only .founder-praise-slide__caption .press-release-theme .name {
          display: none; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__caption .founder-praise-slide__name, .founder-praise-slide.layout__quote-only .founder-praise-slide__caption .founder-praise-slide__name {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.6rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-right: 8px; }
      .founder-praise-slide.layout__quote-with-image .founder-praise-slide__caption .founder-praise-slide__company, .founder-praise-slide.layout__quote-only .founder-praise-slide__caption .founder-praise-slide__company {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1rem;
        line-height: 1.2rem;
        letter-spacing: 0em; }

.founder-text-block {
  padding-left: 0vw;
  padding-right: 0vw; }
  @media only screen and (min-width: 0) {
    .founder-text-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .founder-text-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .founder-text-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .founder-text-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .founder-text-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .founder-text-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .founder-text-block .superpower-progress--bar {
    background-position: 60% 0; }
  .founder-text-block blockquote.title-text,
  .founder-text-block blockquote.quote-text {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal; }
    .founder-text-block blockquote.title-text i,
    .founder-text-block blockquote.title-text em,
    .founder-text-block blockquote.quote-text i,
    .founder-text-block blockquote.quote-text em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }

.founders-list-block {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media only screen and (min-width: 768px) {
    .founders-list-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .founders-list-block .collage-wrapper {
    position: relative;
    margin-bottom: 32px; }
    @media only screen and (min-width: 1024px) {
      .founders-list-block .collage-wrapper {
        margin-bottom: 80px; } }
  @media only screen and (min-width: 1024px) {
    .founders-list-block .kicker-wrapper,
    .founders-list-block .list-wrapper {
      padding-top: 90px; } }
  .founders-list-block .kicker-wrapper__kicker {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em; }
    .founders-list-block .kicker-wrapper__kicker strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .founders-list-block .kicker-wrapper__kicker {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
  .founders-list-block .list-wrapper .contributors-company-name {
    padding-bottom: 6px; }
  .founders-list-block .list-wrapper__item {
    padding-bottom: 6px; }
    .founders-list-block .list-wrapper__item__founder-name {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 512;
      font-variation-settings: 'wght' 512;
      font-style: normal;
      font-size: 2.2rem;
      line-height: 3.08rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .founders-list-block .list-wrapper__item__founder-name {
          font-size: 1.8rem;
          line-height: 2.34rem;
          letter-spacing: 0em; } }
    .founders-list-block .list-wrapper__item__founder-job {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.2rem;
      line-height: 2.42rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .founders-list-block .list-wrapper__item__founder-job {
          font-size: 1.8rem;
          line-height: 2.34rem;
          letter-spacing: 0em; } }

.headline-block {
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .headline-block {
      margin-bottom: 64px; } }
  .headline-block__text {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    max-width: 840px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .headline-block__text {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .headline-block__text {
        font-size: 3.2rem;
        line-height: 4.4rem; } }

.hero-headline {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem; }
  @media only screen and (min-width: 768px) {
    .hero-headline {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .hero-headline {
      font-size: 5.4rem;
      line-height: 6.8rem; } }
  .hero-headline__arrow {
    display: inline-block;
    vertical-align: middle; }
    .hero-headline__arrow svg {
      width: 22px;
      height: 20px;
      margin: 0 8px; }
      @media only screen and (min-width: 768px) {
        .hero-headline__arrow svg {
          width: 35px;
          height: 20px;
          margin: 0 16px; } }
      @media only screen and (min-width: 1024px) {
        .hero-headline__arrow svg {
          width: 43px;
          height: 20px;
          margin-bottom: 5px; } }
  .hero-headline__link {
    background-image: linear-gradient(to right, #e42313 0, #e42313 100%);
    background-position: 0 calc(73% + 6px);
    background-repeat: repeat-x;
    background-size: 1px 1px; }
  .hero-headline__headline-wrapper.-active {
    color: rgba(24, 24, 24, 0.24); }
    .hero-headline__headline-wrapper.-active .hero-headline__link {
      border-bottom-color: rgba(228, 35, 19, 0.24); }
  .hero-headline.-active {
    color: #181818; }
    .hero-headline.-active .hero-headline__link {
      border-bottom-color: #e42313; }

.highlights-multi-image-block {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px; }
  .highlights-multi-image-block .press-row {
    margin-left: unset;
    margin-right: unset;
    max-width: 1460px; }
  @media only screen and (min-width: 768px) {
    .highlights-multi-image-block {
      padding-top: 64px;
      padding-bottom: 80px; } }
  .highlights-multi-image-block__kicker {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em;
    padding-bottom: 32px;
    margin-left: 20px; }
    .highlights-multi-image-block__kicker strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .highlights-multi-image-block__kicker {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
    @media only screen and (min-width: 768px) {
      .highlights-multi-image-block__kicker.full-width {
        margin-left: 40px; } }
  .highlights-multi-image-block__carousel-wrapper {
    position: relative; }
  .highlights-multi-image-block__carousel {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    z-index: 1;
    padding-bottom: 16px;
    overflow-x: scroll; }
    .highlights-multi-image-block__carousel.scroll-snap {
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory; }
    .highlights-multi-image-block__carousel > :first-child {
      margin-left: 20px; }
    .highlights-multi-image-block__carousel > :last-child {
      margin-right: 20px; }
    .highlights-multi-image-block__carousel * {
      pointer-events: none;
      user-select: none !important; }
  .highlights-multi-image-block__slide {
    overflow: hidden;
    scroll-snap-align: center;
    /* stylelint-disable-next-line property-no-unknown */
    aspect-ratio: 353 / 235;
    margin: 0 10px;
    min-width: 87%; }
    @media only screen and (min-width: 640px) {
      .highlights-multi-image-block__slide {
        min-width: 92%; } }
    @media only screen and (min-width: 768px) {
      .highlights-multi-image-block__slide {
        min-width: 63%; } }
  .highlights-multi-image-block__left-padded .highlights-multi-image-block__slide {
    min-width: 60%; }
  .highlights-multi-image-block__image {
    position: relative;
    width: 100%;
    height: 100%; }
    .highlights-multi-image-block__image picture {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .highlights-multi-image-block__image picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1.8px; }
        @media only screen and (min-width: 768px) {
          .highlights-multi-image-block__image picture img {
            border-radius: 4px; } }
    .highlights-multi-image-block__image img {
      display: block; }

.home-headline-block {
  padding-top: 106px;
  padding-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .home-headline-block {
      padding-top: 152px; } }
  @media only screen and (min-width: 1280px) {
    .home-headline-block {
      padding-top: 202px; } }
  .home-headline-block .one-line-headline {
    display: block;
    opacity: 0;
    animation: 1400ms fadeIn forwards; }
  .home-headline-block .split-headline {
    display: none; }
  @media only screen and (min-width: 768px) {
    .home-headline-block .split-headline:nth-child(1) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 700ms; }
    .home-headline-block .split-headline:nth-child(2) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 1400ms; }
    .home-headline-block .split-headline:nth-child(3) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 2100ms; }
    .home-headline-block .split-headline:nth-child(4) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 2800ms; }
    .home-headline-block .split-headline:nth-child(5) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 3500ms; }
    .home-headline-block .split-headline:nth-child(6) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 4200ms; }
    .home-headline-block .split-headline:nth-child(7) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 4900ms; }
    .home-headline-block .split-headline:nth-child(8) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 5600ms; }
    .home-headline-block .split-headline:nth-child(9) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 6300ms; }
    .home-headline-block .split-headline:nth-child(10) {
      display: block;
      opacity: 0;
      animation: fadeIn 700ms forwards;
      animation-delay: 7000ms; }
    .home-headline-block .one-line-headline {
      display: none; } }
  .home-headline-block__text h1 div.rich-text p {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 3.8rem;
    letter-spacing: -0.02em; }
    .home-headline-block__text h1 div.rich-text p i,
    .home-headline-block__text h1 div.rich-text p em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    @media only screen and (min-width: 640px) {
      .home-headline-block__text h1 div.rich-text p {
        font-size: 5.2rem;
        line-height: 6.5rem;
        letter-spacing: -0.02em; } }
    @media only screen and (min-width: 1280px) {
      .home-headline-block__text h1 div.rich-text p {
        font-size: 6.5rem;
        line-height: 7.8rem;
        letter-spacing: -0.02em; } }
  .home-headline-block__text h1 div.rich-text h4 {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 3.8rem;
    letter-spacing: -0.02em; }
    .home-headline-block__text h1 div.rich-text h4 i,
    .home-headline-block__text h1 div.rich-text h4 em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    @media only screen and (min-width: 640px) {
      .home-headline-block__text h1 div.rich-text h4 {
        font-size: 5.2rem;
        line-height: 6.5rem;
        letter-spacing: -0.02em; } }
    @media only screen and (min-width: 1280px) {
      .home-headline-block__text h1 div.rich-text h4 {
        font-size: 6.5rem;
        line-height: 7.8rem;
        letter-spacing: -0.02em; } }
  .home-headline-block img {
    margin-top: 32px;
    max-width: 80%; }

.html-block {
  margin: 0 auto; }

.image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .image-block {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .image-block.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .image-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .image-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .image-block.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .image-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .image-block.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .image-block.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .image-block__inner-wrapper {
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px); }
    .image-block__inner-wrapper.-scroll-active {
      opacity: 1;
      transform: none; }
  .image-block__image-wrapper {
    position: relative;
    z-index: 1; }
  .image-block__caption {
    margin-top: 32px; }
    @media only screen and (min-width: 768px) {
      .image-block__caption {
        margin-top: 0; } }
    .image-block__caption .rich-text,
    .image-block__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
      .image-block__caption .rich-text a,
      .image-block__caption .rich-text p a {
        border-bottom: 1px solid #181818;
        transition: border-bottom 250ms ease; }
        .image-block__caption .rich-text a:hover,
        .image-block__caption .rich-text p a:hover {
          border-bottom: 1px solid #e42313; }
    .-bg-color-charcoal .image-block__caption .rich-text a {
      border-bottom: 1px solid #ffffff;
      transition: border-bottom 250ms ease; }
      .-bg-color-charcoal .image-block__caption .rich-text a:hover {
        border-bottom: 1px solid #e42313; }
  .image-block--background .image-block__image-wrapper {
    margin-top: 24px;
    margin-bottom: 24px; }
  .image-block--background .image-block__image-wrapper__texture {
    display: none;
    background-image: url("/static/images/backgrounds/image_texture_5.75965474c64b.jpg"); }
  .image-block--background.-bg-color-charcoal .image-block__image-wrapper__texture {
    background-image: url("/static/images/backgrounds/image_texture_5-charcoal.e929811a4c68.jpg"); }
  .image-block--background .image-block__image-wrapper__set-texture {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% + 24px * 2);
    bottom: -24px;
    right: -6.25vw;
    background-position: right bottom;
    background-size: contain;
    z-index: -1; }
    @media only screen and (min-width: 1920px) {
      .image-block--background .image-block__image-wrapper__set-texture {
        right: -5.20833vw; } }
  .image-block.-bg-color-charcoal + .-bg-color-charcoal {
    padding-top: 0; }

.image-grid-block {
  padding: 64px calc((100vw - 1680px) / 2); }
  .image-grid-block h2.title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .image-grid-block h2.title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .image-grid-block h2.title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
  .image-grid-block .intro_text {
    margin-bottom: 64px; }
  .image-grid-block .image-grid-items .image-grid-item img {
    margin: 0 auto 2.5em;
    padding: 0 1em;
    max-height: 70px;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: transform 350ms ease;
    transform: scale(1); }
    @media only screen and (min-width: 768px) {
      .image-grid-block .image-grid-items .image-grid-item img {
        margin: 0 auto 130px; } }
    .image-grid-block .image-grid-items .image-grid-item img:hover {
      transform: scale(1.05); }
  @media only screen and (min-width: 768px) {
    .image-grid-block .image-grid-items .image-grid-item:nth-last-child(-n + 3) img {
      margin-bottom: 0; } }
  .image-grid-block .image-grid-items .image-grid-item--header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem; }
    @media only screen and (min-width: 768px) {
      .image-grid-block .image-grid-items .image-grid-item--header {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .image-grid-block .image-grid-items .image-grid-item--header {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .image-grid-block .image-grid-items .image-grid-item--subheader {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem; }
    @media only screen and (min-width: 768px) {
      .image-grid-block .image-grid-items .image-grid-item--subheader {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .image-grid-block .image-grid-items .image-grid-item--subheader {
        font-size: 1.7rem;
        line-height: 2.6rem; } }

.left-body-copy {
  padding-left: 0vw;
  padding-right: 0vw; }
  @media only screen and (min-width: 0) {
    .left-body-copy {
      margin-top: 32px;
      margin-bottom: 32px;
      padding-top: 32px; } }
  @media only screen and (min-width: 768px) {
    .left-body-copy {
      margin-top: 32px;
      margin-bottom: 32px;
      padding-top: 32px; } }
  @media only screen and (min-width: 1280px) {
    .left-body-copy {
      margin-top: 48px;
      margin-bottom: 48px;
      padding-top: 48px; } }
  .left-body-copy .text-wrapper__cta-wrapper {
    margin-top: 24px; }
    @media only screen and (min-width: 1280px) {
      .left-body-copy .text-wrapper__cta-wrapper {
        margin-top: 32px; } }

.multi-image-block {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .multi-image-block {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw; } }
  .multi-image-block.-bg-color-charcoal {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .multi-image-block.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
  .multi-image-block__image {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .multi-image-block__image img {
      width: 100%;
      height: 100%; }
    .multi-image-block__image-list-wrapper {
      position: relative;
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .multi-image-block__image-list-wrapper::-webkit-scrollbar {
        display: none; }
    .multi-image-block__image-wrapper {
      margin-left: 24px; }
      @media only screen and (min-width: 768px) {
        .multi-image-block__image-wrapper {
          margin-left: unset; } }
      .multi-image-block__image-wrapper:first-of-type {
        margin-left: 0; }
      .multi-image-block__image-wrapper:last-child {
        padding-right: 8.33333vw; }
        @media only screen and (min-width: 768px) {
          .multi-image-block__image-wrapper:last-child {
            padding-right: 0; } }
  .multi-image-block__details-caption-wrapper {
    padding-bottom: 8px; }
  .multi-image-block__details-caption {
    display: none; }
    .multi-image-block__details-caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
    .multi-image-block__details-caption.-active {
      display: block; }
  .multi-image-block__details-count {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9rem; }
  .multi-image-block__details--length-1 {
    animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards; }
  .multi-image-block__details--length-2 {
    animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards calc(700ms * 2); }
  .multi-image-block__details--length-3 {
    animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards calc(700ms * 3); }

.multi-image-block--large {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  padding-left: 8.33333vw;
  padding-right: 0; }
  @media only screen and (min-width: 0) {
    .multi-image-block--large {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .multi-image-block--large {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .multi-image-block--large {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .multi-image-block--large {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .multi-image-block--large {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .multi-image-block--large {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .multi-image-block--large .multi-image-block__image {
    width: 62.5vw;
    max-width: 1050px;
    height: calc(62.5vw * 0.66);
    max-height: 693px;
    flex-shrink: 0; }
    .multi-image-block--large .multi-image-block__image.-decorated {
      border: 30px solid transparent; }
    @media only screen and (min-width: 768px) {
      .multi-image-block--large .multi-image-block__image {
        position: absolute;
        flex-shrink: unset;
        transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
        opacity: 0;
        transform: translateY(30px); }
        .multi-image-block--large .multi-image-block__image.-scroll-active {
          opacity: 1;
          transform: none; }
        .multi-image-block--large .multi-image-block__image--1 {
          z-index: 3;
          width: 62.5vw;
          max-width: 1050px;
          height: calc(62.5vw * 0.66);
          max-height: 693px; }
        .multi-image-block--large .multi-image-block__image--2 {
          top: -64px;
          left: 6%;
          z-index: 2;
          transition-delay: calc(700ms);
          width: 54.16667vw;
          max-width: 910px;
          height: calc(54.16667vw * 0.66);
          max-height: 600.6px; }
        .multi-image-block--large .multi-image-block__image--3 {
          right: 0;
          top: -8px;
          z-index: 1;
          transition-delay: calc(700ms * 2);
          width: 58.33333vw;
          max-width: 980px;
          height: calc(58.33333vw * 0.66);
          max-height: 646.8px; }
        .multi-image-block--large .multi-image-block__image.-active {
          z-index: 4; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .multi-image-block--large .multi-image-block__image.-active.-decorated {
      border-image-source: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%2300B6FF'/%3E%3C/svg%3E%0A"); } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .multi-image-block--large .multi-image-block__image.-active.-decorated {
      border-image-source: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' fill='%2300B6FF'/%3E%3C/svg%3E%0A"); } }
    .multi-image-block--large .multi-image-block__image-caption {
      padding-top: 24px;
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .multi-image-block--large .multi-image-block__image-caption {
          margin-bottom: 0; } }
      .multi-image-block--large .multi-image-block__image-caption .rich-text p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.9rem; }
    @media only screen and (min-width: 768px) {
      .multi-image-block--large .multi-image-block__image-list-wrapper {
        margin-top: 64px;
        height: calc(62.5vw * 0.66);
        max-height: 693px;
        display: unset;
        overflow-x: unset; } }
  .multi-image-block--large .multi-image-block__details {
    display: none;
    opacity: 0; }
    @media only screen and (min-width: 768px) {
      .multi-image-block--large .multi-image-block__details {
        display: initial; } }

.multi-image-block--small .multi-image-block__image {
  position: absolute;
  transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  transform: translateY(30px); }
  .multi-image-block--small .multi-image-block__image.-scroll-active {
    opacity: 1;
    transform: none; }
  .multi-image-block--small .multi-image-block__image--1 {
    z-index: 3;
    width: 75vw;
    max-width: 1260px;
    height: calc(75vw * 0.66);
    max-height: 831.6px; }
    @media only screen and (min-width: 1024px) {
      .multi-image-block--small .multi-image-block__image--1 {
        width: 41.66667vw;
        max-width: 700px;
        height: calc(41.66667vw * 0.66);
        max-height: 462px; } }
  .multi-image-block--small .multi-image-block__image--2 {
    z-index: 2;
    transition-delay: calc(700ms);
    top: -48px;
    left: 6%;
    width: 66.66667vw;
    max-width: 1120px;
    height: calc(66.66667vw * 0.66);
    max-height: 739.2px; }
    @media only screen and (min-width: 1024px) {
      .multi-image-block--small .multi-image-block__image--2 {
        top: -32px;
        width: 37.5vw;
        max-width: 630px;
        height: calc(37.5vw * 0.66);
        max-height: 415.8px; } }
  .multi-image-block--small .multi-image-block__image--3 {
    z-index: 1;
    transition-delay: calc(700ms * 2);
    right: 0;
    top: -8px;
    width: 66.66667vw;
    max-width: 1120px;
    height: calc(66.66667vw * 0.66);
    max-height: 739.2px; }
    @media only screen and (min-width: 1024px) {
      .multi-image-block--small .multi-image-block__image--3 {
        width: 37.5vw;
        max-width: 630px;
        height: calc(37.5vw * 0.66);
        max-height: 415.8px; } }
  .multi-image-block--small .multi-image-block__image.-active {
    z-index: 4; }
  .multi-image-block--small .multi-image-block__image-caption {
    padding-top: 24px;
    margin-bottom: 16px; }
    .multi-image-block--small .multi-image-block__image-caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
  .multi-image-block--small .multi-image-block__image-list-wrapper {
    display: unset;
    overflow-x: unset;
    margin-top: 32px;
    height: calc(75vw * 0.66);
    max-height: 831.6px; }
    @media only screen and (min-width: 1024px) {
      .multi-image-block--small .multi-image-block__image-list-wrapper {
        height: calc(45.83333vw * 0.66);
        max-height: 508.2px; } }

.multi-image-block--small .multi-image-block__details {
  display: initial;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  margin-top: 16px; }
  @media only screen and (min-width: 1024px) {
    .multi-image-block--small .multi-image-block__details {
      margin-top: 0; } }
  .multi-image-block--small .multi-image-block__details-count {
    text-align: right; }

.multi-image-block--large.multi-image-block--decorated {
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .multi-image-block--large.multi-image-block--decorated .multi-image-block__image {
      border: 20px solid transparent; } }
  @media only screen and (min-width: 1280px) {
    .multi-image-block--large.multi-image-block--decorated .multi-image-block__image {
      border: 30px solid transparent; } }

.multi-video .vimeo-container .thumbnail-background-vimeo {
  /* stylelint-disable */
  aspect-ratio: 4 / 3;
  /* stylelint-enable */
  background-color: #0f0f0f; }
  .multi-video .vimeo-container .thumbnail-background-vimeo .thumbnail-vimeo {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.multi-video .video-wrapper {
  position: relative;
  padding: 56.25% 0 0 0; }
  .multi-video .video-wrapper .iframe-wrapper {
    transition: all ease 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transform: translate3d(0, 0, 0); }
    .multi-video .video-wrapper .iframe-wrapper .floating-player-close {
      position: absolute;
      top: -12px;
      right: -12px;
      width: 24px;
      height: 24px;
      z-index: 2;
      opacity: 0;
      transition: all ease 0.25s;
      cursor: pointer;
      border-radius: 12px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .multi-video .video-wrapper .iframe-wrapper .floating-player-close svg path {
        stroke: #181818;
        transition: all ease 0.25s; }
      .multi-video .video-wrapper .iframe-wrapper .floating-player-close:hover {
        background: #181818; }
        .multi-video .video-wrapper .iframe-wrapper .floating-player-close:hover svg path {
          stroke: #fff; }
  .multi-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.multi-video .floating-player:not(.floating-player-is-closed) .video-wrapper .iframe-wrapper {
  position: fixed;
  width: 35vw;
  height: calc(35vw * 0.5625);
  top: calc( 99vh - (35vw * 0.5625));
  left: 63vw;
  bottom: 1vh;
  right: 2vw; }

.multi-video .playlist {
  margin-top: 64px; }
  .multi-video .playlist .row {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .multi-video .playlist .row::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
  .multi-video .playlist .swipe-scroll-list {
    margin-left: 4.16667vw;
    margin-right: 4.16667vw; }
  .multi-video .playlist .playlist-item {
    padding: 5px;
    scroll-snap-align: center;
    flex: 0 0 auto;
    flex-basis: 66.66667vw;
    width: 66.66667vw;
    max-width: 1120px; }
    .multi-video .playlist .playlist-item:first-child {
      scroll-snap-align: start; }
    .multi-video .playlist .playlist-item:last-child {
      scroll-snap-align: end; }
    @media only screen and (min-width: 768px) {
      .multi-video .playlist .playlist-item {
        flex: 0 0 auto;
        flex-basis: 33.33333vw;
        width: 33.33333vw;
        max-width: 560px;
        scroll-snap-align: start; } }
    @media only screen and (min-width: 1024px) {
      .multi-video .playlist .playlist-item {
        flex: 0 0 auto;
        flex-basis: 22.22083vw;
        width: 22.22083vw;
        max-width: 373.31px; } }
    .multi-video .playlist .playlist-item .thumbnail {
      max-width: 100%;
      width: 100%;
      height: auto;
      cursor: pointer; }
    .multi-video .playlist .playlist-item .title {
      padding: 15px;
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .multi-video .playlist .playlist-item .title {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .multi-video .playlist .playlist-item .title {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
    .multi-video .playlist .playlist-item .video__description {
      padding: 15px;
      margin: 0;
      opacity: 0.8; }
      .multi-video .playlist .playlist-item .video__description,
      .multi-video .playlist .playlist-item .video__description .rich-text,
      .multi-video .playlist .playlist-item .video__description .rich-text p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-weight: 300;
        font-size: 1.3rem;
        line-height: 2.2rem; }
        @media only screen and (min-width: 768px) {
          .multi-video .playlist .playlist-item .video__description,
          .multi-video .playlist .playlist-item .video__description .rich-text,
          .multi-video .playlist .playlist-item .video__description .rich-text p {
            font-size: 1.5rem;
            line-height: 2.3rem; } }
        @media only screen and (min-width: 1024px) {
          .multi-video .playlist .playlist-item .video__description,
          .multi-video .playlist .playlist-item .video__description .rich-text,
          .multi-video .playlist .playlist-item .video__description .rich-text p {
            font-size: 1.5rem;
            line-height: 2.3rem; } }
    .multi-video .playlist .playlist-item .title ~ .video__description {
      padding-top: 0; }

.multi-video.playlist-item-count-1 {
  /* stylelint-disable-next-line no-descending-specificity */ }
  .multi-video.playlist-item-count-1 .playlist-item {
    flex: 0 0 auto;
    flex-basis: 91.66667vw;
    width: 91.66667vw;
    max-width: 1540px; }
    .multi-video.playlist-item-count-1 .playlist-item .video-wrapper {
      display: block; }
    .multi-video.playlist-item-count-1 .playlist-item .thumbnail {
      display: none; }
  .multi-video.playlist-item-count-1 .scroll-list-button {
    display: none; }

@media only screen and (min-width: 768px) {
  .multi-video.playlist-item-count-1 .main-player {
    display: none; }
  .multi-video.playlist-item-count-2 .swipe-scroll-list, .multi-video.playlist-item-count-3 .swipe-scroll-list, .multi-video.playlist-item-count-4 .swipe-scroll-list {
    justify-content: center; } }

.standalone-perspectives-carousel {
  background-color: var(--iv-background-color);
  color: var(--iv-text-color);
  border-bottom: 1px solid rgba(24, 24, 24, 0.12);
  position: relative;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .standalone-perspectives-carousel {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .standalone-perspectives-carousel {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .standalone-perspectives-carousel {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .standalone-perspectives-carousel {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .standalone-perspectives-carousel {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .standalone-perspectives-carousel {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .standalone-perspectives-carousel .carousel__image-wrapper {
    position: relative;
    padding-bottom: 66%;
    background: #f0f0f0; }
    .standalone-perspectives-carousel .carousel__image-wrapper video,
    .standalone-perspectives-carousel .carousel__image-wrapper img {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .standalone-perspectives-carousel .carousel__image-wrapper video.carousel-hover-video {
      opacity: 0; }
    .standalone-perspectives-carousel .carousel__image-wrapper video.carousel-hover-video:hover {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
    .standalone-perspectives-carousel .carousel__image-wrapper img.featured-posts__image-hover {
      opacity: 0; }
    .standalone-perspectives-carousel .carousel__image-wrapper img.featured-posts__image-hover:hover {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
  .standalone-perspectives-carousel .carousel__post-title {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 1024px) {
      .standalone-perspectives-carousel .carousel__post-title {
        font-size: 3.2rem;
        line-height: 4.4rem;
        letter-spacing: 0em; } }
  .standalone-perspectives-carousel .carousel__post-author,
  .standalone-perspectives-carousel .carousel__post-subtitle,
  .standalone-perspectives-carousel .carousel__post-label {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .standalone-perspectives-carousel .carousel__post-author,
      .standalone-perspectives-carousel .carousel__post-subtitle,
      .standalone-perspectives-carousel .carousel__post-label {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
  .standalone-perspectives-carousel .carousel__pager-wrapper {
    position: relative;
    width: 100%; }
  .standalone-perspectives-carousel .carousel__pager {
    display: none;
    justify-content: flex-end;
    margin-bottom: 64px; }
    .standalone-perspectives-carousel .carousel__pager li {
      opacity: 0.2;
      transition: opacity 250ms ease;
      cursor: pointer;
      padding: 6px 12px;
      margin-top: -6px;
      margin-bottom: -6px; }
      .standalone-perspectives-carousel .carousel__pager li .carousel__pager-dot {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background: var(--iv-text-color); }
      .standalone-perspectives-carousel .carousel__pager li.is-active {
        opacity: 1; }
    @media only screen and (min-width: 768px) {
      .standalone-perspectives-carousel .carousel__pager.show-on-tablet {
        display: flex; } }
    @media only screen and (min-width: 1280px) {
      .standalone-perspectives-carousel .carousel__pager.show-on-tablet {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .standalone-perspectives-carousel .carousel__pager.show-on-desktop {
        display: none; } }
    @media only screen and (min-width: 1280px) {
      .standalone-perspectives-carousel .carousel__pager.show-on-desktop {
        display: flex; } }
  .standalone-perspectives-carousel .carousel__list {
    display: flex;
    position: relative;
    scroll-behavior: smooth;
    flex-flow: row nowrap;
    overflow-x: auto;
    justify-content: start;
    scroll-snap-type: x mandatory;
    scroll-padding-left: min(8.33333vw, 140px);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .standalone-perspectives-carousel .carousel__list::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
    .standalone-perspectives-carousel .carousel__list .carousel__list-item {
      scroll-snap-align: start; }
      .standalone-perspectives-carousel .carousel__list .carousel__list-item a.carousel__list-image {
        display: block; }
  .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button {
    width: 45px;
    display: block; }
    .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      background: var(--iv-background-color);
      -webkit-mask-image: linear-gradient(90deg, transparent, black);
      mask-image: linear-gradient(90deg, transparent, black); }
    .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 66%;
      position: relative;
      z-index: 10; }
      .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg {
        pointer-events: none; }
        .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
          stroke: var(--iv-text-color); }
    .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button:after {
      content: unset; }
    .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-previous {
      transform: scaleX(-1); }
    .standalone-perspectives-carousel .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-next .scroll-list-button__background {
      left: max(-4.16667vw, -70px); }
  .standalone-perspectives-carousel .swipe-scroll-list:not([data-scroll-right='0']) ~ .scroll-list-button-next {
    right: 0; }
  .standalone-perspectives-carousel .swipe-scroll-list:not([data-scroll-left='0']) ~ .scroll-list-button-previous {
    left: 0; }
  @media only screen and (min-width: 0) {
    .standalone-perspectives-carousel {
      margin-top: -24px; } }
  @media only screen and (min-width: 768px) {
    .standalone-perspectives-carousel {
      margin-top: -24px; } }
  @media only screen and (min-width: 1280px) {
    .standalone-perspectives-carousel {
      margin-top: -32px; } }

.perspectives-list-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .perspectives-list-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .perspectives-list-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-list-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .perspectives-list-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .perspectives-list-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-list-block {
      padding-top: 80px;
      padding-bottom: 80px; } }

.perspectives-vertical-list .index-grid__list-item:last-child .index-grid__link {
  padding-bottom: 0;
  margin-bottom: 0; }

.perspectives-vertical-list .index-grid__image-wrapper {
  display: none;
  width: 180px;
  height: 120px;
  position: relative;
  margin-left: auto;
  margin-right: 0; }
  .perspectives-vertical-list .index-grid__image-wrapper > picture,
  .perspectives-vertical-list .index-grid__image-wrapper > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .perspectives-vertical-list .index-grid__image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__image-wrapper {
      display: block; } }

.perspectives-vertical-list .index-grid__title {
  font-family: 'Glypha LT Pro', Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: 0em;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__title {
      font-size: 4.3rem;
      line-height: 5.4rem;
      letter-spacing: 0em; } }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__title {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-vertical-list .index-grid__title {
      margin-bottom: 0; } }

.perspectives-vertical-list .index-grid__text-category {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-category {
      font-size: 1.4rem;
      line-height: 1.9rem;
      letter-spacing: 0em; } }

.perspectives-vertical-list .index-grid__text-category-wrapper {
  margin-bottom: 8px; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-category-wrapper {
      margin-bottom: 16px; } }

.perspectives-vertical-list .index-grid__text-title-wrapper {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0em;
  margin-bottom: 0;
  padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-title-wrapper {
      font-size: 2.4rem;
      line-height: 3.6rem;
      letter-spacing: 0em; } }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-title-wrapper {
      margin-bottom: 16px;
      padding-right: 4.16667vw; } }

.perspectives-vertical-list .index-grid__text-title {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0em; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-title {
      font-size: 2.4rem;
      line-height: 3.6rem;
      letter-spacing: 0em; } }

.perspectives-vertical-list .index-grid__text-author {
  font-family: 'Univers', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0em;
  display: none; }
  @media only screen and (min-width: 768px) {
    .perspectives-vertical-list .index-grid__text-author {
      font-size: 1.7rem;
      line-height: 2.6rem;
      letter-spacing: 0em;
      display: block; } }

.perspectives-section-block {
  background-color: var(--iv-background-color);
  color: var(--iv-text-color);
  border-bottom: 1px solid rgba(24, 24, 24, 0.12);
  position: relative;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .perspectives-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .perspectives-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-section-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .perspectives-section-block {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    .perspectives-section-block {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-section-block {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .perspectives-section-block .perspectives-header-text,
  .perspectives-section-block .perspectives-video,
  .perspectives-section-block .perspectives-image,
  .perspectives-section-block .perspectives-single-with-overrides,
  .perspectives-section-block .perspectives-multi,
  .perspectives-section-block .perspectives-carousel,
  .perspectives-section-block .perspectives-vertical-list,
  .perspectives-section-block .perspectives-category-button,
  .perspectives-section-block .perspectives-icon-and-text {
    padding-left: 0vw;
    padding-right: 0vw; }
    @media only screen and (min-width: 0) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        margin-top: 24px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        margin-top: 24px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block .perspectives-header-text,
      .perspectives-section-block .perspectives-video,
      .perspectives-section-block .perspectives-image,
      .perspectives-section-block .perspectives-single-with-overrides,
      .perspectives-section-block .perspectives-multi,
      .perspectives-section-block .perspectives-carousel,
      .perspectives-section-block .perspectives-vertical-list,
      .perspectives-section-block .perspectives-category-button,
      .perspectives-section-block .perspectives-icon-and-text {
        margin-top: 32px;
        margin-bottom: 32px; } }
    .perspectives-section-block .perspectives-header-text video.carousel-hover-video,
    .perspectives-section-block .perspectives-video video.carousel-hover-video,
    .perspectives-section-block .perspectives-image video.carousel-hover-video,
    .perspectives-section-block .perspectives-single-with-overrides video.carousel-hover-video,
    .perspectives-section-block .perspectives-multi video.carousel-hover-video,
    .perspectives-section-block .perspectives-carousel video.carousel-hover-video,
    .perspectives-section-block .perspectives-vertical-list video.carousel-hover-video,
    .perspectives-section-block .perspectives-category-button video.carousel-hover-video,
    .perspectives-section-block .perspectives-icon-and-text video.carousel-hover-video {
      opacity: 0; }
    .perspectives-section-block .perspectives-header-text video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-video video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-image video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-single-with-overrides video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-multi video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-carousel video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-vertical-list video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-category-button video.carousel-hover-video:hover,
    .perspectives-section-block .perspectives-icon-and-text video.carousel-hover-video:hover {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
    .perspectives-section-block .perspectives-header-text img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-video img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-image img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-single-with-overrides img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-multi img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-carousel img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-vertical-list img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-category-button img.featured-posts__image-hover,
    .perspectives-section-block .perspectives-icon-and-text img.featured-posts__image-hover {
      opacity: 0; }
    .perspectives-section-block .perspectives-header-text img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-video img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-image img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-single-with-overrides img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-multi img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-carousel img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-vertical-list img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-category-button img.featured-posts__image-hover:hover,
    .perspectives-section-block .perspectives-icon-and-text img.featured-posts__image-hover:hover {
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
  .perspectives-section-block .perspectives-section-block__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .perspectives-section-block .perspectives-section-block__background > picture,
    .perspectives-section-block .perspectives-section-block__background > img {
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 1800px; }
      @media all and (min-width: 1800px) {
        .perspectives-section-block .perspectives-section-block__background > picture,
        .perspectives-section-block .perspectives-section-block__background > img {
          -webkit-mask-image: linear-gradient(90deg, transparent 0, black 100px, black 1700px, transparent 1800px);
          mask-image: linear-gradient(90deg, transparent 0, black 300px, black 1500px, transparent 1800px); } }
    .perspectives-section-block .perspectives-section-block__background img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .perspectives-section-block .perspectives-header-text .align-left {
    text-align: left; }
  .perspectives-section-block .perspectives-header-text .align-center {
    text-align: center; }
  .perspectives-section-block .perspectives-header-text .align-right {
    text-align: right; }
  .perspectives-section-block .perspectives-header-text .perspectives-section__kicker {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--iv-highlight-color);
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__kicker {
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .perspectives-section__title {
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__title {
        margin-bottom: unset; } }
    .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-large {
      font-family: 'Glypha LT Pro', Times, serif;
      font-weight: 300;
      font-style: normal;
      font-size: 3.3rem;
      line-height: 4rem;
      letter-spacing: 0em;
      margin-bottom: 1.6rem; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-large {
          font-size: 5.4rem;
          line-height: 6.8rem;
          letter-spacing: 0em;
          margin-bottom: 2.4rem; } }
    .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-regular {
      font-family: 'Glypha LT Pro', Times, serif;
      font-weight: 300;
      font-style: normal;
      font-size: 3.3rem;
      line-height: 4rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-regular {
          font-size: 4.3rem;
          line-height: 5.4rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-small {
      font-family: 'Glypha LT Pro', Times, serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.3rem;
      line-height: 2.8rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .perspectives-section-block .perspectives-header-text .perspectives-section__title.size-small {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large,
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large .rich-text p {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large,
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-large .rich-text p {
        font-size: 2.4rem;
        line-height: 3.6rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular,
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular .rich-text p {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular,
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-regular .rich-text p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small,
  .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small .rich-text p {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small,
      .perspectives-section-block .perspectives-header-text .text-wrapper__text.size-small .rich-text p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-header-text .perspectives-section__author {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    display: none;
    margin-top: 32px;
    color: var(--iv-text-color); }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-header-text .perspectives-section__author {
        font-size: 1.7rem;
        line-height: 2.6rem;
        letter-spacing: 0em;
        display: block; } }
  .perspectives-section-block .perspectives-video .video {
    margin: 0; }
  .perspectives-section-block .perspectives-single-with-overrides .align-left {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .align-left {
        text-align: left; } }
  .perspectives-section-block .perspectives-single-with-overrides .align-center {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .align-center {
        text-align: center; } }
  .perspectives-section-block .perspectives-single-with-overrides .align-right {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .align-right {
        text-align: right; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__content-wrapper {
    color: var(--iv-text-color);
    padding: 32px 0; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__content-wrapper {
        padding: 0; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__image-wrapper {
    margin-bottom: 0; }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-category {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-category {
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-title {
    font-family: 'Glypha LT Pro', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.3rem;
    line-height: 4rem;
    letter-spacing: 0em;
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-title {
        font-size: 5.4rem;
        line-height: 6.8rem;
        letter-spacing: 0em;
        margin-bottom: 2.4rem; } }
  .perspectives-section-block .perspectives-single-with-overrides .text-wrapper__text {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .text-wrapper__text {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
  .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-author {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    display: none; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-single-with-overrides .featured-posts__post-author {
        font-size: 1.7rem;
        line-height: 2.6rem;
        letter-spacing: 0em;
        display: block; } }
  .perspectives-section-block .perspectives-carousel {
    background-color: transparent;
    position: relative; }
    .perspectives-section-block .perspectives-carousel .carousel__video-wrapper {
      aspect-ratio: 100 / 66;
      background-color: black; }
      .perspectives-section-block .perspectives-carousel .carousel__video-wrapper div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
    .perspectives-section-block .perspectives-carousel .carousel__image-wrapper {
      position: relative;
      padding-bottom: 66%;
      background: #f0f0f0; }
      .perspectives-section-block .perspectives-carousel .carousel__image-wrapper img,
      .perspectives-section-block .perspectives-carousel .carousel__image-wrapper video {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .perspectives-section-block .perspectives-carousel .carousel__post-title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.3rem;
      line-height: 2.8rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .perspectives-section-block .perspectives-carousel .carousel__post-title {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-carousel .carousel__post-author,
    .perspectives-section-block .perspectives-carousel .carousel__post-subtitle,
    .perspectives-section-block .perspectives-carousel .carousel__post-label {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      margin-top: 16px; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-carousel .carousel__post-author,
        .perspectives-section-block .perspectives-carousel .carousel__post-subtitle,
        .perspectives-section-block .perspectives-carousel .carousel__post-label {
          font-size: 1.8rem;
          line-height: 2.8rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-carousel .carousel__pager-wrapper {
      position: relative;
      width: 100%; }
    .perspectives-section-block .perspectives-carousel .carousel__pager {
      display: none;
      justify-content: flex-end;
      margin-right: -12px;
      margin-bottom: 64px; }
      .perspectives-section-block .perspectives-carousel .carousel__pager li {
        opacity: 0.2;
        transition: opacity 250ms ease;
        cursor: pointer;
        padding: 6px 12px;
        margin-top: -6px;
        margin-bottom: -6px; }
        .perspectives-section-block .perspectives-carousel .carousel__pager li .carousel__pager-dot {
          border-radius: 4px;
          width: 8px;
          height: 8px;
          background: var(--iv-text-color); }
        .perspectives-section-block .perspectives-carousel .carousel__pager li.is-active {
          opacity: 1; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-tablet {
          display: flex; } }
      @media only screen and (min-width: 1280px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-tablet {
          display: none; } }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-desktop {
          display: none; } }
      @media only screen and (min-width: 1280px) {
        .perspectives-section-block .perspectives-carousel .carousel__pager.show-on-desktop {
          display: flex; } }
    .perspectives-section-block .perspectives-carousel .carousel__list {
      display: flex;
      position: relative;
      scroll-behavior: smooth;
      flex-flow: row nowrap;
      overflow-x: auto;
      justify-content: start;
      scroll-snap-type: x mandatory;
      scroll-padding-left: min(8.33333vw, 140px);
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .perspectives-section-block .perspectives-carousel .carousel__list::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */ }
      .perspectives-section-block .perspectives-carousel .carousel__list .carousel__list-item {
        scroll-snap-align: start; }
        .perspectives-section-block .perspectives-carousel .carousel__list .carousel__list-item a.carousel__list-image {
          display: block; }
    .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button {
      width: 8.33333vw;
      max-width: 140px;
      display: block; }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: var(--iv-background-color);
        -webkit-mask-image: linear-gradient(90deg, transparent, black);
        mask-image: linear-gradient(90deg, transparent, black); }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 66%;
        position: relative;
        z-index: 10; }
        .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg {
          pointer-events: none; }
          .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button .scroll-list-button__icon svg path {
            stroke: var(--iv-text-color); }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button:after {
        content: unset; }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-previous {
        transform: scaleX(-1); }
      .perspectives-section-block .perspectives-carousel .swipe-scroll-list ~ .scroll-list-button.scroll-list-button-next .scroll-list-button__background {
        left: max(-4.16667vw, -70px); }
    .perspectives-section-block .perspectives-carousel .swipe-scroll-list:not([data-scroll-right='0']) ~ .scroll-list-button-next {
      right: 0; }
    .perspectives-section-block .perspectives-carousel .swipe-scroll-list:not([data-scroll-left='0']) ~ .scroll-list-button-previous {
      left: 0; }
  .perspectives-section-block .perspectives-category-button .button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    padding: 6px 32px;
    background: var(--iv-background-color);
    border: 1px solid var(--iv-highlight-color);
    color: var(--iv-text-color); }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-category-button .button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .perspectives-section-block .perspectives-category-button .button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .perspectives-section-block .perspectives-category-button .button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-category-button .button {
        min-width: 100px;
        padding: 6px 32px; } }
    .perspectives-section-block .perspectives-category-button .button:disabled {
      border-color: #181818; }
    .perspectives-section-block .perspectives-category-button .button:enabled:hover, .perspectives-section-block .perspectives-category-button .button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .perspectives-section-block .perspectives-category-button .button:enabled:focus, .perspectives-section-block .perspectives-category-button .button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    .perspectives-section-block .perspectives-category-button .button:hover, .perspectives-section-block .perspectives-category-button .button:focus {
      background: var(--iv-text-color);
      border-color: var(--iv-text-color);
      color: var(--iv-background-color);
      outline: none; }
  .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top, .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 24px; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top, .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
        grid-row-gap: 32px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top, .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
        grid-row-gap: 48px; } }
  .perspectives-section-block .featured-posts__post .featured-posts__link.layout-image-top {
    grid-template-areas: 'image' 'text'; }
  .perspectives-section-block .featured-posts__post .featured-posts__link.layout-text-top {
    grid-template-areas: 'text' 'image'; }
  .perspectives-section-block .featured-posts__post .featured-posts__video-wrapper {
    grid-area: image;
    position: relative; }
  .perspectives-section-block .featured-posts__post .featured-posts__image-wrapper {
    grid-area: image;
    color: var(--iv-text-color);
    padding-bottom: 66.66667%;
    position: relative; }
    .perspectives-section-block .featured-posts__post .featured-posts__image-wrapper img,
    .perspectives-section-block .featured-posts__post .featured-posts__image-wrapper video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .perspectives-section-block .featured-posts__post .align-left {
    text-align: left; }
  .perspectives-section-block .featured-posts__post .align-center {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .align-center {
        text-align: center; } }
  .perspectives-section-block .featured-posts__post .align-right {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .align-right {
        text-align: right; } }
  .perspectives-section-block .featured-posts__post .featured-posts__content-wrapper {
    grid-area: text;
    color: var(--iv-text-color);
    padding-left: 0;
    padding-right: 0; }
  .perspectives-section-block .featured-posts__post .featured-posts__post-title {
    color: var(--iv-text-color); }
  .perspectives-section-block .featured-posts__post:hover .featured-posts__post-title {
    border-bottom-color: var(--iv-highlight-color); }
  .perspectives-section-block .featured-posts__post .featured-posts__post-category {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: var(--iv-highlight-color);
    text-transform: uppercase;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .featured-posts__post .featured-posts__post-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .perspectives-section-block .featured-posts__post .featured-posts__post-category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .perspectives-section-block .perspectives-multi .featured-posts__list {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block .perspectives-multi .featured-posts__list.perspectives-multi--double {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 120px; }
      .perspectives-section-block .perspectives-multi .featured-posts__list.perspectives-multi--triple {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 60px; } }
    .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-category {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.6rem;
      letter-spacing: 0.02em;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-category {
          font-size: 1.4rem;
          line-height: 1.9rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.3rem;
      line-height: 2.8rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-title {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-author {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      display: none; }
      @media only screen and (min-width: 768px) {
        .perspectives-section-block .perspectives-multi .featured-posts__list .featured-posts__post-author {
          font-size: 1.7rem;
          line-height: 2.6rem;
          letter-spacing: 0em;
          display: block; } }
  .perspectives-section-block .perspectives-icon-and-text .icon-and-text__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 60px;
    grid-row-gap: 32px; }
    @media only screen and (min-width: 1024px) {
      .perspectives-section-block .perspectives-icon-and-text .icon-and-text__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
  .perspectives-section-block .perspectives-icon-and-text .icon-and-text {
    display: grid;
    grid-template-columns: 90px auto;
    grid-template-areas: 'image text';
    grid-column-gap: 30px; }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__icon {
      grid-area: image;
      transition: transform 250ms ease;
      transform: scale(1); }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text {
      grid-area: text; }
      .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .icon-and-text__title {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 2.3rem;
        line-height: 2.8rem;
        letter-spacing: 0em;
        margin-bottom: 16px; }
        @media only screen and (min-width: 1024px) {
          .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .icon-and-text__title {
            font-size: 3.2rem;
            line-height: 4.4rem;
            letter-spacing: 0em; } }
        .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .icon-and-text__title h3 {
          display: inline;
          border-bottom: 1px solid transparent;
          transition: border-bottom 250ms ease; }
      .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .rich-text * {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.02em; }
        @media only screen and (min-width: 768px) {
          .perspectives-section-block .perspectives-icon-and-text .icon-and-text .icon-and-text__text .rich-text * {
            font-size: 1.4rem;
            line-height: 1.9rem;
            letter-spacing: 0em; } }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text:hover .icon-and-text__icon {
      transform: scale(1.05); }
    .perspectives-section-block .perspectives-icon-and-text .icon-and-text:hover .icon-and-text__text .icon-and-text__title h3 {
      border-bottom-color: var(--iv-highlight-color); }
  @media only screen and (min-width: 0) {
    .perspectives-section-block .perspectives-header-text + .perspectives-carousel {
      margin-top: -24px; } }
  @media only screen and (min-width: 768px) {
    .perspectives-section-block .perspectives-header-text + .perspectives-carousel {
      margin-top: -24px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-section-block .perspectives-header-text + .perspectives-carousel {
      margin-top: -32px; } }
  .perspectives-section-block__component + .perspectives-section-block__component {
    padding-left: 0vw;
    padding-right: 0vw; }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        margin-top: 64px; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        margin-top: 64px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-section-block__component {
        margin-top: 80px; } }
  .perspectives-section-block__component + .perspectives-category-button {
    padding-left: 0vw;
    padding-right: 0vw; }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-category-button {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-category-button {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-category-button {
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .perspectives-section-block__component + .perspectives-category-button {
        margin-top: 32px; } }
    @media only screen and (min-width: 768px) {
      .perspectives-section-block__component + .perspectives-category-button {
        margin-top: 32px; } }
    @media only screen and (min-width: 1280px) {
      .perspectives-section-block__component + .perspectives-category-button {
        margin-top: 48px; } }

.perspectives-video .youtube-player {
  background-size: cover;
  background-position: center; }

.portrait-block__inner-wrapper {
  transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  transform: translateY(30px); }
  .portrait-block__inner-wrapper.-scroll-active {
    opacity: 1;
    transform: none; }

.portrait-block__image-wrapper {
  position: relative;
  z-index: 1; }

.post-image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .post-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .post-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .post-image-block {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .post-image-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .post-image-block {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .post-image-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .post-image-block__image-wrapper {
    display: table;
    margin: 0 auto;
    z-index: 1; }
  .post-image-block__caption {
    caption-side: bottom;
    margin-top: 24px; }
    .post-image-block__caption .rich-text {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem; }
      .post-image-block__caption .rich-text p {
        font-family: "Univers", "Helvetica", "sans-serif";
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.9rem; }
      .post-image-block__caption .rich-text a {
        border-bottom: 1px solid #181818;
        transition: border-bottom 250ms ease; }
        .post-image-block__caption .rich-text a:hover {
          border-bottom: 1px solid #e42313; }
  .post-image-block__img {
    margin: 0 auto; }

.press-author-block {
  padding-bottom: 64px; }
  .press-author-block__kicker {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em; }
    .press-author-block__kicker strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .press-author-block__kicker {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
  .press-author-block__content {
    background-color: #e5e2dc;
    display: flex;
    border-radius: 4px;
    padding: 32px 0;
    flex-direction: column; }
    @media only screen and (min-width: 1280px) {
      .press-author-block__content {
        flex-direction: row;
        justify-content: space-evenly; } }
    .press-author-block__content__image {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 25px 25px 0 25px; }
    .press-author-block__content__text {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 25px 25px 0 25px; }
      .press-author-block__content__text__author div.rich-text p.paragraph-abcdiatype {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1.6rem;
        line-height: 2.08rem;
        letter-spacing: 0em; }
        .press-author-block__content__text__author div.rich-text p.paragraph-abcdiatype i {
          font-family: BradfordLLWeb-LightItalic, Garamond, serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.6rem;
          line-height: 2.4rem;
          letter-spacing: 0em; }
      .press-author-block__content__text__links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.06em;
        padding-top: 25px; }
        .press-author-block__content__text__links a {
          display: flex;
          justify-content: space-around;
          align-items: center;
          margin-right: 1em;
          white-space: nowrap; }
          @media only screen and (min-width: 1280px) {
            .press-author-block__content__text__links a {
              margin-right: 2em; } }
          .press-author-block__content__text__links a img {
            margin-left: 0.5em; }
          .press-author-block__content__text__links a:last-child {
            text-decoration: underline; }

.press-body-copy {
  margin-bottom: 80px; }
  .press-body-copy div.rich-text {
    position: relative;
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.34rem;
    letter-spacing: 0em; }
    .press-body-copy div.rich-text b {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 512;
      font-variation-settings: 'wght' 512;
      font-style: normal; }
    .press-body-copy div.rich-text p {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 2.34rem;
      letter-spacing: 0em;
      /* stylelint-disable-next-line unit-no-unknown */
      margin-bottom: 1lh; }
      .press-body-copy div.rich-text p b {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 512;
        font-variation-settings: 'wght' 512;
        font-style: normal; }
      .press-body-copy div.rich-text p a {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.06em;
        letter-spacing: 0.06em; }
      .press-body-copy div.rich-text p a[target='_blank']:after {
        content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0L8 7.08453L6.89794 7.08453L6.9026 1.87301L1.27562 7.5L0.5 6.72438L6.12658 1.09781L0.91547 1.09314L0.91547 -3.09675e-07L8 0Z" fill="%23181818"/></svg>');
        margin-left: 0.5em; }
    .press-body-copy div.rich-text h3 {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 2.2rem;
      line-height: 2.2rem;
      letter-spacing: -0.04em; }
      @media only screen and (min-width: 768px) {
        .press-body-copy div.rich-text h3 {
          font-size: 3rem;
          line-height: 2.7rem;
          letter-spacing: -0.04em; } }
      .press-body-copy div.rich-text h3 i {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.2rem;
        line-height: 2.2rem;
        letter-spacing: -0.02em; }
        @media only screen and (min-width: 768px) {
          .press-body-copy div.rich-text h3 i {
            font-size: 3rem;
            line-height: 3rem;
            letter-spacing: -0.02em; } }
    .press-body-copy div.rich-text blockquote.bq-full {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.7rem;
      line-height: 2.7rem;
      letter-spacing: -0.02em;
      border-top: 1px solid rgba(24, 24, 24, 0.12);
      border-left: unset;
      border-bottom: 1px solid rgba(24, 24, 24, 0.12);
      padding: 50px 0;
      text-align: center;
      margin: 32px 0 64px; }
      @media only screen and (min-width: 768px) {
        .press-body-copy div.rich-text blockquote.bq-full {
          font-size: 4rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
      .press-body-copy div.rich-text blockquote.bq-full:before, .press-body-copy div.rich-text blockquote.bq-full:after {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        background-color: #eeebe5;
        position: absolute;
        left: 50%;
        font-size: 6rem; }
      .press-body-copy div.rich-text blockquote.bq-full:before {
        content: '“';
        transform: translatey(-0.9em); }
        @media only screen and (min-width: 768px) {
          .press-body-copy div.rich-text blockquote.bq-full:before {
            transform: translatey(-1em); } }
      .press-body-copy div.rich-text blockquote.bq-full:after {
        content: '”';
        transform: translatey(1.28em); }
        @media only screen and (min-width: 768px) {
          .press-body-copy div.rich-text blockquote.bq-full:after {
            transform: translatey(1.45em); } }

.press-detail-header-block {
  padding-top: 100px;
  padding-bottom: 24px; }
  @media only screen and (min-width: 1024px) {
    .press-detail-header-block {
      padding-top: 24px;
      padding-bottom: 48px; } }
  .press-detail-header-block .show-on-mobile {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .press-detail-header-block .show-on-mobile {
        display: none; } }
  .press-detail-header-block .show-on-tablet {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .press-detail-header-block .show-on-tablet {
        display: block; } }
  .press-detail-header-block__full-width__image img {
    border-radius: 4px; }
  .press-detail-header-block__full-width__text {
    padding-top: 38px; }
    @media only screen and (min-width: 1024px) {
      .press-detail-header-block__full-width__text {
        padding-top: 48px; } }
    .press-detail-header-block__full-width__text div.press-format {
      color: #181818;
      padding-bottom: 8px; }
      .press-detail-header-block__full-width__text div.press-format span.bright-icon {
        display: none; }
      .press-detail-header-block__full-width__text div.press-format span.dark-icon {
        display: inline-block; }
      @media only screen and (min-width: 1024px) {
        .press-detail-header-block__full-width__text div.press-format {
          padding-bottom: 24px; } }
  .press-detail-header-block__full-width__title {
    margin-bottom: 48px; }
  .press-detail-header-block__full-width__subtitle__text div.rich-text p.title-text-bradford,
  .press-detail-header-block__full-width__subtitle__text div.rich-text h3.title-text-bradford {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.02em; }
    .press-detail-header-block__full-width__subtitle__text div.rich-text p.title-text-bradford i,
    .press-detail-header-block__full-width__subtitle__text div.rich-text p.title-text-bradford em,
    .press-detail-header-block__full-width__subtitle__text div.rich-text h3.title-text-bradford i,
    .press-detail-header-block__full-width__subtitle__text div.rich-text h3.title-text-bradford em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    .press-detail-header-block__full-width__subtitle__text div.rich-text p.title-text-bradford i,
    .press-detail-header-block__full-width__subtitle__text div.rich-text h3.title-text-bradford i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
  .press-detail-header-block__full-width__subtitle__date {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0em;
    float: left;
    padding-right: 10px; }
  .press-detail-header-block__full-width__subtitle__author {
    position: relative;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .press-detail-header-block__full-width__subtitle__author {
        display: block; } }
    .press-detail-header-block__full-width__subtitle__author__container {
      position: absolute; }
      .press-detail-header-block__full-width__subtitle__author__container picture {
        display: block;
        max-width: 208px; }
        .press-detail-header-block__full-width__subtitle__author__container picture img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
      .press-detail-header-block__full-width__subtitle__author__container__name {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em;
        text-align: center; }
  .press-detail-header-block__side-image div.press-format {
    color: #181818;
    padding-bottom: 8px; }
    .press-detail-header-block__side-image div.press-format span.bright-icon {
      display: none; }
    .press-detail-header-block__side-image div.press-format span.dark-icon {
      display: inline-block; }
    @media only screen and (min-width: 1024px) {
      .press-detail-header-block__side-image div.press-format {
        padding-bottom: 24px; } }
  .press-detail-header-block__side-image__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 26px;
    padding-bottom: 0; }
    .press-detail-header-block__side-image__text.has-carousel-nav {
      padding-bottom: 22px; }
    @media only screen and (min-width: 1024px) {
      .press-detail-header-block__side-image__text {
        padding-top: 0;
        padding-left: 22px; } }
  .press-detail-header-block__side-image__title {
    padding-bottom: 20px; }
    .press-detail-header-block__side-image__title div.rich-text {
      margin-bottom: 0; }
      .press-detail-header-block__side-image__title div.rich-text p.title-abcdiatype,
      .press-detail-header-block__side-image__title div.rich-text h3.title-abcdiatype {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 4.5rem;
        line-height: 3.825rem;
        letter-spacing: -0.04em; }
        @media only screen and (min-width: 768px) {
          .press-detail-header-block__side-image__title div.rich-text p.title-abcdiatype,
          .press-detail-header-block__side-image__title div.rich-text h3.title-abcdiatype {
            font-size: 5.6rem;
            line-height: 4.76rem;
            letter-spacing: -0.04em; } }
      .press-detail-header-block__side-image__title div.rich-text p.title-text-bradford,
      .press-detail-header-block__side-image__title div.rich-text h3.title-text-bradford {
        font-family: BradfordLLWeb-Light, Garamond, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 4.5rem;
        line-height: 3.825rem;
        letter-spacing: -0.04em; }
        .press-detail-header-block__side-image__title div.rich-text p.title-text-bradford i,
        .press-detail-header-block__side-image__title div.rich-text p.title-text-bradford em,
        .press-detail-header-block__side-image__title div.rich-text h3.title-text-bradford i,
        .press-detail-header-block__side-image__title div.rich-text h3.title-text-bradford em {
          font-family: BradfordLLWeb-LightItalic, Garamond, serif;
          font-weight: 400;
          font-style: italic; }
        .press-detail-header-block__side-image__title div.rich-text p.title-text-bradford i,
        .press-detail-header-block__side-image__title div.rich-text h3.title-text-bradford i {
          font-family: BradfordLLWeb-LightItalic, Garamond, serif;
          font-weight: 400;
          font-style: italic; }
        @media only screen and (min-width: 768px) {
          .press-detail-header-block__side-image__title div.rich-text p.title-text-bradford,
          .press-detail-header-block__side-image__title div.rich-text h3.title-text-bradford {
            font-size: 5.6rem;
            line-height: 4.76rem;
            letter-spacing: -0.04em; } }
      .press-detail-header-block__side-image__title div.rich-text p.subtitle-abcdiatype,
      .press-detail-header-block__side-image__title div.rich-text h3.subtitle-abcdiatype {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -0.04em; }
    @media only screen and (min-width: 1024px) {
      .press-detail-header-block__side-image__title {
        padding-bottom: 24px; } }
  .press-detail-header-block__side-image__subtitle {
    padding-bottom: 22px; }
    .press-detail-header-block__side-image__subtitle div.rich-text p.subtitle-abcdiatype,
    .press-detail-header-block__side-image__subtitle div.rich-text h4.subtitle-abcdiatype {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 1.8rem;
      letter-spacing: -0.04em; }
  .press-detail-header-block__side-image__synopsis {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.08rem;
    letter-spacing: 0em; }
    @media only screen and (min-width: 768px) {
      .press-detail-header-block__side-image__synopsis {
        font-size: 1.4rem;
        line-height: 1.82rem;
        letter-spacing: 0em; } }
  .press-detail-header-block__side-image__synopsis__label {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0em;
    float: left;
    padding-right: 10px; }
  .press-detail-header-block__side-image__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding-top: 34px; }
    @media only screen and (min-width: 768px) {
      .press-detail-header-block__side-image__buttons {
        padding-top: 32px; } }
  .press-detail-header-block__side-image__button_link a[target='_blank']:after {
    content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0L8 7.08453L6.89794 7.08453L6.9026 1.87301L1.27562 7.5L0.5 6.72438L6.12658 1.09781L0.91547 1.09314L0.91547 -3.09675e-07L8 0Z" fill="%23ffffff"/></svg>');
    margin-left: 0.5em; }
  .press-detail-header-block__side-image__button_link a {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.06em;
    padding: 12px;
    background: #000;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .press-detail-header-block__side-image__button_link a img {
      margin-left: 0.5em; }
  .press-detail-header-block__side-image__text_link a[target='_blank']:after {
    content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0L8 7.08453L6.89794 7.08453L6.9026 1.87301L1.27562 7.5L0.5 6.72438L6.12658 1.09781L0.91547 1.09314L0.91547 -3.09675e-07L8 0Z" fill="%23181818"/></svg>');
    margin-left: 0.5em; }
  .press-detail-header-block__side-image__text_link a {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .press-detail-header-block__side-image__text_link a img {
      margin-left: 0.5em; }
  .press-detail-header-block__side-image__icon_links {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px; }
    .press-detail-header-block__side-image__icon_links a {
      display: block;
      width: 20px;
      height: 20px; }
  .press-detail-header-block .press-slider__carousel-wrapper {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none !important; }
  .press-detail-header-block .press-slider__carousel {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 40px;
    overflow-x: auto; }
    .press-detail-header-block .press-slider__carousel.scroll-snap {
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory; }
    .press-detail-header-block .press-slider__carousel * {
      pointer-events: none;
      user-select: none !important; }
  .press-detail-header-block .press-slider__carousel-nav {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    max-width: 100%;
    margin: 0 auto; }
    .press-detail-header-block .press-slider__carousel-nav__item {
      width: 24px;
      height: 2px;
      margin-right: 6px;
      background: #000000;
      opacity: 0.15;
      transition: opacity 250ms ease; }
      .press-detail-header-block .press-slider__carousel-nav__item.is-active {
        opacity: 1; }
  .press-detail-header-block .press-slider__slide {
    overflow: hidden;
    scroll-snap-align: center;
    min-width: 100%; }
  .press-detail-header-block .press-slider__image {
    position: relative; }
    .press-detail-header-block .press-slider__image img {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      border-radius: 4px; }
  .press-detail-header-block .press-audio {
    display: flex;
    align-items: center;
    position: relative;
    top: -30px;
    left: 25px;
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em;
    color: #000000; }
    @media only screen and (min-width: 1280px) {
      .press-detail-header-block .press-audio {
        top: -45px;
        left: 30px; } }
    .press-detail-header-block .press-audio strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .press-detail-header-block .press-audio {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
    .press-detail-header-block .press-audio .press-audio__play-ui,
    .press-detail-header-block .press-audio .press-audio__pause-ui {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      width: 80%; }
      @media only screen and (min-width: 1280px) {
        .press-detail-header-block .press-audio .press-audio__play-ui,
        .press-detail-header-block .press-audio .press-audio__pause-ui {
          width: 90%; } }
    .press-detail-header-block .press-audio .press-audio__play-icon,
    .press-detail-header-block .press-audio .press-audio__pause-icon {
      margin-right: 15px; }
    .press-detail-header-block .press-audio .press-audio__play-icon,
    .press-detail-header-block .press-audio .press-audio__pause-icon,
    .press-detail-header-block .press-audio .press-audio__play-label,
    .press-detail-header-block .press-audio .press-audio__player {
      display: flex;
      align-items: center;
      opacity: 0;
      z-index: 0;
      transition: opacity 250ms ease; }
    .press-detail-header-block .press-audio .press-audio__player {
      flex-basis: 100%;
      width: 100%; }
      .press-detail-header-block .press-audio .press-audio__player > div {
        width: 100%; }
    .press-detail-header-block .press-audio.is-playing .press-audio__pause-icon {
      opacity: 1;
      z-index: 1; }
    .press-detail-header-block .press-audio.is-playing .press-audio__player {
      opacity: 0.7;
      z-index: 1; }
    .press-detail-header-block .press-audio.is-paused .press-audio__play-icon,
    .press-detail-header-block .press-audio.is-paused .press-audio__play-label {
      opacity: 1;
      z-index: 1; }
  .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.title-abcdiatype,
  .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h3.title-abcdiatype {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 3.825rem;
    letter-spacing: -0.04em; }
    @media only screen and (min-width: 768px) {
      .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.title-abcdiatype,
      .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h3.title-abcdiatype {
        font-size: 5.6rem;
        line-height: 4.76rem;
        letter-spacing: -0.04em; } }
  .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.title-text-bradford,
  .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h3.title-text-bradford {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 3.825rem;
    letter-spacing: -0.04em; }
    .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.title-text-bradford i,
    .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.title-text-bradford em,
    .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h3.title-text-bradford i,
    .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h3.title-text-bradford em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.title-text-bradford i,
    .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h3.title-text-bradford i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    @media only screen and (min-width: 768px) {
      .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.title-text-bradford,
      .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h3.title-text-bradford {
        font-size: 5.6rem;
        line-height: 4.76rem;
        letter-spacing: -0.04em; } }
  .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text p.subtitle-abcdiatype,
  .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text h4.subtitle-abcdiatype {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: -0.04em; }
  .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text a {
    border-bottom: unset;
    text-decoration: underline;
    text-decoration-color: #181818;
    text-decoration-style: solid;
    text-decoration-thickness: 0.025em;
    text-underline-offset: 0.05em; }
    .press-detail-header-block .press-detail-header-block__full-width__title div.rich-text a:hover {
      transition: text-decoration-color 700ms cubic-bezier(0, 0, 0.3, 1);
      text-decoration-color: #e42313; }

.press-grid {
  padding-top: 106px;
  padding-bottom: 64px;
  color: var(--iv-text-color); }
  @media only screen and (min-width: 896px) {
    .press-grid {
      padding-top: 152px; } }
  @media only screen and (min-width: 1440px) {
    .press-grid {
      padding-top: 202px;
      padding-bottom: 0; } }
  .press-grid.-bg-color-charcoal {
    background-color: #181818; }
  .press-grid__wrapper {
    width: 329px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 896px) {
      .press-grid__wrapper {
        width: 720px; } }
    @media only screen and (min-width: 1440px) {
      .press-grid__wrapper {
        width: 1200px; } }
  .press-grid__headline {
    width: 336px;
    margin: 0 auto 32px; }
    @media only screen and (min-width: 896px) {
      .press-grid__headline {
        width: 460px;
        margin-bottom: 24px;
        margin-left: 24px; } }
    .press-grid__headline h1 div.rich-text i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic;
      font-size: 2.2rem;
      line-height: 2.2rem;
      letter-spacing: -0.02em; }
      @media only screen and (min-width: 768px) {
        .press-grid__headline h1 div.rich-text i {
          font-size: 3rem;
          line-height: 3rem;
          letter-spacing: -0.02em; } }
    .press-grid__headline h1 div.rich-text h4 {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 2.2rem;
      line-height: 2.2rem;
      letter-spacing: -0.04em; }
      @media only screen and (min-width: 768px) {
        .press-grid__headline h1 div.rich-text h4 {
          font-size: 3rem;
          line-height: 2.7rem;
          letter-spacing: -0.04em; } }
    .press-grid__headline h1 div.rich-text p {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 2.2rem;
      line-height: 2.2rem;
      letter-spacing: -0.04em; }
      .press-grid__headline h1 div.rich-text p i {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.2rem;
        line-height: 2.2rem;
        letter-spacing: -0.02em; }
        @media only screen and (min-width: 768px) {
          .press-grid__headline h1 div.rich-text p i {
            font-size: 3rem;
            line-height: 3rem;
            letter-spacing: -0.02em; } }
      @media only screen and (min-width: 768px) {
        .press-grid__headline h1 div.rich-text p {
          font-size: 3rem;
          line-height: 2.7rem;
          letter-spacing: -0.04em; } }
  .press-grid__grid__row {
    position: relative;
    top: 0;
    width: 329px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 896px) {
      .press-grid__grid__row {
        top: 0;
        width: 720px; } }
    @media only screen and (min-width: 1440px) {
      .press-grid__grid__row {
        top: -66px;
        width: 1200px; } }
    .press-grid__grid__row .thumbnail-block {
      position: absolute; }
    .press-grid__grid__row.square_square_rectangle {
      height: 880px;
      margin-bottom: 40px; }
      @media only screen and (min-width: 896px) {
        .press-grid__grid__row.square_square_rectangle {
          height: 800px;
          margin-top: 64px;
          margin-bottom: 64px; } }
      @media only screen and (min-width: 1440px) {
        .press-grid__grid__row.square_square_rectangle {
          height: 600px;
          margin: 0; } }
      .press-grid__grid__row.square_square_rectangle .square_square_rectangle-1 {
        width: 212px;
        height: 257px;
        top: 314px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.square_square_rectangle .square_square_rectangle-1 {
            width: 240px;
            height: 266px;
            top: 420px;
            left: 60px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.square_square_rectangle .square_square_rectangle-1 {
            top: 140px;
            left: 0; } }
      .press-grid__grid__row.square_square_rectangle .square_square_rectangle-2 {
        width: 212px;
        height: 257px;
        top: 619px;
        right: 0; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.square_square_rectangle .square_square_rectangle-2 {
            width: 240px;
            height: 266px;
            top: 534px;
            left: 420px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.square_square_rectangle .square_square_rectangle-2 {
            top: 334px;
            left: 360px; } }
      .press-grid__grid__row.square_square_rectangle .square_square_rectangle-3 {
        width: 329px;
        height: 266px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.square_square_rectangle .square_square_rectangle-3 {
            width: 540px;
            height: 356px;
            top: 0;
            right: 0; } }
    .press-grid__grid__row.rectangle_square_rectangle {
      height: 846px; }
      @media only screen and (min-width: 896px) {
        .press-grid__grid__row.rectangle_square_rectangle {
          height: 1020px; } }
      @media only screen and (min-width: 1440px) {
        .press-grid__grid__row.rectangle_square_rectangle {
          height: 640px;
          top: -132px; } }
      .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-1 {
        width: 329px;
        height: 266px;
        top: 274px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-1 {
            width: 540px;
            height: 356px;
            top: 330px;
            left: 120px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-1 {
            top: 166px;
            left: 61px; } }
      .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-2 {
        width: 212px;
        height: 257px;
        top: 588px;
        right: 0; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-2 {
            width: 240px;
            height: 266px;
            top: 750px;
            left: 360px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-2 {
            top: 374px;
            left: 781px; } }
      .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-3 {
        width: 271px;
        height: 226px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-3 {
            width: 360px;
            height: 266px;
            top: 0;
            left: 0; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.rectangle_square_rectangle .rectangle_square_rectangle-3 {
            left: unset;
            right: 0;
            top: 0; } }
    .press-grid__grid__row.square_rectangle {
      height: 572px; }
      @media only screen and (min-width: 896px) {
        .press-grid__grid__row.square_rectangle {
          height: 700px;
          top: -70px; } }
      @media only screen and (min-width: 1440px) {
        .press-grid__grid__row.square_rectangle {
          height: 500px;
          top: -180px; } }
      .press-grid__grid__row.square_rectangle .square_rectangle-1 {
        width: 212px;
        height: 257px;
        top: 314px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.square_rectangle .square_rectangle-1 {
            width: 240px;
            height: 266px;
            top: 0;
            left: 0; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.square_rectangle .square_rectangle-1 {
            left: 241px;
            top: 0; } }
      .press-grid__grid__row.square_rectangle .square_rectangle-2 {
        width: 329px;
        height: 266px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.square_rectangle .square_rectangle-2 {
            width: 540px;
            height: 356px;
            top: 330px;
            right: 0; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.square_rectangle .square_rectangle-2 {
            top: 144px;
            left: 661px; } }
    .press-grid__grid__row.rectangle_square {
      height: 669px;
      margin-top: 40px; }
      @media only screen and (min-width: 896px) {
        .press-grid__grid__row.rectangle_square {
          height: 800px;
          top: -70px; } }
      @media only screen and (min-width: 1440px) {
        .press-grid__grid__row.rectangle_square {
          margin-top: 0;
          height: 500px;
          top: -225px; } }
      .press-grid__grid__row.rectangle_square .rectangle_square-1 {
        width: 329px;
        height: 266px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.rectangle_square .rectangle_square-1 {
            width: 540px;
            height: 356px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.rectangle_square .rectangle_square-1 {
            top: 0; } }
      .press-grid__grid__row.rectangle_square .rectangle_square-2 {
        width: 271px;
        height: 351px;
        top: 314px;
        right: 0; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.rectangle_square .rectangle_square-2 {
            width: 300px;
            height: 386px;
            top: 420px;
            left: 360px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.rectangle_square .rectangle_square-2 {
            top: 120px;
            left: 782px; } }
    .press-grid__grid__row.rectangle {
      height: 269px;
      margin-top: 40px; }
      @media only screen and (min-width: 896px) {
        .press-grid__grid__row.rectangle {
          height: 320px;
          top: -70px; } }
      @media only screen and (min-width: 1440px) {
        .press-grid__grid__row.rectangle {
          margin-top: 0;
          height: 250px;
          top: -225px; } }
      .press-grid__grid__row.rectangle .rectangle-1 {
        width: 329px;
        height: 266px; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.rectangle .rectangle-1 {
            width: 540px;
            height: 356px;
            left: 88px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.rectangle .rectangle-1 {
            top: 0; } }
    .press-grid__grid__row.square {
      height: 220px;
      margin-top: 20px; }
      @media only screen and (min-width: 896px) {
        .press-grid__grid__row.square {
          top: -70px; } }
      @media only screen and (min-width: 1440px) {
        .press-grid__grid__row.square {
          margin-top: 0;
          top: -225px; } }
      .press-grid__grid__row.square .square-1 {
        width: 271px;
        height: 351px;
        top: -100px;
        left: 0; }
        @media only screen and (min-width: 896px) {
          .press-grid__grid__row.square .square-1 {
            width: 300px;
            height: 386px;
            top: -100px;
            left: 160px; } }
        @media only screen and (min-width: 1440px) {
          .press-grid__grid__row.square .square-1 {
            top: -120px;
            left: 130px; } }
    .press-grid__grid__row .press-grid-thumbnail {
      height: 100%;
      display: flex;
      flex-direction: column-reverse; }
      .press-grid__grid__row .press-grid-thumbnail .thumbnail-container {
        display: grid;
        grid-template-rows: 1fr;
        height: auto;
        position: relative; }
        .press-grid__grid__row .press-grid-thumbnail .thumbnail-container .grid-thumbnail-hover,
        .press-grid__grid__row .press-grid-thumbnail .thumbnail-container .grid-thumbnail-static {
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: opacity 0.3s ease-in-out; }
        .press-grid__grid__row .press-grid-thumbnail .thumbnail-container .grid-thumbnail-hover {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0; }
        .press-grid__grid__row .press-grid-thumbnail .thumbnail-container video.grid-thumbnail-hover {
          max-width: 100%;
          max-height: 100%; }
        .press-grid__grid__row .press-grid-thumbnail .thumbnail-container img,
        .press-grid__grid__row .press-grid-thumbnail .thumbnail-container video {
          border-radius: 4px; }
      .press-grid__grid__row .press-grid-thumbnail .caption {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 512;
        font-variation-settings: 'wght' 512;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.045em;
        color: #ffffff;
        padding-top: 12px; }
        @media only screen and (min-width: 768px) {
          .press-grid__grid__row .press-grid-thumbnail .caption {
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: 0.03em; } }
      .press-grid__grid__row .press-grid-thumbnail .static-title {
        display: block;
        position: absolute;
        top: 18px;
        left: 18px;
        z-index: 1; }
        .press-grid__grid__row .press-grid-thumbnail .static-title.static-title-color-white {
          color: #ffffff; }
        .press-grid__grid__row .press-grid-thumbnail .static-title.static-title-color-black {
          color: #181818; }
      .press-grid__grid__row .press-grid-thumbnail .hover-title {
        display: none;
        position: absolute;
        top: 18px;
        left: 18px;
        z-index: 1;
        padding-right: 10px; }
        .press-grid__grid__row .press-grid-thumbnail .hover-title.hover-title-color-white {
          color: #ffffff; }
        .press-grid__grid__row .press-grid-thumbnail .hover-title.hover-title-color-black {
          color: #181818; }
      .press-grid__grid__row .press-grid-thumbnail .thumbnail-container:hover .static-title {
        display: none; }
      .press-grid__grid__row .press-grid-thumbnail .thumbnail-container:hover .hover-title {
        display: block; }
      .press-grid__grid__row .press-grid-thumbnail .thumbnail-container:hover .grid-thumbnail-static {
        opacity: 0; }
      .press-grid__grid__row .press-grid-thumbnail .thumbnail-container:hover .grid-thumbnail-hover {
        opacity: 1; }

body.background-light .press-grid__grid__row .press-grid-thumbnail .caption {
  color: #181818; }

.press-podcast-block {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .press-podcast-block {
      margin-top: 48px;
      margin-bottom: 48px; } }
  .press-podcast-block__episodes-list {
    display: none;
    position: sticky;
    top: 0; }
    @media only screen and (min-width: 1280px) {
      .press-podcast-block__episodes-list {
        display: flex;
        flex-direction: column; } }
    .press-podcast-block__episodes-list__header {
      padding-bottom: 2rem; }
      .press-podcast-block__episodes-list__header__title {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 2.2rem;
        line-height: 2.2rem;
        letter-spacing: -0.04em; }
        @media only screen and (min-width: 768px) {
          .press-podcast-block__episodes-list__header__title {
            font-size: 3rem;
            line-height: 2.7rem;
            letter-spacing: -0.04em; } }
      .press-podcast-block__episodes-list__header__subtitle {
        font-family: BradfordLLWeb-Light, Garamond, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: -0.02em; }
        .press-podcast-block__episodes-list__header__subtitle i,
        .press-podcast-block__episodes-list__header__subtitle em {
          font-family: BradfordLLWeb-LightItalic, Garamond, serif;
          font-weight: 400;
          font-style: italic; }
        .press-podcast-block__episodes-list__header__subtitle i {
          font-family: BradfordLLWeb-LightItalic, Garamond, serif;
          font-weight: 400;
          font-style: italic; }
    .press-podcast-block__episodes-list__episode:not(:last-child) {
      border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
    .press-podcast-block__episodes-list__episode__stopped {
      padding: 10px 0; }
      .press-podcast-block__episodes-list__episode__stopped__ordinal {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.06em; }
      .press-podcast-block__episodes-list__episode__stopped__title {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; }
    .press-podcast-block__episodes-list__episode__playing {
      display: none;
      background-color: #ffffff; }
      .press-podcast-block__episodes-list__episode__playing__thumbnail {
        padding: 12px; }
        .press-podcast-block__episodes-list__episode__playing__thumbnail svg {
          margin-bottom: -10px; }
      .press-podcast-block__episodes-list__episode__playing__text-container {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 150px; }
        .press-podcast-block__episodes-list__episode__playing__text-container__ordinal {
          font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-variation-settings: 'wght' 400;
          font-style: normal;
          font-size: 1rem;
          line-height: 1.5rem;
          letter-spacing: 0.06em; }
        .press-podcast-block__episodes-list__episode__playing__text-container__title {
          font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-variation-settings: 'wght' 400;
          font-style: normal;
          font-size: 1.2rem;
          line-height: 1.8rem;
          letter-spacing: 0em; }
      .press-podcast-block__episodes-list__episode__playing__duration {
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.06em;
        margin: auto; }
    .press-podcast-block__episodes-list__episode.js-scroll-to-element-active .press-podcast-block__episodes-list__episode__stopped {
      display: none; }
    .press-podcast-block__episodes-list__episode.js-scroll-to-element-active .press-podcast-block__episodes-list__episode__playing {
      display: flex; }
  .press-podcast-block__episode {
    margin-bottom: 80px; }
    .press-podcast-block__episode__header {
      background-color: #ffffff;
      border-radius: 8px 8px 0 0;
      position: relative; }
      .press-podcast-block__episode__header__ordinal {
        display: flex;
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 3rem;
        line-height: 2.7rem;
        letter-spacing: -0.04em;
        position: absolute;
        top: 9px;
        left: 9px; }
        @media only screen and (min-width: 1280px) {
          .press-podcast-block__episode__header__ordinal {
            top: 34px;
            left: 36px; } }
      .press-podcast-block__episode__header__portraits-container {
        display: flex;
        justify-content: center;
        height: 230px;
        width: 100%; }
        @media only screen and (min-width: 1280px) {
          .press-podcast-block__episode__header__portraits-container {
            height: 300px; } }
        .press-podcast-block__episode__header__portraits-container .portrait {
          display: flex;
          align-items: center;
          position: relative;
          flex-direction: column;
          margin-top: 10px; }
          .press-podcast-block__episode__header__portraits-container .portrait picture {
            max-height: 85%; }
          .press-podcast-block__episode__header__portraits-container .portrait img {
            max-height: 100%;
            width: auto; }
          @media only screen and (min-width: 1280px) {
            .press-podcast-block__episode__header__portraits-container .portrait {
              flex-direction: row; }
              .press-podcast-block__episode__header__portraits-container .portrait picture {
                max-height: 100%; } }
          .press-podcast-block__episode__header__portraits-container .portrait .portrait__caption {
            height: fit-content;
            position: relative;
            display: flex; }
            .press-podcast-block__episode__header__portraits-container .portrait .portrait__caption .caption__icon {
              position: relative; }
              .press-podcast-block__episode__header__portraits-container .portrait .portrait__caption .caption__icon .press-release-theme {
                margin-top: 4px;
                margin-right: 4px; }
                .press-podcast-block__episode__header__portraits-container .portrait .portrait__caption .caption__icon .press-release-theme .name {
                  display: none; }
            .press-podcast-block__episode__header__portraits-container .portrait .portrait__caption .caption__text .speaker-name {
              font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
              font-weight: 400;
              font-variation-settings: 'wght' 400;
              font-style: normal;
              font-size: 1rem;
              line-height: 1.6rem;
              letter-spacing: 0.06em;
              text-transform: uppercase;
              white-space: nowrap; }
            .press-podcast-block__episode__header__portraits-container .portrait .portrait__caption .caption__text .company-name {
              font-family: BradfordLLWeb-LightItalic, Garamond, serif;
              font-weight: 400;
              font-style: italic;
              font-size: 1rem;
              line-height: 1.2rem;
              letter-spacing: 0em;
              white-space: nowrap; }
        .press-podcast-block__episode__header__portraits-container.speakers-3 .portrait {
          flex-direction: column;
          margin: 20px -48px 20px -48px; }
          .press-podcast-block__episode__header__portraits-container.speakers-3 .portrait picture {
            max-height: 85%; }
          @media only screen and (min-width: 450px) {
            .press-podcast-block__episode__header__portraits-container.speakers-3 .portrait {
              margin: 20px -36px 20px -36px; } }
          @media only screen and (min-width: 450px) {
            .press-podcast-block__episode__header__portraits-container.speakers-3 .portrait {
              margin: 20px -36px 20px -36px; } }
          @media only screen and (min-width: 520px) {
            .press-podcast-block__episode__header__portraits-container.speakers-3 .portrait {
              margin: 10px -36px 10px -36px; } }
          @media only screen and (min-width: 1280px) {
            .press-podcast-block__episode__header__portraits-container.speakers-3 .portrait {
              margin: 10px -10px 0 -10px; } }
        .press-podcast-block__episode__header__portraits-container.speakers-1 .portrait.counter-1 {
          flex-direction: row-reverse;
          margin-top: 0; }
          .press-podcast-block__episode__header__portraits-container.speakers-1 .portrait.counter-1 picture {
            max-height: 100%; }
          .press-podcast-block__episode__header__portraits-container.speakers-1 .portrait.counter-1 img {
            max-height: 230px; }
            @media only screen and (min-width: 1280px) {
              .press-podcast-block__episode__header__portraits-container.speakers-1 .portrait.counter-1 img {
                max-height: 300px; } }
        .press-podcast-block__episode__header__portraits-container.speakers-2 .portrait.counter-1 {
          margin-right: -25px; }
          @media only screen and (min-width: 1280px) {
            .press-podcast-block__episode__header__portraits-container.speakers-2 .portrait.counter-1 {
              margin-right: -5px;
              flex-direction: row-reverse; } }
        .press-podcast-block__episode__header__portraits-container.speakers-2 .portrait.counter-2 {
          margin-left: -25px; }
          @media only screen and (min-width: 1280px) {
            .press-podcast-block__episode__header__portraits-container.speakers-2 .portrait.counter-2 {
              margin-left: -5px;
              flex-direction: row; } }
          @media only screen and (min-width: 1280px) {
            .press-podcast-block__episode__header__portraits-container.speakers-2 .portrait.counter-2 .portrait__caption {
              top: -25%;
              left: -5%; } }
    .press-podcast-block__episode__player {
      background-color: #ffffff;
      border-radius: 0 0 8px 8px; }
      .press-podcast-block__episode__player .media-cookies-wrapper,
      .press-podcast-block__episode__player .media-cookies-spinner {
        margin-top: 0; }
        .press-podcast-block__episode__player .media-cookies-wrapper .media-cookies-title,
        .press-podcast-block__episode__player .media-cookies-spinner .media-cookies-title {
          padding: 32px 0; }
      .press-podcast-block__episode__player .media-cookies-wrapper {
        padding-bottom: 32px; }
    .press-podcast-block__episode__summary {
      margin: 32px 0 64px; }
      @media only screen and (min-width: 1280px) {
        .press-podcast-block__episode__summary {
          margin: 64px 0 100px; } }
      .press-podcast-block__episode__summary__first-part-title {
        display: flex;
        align-items: baseline;
        font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-variation-settings: 'wght' 400;
        font-style: normal;
        font-size: 4.5rem;
        line-height: 3.825rem;
        letter-spacing: -0.04em; }
        @media only screen and (min-width: 768px) {
          .press-podcast-block__episode__summary__first-part-title {
            font-size: 5.6rem;
            line-height: 4.76rem;
            letter-spacing: -0.04em; } }
        .press-podcast-block__episode__summary__first-part-title div.rich-text {
          margin-left: 1rem; }
          .press-podcast-block__episode__summary__first-part-title div.rich-text p.title-abcdiatype,
          .press-podcast-block__episode__summary__first-part-title div.rich-text h3.title-abcdiatype {
            font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-variation-settings: 'wght' 400;
            font-style: normal;
            font-size: 4.5rem;
            line-height: 3.825rem;
            letter-spacing: -0.04em; }
            @media only screen and (min-width: 768px) {
              .press-podcast-block__episode__summary__first-part-title div.rich-text p.title-abcdiatype,
              .press-podcast-block__episode__summary__first-part-title div.rich-text h3.title-abcdiatype {
                font-size: 5.6rem;
                line-height: 4.76rem;
                letter-spacing: -0.04em; } }
      .press-podcast-block__episode__summary__second-part-title {
        /* stylelint-disable-next-line unit-no-unknown */
        margin-top: 0.2lh; }
        .press-podcast-block__episode__summary__second-part-title div.rich-text p.title-text-bradford,
        .press-podcast-block__episode__summary__second-part-title div.rich-text h3.title-text-bradford {
          font-family: BradfordLLWeb-Light, Garamond, serif;
          font-weight: 400;
          font-style: normal;
          font-size: 4.5rem;
          line-height: 3.825rem;
          letter-spacing: -0.04em; }
          .press-podcast-block__episode__summary__second-part-title div.rich-text p.title-text-bradford i,
          .press-podcast-block__episode__summary__second-part-title div.rich-text p.title-text-bradford em,
          .press-podcast-block__episode__summary__second-part-title div.rich-text h3.title-text-bradford i,
          .press-podcast-block__episode__summary__second-part-title div.rich-text h3.title-text-bradford em {
            font-family: BradfordLLWeb-LightItalic, Garamond, serif;
            font-weight: 400;
            font-style: italic; }
          .press-podcast-block__episode__summary__second-part-title div.rich-text p.title-text-bradford i,
          .press-podcast-block__episode__summary__second-part-title div.rich-text h3.title-text-bradford i {
            font-family: BradfordLLWeb-LightItalic, Garamond, serif;
            font-weight: 400;
            font-style: italic; }
          @media only screen and (min-width: 768px) {
            .press-podcast-block__episode__summary__second-part-title div.rich-text p.title-text-bradford,
            .press-podcast-block__episode__summary__second-part-title div.rich-text h3.title-text-bradford {
              font-size: 5.6rem;
              line-height: 4.76rem;
              letter-spacing: -0.04em; } }
      .press-podcast-block__episode__summary__columns-box {
        margin-top: 52px;
        display: flex;
        flex-direction: column; }
        @media only screen and (min-width: 1280px) {
          .press-podcast-block__episode__summary__columns-box {
            flex-direction: row; } }
        .press-podcast-block__episode__summary__columns-box__speaker-links {
          display: flex;
          flex-direction: column;
          margin-bottom: 32px; }
          @media only screen and (min-width: 768px) {
            .press-podcast-block__episode__summary__columns-box__speaker-links {
              flex-direction: row; } }
          @media only screen and (min-width: 1280px) {
            .press-podcast-block__episode__summary__columns-box__speaker-links {
              flex-direction: column;
              width: 25%;
              margin-bottom: unset; } }
          .press-podcast-block__episode__summary__columns-box__speaker-links__link {
            margin-right: 2rem; }
            .press-podcast-block__episode__summary__columns-box__speaker-links__link a[target='_blank']:after {
              content: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0L8 7.08453L6.89794 7.08453L6.9026 1.87301L1.27562 7.5L0.5 6.72438L6.12658 1.09781L0.91547 1.09314L0.91547 -3.09675e-07L8 0Z" fill="%23181818"/></svg>');
              margin-left: 0.5em; }
            .press-podcast-block__episode__summary__columns-box__speaker-links__link a {
              font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
              font-weight: 400;
              font-variation-settings: 'wght' 400;
              font-style: normal;
              font-size: 1rem;
              line-height: 1.5rem;
              letter-spacing: 0.06em;
              text-transform: uppercase;
              text-decoration: underline; }
        @media only screen and (min-width: 1280px) {
          .press-podcast-block__episode__summary__columns-box__text-container {
            width: 75%; } }
        .press-podcast-block__episode__summary__columns-box__text-container__quote-text {
          /* stylelint-disable-next-line unit-no-unknown */
          padding-bottom: 1lh; }
          .press-podcast-block__episode__summary__columns-box__text-container__quote-text div.rich-text > blockquote.quote-text-bradford {
            font-family: BradfordLLWeb-Light, Garamond, serif;
            font-weight: 400;
            font-style: normal; }
            .press-podcast-block__episode__summary__columns-box__text-container__quote-text div.rich-text > blockquote.quote-text-bradford i,
            .press-podcast-block__episode__summary__columns-box__text-container__quote-text div.rich-text > blockquote.quote-text-bradford em {
              font-family: BradfordLLWeb-LightItalic, Garamond, serif;
              font-weight: 400;
              font-style: italic; }
            .press-podcast-block__episode__summary__columns-box__text-container__quote-text div.rich-text > blockquote.quote-text-bradford i {
              font-family: BradfordLLWeb-LightItalic, Garamond, serif;
              font-weight: 400;
              font-style: italic; }
            @media only screen and (min-width: 768px) {
              .press-podcast-block__episode__summary__columns-box__text-container__quote-text div.rich-text > blockquote.quote-text-bradford {
                font-size: 2.2rem;
                line-height: 2.42rem;
                letter-spacing: 0em; } }
            .press-podcast-block__episode__summary__columns-box__text-container__quote-text div.rich-text > blockquote.quote-text-bradford:before {
              position: unset;
              left: unset; }
        .press-podcast-block__episode__summary__columns-box__text-container__description-text {
          text-indent: 3rem; }
          .press-podcast-block__episode__summary__columns-box__text-container__description-text div.rich-text > p.paragraph-abcdiatype {
            font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-variation-settings: 'wght' 400;
            font-style: normal;
            font-size: 2.2rem;
            line-height: 2.42rem;
            letter-spacing: 0em; }
            @media only screen and (min-width: 768px) {
              .press-podcast-block__episode__summary__columns-box__text-container__description-text div.rich-text > p.paragraph-abcdiatype {
                font-size: 1.8rem;
                line-height: 2.34rem;
                letter-spacing: 0em; } }

.press-text-image-graph-block {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .press-text-image-graph-block {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .press-text-image-graph-block__kicker {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.02em; }
    .press-text-image-graph-block__kicker strong {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
      font-style: normal; }
    @media only screen and (min-width: 768px) {
      .press-text-image-graph-block__kicker {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0em; } }
  .press-text-image-graph-block__item__text div.rich-text > p.paragraph-abcdiatype {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.34rem;
    letter-spacing: 0em; }
  .press-text-image-graph-block__item__image img {
    width: 100%;
    height: auto; }
  .press-text-image-graph-block__item__image.bleed-image {
    margin-right: -40px; }

.press-theme-side-icons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 50%;
  transform: translateX(-50%); }
  .press-theme-side-icons-container .press-theme-index-press-logo {
    display: none;
    filter: invert(0);
    transition: filter 250ms ease;
    z-index: 1; }
    @media only screen and (min-width: 1280px) {
      .press-theme-side-icons-container .press-theme-index-press-logo {
        display: block; } }
  .press-theme-side-icons-container .press-theme-arrow-down {
    z-index: 1;
    display: none; }
    @media only screen and (min-width: 1280px) {
      .press-theme-side-icons-container .press-theme-arrow-down {
        display: block; } }

.press-theme-chooser {
  border-radius: 2px;
  position: fixed;
  left: 50%;
  bottom: 40px;
  width: 328px;
  height: 58px;
  z-index: 1;
  transform: translateX(-50%);
  box-shadow: 0 0 80px rgba(24, 24, 24, 0.6);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 1280px) {
    .press-theme-chooser {
      width: 260px;
      height: 46px; } }
  .press-theme-chooser__label {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.06em;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 19px;
    width: 100%;
    height: 100%;
    border-radius: 2px; }
    @media only screen and (min-width: 768px) {
      .press-theme-chooser__label {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.06em; } }
    @media only screen and (min-width: 1280px) {
      .press-theme-chooser__label {
        flex-direction: row; } }
    .press-theme-chooser__label__icon--closed, .press-theme-chooser__label__index-press-logo--closed {
      display: flex; }
    .press-theme-chooser__label__icon--open, .press-theme-chooser__label__index-press-logo--open {
      display: none; }
    .press-theme-chooser__label__index-press-logo {
      display: block; }
      @media only screen and (min-width: 1280px) {
        .press-theme-chooser__label__index-press-logo {
          display: none; } }
  .press-theme-chooser__themes {
    display: none; }
  .press-theme-chooser--open {
    display: flex;
    flex-direction: column-reverse;
    background-color: #ffffffe6;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .press-theme-chooser--open .press-theme-chooser__label {
      color: #8d8d8d; }
      .press-theme-chooser--open .press-theme-chooser__label__icon--closed, .press-theme-chooser--open .press-theme-chooser__label__index-press-logo--closed {
        display: none; }
      .press-theme-chooser--open .press-theme-chooser__label__icon--open, .press-theme-chooser--open .press-theme-chooser__label__index-press-logo--open {
        display: flex; }
    .press-theme-chooser--open .press-theme-chooser__themes {
      display: flex;
      flex-direction: column;
      padding: 5px 19px;
      justify-content: space-evenly;
      height: 138px;
      background-color: #ffffffe6;
      backdrop-filter: blur(20px);
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      width: 100%;
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 1.6rem;
      line-height: 2.08rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 768px) {
        .press-theme-chooser--open .press-theme-chooser__themes {
          font-size: 1.4rem;
          line-height: 1.82rem;
          letter-spacing: 0em; } }
      .press-theme-chooser--open .press-theme-chooser__themes__theme {
        padding: 5px 0; }
        .press-theme-chooser--open .press-theme-chooser__themes__theme .press-release-theme .name {
          color: black; }
        @media only screen and (min-width: 1280px) {
          .press-theme-chooser--open .press-theme-chooser__themes__theme .press-release-theme .press-theme-color {
            background: #c8c8c8;
            transition: background 0.3s ease; } }
        .press-theme-chooser--open .press-theme-chooser__themes__theme:hover .press-release-theme .press-theme-color {
          background: var(--press-theme-color); }

body.background-light .press-theme-index-press-logo,
body.background-light .press-theme-arrow-down,
body.background-light .press-theme-chooser__label__icon--closed,
body.background-light .press-theme-chooser__label__index-press-logo--closed {
  filter: invert(1); }

.press-video-block {
  margin: 64px 0; }
  .press-video-block video {
    width: 100%;
    height: auto; }
  .press-video-block.large .press-row {
    display: revert; }

.quote-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .quote-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .quote-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .quote-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .quote-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .quote-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .quote-block {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .quote-block__wrapper blockquote::before,
  .quote-block__wrapper blockquote::after {
    content: none; }
  .quote-block__author {
    padding-top: 48px; }
    @media only screen and (min-width: 1280px) {
      .quote-block__author {
        padding-top: 64px; } }
    .quote-block__author div.rich-text p {
      font-family: 'Univers LT Pro', Helvetica, Arial, sans-serif;
      font-size: 1.6rem;
      line-height: 100%;
      letter-spacing: -0.01em;
      font-weight: 900; }
      @media only screen and (min-width: 768px) {
        .quote-block__author div.rich-text p {
          font-size: 1.8rem; } }
      @media only screen and (min-width: 1280px) {
        .quote-block__author div.rich-text p {
          font-size: 2rem; } }
  .quote-block__image-wrapper {
    max-width: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 64px; }
    @media only screen and (min-width: 1280px) {
      .quote-block__image-wrapper {
        padding-top: 80px; } }
  .quote-block.quote-text--long .quote-block__quote div.rich-text p {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.02em;
    font-size: 2.8rem; }
    .quote-block.quote-text--long .quote-block__quote div.rich-text p i,
    .quote-block.quote-text--long .quote-block__quote div.rich-text p em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    @media only screen and (min-width: 768px) {
      .quote-block.quote-text--long .quote-block__quote div.rich-text p {
        font-size: 3.2rem; } }
    @media only screen and (min-width: 1280px) {
      .quote-block.quote-text--long .quote-block__quote div.rich-text p {
        font-size: 3.8rem; } }
  .quote-block.quote-text--medium .quote-block__quote div.rich-text p {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.02em;
    font-size: 3.3rem; }
    .quote-block.quote-text--medium .quote-block__quote div.rich-text p i,
    .quote-block.quote-text--medium .quote-block__quote div.rich-text p em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    @media only screen and (min-width: 768px) {
      .quote-block.quote-text--medium .quote-block__quote div.rich-text p {
        font-size: 4rem; } }
    @media only screen and (min-width: 1280px) {
      .quote-block.quote-text--medium .quote-block__quote div.rich-text p {
        font-size: 4.8rem; } }
  .quote-block.quote-text--short .quote-block__quote div.rich-text p {
    font-family: BradfordLLWeb-Light, Garamond, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.02em;
    font-size: 4.2rem; }
    .quote-block.quote-text--short .quote-block__quote div.rich-text p i,
    .quote-block.quote-text--short .quote-block__quote div.rich-text p em {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    @media only screen and (min-width: 768px) {
      .quote-block.quote-text--short .quote-block__quote div.rich-text p {
        font-size: 6rem; } }
    @media only screen and (min-width: 1280px) {
      .quote-block.quote-text--short .quote-block__quote div.rich-text p {
        font-size: 8.8rem; } }

.perspectives-founder-carousel-block {
  background: #181818;
  color: white;
  padding-top: 122px; }
  @media only screen and (min-width: 640px) {
    .perspectives-founder-carousel-block {
      padding-top: 154px; } }
  @media only screen and (min-width: 1280px) {
    .perspectives-founder-carousel-block {
      padding-top: 180px; } }
  .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313; }
    @media only screen and (min-width: 768px) {
      .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button:disabled {
      border-color: #ffffff; }
    .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button:enabled:hover, .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button:enabled:focus, .perspectives-founder-carousel-block .founder__read-more .founder__read-more__button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
  .perspectives-founder-carousel-block .founder-spotlight__carousel {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: 'slide';
    padding-bottom: 52px; }
    .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide {
      grid-area: slide;
      z-index: 0; }
      .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media {
        display: grid;
        grid-template-columns: 8fr 3fr 1fr;
        grid-template-rows: 16vw 35.5vw 22.5vw 7vw;
        grid-template-areas: 'media-1 . .' 'media-1 media-2 media-2' 'media-1 media-3 .' 'counter media-3 .'; }
        @media only screen and (min-width: 768px) {
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media {
            grid-template-rows: 8.33333vw 19.79167vw 12.5vw 4.16667vw; } }
        @media only screen and (min-width: 1680px) {
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media {
            grid-template-rows: 140px 332.5px 210px 70px; } }
        .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper {
          width: 100%;
          height: 100%;
          overflow: hidden;
          position: relative; }
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper .portrait-block,
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper .portrait-block__inner-wrapper,
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper .portrait-block__image-wrapper,
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper img {
            width: 100%;
            height: 100%;
            max-height: 100%; }
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper .portrait-block__inner-wrapper {
            transform: translateY(0); }
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper img {
            object-fit: cover; }
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-wrapper .founder-portrait--video {
            position: static;
            background: #181818; }
        .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-1 {
          grid-area: media-1;
          background: #eeebe5; }
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-1 .founder__media-wrapper {
            opacity: 0;
            transition: opacity 500ms ease;
            transition-delay: 100ms; }
        .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-2 {
          grid-area: media-2;
          margin-left: 8px;
          background: #eeebe5; }
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-2 .founder__media-wrapper {
            opacity: 0;
            transition: opacity 500ms ease;
            transition-delay: 200ms; }
        .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-3 {
          grid-area: media-3;
          margin-top: 8px;
          margin-left: 8px;
          margin-right: -8px;
          background: #eeebe5; }
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__media-3 .founder__media-wrapper {
            opacity: 0;
            transition: opacity 500ms ease;
            transition-delay: 300ms; }
        .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__counter {
          font-family: 'Univers', Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 2.3rem;
          letter-spacing: 0.03em;
          grid-area: counter;
          display: flex;
          align-items: flex-end;
          opacity: 0;
          transition: opacity 500ms ease; }
          @media only screen and (min-width: 640px) {
            .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__media .founder__counter {
              font-size: 1.7rem;
              line-height: 2.6rem;
              letter-spacing: 0.03em; } }
      .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text {
        font-family: 'UniversExtended', Helvetica, Arial, sans-serif;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 1.9rem;
        letter-spacing: -0.03em;
        text-transform: none;
        height: 11.4rem;
        overflow: hidden;
        opacity: 0;
        transition: opacity 500ms ease; }
        @media only screen and (min-width: 640px) {
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text {
            font-size: 2.3rem;
            line-height: 3rem;
            letter-spacing: -0.03em; } }
        @media only screen and (min-width: 1280px) {
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text {
            font-size: 2.8rem;
            line-height: 3.5rem;
            letter-spacing: -0.03em; } }
        @media only screen and (min-width: 375px) {
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text {
            height: 9.5rem; } }
        @media only screen and (min-width: 640px) {
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text {
            height: 13.5rem; } }
        @media only screen and (min-width: 768px) {
          .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text {
            height: auto;
            overflow: unset; } }
        .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text .founder__name {
          font-family: BradfordLLWeb-LightItalic, Garamond, serif;
          font-weight: 400;
          font-style: italic;
          font-size: 1.8rem;
          line-height: 1.9rem;
          letter-spacing: -0.02em; }
          @media only screen and (min-width: 640px) {
            .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text .founder__name {
              font-size: 2.8rem;
              line-height: 3rem;
              letter-spacing: -0.02em; } }
          @media only screen and (min-width: 1280px) {
            .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text .founder__name {
              font-size: 3.5rem;
              line-height: 3.5rem;
              letter-spacing: -0.02em; } }
        .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text .founder__headline {
          font-family: 'UniversExtended', Helvetica, Arial, sans-serif;
          font-weight: 900;
          font-style: normal;
          text-transform: uppercase;
          font-size: 1.5rem;
          line-height: 1.9rem;
          letter-spacing: -0.03em; }
          @media only screen and (min-width: 640px) {
            .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text .founder__headline {
              font-size: 2.3rem;
              line-height: 3rem;
              letter-spacing: -0.03em; } }
          @media only screen and (min-width: 1280px) {
            .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide .founder__text .founder__headline {
              font-size: 2.8rem;
              line-height: 3.5rem;
              letter-spacing: -0.03em; } }
      .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide.is-active .founder__media-1 .founder__media-wrapper,
      .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide.is-active .founder__media-2 .founder__media-wrapper,
      .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide.is-active .founder__media-3 .founder__media-wrapper {
        opacity: 1; }
      .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide.is-active .founder__text {
        opacity: 1; }
      .perspectives-founder-carousel-block .founder-spotlight__carousel .founder-spotlight__slide.is-active .founder__counter {
        opacity: 1; }
  .perspectives-founder-carousel-block .founder__ui {
    position: relative; }
    .perspectives-founder-carousel-block .founder__ui .founder-ui {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
  .perspectives-founder-carousel-block .carousel-controller {
    display: flex;
    justify-content: flex-start;
    height: 3rem;
    z-index: 10;
    transform: translate(-6px, -15px); }
    @media only screen and (min-width: 640px) {
      .perspectives-founder-carousel-block .carousel-controller {
        transform: translate(-8px, -15px); } }
    .perspectives-founder-carousel-block .carousel-controller .dot {
      width: 18px;
      height: 18px;
      position: relative;
      cursor: pointer; }
      @media only screen and (min-width: 640px) {
        .perspectives-founder-carousel-block .carousel-controller .dot {
          width: 24px;
          height: 24px; } }
      .perspectives-founder-carousel-block .carousel-controller .dot::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        cursor: pointer;
        transition: background 0.5s ease;
        background: #3a3a3a;
        border-radius: 100%; }
        @media only screen and (min-width: 640px) {
          .perspectives-founder-carousel-block .carousel-controller .dot::before {
            top: 8px;
            left: 8px;
            right: 8px;
            bottom: 8px; } }
      .perspectives-founder-carousel-block .carousel-controller .dot.active::before {
        background: white; }

.spotlight-list-block {
  background: #181818;
  color: white;
  padding-bottom: 80px; }
  .spotlight-list-block .spotlight-list .spotlight-list__list {
    position: relative; }
    .spotlight-list-block .spotlight-list .spotlight-list__list.height-1 {
      min-height: 40rem; }
    .spotlight-list-block .spotlight-list .spotlight-list__list.height-2 {
      min-height: 55rem; }
    .spotlight-list-block .spotlight-list .spotlight-list__list.height-3 {
      min-height: 65rem; }
    .spotlight-list-block .spotlight-list .spotlight-list__list.height-4 {
      min-height: 85rem; }
    .spotlight-list-block .spotlight-list .spotlight-list__list.height-5 {
      min-height: 95rem; }
    .spotlight-list-block .spotlight-list .spotlight-list__list .spotlight-list__list-title-container {
      top: 0;
      height: 125px;
      display: flex;
      align-items: flex-end;
      position: sticky;
      background: #181818; }
      @media only screen and (min-width: 640px) {
        .spotlight-list-block .spotlight-list .spotlight-list__list .spotlight-list__list-title-container {
          position: relative;
          background: none; } }
      .spotlight-list-block .spotlight-list .spotlight-list__list .spotlight-list__list-title-container .spotlight-list__list-title {
        font-family: 'Glypha LT Pro', Times, serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3.3rem;
        line-height: 4rem;
        letter-spacing: 0em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .spotlight-list-block .spotlight-list .spotlight-list__list .spotlight-list__list-title-container .spotlight-list__list-title {
            font-size: 4.3rem;
            line-height: 5.4rem;
            letter-spacing: 0em; } }
        @media only screen and (min-width: 768px) {
          .spotlight-list-block .spotlight-list .spotlight-list__list .spotlight-list__list-title-container .spotlight-list__list-title {
            text-align: left; } }
    .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders {
      display: block; }
      @media only screen and (min-width: 640px) {
        .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders {
          display: none; } }
    .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group {
      display: none;
      opacity: 0;
      position: absolute;
      top: 15rem;
      left: 0;
      pointer-events: none; }
      @media only screen and (min-width: 640px) {
        .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group {
          display: block; } }
      .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group.active {
        opacity: 1;
        pointer-events: auto; }
    .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group,
    .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders {
      padding-top: 20px;
      transition: all 0.5s ease-out;
      height: 100%; }
      .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a,
      .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a {
        padding-top: 24px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media only screen and (min-width: 640px) {
          .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a,
          .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a {
            flex-direction: row;
            align-items: flex-end;
            flex-wrap: nowrap; } }
        .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__media,
        .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__media {
          max-width: 84px;
          max-height: 104px; }
          .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__media img,
          .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__media img {
            max-width: 84px;
            max-height: 104px; }
          @media only screen and (min-width: 640px) {
            .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__media,
            .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__media {
              margin-right: 50px; } }
        .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text,
        .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text {
          font-family: 'UniversExtended', Helvetica, Arial, sans-serif;
          font-weight: 900;
          font-style: normal;
          text-transform: uppercase;
          font-size: 1.5rem;
          line-height: 1.9rem;
          letter-spacing: -0.03em;
          text-transform: none;
          padding-top: 28px;
          text-align: center; }
          @media only screen and (min-width: 1280px) {
            .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text,
            .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text {
              font-size: 2.3rem;
              line-height: 3rem;
              letter-spacing: -0.02em; } }
          @media only screen and (min-width: 640px) {
            .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text,
            .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text {
              padding-top: 0;
              text-align: left; } }
          @media only screen and (min-width: 1280px) {
            .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text,
            .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text {
              padding-right: 8.33333vw; } }
          @media only screen and (min-width: 1680px) {
            .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text,
            .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text {
              padding-right: 140px; } }
          .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text .founder__name,
          .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text .founder__name {
            font-family: BradfordLLWeb-LightItalic, Garamond, serif;
            font-weight: 400;
            font-style: italic;
            font-size: 1.8rem;
            line-height: 1.9rem;
            letter-spacing: -0.02em; }
            @media only screen and (min-width: 1280px) {
              .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text .founder__name,
              .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text .founder__name {
                font-size: 2.8rem;
                line-height: 3rem;
                letter-spacing: -0.02em; } }
          .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text .founder__headline,
          .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text .founder__headline {
            font-family: 'UniversExtended', Helvetica, Arial, sans-serif;
            font-weight: 900;
            font-style: normal;
            text-transform: uppercase;
            font-size: 1.5rem;
            line-height: 1.9rem;
            letter-spacing: -0.03em; }
            @media only screen and (min-width: 1280px) {
              .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a .founder__text .founder__headline,
              .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a .founder__text .founder__headline {
                font-size: 2.3rem;
                line-height: 3rem;
                letter-spacing: -0.02em; } }
        .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li a.no-pointer,
        .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li a.no-pointer {
          pointer-events: none; }
      .spotlight-list-block .spotlight-list .spotlight-list__list .founder-group li:not(:last-child),
      .spotlight-list-block .spotlight-list .spotlight-list__list .mobile-founders li:not(:last-child) {
        border-bottom: 1px solid #ffffff; }
  .spotlight-list-block .spotlight-list .carousel-controller {
    display: none;
    justify-content: center;
    height: 3rem; }
    @media only screen and (min-width: 640px) {
      .spotlight-list-block .spotlight-list .carousel-controller {
        display: flex; } }
    .spotlight-list-block .spotlight-list .carousel-controller .dot {
      width: 18px;
      height: 18px;
      position: relative;
      cursor: pointer; }
      @media only screen and (min-width: 640px) {
        .spotlight-list-block .spotlight-list .carousel-controller .dot {
          width: 24px;
          height: 24px; } }
      .spotlight-list-block .spotlight-list .carousel-controller .dot::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        cursor: pointer;
        transition: background 0.5s ease;
        background: #3a3a3a;
        border-radius: 100%; }
        @media only screen and (min-width: 640px) {
          .spotlight-list-block .spotlight-list .carousel-controller .dot::before {
            top: 8px;
            left: 8px;
            right: 8px;
            bottom: 8px; } }
      .spotlight-list-block .spotlight-list .carousel-controller .dot.active::before {
        background: white; }

.testimonial {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .testimonial {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .testimonial {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .testimonial {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .testimonial {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .testimonial {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .testimonial {
      margin-top: 120px;
      margin-bottom: 120px; } }
  .testimonial.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .testimonial.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .testimonial.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .testimonial.-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .testimonial.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .testimonial.-bg-color-charcoal {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .testimonial.-bg-color-charcoal {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .testimonial.-bg-color-charcoal + .-bg-color-charcoal {
      padding-top: 0; }
  .testimonial--background .image-block__image-wrapper {
    margin-bottom: 24px; }
  .testimonial--background:not(.testimonial--caption) .image-block__image-wrapper {
    max-width: calc(100% - 3%); }
  .testimonial--background .image-block__image-wrapper__texture {
    display: none;
    background-image: url("/static/images/backgrounds/image_texture_3.8bdca0de2fcb.jpg"); }
  .testimonial--background.-bg-color-charcoal .image-block__image-wrapper__texture {
    background-image: url("/static/images/backgrounds/image_texture_3-charcoal.51ae52d34536.jpg"); }
  .testimonial--background .image-block__image-wrapper__set-texture {
    position: absolute;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    right: -3%;
    bottom: -16px;
    background-position: right bottom;
    background-size: auto 100%;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .testimonial--background .image-block__image-wrapper__set-texture {
        bottom: -24px; } }
  .testimonial__quote {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 8px;
    text-indent: -0.4125em; }
    @media only screen and (min-width: 768px) {
      .testimonial__quote {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .testimonial__quote {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    @media only screen and (min-width: 768px) {
      .testimonial__quote {
        margin-bottom: 24px; } }
    .testimonial__quote:before {
      content: '\201C'; }
    .testimonial__quote:after {
      content: '\201D'; }
  .testimonial__attribution-name:before {
    content: '\2014'; }
  .testimonial__attribution-details .rich-text {
    display: inline-block; }
    .testimonial__attribution-details .rich-text a {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }
      .testimonial__attribution-details .rich-text a:hover {
        border-bottom: 1px solid #e42313; }
  .-bg-color-charcoal .testimonial__attribution-details .rich-text a {
    border-bottom: 1px solid #ffffff;
    transition: border-bottom 250ms ease; }
    .-bg-color-charcoal .testimonial__attribution-details .rich-text a:hover {
      border-bottom: 1px solid #e42313; }
  .testimonial__image-wrapper {
    margin-top: 64px; }
    @media only screen and (min-width: 768px) {
      .testimonial__image-wrapper {
        margin-top: 80px; } }
    .testimonial__image-wrapper .image-block {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .resources-index-page .testimonial {
    padding-top: 0; }
    .resources-index-page .testimonial__quote {
      font-family: "Glypha LT Pro", "serif";
      font-size: 3.3rem;
      font-weight: 300;
      line-height: 4rem; }
      @media only screen and (min-width: 768px) {
        .resources-index-page .testimonial__quote {
          font-size: 4.3rem;
          letter-spacing: 0.02em;
          line-height: 5.4rem; } }
      @media only screen and (min-width: 1024px) {
        .resources-index-page .testimonial__quote {
          font-size: 5.4rem;
          line-height: 6.8rem; } }

.text-with-image-block--background:nth-child(4n + 1)
.media-wrapper__image {
  max-width: calc(100% - 15.5%); }
  .text-with-image-block--background:nth-child(4n + 1)
.media-wrapper__image__set-texture {
    right: -15.5%;
    bottom: -16px;
    height: calc(100% + 16px * 2); }
  .text-with-image-block--background:nth-child(4n + 1)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_1.4c67e5eb1a24.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 1)
.media-wrapper__image__set-texture {
    left: -15.5%; } }

.text-with-image-block--background:nth-child(4n + 2)
.media-wrapper__image {
  max-width: calc(100% - 6.5%); }
  .text-with-image-block--background:nth-child(4n + 2)
.media-wrapper__image__set-texture {
    right: -6.5%;
    bottom: -16px;
    height: calc(100% + 16px * 2); }
  .text-with-image-block--background:nth-child(4n + 2)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_2.a93dd7b1632c.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 2)
.media-wrapper__image__set-texture {
    left: -6.5%; } }

.text-with-image-block--background:nth-child(4n + 3)
.media-wrapper__image {
  max-width: calc(100% - 5.5%); }
  .text-with-image-block--background:nth-child(4n + 3)
.media-wrapper__image__set-texture {
    right: -5.5%;
    bottom: -16px;
    height: calc(100% + 16px * 2); }
  .text-with-image-block--background:nth-child(4n + 3)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_3.8bdca0de2fcb.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 3)
.media-wrapper__image__set-texture {
    left: -5.5%; } }

.text-with-image-block--background:nth-child(4n + 4)
.media-wrapper__image {
  max-width: calc(100% - 5.5%); }
  .text-with-image-block--background:nth-child(4n + 4)
.media-wrapper__image__set-texture {
    right: -5.5%;
    bottom: -48px;
    height: calc(100% + 48px * 2); }
  .text-with-image-block--background:nth-child(4n + 4)
.media-wrapper__image__texture {
    background-image: url("/static/images/backgrounds/image_texture_4.06700c76c024.jpg"); }

@media only screen and (min-width: 768px) {
  .text-with-image-block--reverse:nth-child(4n + 4)
.media-wrapper__image__set-texture {
    left: -5.5%; } }

.text-with-image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .text-with-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .text-with-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .text-with-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .text-with-image-block {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .text-with-image-block:last-child {
    border-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .media-wrapper__image {
      max-width: 100%; } }
  .text-with-image-block--background .media-wrapper__image__texture {
    display: none; }
  .text-with-image-block--background .media-wrapper__image__set-texture {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right bottom;
    background-size: contain;
    z-index: -1; }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block--background .media-wrapper__image__set-texture {
        bottom: -24px;
        height: calc(100% + 24px * 2); } }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--reverse.text-with-image-block--background .media-wrapper__image__set-texture {
      transform: scaleX(-1); } }
  .text-with-image-block .headline-wrapper__text {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .text-with-image-block .headline-wrapper__text {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block .headline-wrapper__text {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block .headline-wrapper__text {
        font-size: 8.4rem;
        line-height: 1.02em; } }
    @media only screen and (min-width: 1280px) {
      .text-with-image-block .headline-wrapper__text {
        margin-bottom: 64px; } }
  .text-with-image-block .media-wrapper {
    margin-bottom: 24px;
    line-height: 0; }
    @media only screen and (min-width: 1024px) {
      .text-with-image-block .media-wrapper {
        margin-bottom: 0; } }
    .text-with-image-block .media-wrapper__image {
      position: relative; }
    .text-with-image-block .media-wrapper__caption .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.9rem;
      margin-top: 16px; }
  .text-with-image-block .text-wrapper {
    color: #181818; }
    .text-with-image-block .text-wrapper__cta-wrapper {
      margin-top: 8px; }
      @media only screen and (min-width: 1280px) {
        .text-with-image-block .text-wrapper__cta-wrapper {
          margin-top: 16px; } }

.text-with-image-block--background .headline-wrapper__text {
  margin-bottom: 48px; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .headline-wrapper__text {
      margin-bottom: 80px; } }

.text-with-image-block--background .media-wrapper {
  margin-bottom: 32px; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .media-wrapper {
      margin-bottom: 0; } }

.text-with-image-block--background .media-wrapper__caption .rich-text p {
  margin-top: 24px; }
  @media only screen and (min-width: 1024px) {
    .text-with-image-block--background .media-wrapper__caption .rich-text p {
      margin-top: 48px; } }

.text-with-multi-image-block {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  overflow: hidden; }
  @media only screen and (min-width: 0) {
    .text-with-multi-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .text-with-multi-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .text-with-multi-image-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .text-with-multi-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .text-with-multi-image-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .text-with-multi-image-block {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .text-with-multi-image-block a {
    border-color: var(--iv-text-color); }
  .text-with-multi-image-block .text-wrapper {
    animation: 1400ms fadeIn forwards;
    color: var(--iv-text-color); }
    .text-with-multi-image-block .text-wrapper p {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 2.6rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 640px) {
        .text-with-multi-image-block .text-wrapper p {
          font-size: 2.2rem;
          line-height: 3.3rem;
          letter-spacing: 0em; } }
      @media only screen and (min-width: 1280px) {
        .text-with-multi-image-block .text-wrapper p {
          font-size: 2.4rem;
          line-height: 3.6rem;
          letter-spacing: 0em; } }
    .text-with-multi-image-block .text-wrapper p.title-text-glypha {
      font-family: 'Glypha LT Pro', Times, serif;
      font-weight: 300;
      font-style: normal;
      font-size: 3.3rem;
      line-height: 4rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 640px) {
        .text-with-multi-image-block .text-wrapper p.title-text-glypha {
          font-size: 4.3rem;
          line-height: 5.4rem;
          letter-spacing: 0.02em; } }
      @media only screen and (min-width: 1280px) {
        .text-with-multi-image-block .text-wrapper p.title-text-glypha {
          font-size: 5.4rem;
          line-height: 6.8rem;
          letter-spacing: 0.02em; } }
    .text-with-multi-image-block .text-wrapper p.title-text-bradford {
      font-family: BradfordLLWeb-Light, Garamond, serif;
      font-weight: 400;
      font-style: normal;
      font-size: 3.3rem;
      line-height: 4rem;
      letter-spacing: -0.02em; }
      .text-with-multi-image-block .text-wrapper p.title-text-bradford i,
      .text-with-multi-image-block .text-wrapper p.title-text-bradford em {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic; }
      @media only screen and (min-width: 768px) {
        .text-with-multi-image-block .text-wrapper p.title-text-bradford {
          font-size: 4.3rem;
          line-height: 5.4rem;
          letter-spacing: -0.02em; } }
      @media only screen and (min-width: 1280px) {
        .text-with-multi-image-block .text-wrapper p.title-text-bradford {
          font-size: 5.4rem;
          line-height: 6.8rem;
          letter-spacing: -0.02em; } }
    @media only screen and (min-width: 1024px) {
      .text-with-multi-image-block .text-wrapper__overflow-fade-out {
        max-width: 326px; } }
    .text-with-multi-image-block .text-wrapper__cta-wrapper a {
      border-color: var(--iv-highlight-color, #e42313);
      text-decoration: none; }
  .text-with-multi-image-block .media-wrapper {
    margin-bottom: 24px;
    line-height: 0; }
    @media only screen and (min-width: 1024px) {
      .text-with-multi-image-block .media-wrapper {
        margin-bottom: 0; } }
    .text-with-multi-image-block .media-wrapper__image {
      position: relative; }
    .text-with-multi-image-block .media-wrapper__caption .rich-text p {
      text-align: center;
      font-size: 1.3rem;
      line-height: 1.6rem;
      letter-spacing: -0.03em;
      margin-top: 16px; }
      .text-with-multi-image-block .media-wrapper__caption .rich-text p b {
        font-family: 'UniversExtended', Helvetica, Arial, sans-serif;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase; }
      .text-with-multi-image-block .media-wrapper__caption .rich-text p i {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic; }
  .text-with-multi-image-block.layout-type--full-height {
    padding-left: 0vw;
    padding-right: 0vw; }
    @media only screen and (min-width: 0) {
      .text-with-multi-image-block.layout-type--full-height {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .text-with-multi-image-block.layout-type--full-height {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .text-with-multi-image-block.layout-type--full-height {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    .text-with-multi-image-block.layout-type--full-height .media-wrapper {
      width: 100%;
      height: 100%; }
      .text-with-multi-image-block.layout-type--full-height .media-wrapper__image {
        width: 100%;
        height: 100%; }
        .text-with-multi-image-block.layout-type--full-height .media-wrapper__image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .text-with-multi-image-block.layout-type--full-height .text-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      padding-top: 48px;
      padding-bottom: 100px; }
      @media only screen and (min-width: 1024px) {
        .text-with-multi-image-block.layout-type--full-height .text-wrapper {
          padding-bottom: 48px; } }
  .text-with-multi-image-block.background-effect--none {
    background: none; }
  .text-with-multi-image-block.background-effect--solid {
    background-color: var(--iv-background-color);
    position: relative; }
  .text-with-multi-image-block.layout-type--double {
    padding-right: 0;
    padding-left: 0; }
    @media only screen and (min-width: 640px) {
      .text-with-multi-image-block.layout-type--double .media-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 8px; } }
    .text-with-multi-image-block.layout-type--double .media-wrapper__image {
      aspect-ratio: 0.64;
      /* stylelint-disable-line property-no-unknown */
      margin-bottom: 0; }
      @media only screen and (min-width: 640px) {
        .text-with-multi-image-block.layout-type--double .media-wrapper__image {
          margin-top: 64px; } }
      .text-with-multi-image-block.layout-type--double .media-wrapper__image:nth-child(2) {
        margin-top: 0;
        margin-bottom: 64px;
        display: none; }
        @media only screen and (min-width: 640px) {
          .text-with-multi-image-block.layout-type--double .media-wrapper__image:nth-child(2) {
            display: block; } }
      @media only screen and (min-width: 1024px) {
        .text-with-multi-image-block.layout-type--double .media-wrapper__image:not(.flip-layout) {
          margin-top: 0;
          margin-bottom: 64px; }
          .text-with-multi-image-block.layout-type--double .media-wrapper__image:not(.flip-layout):nth-child(2) {
            margin-top: 64px;
            margin-bottom: 0; } }
      .text-with-multi-image-block.layout-type--double .media-wrapper__image picture {
        height: 100%; }
        .text-with-multi-image-block.layout-type--double .media-wrapper__image picture img {
          height: 100%;
          object-fit: cover; }
    .text-with-multi-image-block.layout-type--double .text-wrapper {
      margin-top: 64px; }
  .text-with-multi-image-block.layout-type--text-fade-out {
    margin-bottom: 80px; }
    @media only screen and (min-width: 1280px) {
      .text-with-multi-image-block.layout-type--text-fade-out {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1024px) {
      .text-with-multi-image-block.layout-type--text-fade-out .text-wrapper {
        max-width: 326px; } }
    .text-with-multi-image-block.layout-type--text-fade-out .text-wrapper__text.flip-layout {
      margin-left: auto;
      margin-right: auto; }
    .text-with-multi-image-block.layout-type--text-fade-out .text-wrapper__text .continue-reading-text {
      margin-top: 32px; }
  .text-with-multi-image-block.layout-type--wide-text .text-wrapper .text-wrapper__cta-wrapper .cta-base.cta-button-text {
    margin-top: 24px; }
    @media only screen and (min-width: 1024px) {
      .text-with-multi-image-block.layout-type--wide-text .text-wrapper .text-wrapper__cta-wrapper .cta-base.cta-button-text {
        margin-top: 48px; } }
  .text-with-multi-image-block.layout-type--wide-text .media-wrapper {
    padding-top: 64px;
    margin-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .text-with-multi-image-block.layout-type--wide-text .media-wrapper {
        padding-top: unset; } }
    .text-with-multi-image-block.layout-type--wide-text .media-wrapper__caption .rich-text p {
      margin-top: 24px;
      text-align: right;
      letter-spacing: 0;
      font-size: 1.5rem;
      line-height: 2.3rem; }
      @media only screen and (min-width: 768px) {
        .text-with-multi-image-block.layout-type--wide-text .media-wrapper__caption .rich-text p {
          font-size: 1.7rem;
          line-height: 2.6rem; } }

.video-block {
  margin: 80px 0; }
  @media only screen and (min-width: 768px) {
    .video-block {
      margin: 32px 0 80px 0; } }
  .video-block .youtube-player {
    background-size: cover;
    background-position: center; }
  .video-block .video__content-wrapper {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
  .video-block .video__eyebrow {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #181818;
    padding-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .video-block .video__eyebrow {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .video-block .video__eyebrow {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .video-block .video__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 3.2rem; }
    @media only screen and (min-width: 768px) {
      .video-block .video__headline {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .video-block .video__headline {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
  .video-block .video__description {
    margin-bottom: 4.4rem; }
    .video-block .video__description,
    .video-block .video__description .rich-text,
    .video-block .video__description .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .video-block .video__description,
        .video-block .video__description .rich-text,
        .video-block .video__description .rich-text p {
          font-size: 2.2rem;
          line-height: 3.3rem; } }
      @media only screen and (min-width: 1024px) {
        .video-block .video__description,
        .video-block .video__description .rich-text,
        .video-block .video__description .rich-text p {
          font-size: 2.4rem;
          line-height: 3.6rem; } }

.-bg-color-charcoal .video-block .video__eyebrow {
  color: #eeebe5; }

.wide-video-block {
  margin: 0; }
  .wide-video-block .youtube-player {
    background-size: cover;
    background-position: center; }
  .wide-video-block .video__content-wrapper {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .wide-video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .wide-video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .wide-video-block .video__content-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
  .wide-video-block .video__eyebrow {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #181818;
    padding-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .wide-video-block .video__eyebrow {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .wide-video-block .video__eyebrow {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .wide-video-block .video__headline {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 3.2rem; }
    @media only screen and (min-width: 768px) {
      .wide-video-block .video__headline {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .wide-video-block .video__headline {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
  .wide-video-block .video__description {
    margin-bottom: 4.4rem; }
    .wide-video-block .video__description,
    .wide-video-block .video__description .rich-text,
    .wide-video-block .video__description .rich-text p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .wide-video-block .video__description,
        .wide-video-block .video__description .rich-text,
        .wide-video-block .video__description .rich-text p {
          font-size: 2.2rem;
          line-height: 3.3rem; } }
      @media only screen and (min-width: 1024px) {
        .wide-video-block .video__description,
        .wide-video-block .video__description .rich-text,
        .wide-video-block .video__description .rich-text p {
          font-size: 2.4rem;
          line-height: 3.6rem; } }

.-bg-color-charcoal .video-block .video__eyebrow {
  color: #eeebe5; }

.article-detail__image-section .image-block,
.article-detail__image-section .multi-image-block {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .article-detail__image-section .image-block,
    .article-detail__image-section .multi-image-block {
      margin-top: 0; } }

.article-detail__video-wrapper {
  margin-top: 0;
  margin-bottom: 64px; }
  @media only screen and (min-width: 768px) {
    .article-detail__video-wrapper {
      margin-top: 0;
      margin-bottom: 80px; } }
  .article-detail__video-wrapper .youtube-player {
    background-size: cover;
    background-position: center; }
  .article-detail__video-wrapper .hosted-video {
    max-width: 100%; }

.article-detail__header__caption {
  margin-top: -32px;
  margin-bottom: 64px; }
  @media only screen and (min-width: 768px) {
    .article-detail__header__caption {
      margin-top: -64px;
      margin-bottom: 80px; } }
  .article-detail__header__caption .rich-text,
  .article-detail__header__caption .rich-text p {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.9rem; }
    .article-detail__header__caption .rich-text a,
    .article-detail__header__caption .rich-text p a {
      border-bottom: 1px solid #181818;
      transition: border-bottom 250ms ease; }
      .article-detail__header__caption .rich-text a:hover,
      .article-detail__header__caption .rich-text p a:hover {
        border-bottom: 1px solid #e42313; }

.article-detail__body-content {
  margin-top: 32px; }
  @media only screen and (min-width: 768px) {
    .article-detail__body-content {
      margin-top: 64px; } }
  .article-detail__body-content .multi-image-block {
    margin-top: 64px;
    margin-bottom: 64px; }
    @media only screen and (min-width: 768px) {
      .article-detail__body-content .multi-image-block {
        margin-top: 80px;
        margin-bottom: 80px; } }
    .article-detail__body-content .multi-image-block.-bg-color-charcoal {
      padding-top: 64px;
      padding-bottom: 64px; }
      @media only screen and (min-width: 768px) {
        .article-detail__body-content .multi-image-block.-bg-color-charcoal {
          padding-top: 80px;
          padding-bottom: 80px; } }
  .article-detail__body-content .embed-twitter-tweet-block,
  .article-detail__body-content .embed-twitter-timeline-block,
  .article-detail__body-content .embed-linkedin-block {
    border-top: none; }

.article-detail .body-copy {
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .article-detail .body-copy {
      padding: 0;
      margin: 0; } }
  .article-detail .body-copy:last-child p:last-child {
    margin-bottom: 0; }
  .article-detail .body-copy.-bg-color-charcoal {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .article-detail .body-copy.-bg-color-charcoal {
        margin-top: 64px;
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .article-detail .body-copy.-bg-color-charcoal {
        margin-top: 64px;
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 1280px) {
      .article-detail .body-copy.-bg-color-charcoal {
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: 80px;
        padding-bottom: 80px; } }
  .article-detail .body-copy .rich-text {
    max-width: 840px;
    margin: 0 auto; }
    .article-detail .body-copy .rich-text > *:last-child {
      margin-bottom: 24px;
      padding-bottom: 0; }

.article-detail .testimonial__quote--long {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .article-detail .testimonial__quote--long {
      font-size: 2.8rem;
      line-height: 3.8rem; } }
  @media only screen and (min-width: 1024px) {
    .article-detail .testimonial__quote--long {
      font-size: 3.2rem;
      line-height: 4.4rem; } }

.article-detail__tags, .article-detail__published-date {
  max-width: 840px;
  margin: 32px auto; }
  @media only screen and (min-width: 768px) {
    .article-detail__tags, .article-detail__published-date {
      margin: 64px auto; } }

.article-detail__published-date {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem; }
  @media only screen and (min-width: 768px) {
    .article-detail__published-date {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .article-detail__published-date {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

.article-detail__tags {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .article-detail__tags {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1024px) {
    .article-detail__tags {
      font-size: 2.4rem;
      line-height: 3.6rem; } }
  .article-detail__tags__tag {
    border-bottom: 1px solid #181818;
    transition: border-bottom 250ms ease; }
    .article-detail__tags__tag:hover {
      border-bottom: 1px solid #e42313; }

/* stylelint disable prettier/prettier */
.articles-index-filtered {
  padding-top: 74px;
  background: white; }
  @media only screen and (min-width: 768px) {
    .articles-index-filtered {
      padding-top: 154px; } }
  .articles-index-filtered .perspectives-header h1 {
    font-family: 'Glypha LT Pro', Times, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3.3rem;
    line-height: 4rem;
    letter-spacing: 0em;
    border-bottom: 1px solid rgba(24, 24, 24, 0.12);
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-header h1 {
        font-size: 6.5rem;
        line-height: 7.8rem;
        letter-spacing: 0.02em; } }
  .articles-index-filtered .perspectives-breadcrumb {
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-breadcrumb {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0em; } }
    .articles-index-filtered .perspectives-breadcrumb svg {
      margin: 0 16px; }
    .articles-index-filtered .perspectives-breadcrumb a {
      border-bottom: 1px solid transparent;
      transition: border-bottom 250ms ease; }
      .articles-index-filtered .perspectives-breadcrumb a:hover {
        border-bottom: 1px solid #e42313; }
  .articles-index-filtered .hero-grid {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw;
    border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .hero-grid {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .hero-grid {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .hero-grid {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .hero-grid {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .hero-grid {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .hero-grid {
        padding-top: 64px;
        padding-bottom: 64px; } }
    .articles-index-filtered .hero-grid .hero-grid__video-wrapper {
      position: relative; }
      .articles-index-filtered .hero-grid .hero-grid__video-wrapper .youtube-player {
        background-size: cover;
        background-position: center; }
    .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper,
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 66.66667%; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper,
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper {
          padding-bottom: 61.53846%; } }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper > picture,
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper > img,
      .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper > picture,
      .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper > img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper img,
      .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .articles-index-filtered .hero-grid .hero-grid__row-1 {
      margin-bottom: 48px; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .hero-grid .hero-grid__row-1 {
          margin-bottom: 60px; } }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__title {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 3.3rem;
        line-height: 4rem;
        letter-spacing: 0em;
        margin-top: 24px; }
        @media only screen and (min-width: 768px) {
          .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__title {
            font-size: 4.8rem;
            line-height: 6rem;
            letter-spacing: 0em; } }
      .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__author {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2.3rem;
        letter-spacing: 0em;
        display: none;
        margin-top: 16px; }
        @media only screen and (min-width: 768px) {
          .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__author {
            font-size: 1.7rem;
            line-height: 2.6rem;
            letter-spacing: 0em;
            display: block; } }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__post-link {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-column-gap: 60px;
          grid-template-areas: 'image image text'; }
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__image-wrapper,
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__video-wrapper {
          grid-area: image; }
        .articles-index-filtered .hero-grid .hero-grid__row-1 .hero-grid__title {
          margin-top: 0; } }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__title {
          font-size: 2.4rem;
          line-height: 3.6rem;
          letter-spacing: 0em; } }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__author {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      display: none;
      margin-top: 16px; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__author {
          font-size: 1.7rem;
          line-height: 2.6rem;
          letter-spacing: 0em;
          display: block; } }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__post-link {
      display: grid;
      grid-template-columns: 3fr 2fr;
      grid-column-gap: 4.16667vw;
      grid-template-areas: 'text image';
      margin-bottom: 16px;
      align-items: flex-start; }
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper,
    .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__video-wrapper {
      grid-area: image; }
    @media only screen and (min-width: 896px) {
      .articles-index-filtered .hero-grid .hero-grid__row-2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 60px; }
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__post-link {
          display: block;
          margin-bottom: 0; }
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__image-wrapper {
          grid-area: unset; }
        .articles-index-filtered .hero-grid .hero-grid__row-2 .hero-grid__title {
          margin-top: 32px; } }
  .articles-index-filtered .perspectives-all-posts {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .perspectives-all-posts {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-all-posts {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .perspectives-all-posts {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .articles-index-filtered .perspectives-all-posts {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .articles-index-filtered .perspectives-all-posts {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 1280px) {
      .articles-index-filtered .perspectives-all-posts {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__header {
      padding-bottom: 32px; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__header {
          padding-bottom: 80px; } }
    .articles-index-filtered .perspectives-all-posts .perspectives-search {
      position: relative;
      padding: 16px 0 32px 0; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-search {
          padding: 32px 0; } }
    .articles-index-filtered .perspectives-all-posts .perspectives-search__input {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: 0em;
      flex: 1 1 auto;
      border: none;
      border-bottom: 1px solid black;
      padding-right: 25px;
      width: 100%;
      max-width: 100%; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-search__input {
          font-size: 2.4rem;
          line-height: 3.6rem;
          letter-spacing: 0em; } }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__input:focus, .articles-index-filtered .perspectives-all-posts .perspectives-search__input:focus-visible {
        outline: none;
        border-bottom: 1px solid #e42313; }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__input:-webkit-autofill, .articles-index-filtered .perspectives-all-posts .perspectives-search__input:-webkit-autofill:hover, .articles-index-filtered .perspectives-all-posts .perspectives-search__input:-webkit-autofill:focus {
        -webkit-text-fill-color: black;
        -webkit-box-shadow: 0 0 0 1000px white inset; }
    .articles-index-filtered .perspectives-all-posts .perspectives-search__button {
      position: absolute;
      right: 0;
      flex: 0 0 20px;
      width: 20px;
      display: block;
      border: none;
      padding: 0;
      margin: 0;
      text-decoration: none;
      background: none;
      color: black;
      font-family: sans-serif;
      font-size: 1em;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__button svg {
        fill: none;
        stroke: black;
        transition: stroke 250ms ease-in-out; }
      .articles-index-filtered .perspectives-all-posts .perspectives-search__button:hover svg, .articles-index-filtered .perspectives-all-posts .perspectives-search__button:focus svg, .articles-index-filtered .perspectives-all-posts .perspectives-search__button:active svg {
        stroke: #e42313; }
    .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__title {
      font-family: 'Glypha LT Pro', Times, serif;
      font-weight: 300;
      font-style: normal;
      font-size: 3.3rem;
      line-height: 4rem;
      letter-spacing: 0em;
      padding: 32px 0 0 0; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__title {
          font-size: 4.3rem;
          line-height: 5.4rem;
          letter-spacing: 0em; } }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__title {
          padding: 32px 0; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-wrapper {
      margin-top: 16px; }
      @media only screen and (min-width: 896px) {
        .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-wrapper {
          margin-top: 0; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-title {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 2.3rem;
      line-height: 2.8rem;
      letter-spacing: 0em; }
      @media only screen and (min-width: 1024px) {
        .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-title {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-author {
      font-family: 'Univers', Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      display: none; }
      @media only screen and (min-width: 768px) {
        .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__text-author {
          font-size: 1.7rem;
          line-height: 2.6rem;
          letter-spacing: 0em;
          display: block; } }
    .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper {
      padding-bottom: 66.66667%;
      position: relative;
      height: 0; }
      .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper > picture,
      .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper > img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .articles-index-filtered .perspectives-all-posts .index-grid .index-grid__image-wrapper img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .articles-index-filtered .perspectives-all-posts .perspectives-all-posts__results {
      opacity: 1;
      max-height: 5000px;
      transition: opacity 350ms ease-in-out, max-height 350ms ease-in-out; }
    .articles-index-filtered .perspectives-all-posts.is-searching .perspectives-all-posts__results {
      opacity: 0;
      max-height: 0; }

.articles-index .featured-posts__list {
  opacity: 1;
  transform: none; }
  .articles-index .featured-posts__list .image-base {
    opacity: 1; }

.articles-index__header {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      margin-top: 80px; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      margin-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      margin-top: 120px; } }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .articles-index__header {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .articles-index__header {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index__header {
      margin-bottom: 80px; } }

.articles-index__title {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem; }
  @media only screen and (min-width: 768px) {
    .articles-index__title {
      font-size: 4.3rem;
      letter-spacing: 0.02em;
      line-height: 5.4rem; } }
  @media only screen and (min-width: 1024px) {
    .articles-index__title {
      font-size: 5.4rem;
      line-height: 6.8rem; } }

.articles-index--no-filters .index-grid {
  margin-top: 80px; }

.articles-index--no-hero .featured-posts {
  padding-top: 120px; }
  @media only screen and (min-width: 1024px) {
    .articles-index--no-hero .featured-posts {
      padding-top: 240px; } }

.articles-index--hero--no-padding .featured-posts {
  padding-top: 0; }

.articles-index .hero-carousel {
  border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  .articles-index .hero-carousel .hero-carousel__list {
    padding-top: 74px;
    padding-left: 0vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-column-gap: 4.16667vw;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-areas: 'image-1 image-1' 'text-1 text-1' 'text-2 image-2' 'text-3 image-3'; }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-top: 154px; } }
    @media only screen and (min-width: 0) {
      .articles-index .hero-carousel .hero-carousel__list {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .articles-index .hero-carousel .hero-carousel__list {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-bottom: 32px; } }
    @media only screen and (min-width: 1280px) {
      .articles-index .hero-carousel .hero-carousel__list {
        padding-bottom: 64px; } }
    @media only screen and (min-width: 768px) {
      .articles-index .hero-carousel .hero-carousel__list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 4.16667vw;
        grid-row-gap: 0;
        grid-template-areas: 'image image image' '. . .'; } }
    .articles-index .hero-carousel .hero-carousel__list .hero-carousel__video-wrapper {
      position: relative; }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__video-wrapper.hide-on-mobile {
        display: none; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__video-wrapper.hide-on-mobile {
            display: block; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__video-wrapper .youtube-player {
        background-size: cover;
        background-position: center; }
    .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link {
      display: block;
      position: relative;
      opacity: 1;
      z-index: 0;
      transition: opacity 250ms ease-in-out; }
      @media only screen and (min-width: 768px) {
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link {
          grid-area: image;
          opacity: 0;
          pointer-events: none; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link.is-active {
            opacity: 1;
            z-index: 1;
            pointer-events: all; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link.is-first {
        grid-area: image-1; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link.is-first {
            grid-area: image; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 66.66667%; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper {
            padding-bottom: 56.25%; } }
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper.show-on-mobile {
          display: block; }
          @media only screen and (min-width: 768px) {
            .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper.show-on-mobile {
              display: none; } }
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper > picture,
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper > img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: all 250ms linear; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__image-link .hero-carousel__image-wrapper img.-loaded {
            animation: 700ms fadeUp cubic-bezier(0, 0, 0.3, 1) forwards; }
    .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link {
      display: block;
      padding: 0;
      text-align: left;
      position: relative;
      top: -4px;
      border-top: 4px solid transparent;
      z-index: 2;
      transition: border-top-color 250ms ease-in-out; }
      @media only screen and (min-width: 768px) {
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link {
          padding: 16px 0;
          text-align: center; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #e42313;
        transition: color 250ms ease-in-out; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category {
            font-size: 1.4rem;
            line-height: 1.9rem;
            letter-spacing: 0em; } }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category {
            color: #b1b1b1; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__title {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2.3rem;
        letter-spacing: 0em;
        color: #181818;
        transition: color 250ms ease-in-out; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__title {
            font-size: 3.2rem;
            line-height: 4.4rem;
            letter-spacing: 0em; } }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__title {
            color: #b1b1b1; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__category ~ .hero-carousel__title {
        margin-top: 16px; }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first {
        grid-area: text-1;
        padding-bottom: 32px; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first {
            grid-area: unset;
            padding: 16px 0; } }
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first .hero-carousel__title {
          font-family: 'Univers', Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-style: normal;
          font-size: 3.3rem;
          line-height: 4rem;
          letter-spacing: 0em; }
          @media only screen and (min-width: 768px) {
            .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-first .hero-carousel__title {
              font-size: 3.2rem;
              line-height: 4.4rem;
              letter-spacing: 0em; } }
      .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__author {
        font-family: 'Univers', Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 2.3rem;
        letter-spacing: 0em;
        display: none;
        margin-top: 16px;
        color: #181818;
        transition: color 250ms ease-in-out; }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__author {
            font-size: 1.7rem;
            line-height: 2.6rem;
            letter-spacing: 0em;
            display: block; } }
        @media only screen and (min-width: 768px) {
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link .hero-carousel__author {
            color: #b1b1b1; } }
      @media only screen and (min-width: 768px) {
        .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active {
          border-top-color: #e42313; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active .hero-carousel__category {
            color: #e42313; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active .hero-carousel__title {
            color: #181818; }
          .articles-index .hero-carousel .hero-carousel__list .hero-carousel__text-link.is-active .hero-carousel__author {
            color: #181818; } }

.articles-index .perspectives_sections .filter-panel {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin-bottom: 0 !important;
  background: white;
  position: sticky;
  top: -1px;
  z-index: 20;
  border-bottom: 1px solid transparent;
  transition: top 50ms linear, border-bottom 700ms ease; }
  @media only screen and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media only screen and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 16px;
      padding-bottom: 16px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media only screen and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-left: 8.33333vw;
      padding-right: 8.33333vw;
      padding-top: 29px !important;
      padding-bottom: 29px !important;
      text-align: center; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 32px;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .articles-index .perspectives_sections .filter-panel {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .articles-index .perspectives_sections .filter-panel.is-stuck {
    border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  .articles-index .perspectives_sections .filter-panel .filter-panel__anchor {
    transition: border-bottom 250ms ease;
    border-bottom: 1px solid transparent; }
    .articles-index .perspectives_sections .filter-panel .filter-panel__anchor.js-scroll-to-element-active {
      border-bottom: 1px solid #181818; }

.template-perspectives-index,
.template-perspectives-index .articles-index,
.template-perspectives-index .footer-container,
.template-perspectives-index .footer,
.template-perspectives-index .real-time-search,
.template-perspectives-index .real-time-search .search-in-progress,
.template-perspectives-index .real-time-search .search-results,
.template-perspectives-index .real-time-search .search-title,
.template-perspectives-index
.navigation:not(.-search-active):not(.-mobile-nav-active):not(.-nav-dark-bg) {
  background: white;
  height: fit-content; }
  .template-perspectives-index .navigation__wrapper,
  .template-perspectives-index .articles-index .navigation__wrapper,
  .template-perspectives-index .footer-container .navigation__wrapper,
  .template-perspectives-index .footer .navigation__wrapper,
  .template-perspectives-index .real-time-search .navigation__wrapper,
  .template-perspectives-index .real-time-search .search-in-progress .navigation__wrapper,
  .template-perspectives-index .real-time-search .search-results .navigation__wrapper,
  .template-perspectives-index .real-time-search .search-title .navigation__wrapper,
  .template-perspectives-index
.navigation:not(.-search-active):not(.-mobile-nav-active):not(.-nav-dark-bg) .navigation__wrapper {
    transition: background-color 700ms ease; }

.template-perspectives-index .search-scrim {
  background-color: rgba(255, 255, 255, 0.12); }

.template-perspectives-index.-header-compact .perspectives_sections .filter-panel {
  transition: top 150ms ease-out 350ms;
  top: 73px; }
  @media only screen and (min-width: 1024px) {
    .template-perspectives-index.-header-compact .perspectives_sections .filter-panel {
      top: 93px; } }

[data-barba-namespace='press_detail_page'] {
  position: fixed;
  width: calc(100% - 10px);
  margin: 0 5px;
  top: 5vh;
  top: 5dvh; }
  @media only screen and (min-width: 1024px) {
    [data-barba-namespace='press_detail_page'] {
      width: 100vw;
      margin: 0;
      top: 0;
      max-width: 1680px !important;
      left: calc((100vw - min(100%, 1680px)) / 2);
      border-right: 50vw solid #eeebe5;
      box-sizing: content-box; } }

[data-barba-namespace='press_index_page'] {
  width: 100vw; }

body.press-detail {
  background: #000; }
  body.press-detail footer.footer,
  body.press-detail nav.navigation {
    display: none; }

body.press-index {
  background: #000; }
  body.press-index footer.footer {
    background-color: #ffffff; }

.press-modal {
  color: #000;
  display: grid;
  height: 95vh;
  height: 95dvh;
  grid-template-rows: 65px auto;
  grid-template-areas: 'nav' 'content';
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .press-modal ::-webkit-scrollbar {
    width: 0;
    height: 0; }
  @media only screen and (min-width: 1024px) {
    .press-modal {
      grid-template-rows: 90px auto;
      grid-template-columns: 180px calc( min( 1500px, 100vw - 180px ));
      grid-template-areas: 'sidebar nav' 'sidebar content';
      height: 100vh; } }
  .press-modal__nav {
    grid-area: nav;
    width: 100%;
    height: 65px;
    z-index: 100;
    overflow-x: scroll;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 20px 0;
    background-color: #eeebe5;
    border-radius: 20px 20px 0 0; }
    @media only screen and (min-width: 1024px) {
      .press-modal__nav {
        height: 90px;
        justify-content: flex-start;
        padding: 0 40px;
        border-radius: 0;
        border-left: 4px solid var(--press-theme-color); } }
    .press-modal__nav .press-release-theme {
      margin-right: 18px; }
    .press-modal__nav__link {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 512;
      font-variation-settings: 'wght' 512;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.8rem;
      letter-spacing: 0.045em;
      text-transform: uppercase;
      cursor: pointer;
      opacity: 0.4;
      transition: opacity 250ms cubic-bezier(0, 0, 0.3, 1);
      white-space: nowrap;
      display: none; }
      @media only screen and (min-width: 768px) {
        .press-modal__nav__link {
          font-size: 1rem;
          line-height: 1.5rem;
          letter-spacing: 0.03em; } }
      @media only screen and (min-width: 768px) {
        .press-modal__nav__link {
          display: block; } }
      .press-modal__nav__link.js-scroll-to-element-active {
        opacity: 1; }
    .press-modal__nav__close-link {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 512;
      font-variation-settings: 'wght' 512;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.8rem;
      letter-spacing: 0.045em;
      display: block;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .press-modal__nav__close-link {
          font-size: 1rem;
          line-height: 1.5rem;
          letter-spacing: 0.03em; } }
      @media only screen and (min-width: 1024px) {
        .press-modal__nav__close-link {
          display: none; } }
  .press-modal__sidebar {
    display: none;
    grid-area: sidebar;
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 512;
    font-variation-settings: 'wght' 512;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.045em;
    background: #000;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    position: fixed;
    width: 180px; }
    @media only screen and (min-width: 768px) {
      .press-modal__sidebar {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.03em; } }
    @media only screen and (min-width: 1024px) {
      .press-modal__sidebar {
        display: flex; } }
    .press-modal__sidebar__back-link {
      text-transform: uppercase;
      color: white;
      height: 90px;
      display: flex;
      align-items: center;
      text-decoration: underline; }
    .press-modal__sidebar__related-pages {
      display: flex;
      gap: 30px;
      flex-direction: column;
      position: absolute;
      padding-bottom: 30px;
      bottom: 15px; }
      .press-modal__sidebar__related-pages__page {
        position: relative;
        height: 90px;
        width: 90px; }
        .press-modal__sidebar__related-pages__page img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .press-modal__sidebar__related-pages__page .press-format {
          content: attr(data-format);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.65);
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: 1;
          transition: opacity 250ms cubic-bezier(0, 0, 0.3, 1); }
        .press-modal__sidebar__related-pages__page.highlighted .press-format {
          opacity: 0; }
    .press-modal__sidebar__explore {
      position: absolute;
      top: 100vh;
      font-size: 1.2rem;
      color: white; }
  .press-modal__content {
    grid-area: content;
    background-color: #eeebe5;
    overflow-y: scroll;
    overflow-x: hidden; }
    @media only screen and (min-width: 1024px) {
      .press-modal__content__body {
        border-left: 4px solid var(--press-theme-color);
        min-height: 80vh;
        padding-bottom: 200px; } }
    @media only screen and (min-width: 1280px) {
      .press-modal__content__body {
        padding-bottom: 300px; } }
    .press-modal__content__footer {
      display: flex;
      align-items: stretch;
      padding: 0;
      background-color: #181818;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .press-modal__content__footer {
          flex-direction: row; } }
      @media only screen and (min-width: 1024px) {
        .press-modal__content__footer {
          position: fixed;
          top: 100vh;
          border-right: calc(50vw - 750px) solid #181818;
          z-index: 1;
          width: calc(100vw - 180px);
          max-width: 1500px;
          box-sizing: content-box; } }
      @media only screen and (min-width: 1680px) {
        .press-modal__content__footer {
          width: calc(50vw + 750px); } }
      .press-modal__content__footer.with-transition {
        transition: bottom 250ms cubic-bezier(0, 0, 0.3, 1); }
      .press-modal__content__footer__block {
        flex: 1;
        color: white;
        padding: 30px 20px;
        position: relative;
        transition: color 250ms cubic-bezier(0, 0, 0.3, 1), background-color 250ms cubic-bezier(0, 0, 0.3, 1);
        background-color: #181818; }
        .press-modal__content__footer__block .footer-formats,
        .press-modal__content__footer__block .footer-title,
        .press-modal__content__footer__block .footer-text {
          position: relative;
          z-index: 1; }
        .press-modal__content__footer__block .footer-title {
          padding-bottom: 50px; }
          .press-modal__content__footer__block .footer-title .first-line div.rich-text p.title-abcdiatype,
          .press-modal__content__footer__block .footer-title .first-line div.rich-text h3.title-abcdiatype {
            font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-variation-settings: 'wght' 400;
            font-style: normal;
            font-size: 4.1rem;
            line-height: 3.7rem;
            letter-spacing: 0em; }
            @media only screen and (min-width: 768px) {
              .press-modal__content__footer__block .footer-title .first-line div.rich-text p.title-abcdiatype,
              .press-modal__content__footer__block .footer-title .first-line div.rich-text h3.title-abcdiatype {
                font-size: 3.3rem;
                line-height: 3rem;
                letter-spacing: 0em; } }
            @media only screen and (min-width: 1280px) {
              .press-modal__content__footer__block .footer-title .first-line div.rich-text p.title-abcdiatype,
              .press-modal__content__footer__block .footer-title .first-line div.rich-text h3.title-abcdiatype {
                font-size: 4.1rem;
                line-height: 3.7rem;
                letter-spacing: 0em; } }
          .press-modal__content__footer__block .footer-title .second-line div.rich-text p.title-text-bradford,
          .press-modal__content__footer__block .footer-title .second-line div.rich-text h3.title-text-bradford {
            font-family: BradfordLLWeb-Light, Garamond, serif;
            font-weight: 400;
            font-style: normal;
            font-size: 4.5rem;
            line-height: 3.8rem;
            letter-spacing: 0em; }
            .press-modal__content__footer__block .footer-title .second-line div.rich-text p.title-text-bradford i,
            .press-modal__content__footer__block .footer-title .second-line div.rich-text p.title-text-bradford em,
            .press-modal__content__footer__block .footer-title .second-line div.rich-text h3.title-text-bradford i,
            .press-modal__content__footer__block .footer-title .second-line div.rich-text h3.title-text-bradford em {
              font-family: BradfordLLWeb-LightItalic, Garamond, serif;
              font-weight: 400;
              font-style: italic; }
            .press-modal__content__footer__block .footer-title .second-line div.rich-text p.title-text-bradford i,
            .press-modal__content__footer__block .footer-title .second-line div.rich-text h3.title-text-bradford i {
              font-family: BradfordLLWeb-LightItalic, Garamond, serif;
              font-weight: 400;
              font-style: italic; }
            @media only screen and (min-width: 768px) {
              .press-modal__content__footer__block .footer-title .second-line div.rich-text p.title-text-bradford,
              .press-modal__content__footer__block .footer-title .second-line div.rich-text h3.title-text-bradford {
                font-size: 3.3rem;
                line-height: 3rem;
                letter-spacing: 0em; } }
            @media only screen and (min-width: 1280px) {
              .press-modal__content__footer__block .footer-title .second-line div.rich-text p.title-text-bradford,
              .press-modal__content__footer__block .footer-title .second-line div.rich-text h3.title-text-bradford {
                font-size: 4.5rem;
                line-height: 3.8rem;
                letter-spacing: 0em; } }
        .press-modal__content__footer__block .footer-text {
          display: none; }
          @media only screen and (min-width: 1280px) {
            .press-modal__content__footer__block .footer-text {
              display: block; } }
          .press-modal__content__footer__block .footer-text,
          .press-modal__content__footer__block .footer-text .rich-text p {
            font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-variation-settings: 'wght' 400;
            font-style: normal;
            font-size: 1.6rem;
            line-height: 2rem;
            letter-spacing: 0em; }
            @media only screen and (min-width: 768px) {
              .press-modal__content__footer__block .footer-text,
              .press-modal__content__footer__block .footer-text .rich-text p {
                font-size: 1.4rem;
                line-height: 1.8rem;
                letter-spacing: 0em; } }
        .press-modal__content__footer__block .footer-formats {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          padding-top: 12px;
          gap: 12px; }
          .press-modal__content__footer__block .footer-formats .press-format {
            color: var(--press-theme-text-color); }
        .press-modal__content__footer__block:after {
          content: ' ';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: var(--press-theme-color);
          transition: height 250ms cubic-bezier(0, 0, 0.3, 1); }
        @media only screen and (min-width: 1024px) {
          .press-modal__content__footer__block {
            padding: 30px; } }
        @media only screen and (min-width: 1280px) {
          .press-modal__content__footer__block .footer-text,
          .press-modal__content__footer__block .footer-formats {
            opacity: 0;
            transition: opacity 250ms cubic-bezier(0, 0, 0.3, 1); }
          .press-modal__content__footer__block:hover {
            color: var(--press-theme-text-color);
            background-color: var(--press-theme-color); }
            .press-modal__content__footer__block:hover:after {
              height: 100%; }
            .press-modal__content__footer__block:hover .footer-formats,
            .press-modal__content__footer__block:hover .footer-text {
              opacity: 1; }
          .press-modal__content__footer__block.press-theme-light:hover {
            color: #ffffff; }
          .press-modal__content__footer__block.press-theme-dark:hover {
            color: #181818; }
            .press-modal__content__footer__block.press-theme-dark:hover .dark-icon {
              display: block; }
            .press-modal__content__footer__block.press-theme-dark:hover .bright-icon {
              display: none; } }

.search-page .search-form {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
  .search-page .search-form__input, .search-page .search-form__input:hover, .search-page .search-form__input:focus, .search-page .search-form__input:-webkit-autofill, .search-page .search-form__input:-webkit-autofill:hover, .search-page .search-form__input:-webkit-autofill:focus {
    border: 0;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px 50px 10px 0;
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    background-color: transparent;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .search-page .search-form__input, .search-page .search-form__input:hover, .search-page .search-form__input:focus, .search-page .search-form__input:-webkit-autofill, .search-page .search-form__input:-webkit-autofill:hover, .search-page .search-form__input:-webkit-autofill:focus {
        font-size: 5.3rem;
        letter-spacing: 0.02em;
        line-height: 6.3rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-form__input, .search-page .search-form__input:hover, .search-page .search-form__input:focus, .search-page .search-form__input:-webkit-autofill, .search-page .search-form__input:-webkit-autofill:hover, .search-page .search-form__input:-webkit-autofill:focus {
        font-size: 6.5rem;
        line-height: 7.8rem; } }
  .search-page .search-form__input::placeholder {
    color: #7f7f7f; }
  .search-page .search-form__button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-11px); }
    .search-page .search-form__button__icon {
      max-width: 100%;
      width: 45px;
      height: 22px; }
      .search-page .search-form__button__icon path {
        stroke: #181818; }

.search-page .search-result {
  margin-top: 64px; }
  @media only screen and (min-width: 1024px) {
    .search-page .search-result {
      margin-top: 120px; } }
  .search-page .search-result__count {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 24px; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__count {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__count {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__count {
        margin-top: 32px; } }
  .search-page .search-result__category {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    padding-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__category {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .search-page .search-result__title {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: inline; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__title {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__title {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
  .search-page .search-result__anchor {
    border-bottom: 1px solid transparent;
    transition: border-bottom 250ms ease; }
    .search-page .search-result__anchor:hover {
      border-bottom: 1px solid #e42313; }
    .search-page .search-result__anchor--external {
      position: relative; }
      .search-page .search-result__anchor--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .search-page .search-result__anchor--external:after {
        bottom: 0;
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
        vertical-align: -webkit-baseline-middle;
        padding: 14px 14px 0 0;
        margin-left: 8px;
        width: 0;
        height: 0; }
        @media only screen and (min-width: 768px) {
          .search-page .search-result__anchor--external:after {
            padding: 19px 19px 0 0; } }
  .search-page .search-result__item {
    border-bottom: 1px solid rgba(24, 24, 24, 0.12);
    transition: border-bottom 250ms ease;
    margin-bottom: 32px;
    padding-bottom: 32px; }
    .search-page .search-result__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__item {
        margin-bottom: 64px;
        padding-bottom: 64px; } }
  .search-page .search-result__description {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    display: block;
    margin-top: 16px; }
    @media only screen and (min-width: 768px) {
      .search-page .search-result__description {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .search-page .search-result__description {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .search-page .search-result__image {
    max-width: 100%;
    width: 100%; }
    .search-page .search-result__image-container {
      padding-top: 32px; }
      @media only screen and (min-width: 768px) {
        .search-page .search-result__image-container {
          padding-top: 0; } }
    .search-page .search-result__image-row {
      align-content: center;
      height: 100%; }
    .search-page .search-result__image-link {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .search-page .search-result__image-link {
          width: auto; } }

.team-members {
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .team-members {
      margin-bottom: 120px; } }
  .team-members__wrapper {
    margin-top: 120px;
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
    width: 100%; }
    .team-members__wrapper .js-team-member-form {
      display: none; }
    .team-members__wrapper.-scroll-active {
      opacity: 1;
      transform: none; }
    @media only screen and (min-width: 1024px) {
      .team-members__wrapper {
        margin-top: 240px; } }
  .team-members__roles {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2.8rem;
    text-transform: capitalize; }
    @media only screen and (min-width: 768px) {
      .team-members__roles {
        font-size: 2.8rem;
        line-height: 3.8rem; } }
    @media only screen and (min-width: 1024px) {
      .team-members__roles {
        font-size: 3.2rem;
        line-height: 4.4rem; } }
    .team-members__roles__role {
      border-bottom: 1px solid transparent;
      display: inline-block;
      cursor: pointer;
      margin-right: 24px; }
      .team-members__roles__role:last-child {
        margin-right: 0; }
      .team-members__roles__role.-active {
        border-bottom: 1px solid #181818; }
  .team-members__horizontal-rule {
    margin: 24px 0;
    border: none;
    border-bottom: 1px solid rgba(24, 24, 24, 0.12); }
    @media only screen and (min-width: 768px) {
      .team-members__horizontal-rule {
        margin: 32px 0; } }

.filters {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 64px; }
  @media only screen and (min-width: 768px) {
    .filters {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    .filters {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 768px) {
    .filters {
      margin-bottom: 80px; } }
  .filters__label {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .filters__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__label {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__label {
        display: inline;
        margin-bottom: 0; } }
  .filters__lead-in {
    margin-bottom: 8px; }
    @media only screen and (min-width: 1024px) {
      .filters__lead-in {
        display: inline;
        margin-bottom: 0; } }
  .filters__select-wrapper {
    position: relative; }
  .filters__select {
    margin: 0;
    border: 1px solid #181818;
    border-radius: 100px;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: block;
    width: 66.66667vw;
    padding: 6px 34px 6px 16px;
    margin-right: 20px;
    margin-top: 12px;
    -webkit-appearance: none;
    background-image: url("/static/svg/arrow_down.5aac0a6f1bb0.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px); }
    @media only screen and (min-width: 768px) {
      .filters__select {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__select {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 768px) {
      .filters__select {
        display: inline-block;
        margin-left: 12px;
        margin-top: 0;
        width: auto;
        line-height: 1.4em; } }
  .filters__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  .filters__apply-button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    margin-top: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.4em; }
    @media only screen and (min-width: 768px) {
      .filters__apply-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .filters__apply-button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .filters__apply-button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .filters__apply-button {
        min-width: 100px;
        padding: 6px 32px; } }
    .filters__apply-button:disabled {
      border-color: #181818; }
    .filters__apply-button:enabled:hover, .filters__apply-button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .filters__apply-button:enabled:focus, .filters__apply-button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .filters__apply-button {
        line-height: 1.4em; } }
    @media only screen and (min-width: 1024px) {
      .filters__apply-button {
        margin-top: 0; } }
  @media only screen and (min-width: 1100px) {
    .filters {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; } }
  @media only screen and (min-width: 1100px) and (min-width: 768px) {
    .filters {
      font-size: 2.2rem;
      line-height: 3.3rem; } }
  @media only screen and (min-width: 1100px) and (min-width: 1024px) {
    .filters {
      font-size: 2.4rem;
      line-height: 3.6rem; } }

.team-member {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  display: block;
  align-items: baseline;
  margin-right: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) {
    .team-member {
      font-size: 5.3rem;
      letter-spacing: 0.02em;
      line-height: 6.3rem; } }
  @media only screen and (min-width: 1024px) {
    .team-member {
      font-size: 6.5rem;
      line-height: 7.8rem; } }
  @media only screen and (min-width: 768px) {
    .team-member {
      display: inline; } }
  .team-member__photo {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    overflow: hidden;
    border-radius: 100%;
    transition: opacity 250ms ease;
    margin-top: -10px; }
    @media only screen and (min-width: 768px) {
      .team-member__photo {
        width: 50px;
        height: 50px;
        margin-top: -20px; } }
  .team-member__img {
    width: 100%;
    height: 100%; }
  .team-member__name {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    line-height: 2.4rem;
    transition: opacity 250ms ease, border-bottom 250ms ease; }
    @media only screen and (min-width: 768px) {
      .team-member__name {
        line-height: 4.8rem; } }
  .team-member--nowrap {
    white-space: nowrap; }
  .team-member.-inactive {
    pointer-events: none;
    display: inline; }
    .team-member.-inactive .team-member__photo,
    .team-member.-inactive .team-member__name {
      opacity: 0.2; }
  .team-member.-hidden {
    display: none; }
  .team-member:hover .team-member__name, .team-member:active .team-member__name {
    border-bottom: 1px solid #e42313; }

.template-team-member .page-hero__inner-wrapper .col-xs-20 {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .template-team-member .page-hero__inner-wrapper .col-xs-20 {
      display: block; } }

.template-team-member .body-copy {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  margin-top: 0 !important;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .body-copy {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .body-copy {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .body-copy {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .body-copy {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .body-copy {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .body-copy {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .body-copy h3:not(:first-child) {
    margin-top: calc(64px - 16px); }
  .template-team-member .body-copy cite {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.07em;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy cite {
        font-size: 1.55rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .body-copy cite {
        font-size: 1.7rem; } }
  .template-team-member .body-copy--bio {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy--bio {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .template-team-member .body-copy--bio p {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .template-team-member .body-copy--bio p {
          font-size: 2.2rem;
          line-height: 3.3rem; } }
      @media only screen and (min-width: 1024px) {
        .template-team-member .body-copy--bio p {
          font-size: 2.4rem;
          line-height: 3.6rem; } }
  .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        padding-top: 80px;
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .body-copy.-bg-color-charcoal + .body-copy--bio {
        padding-top: 120px;
        padding-bottom: 120px; } }

.template-team-member .team-member-contact {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-contact {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-contact {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-contact {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-contact {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-contact {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-contact {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-contact__col {
    margin-bottom: 32px; }
    .template-team-member .team-member-contact__col:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact__col {
        margin-bottom: 0; } }
  .template-team-member .team-member-contact__header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 8px;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-contact__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .team-member-contact__header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact__header {
        margin-bottom: 16px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-contact__item {
      margin-bottom: 8px; }
      .template-team-member .team-member-contact__item:last-child {
        margin-bottom: 0; } }
  .template-team-member .team-member-contact__link {
    border-bottom: 1px solid #ffffff;
    transition: border-bottom 250ms ease; }
    .template-team-member .team-member-contact__link:hover {
      border-bottom: 1px solid #e42313; }
    .template-team-member .team-member-contact__link--external {
      position: relative; }
      .template-team-member .team-member-contact__link--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
      .template-team-member .team-member-contact__link--external:after {
        background-image: url("/static/svg/external_link_white.b29f94c050a7.svg"); }
  .template-team-member .team-member-contact + .-bg-color-charcoal {
    padding-top: 0;
    padding-left: 8.33333vw;
    padding-right: 8.33333vw; }
    @media only screen and (min-width: 0) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 0) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        padding-bottom: 80px; } }
    @media only screen and (min-width: 1280px) {
      .template-team-member .team-member-contact + .-bg-color-charcoal {
        padding-bottom: 120px; } }

.template-team-member .relationship-list-intro {
  font-family: "Glypha LT Pro", "serif";
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 4rem;
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list-intro {
      font-size: 5.3rem;
      letter-spacing: 0.02em;
      line-height: 6.3rem; } }
  @media only screen and (min-width: 1024px) {
    .template-team-member .relationship-list-intro {
      font-size: 6.5rem;
      line-height: 7.8rem; } }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list-intro {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list-intro {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list-intro {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list-intro {
      padding-top: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list-intro {
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list-intro {
      padding-top: 120px; } }
  .template-team-member .relationship-list-intro__body a {
    border-color: #e42313; }
    .template-team-member .relationship-list-intro__body a:hover {
      border-color: #181818; }

.template-team-member .relationship-list {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw; }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .relationship-list {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .relationship-list {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .relationship-list {
      margin-bottom: 120px; } }
  .template-team-member .relationship-list__table {
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__table {
        margin-bottom: 80px; } }
  .template-team-member .relationship-list__table-header-row {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(24, 24, 24, 0.2); }
  .template-team-member .relationship-list__table-header {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #181818; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__table-header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .relationship-list__table-header {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
  .template-team-member .relationship-list__column {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    padding-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__column {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .relationship-list__column {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
    .template-team-member .relationship-list__column:last-of-type {
      padding-bottom: unset; }
    .template-team-member .relationship-list__column--no-sector {
      display: none; }
    .template-team-member .relationship-list__column--sector {
      padding-bottom: 8px; }
    @media only screen and (min-width: 1280px) {
      .template-team-member .relationship-list__column {
        padding-bottom: unset; }
        .template-team-member .relationship-list__column--no-sector {
          display: block; }
        .template-team-member .relationship-list__column--sector {
          padding-bottom: unset; } }
    .template-team-member .relationship-list__column-wrapper {
      padding: 24px 0; }
      @media only screen and (min-width: 768px) {
        .template-team-member .relationship-list__column-wrapper {
          margin-top: 64px;
          padding: 0;
          border: none; } }
      @media only screen and (min-width: 1280px) {
        .template-team-member .relationship-list__column-wrapper {
          margin-top: 32px; } }
      .template-team-member .relationship-list__column-wrapper.-hidden {
        display: none; }
    .template-team-member .relationship-list__column--name {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-size: 2.3rem;
      font-weight: 300;
      line-height: 2.8rem; }
      @media only screen and (min-width: 768px) {
        .template-team-member .relationship-list__column--name {
          font-size: 2.8rem;
          line-height: 3.8rem; } }
      @media only screen and (min-width: 1024px) {
        .template-team-member .relationship-list__column--name {
          font-size: 3.2rem;
          line-height: 4.4rem; } }
  .template-team-member .relationship-list__link {
    border-bottom: 1px solid currentColor; }
    .template-team-member .relationship-list__link:hover {
      border-color: #e42313; }
    .template-team-member .relationship-list__link--external {
      position: relative; }
      .template-team-member .relationship-list__link--external:after {
        content: '';
        background-image: url("/static/svg/external_link.935d0ed641f7.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        padding-left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        left: 100%; }
    .template-team-member .relationship-list__link-ticker {
      font-family: "Univers", "Helvetica", "sans-serif";
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2.3rem; }
      @media only screen and (min-width: 768px) {
        .template-team-member .relationship-list__link-ticker {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
      @media only screen and (min-width: 1024px) {
        .template-team-member .relationship-list__link-ticker {
          font-size: 1.7rem;
          line-height: 2.6rem; } }
  .template-team-member .relationship-list__button {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .relationship-list__button {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    .template-team-member .relationship-list__button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button {
        min-width: 100px;
        padding: 6px 32px; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button {
        border-radius: 101px;
        min-width: 218px;
        padding: 20px 77px; } }
    .template-team-member .relationship-list__button:disabled {
      border-color: #181818; }
    .template-team-member .relationship-list__button:enabled:hover, .template-team-member .relationship-list__button.button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    .template-team-member .relationship-list__button:enabled:focus, .template-team-member .relationship-list__button.button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    @media only screen and (min-width: 768px) {
      .template-team-member .relationship-list__button-wrapper {
        text-align: center; } }
    .template-team-member .relationship-list__button-text--expanded {
      display: none; }
    .template-team-member .relationship-list__button.-active .relationship-list__button-text--collapsed {
      display: none; }
    .template-team-member .relationship-list__button.-active .relationship-list__button-text--expanded {
      display: inline; }

.template-team-member__inner-wrapper {
  /* stylelint-disable-next-line no-descending-specificity */ }
  .template-team-member__inner-wrapper a:hover {
    color: #e42313;
    border-color: #e42313; }

.template-team-member .team-member-about-member {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-about-member {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-about-member {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-about-member {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-about-member {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-about-member {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-about-member {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-about-member .tabbed-blocks__nav {
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-about-member .tabbed-blocks__nav {
        margin-bottom: 80px; } }

.template-team-member .team-member-links {
  margin-top: 24px;
  order: 3;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-links {
      float: right;
      margin-top: 0; } }
  .template-team-member .team-member-links__item {
    margin-right: 16px;
    /* stylelint-disable-next-line no-descending-specificity */ }
    .template-team-member .team-member-links__item a {
      width: 48px;
      height: 48px;
      border: 1px solid #181818;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 0;
      transition: background-color cubic-bezier(0, 0, 0.3, 1) 100ms; }
      .template-team-member .team-member-links__item a svg {
        transition: fill cubic-bezier(0, 0, 0.3, 1) 100ms; }
      .template-team-member .team-member-links__item a:hover {
        background-color: #181818; }
        .template-team-member .team-member-links__item a:hover svg {
          fill: #eeebe5; }
    .template-team-member .team-member-links__item:last-child {
      margin-right: 0; }

.template-team-member .team-member-perspectives {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-perspectives {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-perspectives {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-perspectives {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-perspectives {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-perspectives {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-perspectives {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-perspectives .section-title {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-perspectives .section-title {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .team-member-perspectives .section-title {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
  .template-team-member .team-member-perspectives .perspectives-section-block {
    --iv-background-color: #eeebe5;
    padding: 0;
    border-bottom: none; }
    .template-team-member .team-member-perspectives .perspectives-section-block .perspectives-carousel {
      margin: 0; }
  .template-team-member .team-member-perspectives .featured-posts__cta-button-wrapper {
    text-align: left; }
  .template-team-member .team-member-perspectives .featured-posts__cta-button {
    color: #181818; }

.template-team-member .team-member-video {
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-video {
      padding-top: 64px; } }
  @media only screen and (min-width: 1920px) {
    .template-team-member .team-member-video {
      padding-top: 80px; } }
  .template-team-member .team-member-video .video__description {
    padding-top: 2rem; }

.template-team-member .team-member-external-news {
  padding-left: 8.33333vw;
  padding-right: 8.33333vw;
  border-top: 1px solid rgba(24, 24, 24, 0.12); }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-external-news {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-external-news {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-external-news {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (min-width: 0) {
    .template-team-member .team-member-external-news {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px) {
    .template-team-member .team-member-external-news {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1280px) {
    .template-team-member .team-member-external-news {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .template-team-member .team-member-external-news .section-title {
    font-family: "Glypha LT Pro", "serif";
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-external-news .section-title {
        font-size: 4.3rem;
        letter-spacing: 0.02em;
        line-height: 5.4rem; } }
    @media only screen and (min-width: 1024px) {
      .template-team-member .team-member-external-news .section-title {
        font-size: 5.4rem;
        line-height: 6.8rem; } }
    @media only screen and (min-width: 768px) {
      .template-team-member .team-member-external-news .section-title {
        margin-bottom: 80px; } }

/* Newsletter / Styles */
#popup_wrapper {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  animation: popup_slide_in 1400ms forwards; }
  #popup_wrapper > .row {
    background-color: #eeebe5;
    border-top: 1px solid rgba(24, 24, 24, 0.12);
    padding: 32px 0; }
  #popup_wrapper .close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: transparent center center no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzE4MTgxOCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLjUxNSAxLjkyOUwxLjkyOS41MTUgMTcuNDg1IDE2LjA3bC0xLjQxNCAxLjQxNHoiLz48cGF0aCBkPSJNLjUxNSAxNi4wNzFMMTYuMDcuNTE1bDEuNDE0IDEuNDE0TDEuOTMgMTcuNDg1eiIvPjwvZz48L3N2Zz4K");
    background-size: 50%;
    cursor: pointer;
    z-index: 100; }
  #popup_wrapper.closing {
    animation: popup_slide_out 1400ms forwards; }

#hubspot_newsletter_form p {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    #hubspot_newsletter_form p {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    #hubspot_newsletter_form p {
      font-size: 1.7rem;
      line-height: 2.6rem; } }

form.newsletter-form input[type='text'] {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  display: inline-block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #181818;
  padding: 5px;
  width: 100%;
  max-width: 400px;
  outline: none;
  margin-bottom: 16px;
  opacity: 0.8;
  transition: opacity 250ms ease;
  line-height: 42px; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='text'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    form.newsletter-form input[type='text'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='text'] {
      line-height: 29px; } }
  form.newsletter-form input[type='text']:focus {
    opacity: 1; }
  form.newsletter-form input[type='text'].-hidden {
    display: none; }
  form.newsletter-form input[type='text']:-webkit-autofill, form.newsletter-form input[type='text']:-webkit-autofill:hover, form.newsletter-form input[type='text']:-webkit-autofill:focus, form.newsletter-form input[type='text']:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #eeebe5 inset !important;
    -webkit-text-fill-color: black !important; }

form.newsletter-form input[type='submit'] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  letter-spacing: 0.03em;
  border-radius: 36px;
  min-width: 162px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
  color: #181818;
  border: 1px solid #e42313;
  vertical-align: top; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='submit'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    form.newsletter-form input[type='submit'] {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  form.newsletter-form input[type='submit']:disabled {
    opacity: 0.25;
    cursor: not-allowed; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form input[type='submit'] {
      min-width: 100px;
      padding: 6px 32px; } }
  form.newsletter-form input[type='submit']:disabled {
    border-color: #181818; }
  form.newsletter-form input[type='submit']:enabled:hover, form.newsletter-form input[type='submit'].button-label:hover {
    background-color: #e42313;
    color: #ffffff; }
  form.newsletter-form input[type='submit']:enabled:focus, form.newsletter-form input[type='submit'].button-label:focus {
    background-color: #e42313;
    color: #ffffff;
    outline: none; }
  form.newsletter-form input[type='submit'].-hidden {
    display: none; }

form.newsletter-form input[type='text'] + input[type='submit'] {
  margin-left: 32px; }

form.newsletter-form span.message {
  font-family: "Univers", "Helvetica", "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 16px;
  vertical-align: bottom;
  animation: form_error_fade 250ms forwards;
  display: block; }
  @media only screen and (min-width: 768px) {
    form.newsletter-form span.message {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  @media only screen and (min-width: 1024px) {
    form.newsletter-form span.message {
      font-size: 1.7rem;
      line-height: 2.6rem; } }
  form.newsletter-form span.message.error {
    color: #fa645a; }
  form.newsletter-form span.message.success {
    color: #181818; }

@keyframes popup_slide_in {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }

@keyframes popup_slide_out {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }

@keyframes form_error_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#popup_wrapper .-bg-color-charcoal {
  background-color: #181818;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.12); }
  #popup_wrapper .-bg-color-charcoal + .close {
    filter: invert(1); }
  #popup_wrapper .-bg-color-charcoal span.message.success {
    color: white; }
  #popup_wrapper .-bg-color-charcoal input[type='text'] {
    border-bottom: 1px solid #eeebe5;
    color: white; }
    #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill, #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill:hover, #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill:focus, #popup_wrapper .-bg-color-charcoal input[type='text']:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #181818 inset !important;
      -webkit-text-fill-color: white !important; }
  #popup_wrapper .-bg-color-charcoal input[type='submit'] {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #ffffff;
    border: 1px solid #e42313;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      #popup_wrapper .-bg-color-charcoal input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      #popup_wrapper .-bg-color-charcoal input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      #popup_wrapper .-bg-color-charcoal input[type='submit'] {
        min-width: 100px;
        padding: 6px 32px; } }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:disabled {
      border-color: #ffffff; }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:enabled:hover, #popup_wrapper .-bg-color-charcoal input[type='submit'].button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    #popup_wrapper .-bg-color-charcoal input[type='submit']:enabled:focus, #popup_wrapper .-bg-color-charcoal input[type='submit'].button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    #popup_wrapper .-bg-color-charcoal input[type='submit'].-hidden {
      display: none; }

.newsletter__unsubscribe__wrapper {
  margin-top: 120px;
  padding-bottom: 64px;
  transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  transform: translateY(30px); }
  .newsletter__unsubscribe__wrapper.-scroll-active {
    opacity: 1;
    transform: none; }
  @media only screen and (min-width: 1024px) {
    .newsletter__unsubscribe__wrapper {
      margin-top: 240px; } }
  .newsletter__unsubscribe__wrapper p {
    font-family: "Univers", "Helvetica", "sans-serif";
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .newsletter__unsubscribe__wrapper p {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1024px) {
      .newsletter__unsubscribe__wrapper p {
        font-size: 2.4rem;
        line-height: 3.6rem; } }
  .newsletter__unsubscribe__wrapper a {
    color: #e42313; }

/* TeamPlan / Styles */
body.feedback-page {
  background-color: #ffffff; }

body .feedback {
  background-color: #ffffff; }
  body .feedback__wrapper {
    padding-bottom: 64px;
    transition: opacity 700ms cubic-bezier(0, 0, 0.3, 1), transform 700ms cubic-bezier(0, 0, 0.3, 1);
    opacity: 0;
    transform: translateY(30px); }
    body .feedback__wrapper.-scroll-active {
      opacity: 1;
      transform: none; }
    body .feedback__wrapper p {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 2.3rem;
      letter-spacing: 0em;
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        body .feedback__wrapper p {
          font-size: 3.2rem;
          line-height: 4.4rem;
          letter-spacing: 0em; } }
    body .feedback__wrapper a {
      color: #e42313; }
      body .feedback__wrapper a.product-hunt-link {
        color: #181818;
        display: inline-block;
        margin-top: 64px;
        border-bottom: 1px solid #181818; }
        body .feedback__wrapper a.product-hunt-link:hover {
          border-bottom: 1px solid #e42313; }
  body .feedback .page-hero {
    padding-top: 10vh; }
    body .feedback .page-hero:not(.-bg-color-charcoal) + :not(.-bg-color-charcoal) {
      margin-top: 24px; }
    body .feedback .page-hero.__subhead--tagline {
      margin-bottom: 64px; }
    body .feedback .page-hero .feedback-headline h1 {
      font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
      font-style: normal;
      font-size: 4.5rem;
      line-height: 3.825rem;
      letter-spacing: -0.04em; }
      @media only screen and (min-width: 768px) {
        body .feedback .page-hero .feedback-headline h1 {
          font-size: 5.6rem;
          line-height: 4.76rem;
          letter-spacing: -0.04em; } }
      body .feedback .page-hero .feedback-headline h1 i {
        font-family: BradfordLLWeb-LightItalic, Garamond, serif;
        font-weight: 400;
        font-style: italic; }
  body .feedback .feedback-thanks .page-hero__headline {
    margin-top: 30vh; }
  body .feedback form.feedback-form fieldset legend {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal; }
    body .feedback form.feedback-form fieldset legend i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
  body .feedback form.feedback-form div label {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal; }
    body .feedback form.feedback-form div label i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
  body .feedback form.feedback-form input[type='text'], body .feedback form.feedback-form textarea {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    display: inline-block;
    background: transparent;
    padding: 5px;
    outline: none;
    margin-bottom: 16px;
    opacity: 0.8;
    transition: opacity 250ms ease;
    line-height: 29px;
    font-size: 22px; }
    body .feedback form.feedback-form input[type='text'] i, body .feedback form.feedback-form textarea i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    body .feedback form.feedback-form input[type='text']:focus, body .feedback form.feedback-form textarea:focus {
      opacity: 1; }
    body .feedback form.feedback-form input[type='text'].-hidden, body .feedback form.feedback-form textarea.-hidden {
      display: none; }
    body .feedback form.feedback-form input[type='text']:-webkit-autofill, body .feedback form.feedback-form input[type='text']:-webkit-autofill:hover, body .feedback form.feedback-form input[type='text']:-webkit-autofill:focus, body .feedback form.feedback-form input[type='text']:-webkit-autofill:active, body .feedback form.feedback-form textarea:-webkit-autofill, body .feedback form.feedback-form textarea:-webkit-autofill:hover, body .feedback form.feedback-form textarea:-webkit-autofill:focus, body .feedback form.feedback-form textarea:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #eeebe5 inset !important;
      -webkit-text-fill-color: black !important; }
  body .feedback form.feedback-form input[type='text'] {
    border: none;
    border-bottom: 1px solid #181818; }
  body .feedback form.feedback-form textarea {
    border: 1px solid #181818;
    resize: none;
    overflow: hidden; }
  body .feedback form.feedback-form input[type='number'], body .feedback form.feedback-form input[type='text'], body .feedback form.feedback-form select, body .feedback form.feedback-form textarea {
    width: 100%;
    max-width: 400px; }
  body .feedback form.feedback-form input[type='submit'] {
    -webkit-font-smoothing: antialiased;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    font-family: "Univers", "Helvetica", "sans-serif";
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
    letter-spacing: 0.03em;
    border-radius: 36px;
    min-width: 162px;
    padding: 14px 32px;
    text-decoration: none;
    transition: background-color 250ms linear, color 250ms linear, opacity 250ms linear;
    color: #181818;
    border: 1px solid #e42313;
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    margin-top: 1lh;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      body .feedback form.feedback-form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    @media only screen and (min-width: 1024px) {
      body .feedback form.feedback-form input[type='submit'] {
        font-size: 1.7rem;
        line-height: 2.6rem; } }
    body .feedback form.feedback-form input[type='submit']:disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media only screen and (min-width: 768px) {
      body .feedback form.feedback-form input[type='submit'] {
        min-width: 100px;
        padding: 6px 32px; } }
    body .feedback form.feedback-form input[type='submit']:disabled {
      border-color: #181818; }
    body .feedback form.feedback-form input[type='submit']:enabled:hover, body .feedback form.feedback-form input[type='submit'].button-label:hover {
      background-color: #e42313;
      color: #ffffff; }
    body .feedback form.feedback-form input[type='submit']:enabled:focus, body .feedback form.feedback-form input[type='submit'].button-label:focus {
      background-color: #e42313;
      color: #ffffff;
      outline: none; }
    body .feedback form.feedback-form input[type='submit'] i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    body .feedback form.feedback-form input[type='submit'].-hidden {
      display: none; }
  body .feedback form.feedback-form input[type='text'] + input[type='submit'] {
    margin-left: 32px; }
  @media only screen and (min-width: 768px) {
    body .feedback form.feedback-form #id_rating {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      max-width: 700px; } }
  body .feedback form.feedback-form div:has(> label[for='id_company_headcount_0']) {
    display: none; }
  body .feedback form.feedback-form span.message {
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal;
    margin-bottom: 16px;
    animation: form_error_fade 250ms forwards;
    display: block; }
    body .feedback form.feedback-form span.message i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    body .feedback form.feedback-form span.message.error {
      color: #fa645a; }
    body .feedback form.feedback-form span.message.success {
      color: #181818; }
  body .feedback form.feedback-form label {
    display: block;
    margin-top: 1lh; }
  body .feedback form.feedback-form fieldset {
    margin-bottom: 16px;
    margin-top: 1lh;
    padding: 5px; }
  body .feedback form.feedback-form fieldset label {
    margin-top: 0; }
  body .feedback form.feedback-form .no-break {
    white-space: nowrap; }
    body .feedback form.feedback-form .no-break .required-asterisk {
      color: #e42313; }
  body .feedback a.product-hunt-link {
    color: #181818;
    display: inline-block;
    margin-top: 64px;
    border-bottom: 1px solid #181818;
    font-family: ABCDiatypeVariable, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    font-style: normal; }
    body .feedback a.product-hunt-link i {
      font-family: BradfordLLWeb-LightItalic, Garamond, serif;
      font-weight: 400;
      font-style: italic; }
    body .feedback a.product-hunt-link:hover {
      border-bottom: 1px solid #e42313; }

/* Styles for third-party libraries */
/* Styles for general helper classes */
.-off-screen {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap; }

.-hidden,
.-inactive {
  display: none; }

.-visible {
  display: block; }

.nowrap {
  white-space: nowrap; }

.hide-scrollbars {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .hide-scrollbars::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }

:root {
  --iv-background-color: #ffffff;
  --iv-text-color: #181818;
  --iv-highlight-color: #e42313; }

.-bg-color-charcoal {
  --iv-background-color: #181818;
  --iv-text-color: #ffffff;
  --iv-highlight-color: #e42313; }
