@charset "UTF-8";
.animated {
  animation-duration: 5s;
  animation-fill-mode: forwards
}
.animDelay02 {
  animation-delay: .2s
}
.animDelay04 {
  animation-delay: .4s
}
.animDelay06 {
  animation-delay: .6s
}
.animDelay08 {
  animation-delay: .8s
}
.animDelay10 {
  animation-delay: 1s
}
.animDelay12 {
  animation-delay: 1.2s
}
.animDelay14 {
  animation-delay: 1.4s
}
.animDelay20 {
  animation-delay: 2s
}
@keyframes riseUpIn {
  from {
    transform: translate3d(0,100px,0);
    opacity: 0
  }
  to {
    transform: none;
    opacity: 1
  }
}
.riseUpIn {
  animation-name: riseUpIn
}
.rise-element-prep {
  opacity: 0
}
.rise-element.in-view {
  animation-name: riseUpIn;
  animation-duration: 1s
}
.rise-element.out-of-view {
  opacity: 0
}
.hero,
.page-wrapper,
.site-footer,
.site-header,
.zigzag .l-container {
  padding-left: 1.4rem;
  padding-right: 1.4rem
}
@media (min-width:576px) {
  .hero,
  .page-wrapper,
  .site-footer,
  .site-header,
  .zigzag .l-container {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}
.linklist,
.row,
ul.-plain {
  list-style: none;
  margin: 0;
  padding: 0
}
.linklist li,
.row li,
ul.-plain li {
  margin: 0
}
@media (max-width:766px) {
  .cross-link__bg,
  .feature-text,
  .list-grid-section,
  .list-grid.-fullbleed,
  .list-grid__bg,
  .testimonials,
  .testimonials--inline-section,
  .testimonials__bg,
  .text-image,
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    margin: 0 -1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem
  }
}
@media (min-width:576px) and (max-width:767px) {
  .cross-link__bg,
  .feature-text,
  .list-grid-section,
  .list-grid.-fullbleed,
  .list-grid__bg,
  .testimonials,
  .testimonials--inline-section,
  .testimonials__bg,
  .text-image,
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    margin: 0 -2.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem
  }
}
@media (min-width:768px) and (max-width:1054px) {
  .cross-link__bg,
  .feature-text,
  .list-grid-section,
  .list-grid.-fullbleed,
  .list-grid__bg,
  .testimonials,
  .testimonials--inline-section,
  .testimonials__bg,
  .text-image,
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    margin: 0 -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}
@media (min-width:1055px) and (max-width:1199px) {
  .cross-link__bg,
  .feature-text,
  .list-grid-section,
  .list-grid.-fullbleed,
  .list-grid__bg,
  .testimonials,
  .testimonials--inline-section,
  .testimonials__bg,
  .text-image,
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    margin: 0 -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}
@media (min-width:1200px) and (max-width:1356px) {
  .cross-link__bg,
  .feature-text,
  .list-grid-section,
  .list-grid.-fullbleed,
  .list-grid__bg,
  .testimonials,
  .testimonials--inline-section,
  .testimonials__bg,
  .text-image,
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    margin: 0 -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}
@media (min-width:1357px) {
  .cross-link__bg,
  .feature-text,
  .list-grid-section,
  .list-grid.-fullbleed,
  .list-grid__bg,
  .testimonials,
  .testimonials--inline-section,
  .testimonials__bg,
  .text-image,
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%)
  }
}
.visually-hidden {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap
}
.is-focusable.visually-hidden:active,
.is-focusable.visually-hidden:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  white-space: inherit
}
@media (max-width:1054px) {
  .site-footer .social .lt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
  }
  .site-footer .social .is-focusable.lt:active,
  .site-footer .social .is-focusable.lt:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    white-space: inherit
  }
}
@media (min-width:1055px) {
  .dropdown.-mobile-only .dropdown__trigger .icon {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap
  }
  .dropdown.-mobile-only .dropdown__trigger .is-focusable.icon:active,
  .dropdown.-mobile-only .dropdown__trigger .is-focusable.icon:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    white-space: inherit
  }
}
article,
aside,
blockquote,
body,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
iframe,
img,
input,
label,
legend,
li,
menu,
nav,
ol,
p,
section,
select,
ul {
  margin: 0;
  padding: 0
}
* {
  box-sizing: border-box
}
body,
html {
  height: 100%;
  overflow-x: hidden
}
@media screen and (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}
body {
  overflow-x: hidden;
  margin: 0;
  background-color: #fffdf7;
  color: #333;
  height: auto
}
@media (min-width:1357px) {
  body {
    overflow-x: hidden
  }
}
body.no-scrolling {
  overflow: hidden
}
img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: top
}
@media (min-width:768px) {
  svg circle,
  svg path,
  svg rect {
    vector-effect: non-scaling-stroke
  }
}
embed,
iframe,
object {
  max-width: 100%
}
label {
  display: inline-block;
  margin: 0 0 0 1.6rem;
  padding: 0 .4rem;
  background: #fffdf7;
  color: #cb4910;
  font-family: freight-sans-pro,serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5
}
label.checkbox {
  display: block;
  margin: 0;
  padding: .8rem 2rem .8rem 0;
  background: 0 0;
  color: #252b33;
  font-family: freight-sans-pro,serif;
  font-weight: 500
}
input[type=email],
input[type=search],
input[type=text],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 1.6rem;
  padding: 1.4rem 2rem;
  border-radius: .4rem;
  border: solid 1px #5f646b;
  font-family: freight-text-pro,serif;
  font-weight: 500;
  color: #252b33;
  font-size: 1.6rem;
  line-height: 1;
  transition: all .3s ease
}
input[type=email]:focus,
input[type=search]:focus,
input[type=text]:focus,
textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #023366
}
input[type=email].input-validation-error,
input[type=search].input-validation-error,
input[type=text].input-validation-error,
textarea.input-validation-error {
  border-color: #cb4910;
  margin-bottom: .6rem
}
input[type=email].input-validation-error:focus,
input[type=search].input-validation-error:focus,
input[type=text].input-validation-error:focus,
textarea.input-validation-error:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #cb4910
}
textarea {
  min-height: 16rem;
  max-height: 75vh;
  line-height: 1.5;
  resize: vertical
}
label + input[type=email],
label + input[type=search],
label + input[type=text],
label + textarea {
  margin-top: -1.1rem
}
input[type=checkbox],
input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 1.2rem 0 0;
  vertical-align: middle
}
body {
  --scrollbar-width: calc(100vw - 100%);
  width: 100vw
}
.field-validation-error {
  display: block;
  margin-bottom: 1.6rem;
  color: #cb4910;
  font-family: freight-sans-pro,serif
}
html.--modal-open {
  overflow: hidden
}
html.--modal-open body {
  overflow: hidden
}
.test {
  background: #ff00ff!important
}
.test-outline {
  outline: 4px solid #ff00ff!important
}
.media-block {
  position: relative;
  width: 100%;
  max-width: 129.2rem;
  margin: 0 auto
}
@media (min-width:768px) {
  .media-block {
    display: flex;
    justify-content: space-between
  }
}
.media-block__media {
  z-index: 0
}
.media-block__copy {
  z-index: 1
}
@media (min-width:768px) {
  .row {
    display: flex;
    justify-content: space-between
  }
}
.row .row-col {
  flex: 1 1 0px
}
.row .row-title {
  display: block
}
.row .row-text {
  margin: 0
}
.page-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: -.1rem;
  background-color: #fffdf7
}
.l-container {
  max-width: 144rem;
  margin: 0 auto
}
.c-container {
  max-width: 129.2rem;
  margin: 0 auto
}
.tablet-and-desktop-only {
  display: none
}
@media only screen and (min-width:768px) and (-webkit-max-device-pixel-ratio:1) {
  .tablet-and-desktop-only {
    display: block
  }
}
.tablet-only {
  display: none
}
@media (min-width:768px) {
  .tablet-only {
    display: block
  }
}
@media (min-width:1055px) {
  .tablet-only {
    display: none
  }
}
@media (min-width:768px) {
  .mobile-only {
    display: none
  }
}
@media (max-width:767px) {
  .mobile-only {
    display: block!important
  }
}
.desktop-only {
  display: none
}
@media (min-width:1055px) {
  .desktop-only {
    display: block
  }
}
.desktop-retina-only {
  display: none
}
@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.1),
(min-width:768px) and (-webkit-min-device-pixel-ratio:2),
(min-width:768px) and (min-resolution:192dpi) {
  .desktop-retina-only {
    display: block
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-column-gap: 2.8rem;
  width: 100%
}
@media (min-width:768px) {
  .grid--start-md {
    grid-template-columns: repeat(12,1fr);
    grid-column-gap: 2.6rem
  }
}
@media (min-width:1055px) {
  .grid {
    grid-template-columns: repeat(12,1fr);
    grid-column-gap: 2.6rem
  }
}
@media (min-width:1200px) {
  .grid {
    grid-column-gap: 5.2rem
  }
}
.grid .col {
  min-width: 0
}
@media (min-width:768px) {
  .grid .col.-col-md-w1 {
    grid-column: span 1
  }
  .grid .col.-col-md-w2 {
    grid-column: span 2
  }
  .grid .col.-col-md-w3 {
    grid-column: span 3
  }
  .grid .col.-col-md-w4 {
    grid-column: span 4
  }
  .grid .col.-col-md-w5 {
    grid-column: span 5
  }
  .grid .col.-col-md-w6 {
    grid-column: span 6
  }
  .grid .col.-col-md-w7 {
    grid-column: span 7
  }
  .grid .col.-col-md-w8 {
    grid-column: span 8
  }
  .grid .col.-col-md-w9 {
    grid-column: span 9
  }
  .grid .col.-col-md-w10 {
    grid-column: span 10
  }
  .grid .col.-col-md-w11 {
    grid-column: span 11
  }
  .grid .col.-col-md-w12 {
    grid-column: span 12
  }
  .grid .col.-md-s1 {
    grid-column-start: 1
  }
  .grid .col.-md-s2 {
    grid-column-start: 2
  }
  .grid .col.-md-s3 {
    grid-column-start: 3
  }
  .grid .col.-md-s4 {
    grid-column-start: 4
  }
  .grid .col.-md-s5 {
    grid-column-start: 5
  }
  .grid .col.-md-s6 {
    grid-column-start: 6
  }
  .grid .col.-md-s7 {
    grid-column-start: 7
  }
  .grid .col.-md-s8 {
    grid-column-start: 8
  }
  .grid .col.-md-s9 {
    grid-column-start: 9
  }
  .grid .col.-md-s10 {
    grid-column-start: 10
  }
  .grid .col.-md-s11 {
    grid-column-start: 11
  }
  .grid .col.-md-e2 {
    grid-column-end: 2
  }
  .grid .col.-md-e3 {
    grid-column-end: 3
  }
  .grid .col.-md-e4 {
    grid-column-end: 4
  }
  .grid .col.-md-e5 {
    grid-column-end: 5
  }
  .grid .col.-md-e6 {
    grid-column-end: 6
  }
  .grid .col.-md-e7 {
    grid-column-end: 7
  }
  .grid .col.-md-e8 {
    grid-column-end: 8
  }
  .grid .col.-md-e9 {
    grid-column-end: 9
  }
  .grid .col.-md-e10 {
    grid-column-end: 10
  }
  .grid .col.-md-e11 {
    grid-column-end: 11
  }
  .grid .col.-md-e12 {
    grid-column-end: -1
  }
  .grid .col.-md-single-row {
    grid-row: 1
  }
}
@media (min-width:1055px) {
  .grid .col.-col-lg-w1 {
    grid-column: span 1
  }
  .grid .col.-col-lg-w2 {
    grid-column: span 2
  }
  .grid .col.-col-lg-w3 {
    grid-column: span 3
  }
  .grid .col.-col-lg-w4 {
    grid-column: span 4
  }
  .grid .col.-col-lg-w5 {
    grid-column: span 5
  }
  .grid .col.-col-lg-w6 {
    grid-column: span 6
  }
  .grid .col.-col-lg-w7 {
    grid-column: span 7
  }
  .grid .col.-col-lg-w8 {
    grid-column: span 8
  }
  .grid .col.-col-lg-w9 {
    grid-column: span 9
  }
  .grid .col.-col-lg-w10 {
    grid-column: span 10
  }
  .grid .col.-col-lg-w11 {
    grid-column: span 11
  }
  .grid .col.-col-lg-w12 {
    grid-column: span 12
  }
  .grid .col.-lg-s1 {
    grid-column-start: 1
  }
  .grid .col.-lg-s2 {
    grid-column-start: 2
  }
  .grid .col.-lg-s3 {
    grid-column-start: 3
  }
  .grid .col.-lg-s4 {
    grid-column-start: 4
  }
  .grid .col.-lg-s5 {
    grid-column-start: 5
  }
  .grid .col.-lg-s6 {
    grid-column-start: 6
  }
  .grid .col.-lg-s7 {
    grid-column-start: 7
  }
  .grid .col.-lg-s8 {
    grid-column-start: 8
  }
  .grid .col.-lg-s9 {
    grid-column-start: 9
  }
  .grid .col.-lg-s10 {
    grid-column-start: 10
  }
  .grid .col.-lg-s11 {
    grid-column-start: 11
  }
  .grid .col.-lg-e2 {
    grid-column-end: 2
  }
  .grid .col.-lg-e3 {
    grid-column-end: 3
  }
  .grid .col.-lg-e4 {
    grid-column-end: 4
  }
  .grid .col.-lg-e5 {
    grid-column-end: 5
  }
  .grid .col.-lg-e6 {
    grid-column-end: 6
  }
  .grid .col.-lg-e7 {
    grid-column-end: 7
  }
  .grid .col.-lg-e8 {
    grid-column-end: 8
  }
  .grid .col.-lg-e9 {
    grid-column-end: 9
  }
  .grid .col.-lg-e10 {
    grid-column-end: 10
  }
  .grid .col.-lg-e11 {
    grid-column-end: 11
  }
  .grid .col.-lg-e12 {
    grid-column-end: -1
  }
  .grid .col.-lg-single-row {
    grid-row: 1
  }
  .grid .col.-col-lg-1-6 {
    grid-column-start: 1;
    grid-column-end: 7
  }
  .grid .col.-col-lg-7-9 {
    grid-column-start: 7;
    grid-column-end: 9
  }
  .grid .col.-col-lg-9-11 {
    grid-column-start: 9;
    grid-column-end: 11
  }
  .grid .col.-col-lg-11-12 {
    grid-column-start: 11;
    grid-column-end: span 2
  }
  .grid .col.-col-lg-w12.-hr {
    height: .1rem;
    overflow: hidden;
    margin: 2rem 0 1.6rem;
    background: #fffdf7
  }
}
@media (min-width:1200px) {
  .grid .col.-col-xlg-w1 {
    grid-column: span 1
  }
  .grid .col.-col-xlg-w2 {
    grid-column: span 2
  }
  .grid .col.-col-xlg-w3 {
    grid-column: span 3
  }
  .grid .col.-col-xlg-w4 {
    grid-column: span 4
  }
  .grid .col.-col-xlg-w5 {
    grid-column: span 5
  }
  .grid .col.-col-xlg-w6 {
    grid-column: span 6
  }
  .grid .col.-col-xlg-w7 {
    grid-column: span 7
  }
  .grid .col.-col-xlg-w8 {
    grid-column: span 8
  }
  .grid .col.-col-xlg-w9 {
    grid-column: span 9
  }
  .grid .col.-col-xlg-w10 {
    grid-column: span 10
  }
  .grid .col.-col-xlg-w11 {
    grid-column: span 11
  }
  .grid .col.-col-xlg-w12 {
    grid-column: span 12
  }
  .grid .col.-xlg-s1 {
    grid-column-start: 1
  }
  .grid .col.-xlg-s2 {
    grid-column-start: 2
  }
  .grid .col.-xlg-s3 {
    grid-column-start: 3
  }
  .grid .col.-xlg-s4 {
    grid-column-start: 4
  }
  .grid .col.-xlg-s5 {
    grid-column-start: 5
  }
  .grid .col.-xlg-s6 {
    grid-column-start: 6
  }
  .grid .col.-xlg-s7 {
    grid-column-start: 7
  }
  .grid .col.-xlg-s8 {
    grid-column-start: 8
  }
  .grid .col.-xlg-s9 {
    grid-column-start: 9
  }
  .grid .col.-xlg-s10 {
    grid-column-start: 10
  }
  .grid .col.-xlg-s11 {
    grid-column-start: 11
  }
  .grid .col.-xlg-e2 {
    grid-column-end: 2
  }
  .grid .col.-xlg-e3 {
    grid-column-end: 3
  }
  .grid .col.-xlg-e4 {
    grid-column-end: 4
  }
  .grid .col.-xlg-e5 {
    grid-column-end: 5
  }
  .grid .col.-xlg-e6 {
    grid-column-end: 6
  }
  .grid .col.-xlg-e7 {
    grid-column-end: 7
  }
  .grid .col.-xlg-e8 {
    grid-column-end: 8
  }
  .grid .col.-xlg-e9 {
    grid-column-end: 9
  }
  .grid .col.-xlg-e10 {
    grid-column-end: 10
  }
  .grid .col.-xlg-e11 {
    grid-column-end: 11
  }
  .grid .col.-xlg-e12 {
    grid-column-end: -1
  }
}
@media (min-width:1055px) {
  .grid .col[class*="-col-lg-"] > .pullback,
  .grid .col[class*="-col-lg-"] > .pushout {
    width: calc(100% + 2.4rem)
  }
}
@media (min-width:1200px) {
  .grid .col[class*="-col-lg-"] > .pullback,
  .grid .col[class*="-col-lg-"] > .pushout {
    width: calc(100% + 5.2rem)
  }
}
@media (min-width:1055px) {
  .grid .col[class*="-col-lg-"] > .pushout {
    padding-right: .8rem
  }
}
@media (min-width:1200px) {
  .grid .col[class*="-col-lg-"] > .pushout {
    padding-right: 1.6rem
  }
}
@media (min-width:1055px) {
  .grid .col[class*="-col-lg-"] > .pullback {
    transform: translateX(-2.4rem);
    padding-left: .8rem
  }
}
@media (min-width:1200px) {
  .grid .col[class*="-col-lg-"] > .pullback {
    transform: translateX(-5.2rem);
    padding-left: 1.6rem
  }
}
.cross-link__bg,
.feature-text__bg,
.list-grid__bg,
.nav--desktop .nav__bg,
.testimonials__bg,
.text-image__bg,
.zigzag__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.cross-link__bg-img,
.feature-text__bg-img,
.text-image__bg-img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.feature-text.-bg-filter .feature-text__bg-img,
.hero.-bg-filter .hero__bg,
.hero.-bg-filter .hero__bg-fixed,
.text-image.-bg-filter .text-image__bg-img {
  background-color: rgba(37,43,51,.35);
  background-blend-mode: multiply
}
.-valign-middle.feature-text [class*="__copy"],
.-valign-middle.text-image [class*="__copy"],
.-valign-top.feature-text [class*="__copy"],
.-valign-top.text-image [class*="__copy"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40rem;
  padding-bottom: 6.4rem
}
.-valign-middle.feature-text:not(.-margin-sm) [class*="__copy"],
.-valign-middle.text-image:not(.-margin-sm) [class*="__copy"] {
  justify-content: center
}
@media (min-width:768px) {
  .-valign-middle.feature-text:not(.-margin-sm) [class*="__copy"],
  .-valign-middle.text-image:not(.-margin-sm) [class*="__copy"] {
    padding: 4rem 0
  }
}
@media (min-width:1055px) {
  .-valign-middle.feature-text:not(.-margin-sm) [class*="__copy"],
  .-valign-middle.text-image:not(.-margin-sm) [class*="__copy"] {
    padding: 5rem 0
  }
}
@media (min-width:1200px) {
  .-valign-middle.feature-text:not(.-margin-sm) [class*="__copy"],
  .-valign-middle.text-image:not(.-margin-sm) [class*="__copy"] {
    padding: 6.6rem 0
  }
}
.-valign-top.feature-text:not(.-margin-sm) [class*="__copy"],
.-valign-top.text-image:not(.-margin-sm) [class*="__copy"] {
  justify-content: flex-start
}
@media (min-width:768px) {
  .-valign-top.feature-text:not(.-margin-sm) [class*="__copy"],
  .-valign-top.text-image:not(.-margin-sm) [class*="__copy"] {
    padding: 5.6rem 0
  }
}
@media (min-width:1055px) {
  .-valign-top.feature-text:not(.-margin-sm) [class*="__copy"],
  .-valign-top.text-image:not(.-margin-sm) [class*="__copy"] {
    padding: 6.6rem 0
  }
}
@media (min-width:1200px) {
  .-valign-top.feature-text:not(.-margin-sm) [class*="__copy"],
  .-valign-top.text-image:not(.-margin-sm) [class*="__copy"] {
    padding: 9.6rem 0
  }
}
@media (max-width:767px) {
  .-margin-lg.feature-text [class*="__copy"],
  .-margin-sm.feature-text [class*="__copy"] {
    padding-top: 7.8rem;
    padding-bottom: 4rem
  }
}
.-margin-sm.-valign-middle.feature-text [class*="__copy"],
.-margin-sm.-valign-top.feature-text [class*="__copy"] {
  min-height: 0
}
@media (min-width:576px) {
  .-margin-sm.-valign-middle.feature-text [class*="__copy"],
  .-margin-sm.-valign-top.feature-text [class*="__copy"] {
    padding: 2.8rem 0
  }
}
@media (min-width:768px) {
  .-margin-sm.-valign-middle.feature-text [class*="__copy"],
  .-margin-sm.-valign-top.feature-text [class*="__copy"] {
    padding: 3.6rem 0
  }
}
@media (min-width:1055px) {
  .-margin-sm.-valign-middle.feature-text [class*="__copy"],
  .-margin-sm.-valign-top.feature-text [class*="__copy"] {
    padding: 3.8rem 0
  }
}
@media (min-width:1200px) {
  .-margin-sm.-valign-middle.feature-text [class*="__copy"],
  .-margin-sm.-valign-top.feature-text [class*="__copy"] {
    padding: 11rem 0
  }
}
.-margin-xsm.-valign-middle.feature-text [class*="__copy"],
.-margin-xsm.-valign-top.feature-text [class*="__copy"] {
  min-height: 0;
  padding: 6rem 0 1rem
}
@media (min-width:768px) {
  .-margin-xsm.-valign-middle.feature-text [class*="__copy"],
  .-margin-xsm.-valign-top.feature-text [class*="__copy"] {
    padding: 3.6rem 0 1rem
  }
}
@media (min-width:1055px) {
  .-margin-xsm.-valign-middle.feature-text [class*="__copy"],
  .-margin-xsm.-valign-top.feature-text [class*="__copy"] {
    padding: 3.8rem 0 1rem
  }
}
@media (min-width:1200px) {
  .-margin-xsm.-valign-middle.feature-text [class*="__copy"],
  .-margin-xsm.-valign-top.feature-text [class*="__copy"] {
    padding: 11rem 0 3rem
  }
}
.-text-light.feature-text :not(.-dark-mode),
.-text-light.text-image :not(.-dark-mode) {
  color: #fffdf7
}
.-text-light.feature-text .button .button--primary,
.-text-light.text-image .button .button--primary {
  background: #fffdf7;
  border-color: #cb4910
}
.-text-light.feature-text .button .button--primary,
.-text-light.feature-text .button .button--primary .button-text,
.-text-light.text-image .button .button--primary,
.-text-light.text-image .button .button--primary .button-text {
  color: #023366
}
.-text-light.feature-text .button .button--primary:not(:disabled):hover,
.-text-light.text-image .button .button--primary:not(:disabled):hover {
  background: #cb4910
}
.-text-light.feature-text .button .button--primary:not(:disabled):hover,
.-text-light.feature-text .button .button--primary:not(:disabled):hover .button-text,
.-text-light.text-image .button .button--primary:not(:disabled):hover,
.-text-light.text-image .button .button--primary:not(:disabled):hover .button-text {
  color: #fffdf7
}
.-text-light.feature-text .button .button--primary:not(:disabled):hover .icon,
.-text-light.text-image .button .button--primary:not(:disabled):hover .icon {
  color: #fffdf7
}
.-text-light.feature-text .button .button--primary:focus,
.-text-light.text-image .button .button--primary:focus {
  box-shadow: 0 0 0 2px #ffa32f
}
.-text-light.feature-text .button .button--primary:disabled,
.-text-light.text-image .button .button--primary:disabled {
  border-color: #6c6c6c;
  background: #fffdf7;
  color: #6c6c6c
}
.-text-light.feature-text .button .button--primary:not(:disabled) .icon,
.-text-light.text-image .button .button--primary:not(:disabled) .icon {
  color: #023366
}
.-text-light.feature-text .button .button--secondary,
.-text-light.text-image .button .button--secondary {
  color: #fffdf7;
  border-color: #f78e61
}
.-text-light.feature-text .button .button--secondary::after,
.-text-light.text-image .button .button--secondary::after {
  background: #f78e61
}
.-text-light.feature-text .button .button--secondary:hover,
.-text-light.text-image .button .button--secondary:hover {
  color: #f78e61
}
.-text-light.feature-text .button .button--secondary:focus,
.-text-light.text-image .button .button--secondary:focus {
  box-shadow: 0 0 0 1px #ffa32f
}
.-text-light.feature-text .button .button--secondary:disabled,
.-text-light.text-image .button .button--secondary:disabled {
  color: #6c6c6c
}
.-text-light.feature-text .button .button--secondary:disabled::after,
.-text-light.text-image .button .button--secondary:disabled::after {
  background: #6c6c6c
}
.-text-light.feature-text .button .button--secondary:not(:disabled) .icon,
.-text-light.text-image .button .button--secondary:not(:disabled) .icon {
  color: #fffdf7
}
.-text-light.feature-text .button .button--tertiary,
.-text-light.text-image .button .button--tertiary {
  color: #fffdf7
}
.-text-light.feature-text .button .button--tertiary::after,
.-text-light.text-image .button .button--tertiary::after {
  background: #fffdf7
}
.-text-light.feature-text .button .button--tertiary:hover,
.-text-light.text-image .button .button--tertiary:hover {
  color: #fffdf7
}
.-text-light.feature-text .button .button--tertiary:focus,
.-text-light.text-image .button .button--tertiary:focus {
  box-shadow: 0 0 0 1px #ffa32f
}
.-text-light.feature-text .button .button--tertiary:disabled,
.-text-light.text-image .button .button--tertiary:disabled {
  color: #6c6c6c
}
.-text-light.feature-text .button .button--tertiary:disabled::after,
.-text-light.text-image .button .button--tertiary:disabled::after {
  background: #6c6c6c
}
.-text-dark.feature-text :not(.-light-mode),
.-text-dark.text-image :not(.-light-mode) {
  color: #023366
}
.rtf a {
  color: #cb4910
}
.rtf em {
  font-style: italic
}
.rtf strong {
  font-weight: 700
}
.rtf ol {
  list-style: decimal inside none
}
.rtf ul {
  list-style: none
}
.rtf ol,
.rtf ul {
  text-align: start
}
.rtf ul li {
  -webkit-padding-start: 27px;
  padding-inline-start: 27px;
  position: relative
}
.rtf ul li::before {
  background-color: #023366;
  block-size: 6px;
  border-radius: 50%;
  content: "";
  inline-size: 6px;
  inset-block-start: 13px;
  inset-inline-start: 0;
  position: absolute
}
html {
  font-size: 62.5%
}
body {
  color: #252b33;
  font-family: freight-text-pro,serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400
}
.-h2,
.-h3,
.-h4,
.-h5,
.-h6,
.h1,
.h7,
h2,
h3,
h4,
h5,
h6 {
  color: #023366;
  font-family: freight-sans-pro,serif
}
.-h2 .-dark-mode,
.-h3 .-dark-mode,
.-h4 .-dark-mode,
.-h5 .-dark-mode,
.-h6 .-dark-mode,
.h1 .-dark-mode,
.h7 .-dark-mode,
h2 .-dark-mode,
h3 .-dark-mode,
h4 .-dark-mode,
h5 .-dark-mode,
h6 .-dark-mode {
  color: #fffdf7
}
.-h3,
.-h4,
.-h5,
.-h6,
.-h7,
.feature-text .feature-text__richtext p,
h3,
h4,
h5,
h6 {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-weight: 500
}
.-h1,
h1 {
  color: #fffdf7;
  font-family: freight-sans-pro,serif;
  font-size: 7.2rem;
  line-height: 1.1111111111;
  text-shadow: 0 0 154px rgba(51,51,51,.71)
}
@media (min-width:1055px) {
  .-h1,
  h1 {
    font-size: 15rem;
    line-height: 1;
    text-shadow: 0 0 154px rgba(51,51,51,.71)
  }
}
.-h2,
h2 {
  font-size: 6rem;
  line-height: 1.0666666667
}
@media (min-width:1055px) {
  .-h2,
  h2 {
    font-size: 10rem;
    line-height: 1.1
  }
}
.-h3,
h3 {
  font-size: 4rem;
  line-height: 1.2
}
@media (min-width:1055px) {
  .-h3,
  h3 {
    font-size: 7.2rem;
    line-height: 1.2222222222
  }
}
.-h4,
h4 {
  font-size: 3.2rem;
  line-height: 1.25
}
@media (min-width:1055px) {
  .-h4,
  h4 {
    font-size: 4.8rem;
    line-height: 1.25
  }
}
.-h5,
h5 {
  font-size: 2.8rem;
  line-height: 1.2857142857
}
@media (min-width:1055px) {
  .-h5,
  h5 {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.-h6,
h6 {
  font-size: 2.4rem;
  line-height: 1.1666666667
}
@media (min-width:1055px) {
  .-h6,
  h6 {
    font-size: 2.8rem;
    line-height: 1.2857142857
  }
}
.-h7,
.feature-text .feature-text__richtext p {
  font-size: 2rem;
  line-height: 1.4
}
@media (min-width:1055px) {
  .-h7,
  .feature-text .feature-text__richtext p {
    font-size: 2.4rem;
    line-height: 1.3333333333
  }
}
.-h2 strong,
.-h3 strong,
.-h4 strong,
.-h5 strong,
.-h6 strong,
.-h7 strong,
.feature-text .feature-text__richtext p strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h7 strong {
  font-weight: 700
}
.-h2 em,
.-h2 em strong,
.-h3 em,
.-h3 em strong,
.-h4 em,
.-h4 em strong,
.-h5 em,
.-h5 em strong,
.-h6 em,
.-h6 em strong,
.-h7 em,
.-h7 em strong,
.feature-text .feature-text__richtext p em,
.feature-text .feature-text__richtext p em strong,
h1 em,
h1 em strong,
h2 em,
h2 em strong,
h3 em,
h3 em strong,
h4 em,
h4 em strong,
h5 em,
h5 em strong,
h6 em,
h6 em strong,
h7 em,
h7 em strong {
  font-family: freight-text-pro,serif;
  font-weight: 600;
  font-style: italic
}
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  background: #ff00ff!important
}
ol,
p,
ul {
  margin-bottom: 2.4rem
}
li.-inline {
  display: inline-block
}
a {
  color: #cb4910;
  text-decoration: underline
}
.-no-select,
.dropdown.-mobile-only .dropdown__trigger,
.dropdown:not(.-mobile-only) .dropdown__trigger {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.-dark-mode {
  color: #fffdf7
}
.text-small {
  font-size: 1.6rem;
  line-height: 1.5
}
.text-normal {
  font-size: 2rem;
  line-height: 1.4
}
.article-content {
  line-height: 1.6
}
.article-content ol,
.article-content p,
.article-content ul {
  margin-bottom: 1.2rem
}
@media (min-width:576px) {
  .-nobr-sm {
    white-space: nowrap
  }
}
@media (min-width:768px) {
  .-nobr-sm {
    white-space: normal
  }
  .-nobr-md {
    white-space: nowrap
  }
}
@media (min-width:1055px) {
  .-nobr-md {
    white-space: normal
  }
  .-nobr-lg {
    white-space: nowrap
  }
}
@media (min-width:1200px) {
  .-nobr-lg {
    white-space: normal
  }
  .-nobr-xl {
    white-space: nowrap
  }
}
@media (min-width:1440px) {
  .-nobr-xl {
    white-space: normal
  }
  .-nobr-xxl {
    white-space: nowrap
  }
}
.careers.careers-fullwidth {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%)
}
@media (max-width:1356px) {
  .careers.careers-fullwidth {
    margin: 0 -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    transform: none
  }
}
@media (max-width:575px) {
  .careers.careers-fullwidth {
    margin: 0 -1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    transform: none
  }
}
.careers .careers-quote::before {
  position: absolute;
  left: -50px;
  top: 0;
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: center no-repeat transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.26 29.306c4.933 0 7.655-3.667 7.655-7.667 0-3.083-1.956-6.25-5.954-6.25-.85 0-1.871.25-2.807.75-.17-.416-.17-.916-.17-1.416 0-4.5 5.784-9.5 11.398-11.25L37.766.306c-7.315 2.167-17.182 8.75-17.182 18.75s1.786 10.25 8.676 10.25Zm-20.584 0c4.933 0 7.655-3.667 7.655-7.667 0-3.083-1.956-6.25-5.954-6.25-.85 0-1.871.25-2.807.75-.17-.416-.17-.916-.17-1.416 0-4.5 5.784-9.5 11.398-11.25L17.182.306C9.867 2.473 0 9.056 0 19.056c0 5.083 1.786 10.25 8.676 10.25Z' fill='%23FFA32F' fill-rule='nonzero'/%3E%3C/svg%3E")
}
.careers.hero .hero__title {
  font-size: 10rem
}
.careers.hero .hero__copy .eyebrow {
  margin-bottom: 50px
}
@media (max-width:767px) {
  .careers.hero .hero__title {
    font-size: 7.2rem!important
  }
}
@media (max-width:767px) {
  .careers.__s-jobs.s-bkg {
    background-position: -100px 0;
    background-size: 100% auto
  }
}
.careers.__s-jobs .list-grid__copy {
  padding-top: 60px
}
.careers.__s-jobs .list-grid__title {
  color: #333;
  max-width: 500px;
  font-weight: 100;
  font-size: 80px;
  position: relative
}
.careers.__s-jobs .list-grid__title span {
  font-family: freight-text-pro,serif;
  font-weight: 500;
  font-style: italic
}
.careers.__s-jobs .list-grid__header .button--secondary {
  margin-bottom: 50px
}
.careers.__s-jobs ul.list-grid__grid {
  margin-top: 12px!important
}
.careers.__s-jobs .list-grid__message {
  max-width: 485px!important
}
.careers.__s-jobs .right-bubble-portrait {
  position: absolute;
  right: 0;
  top: -18%;
  z-index: 4
}
.careers.__s-jobs .spline-blob {
  position: absolute;
  z-index: -1;
  top: -18%;
  right: 5%
}
@media (max-width:1053px) {
  .careers.__s-jobs .right-bubble-portrait,
  .careers.__s-jobs .spline-blob {
    display: none!important
  }
  .careers.__s-jobs .list-grid__header {
    margin-left: 54px
  }
  .careers.__s-jobs .list-grid__title {
    font-size: 5.6rem
  }
  .careers.__s-jobs ul.list-grid__grid {
    grid-template-columns: repeat(1,1fr)
  }
}
.careers.__s-by-numbers .text-image__copy {
  min-height: auto;
  padding: 12rem 0
}
@media (max-width:767px) {
  .careers.__s-employee-highlight.s-bkg {
    background-size: cover;
    background-position: 30% 50px
  }
}
.careers.__s-employee-highlight .left-bubble-portrait {
  position: relative;
  max-width: 550px;
  margin: auto
}
@media (max-width:767px) {
  .careers.__s-employee-highlight .left-bubble-portrait {
    margin-top: -20%;
    z-index: 3
  }
}
.careers.__s-employee-highlight .list-grid__copy {
  padding-top: 120px;
  padding-bottom: 100px
}
@media (max-width:767px) {
  .careers.__s-employee-highlight .list-grid__copy {
    padding-bottom: 1rem
  }
}
.careers.__s-employee-highlight .list-grid__title {
  color: #333;
  max-width: 500px;
  font-weight: 100;
  font-size: 80px;
  position: relative
}
.careers.__s-employee-highlight .list-grid__title span {
  font-family: freight-text-pro,serif;
  font-weight: 500;
  font-style: italic
}
.careers.__s-employee-highlight .list-grid__subtitle {
  font-size: 2.4rem;
  font-weight: 600
}
.careers.__s-employee-highlight .list-grid__message {
  max-width: 100%
}
@media (max-width:1054px) {
  .careers.__s-employee-highlight .list-grid__copy {
    padding-top: 0!important
  }
  .careers.__s-employee-highlight .list-grid__header {
    margin-left: 54px
  }
  .careers.__s-employee-highlight .list-grid__title {
    font-size: 5.6rem
  }
}
.careers.__s-benefits.list-grid {
  padding: 0
}
.careers.__s-benefits .list-grid__copy {
  padding-top: 20px
}
.careers.__s-benefits li.list-grid__item .-pushdown button.dropdown__trigger {
  color: #fffdf7;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  padding: 1.8rem .7rem 2.4rem
}
.careers.__s-benefits li.list-grid__item .-pushdown button.dropdown__trigger::after {
  background: #fffdf7;
  top: .5rem;
  height: .1rem;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  content: "";
  transition: all .3s ease
}
.careers.__s-benefits li.list-grid__item .-pushdown button.dropdown__trigger:hover {
  background-color: #cb4910;
  border-radius: 0
}
.careers.__s-benefits li.list-grid__item .-pushdown button.dropdown__trigger .viewmoreless::after {
  content: "more"
}
.careers.__s-benefits li.list-grid__item .-pushdown button.dropdown__trigger[aria-expanded=true] .viewmoreless::after {
  content: "less"
}
.careers.__s-benefits li.list-grid__item .-pushdown .dropdown__content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.5rem
}
@media (max-width:767px) {
  .careers.__s-benefits li.list-grid__item .-pushdown .dropdown__content p {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
.careers.__s-video.s-bkg {
  background: url(../img/careers/bkg-video.png) no-repeat 0 0;
  background-size: cover
}
.careers.__s-video .eyebrow.-text-dark {
  background: 0 0
}
.careers.__s-video.pad80 {
  padding-top: 80px
}
.careers.__s-video.zigzag--video .zigzag__subheadline {
  margin-bottom: 10px!important;
  margin-top: 32px!important;
  max-width: 950px
}
.careers.__s-video .-is-right.pb {
  padding-bottom: 130px
}
.careers.__s-video .list-grid {
  max-width: 129.2rem;
  margin: 0 auto
}
.careers.__s-video .list-grid ul {
  padding-top: 100px
}
.careers.__s-video .list-grid ul li {
  padding-top: 6px;
  border-top: 1px solid #dedede
}
.careers.__s-video .list-grid ul li a {
  font-family: freight-sans-pro,serif;
  color: #023366;
  font-size: 32px;
  text-decoration: none;
  position: relative;
  display: block
}
.careers.__s-video .list-grid ul li a:hover {
  text-decoration: underline
}
.careers.__s-video .list-grid ul li a::after {
  content: url(../img/careers/icon.png);
  font-weight: 900;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  right: 3px;
  top: 7px
}
@media (max-width:1053px) {
  .careers.__s-video .list-grid ul.list-grid__grid {
    grid-template-columns: repeat(1,1fr)
  }
  .careers.__s-video .list-grid ul li a {
    padding: 10px 10px 25px 10px
  }
  .careers.__s-video .list-grid ul {
    padding-top: 30px
  }
}
@media (min-width:768px) {
  .careers.__s-right-fullbleed.section-before-mask {
    margin-bottom: -11rem
  }
}
.careers.__s-left-fullbleed h2 {
  margin-top: 11rem
}
.careers.__join.s-bkg {
  background: url(../img/careers/bkg-join.png) no-repeat bottom -120px right;
  background-size: contain
}
@media (max-width:767px) {
  .careers.__join.s-bkg {
    background: 0 0
  }
}
.careers.__join.cross-link.cross-link--bubbles .cross-link__item {
  padding: 6rem 5rem!important
}
.careers.__join.cross-link.cross-link--bubbles .cross-link__copy {
  padding: 3.6rem 1.5rem .3rem
}
.careers.__join .text-center-button {
  text-align: center
}
@media (max-width:767px) {
  .careers.__join .text-center-button {
    margin-top: 4rem;
    margin-bottom: 4rem
  }
  .careers.__join .button--primary {
    width: auto;
    display: inline-block
  }
}
.careers.__join .cross-link__header {
  z-index: 1;
  max-width: 62rem;
  text-align: center
}
.careers.__join .cross-link__subheadline {
  font-size: 2.4rem
}
.careers.__join .cross-link__row {
  padding-top: 9rem
}
@media (max-width:767px) {
  .careers.__join .cross-link__row {
    padding-top: 3rem
  }
  .careers.__join.cross-link.cross-link--bubbles .cross-link__item {
    padding: 0 0!important;
    margin-bottom: 1.5rem
  }
  .careers.__join.cross-link.cross-link--bubbles .cross-link__headline {
    margin-bottom: 1.5rem
  }
  .careers.__join.cross-link .cross-link__button {
    margin-top: 1.2rem;
    margin-left: .5rem
  }
}
@media (min-width:1055px) {
  .careers.__join .cross-link__item:hover .cross-link__copy {
    background: #fffdf7;
    box-shadow: 23px 1px 64px 0 rgba(108,103,93,.17),20px 12px 24px 0 rgba(0,0,0,.11)
  }
}
.careers.__join .cross-link__item:hover .bubble {
  position: absolute;
  z-index: 1;
  pointer-events: none
}
@media (min-width:1055px) {
  .careers.__join .cross-link__item:hover .bubble.bubble-1,
  .careers.__join .cross-link__item:hover .bubble.bubble-2,
  .careers.__join .cross-link__item:hover .bubble.bubble-3 {
    display: block
  }
}
.careers.__join .cross-link__item:hover .bubble.bubble-1 {
  top: .4rem;
  right: 10%;
  width: 40%;
  height: 60%;
  transform: translate(10%,0)
}
.careers.__join .cross-link__item:hover .bubble.bubble-2 {
  bottom: 2.6%;
  left: 2.6%;
  width: 23%;
  height: 30%;
  transform: translate(-10%,0)
}
.careers.__join .cross-link__item:hover .bubble.bubble-3 {
  z-index: 0;
  top: 39%;
  left: 4.6%;
  width: 30%;
  height: 47%;
  transform: translate(-10%,0)
}
.pg404 {
  background-image: url(../img/404/bg-shape.png);
  background-size: cover;
  position: relative;
  text-align: center;
  min-height: 95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%)
}
@media (max-width:767px) {
  .pg404 {
    min-height: 10rem;
    display: block;
    margin-top: 0
  }
}
@media (max-width:1054px) {
  .pg404 {
    padding-top: 170px;
    padding-bottom: 80px;
    height: auto
  }
}
.pg404 .pg404-row {
  width: 100%;
  height: 100%
}
@media (min-width:1055px) {
  .pg404 .pg404-row {
    text-align: left
  }
}
.pg404 h3 {
  margin: auto auto 3rem auto;
  max-width: 579px
}
.pg404 h4 {
  max-width: 579px;
  margin: auto auto 50px auto
}
@media (max-width:767px) {
  .pg404 h4 {
    font-size: 2rem;
    max-width: 273px!important
  }
}
@media (max-width:1054px) {
  .pg404 h4 {
    max-width: 450px
  }
}
.pg404 .pg404__floating-image {
  position: absolute;
  top: 130px;
  z-index: -1;
  right: 80px
}
.pg404 .button--primary .button-text {
  font-size: 2rem
}
.pg404 .button--secondary .button-text {
  font-size: 2rem
}
@media (max-width:574px) {
  .pg404 .button--primary {
    display: block!important
  }
}
@media (max-width:1054px) {
  .pg404 .pg404__floating-image {
    position: relative;
    top: -60px;
    z-index: -1;
    right: -50px;
    max-width: 400px
  }
}
@media (min-width:768px) {
  .pg404 .pg404__mobile-only {
    display: none!important
  }
}
.pg404 .pg404__desktop-only {
  display: none!important
}
@media (min-width:768px) {
  .pg404 .pg404__desktop-only {
    display: inline-block!important
  }
}
@media (min-width:1055px) {
  .pg404 .btnlink {
    display: flex;
    max-width: 579px;
    justify-content: left;
    align-items: center;
    margin: 0 auto
  }
}
@media (max-width:575px) {
  .pg404 .btnlink {
    max-width: 320px;
    margin: auto
  }
}
.age-authentication-page {
  background-image: url(../img/age-authentication/bg-color.png);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center
}
.age-authentication-page .-h5 {
  display: block
}
.age-authentication-page.__visibilityOff {
  display: none!important
}
.age-authentication-page .center {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-column-gap: 11rem;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100vh;
  padding: 0 3rem
}
.age-authentication-page .age-authentication__feedback-message {
  max-width: 715px;
  display: none;
  color: #fffdf7
}
.age-authentication-page .age-authentication__feedback-message--visible {
  display: block
}
.age-authentication-page .age-authentication__description--hidden {
  display: none
}
.age-authentication-page .age-authentication__description {
  color: #fffdf7
}
.age-authentication-page picture {
  margin-bottom: 4rem;
  display: block
}
.age-authentication-page h2 {
  margin-bottom: 3.5rem
}
.age-authentication-page .-h5,
.age-authentication-page .button--primary,
.age-authentication-page h2,
.age-authentication-page p {
  color: #fffdf7
}
.age-authentication-page .-h5 {
  font-weight: 400
}
.age-authentication-page .button--primary {
  border-color: #f78e61
}
.age-authentication-page .button--primary.-dark-mode {
  margin-right: 1rem
}
.age-authentication-page .button--primary:active,
.age-authentication-page .button--primary:hover {
  background: #f78e61
}
@media (max-width:767px) {
  .age-authentication-page .center {
    justify-content: center;
    align-content: center;
    flex-direction: column;
    display: flex
  }
  .age-authentication-page .center div {
    width: 100%
  }
  .age-authentication-page .hide-md {
    display: none
  }
  .age-authentication-page .button--primary {
    display: inline-block;
    text-align: center
  }
  .age-authentication-page .button--primary.-dark-mode {
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: 1rem
  }
  .age-authentication-page .-h5 {
    margin-top: 3.5rem;
    font-weight: 400;
    font-size: 2rem
  }
  .age-authentication-page picture {
    max-width: 25rem
  }
}
@media (min-width:768px) {
  .age-authentication-page .hide-lg {
    display: none
  }
}
.age-authentication-page .button:focus {
  box-shadow: 0 0 0 2px #ffa32f
}
.immerse-yourself .subnav {
  z-index: 2
}
@media (min-width:1055px) {
  .immerse-yourself.hero {
    min-height: 810px
  }
}
@media only screen and (max-width:991px) {
  .immerse-yourself.hero .breadcrumb li {
    display: none
  }
  .immerse-yourself.hero .breadcrumb li.breadcrumb-mobile {
    display: block
  }
  .immerse-yourself.hero .breadcrumb li.breadcrumb-mobile:after {
    content: ""
  }
}
@media (max-width:1053px) {
  .immerse-yourself.hero ul.breadcrumb {
    margin-top: 1rem
  }
}
.immerse-yourself.hero .hero__copy {
  padding-bottom: 8rem
}
.immerse-yourself.hero ul.bottom-nav {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  font-family: freight-sans-pro,serif;
  color: #fffdf7;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  padding-bottom: 0;
  bottom: 0;
  position: absolute;
  z-index: 1
}
.immerse-yourself.hero ul.bottom-nav li {
  padding: 18px 20px 26px 20px;
  background-color: #005ec3
}
.immerse-yourself.hero ul.bottom-nav li:first-child {
  text-transform: uppercase;
  background-color: #023366;
  letter-spacing: 2px
}
.immerse-yourself.hero ul.bottom-nav li:hover {
  background-color: #cb4910
}
.immerse-yourself.hero ul.bottom-nav li a {
  color: #fffdf7;
  padding: 0 0 4px 0;
  text-decoration: none;
  border-bottom: 1px solid #fff
}
.immerse-yourself.hero .wave.wave--divider {
  display: none
}
@media only screen and (max-width:1054px) {
  .immerse-yourself.hero ul.bottom-nav {
    display: none!important
  }
  .immerse-yourself.hero .hero__copy {
    padding-bottom: 0
  }
  .immerse-yourself.hero .wave.wave--divider {
    display: block
  }
}
@media only screen and (min-width:1055px) and (max-width:1075px) {
  .immerse-yourself.hero ul.bottom-nav {
    font-size: 19px
  }
}
.immerse-yourself.hero h1 {
  font-size: 100px!important;
  margin-bottom: 20px
}
@media only screen and (max-width:991px) {
  .immerse-yourself.hero h1 {
    font-size: 54px!important;
    line-height: 50px
  }
}
.immerse-yourself.hero ul.breadcrumb {
  font-size: 1.6rem;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  color: #fff;
  top: 0;
  position: absolute
}
.immerse-yourself.hero ul.breadcrumb li {
  padding-left: 8px
}
.immerse-yourself.hero ul.breadcrumb li a {
  color: #fff;
  padding-right: 8px;
  font-weight: 500
}
.immerse-yourself.hero ul.breadcrumb li:after {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 2px;
  font-size: 1.4rem
}
.immerse-yourself.hero ul.breadcrumb li:last-child:after {
  content: ""
}
.immerse-yourself .mobile-bottom-nav ul.bottom-nav {
  font-weight: 500;
  font-size: 20px;
  margin: auto;
  font-family: freight-sans-pro,serif;
  color: #fffdf7;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  padding-bottom: 0;
  bottom: 0;
  position: relative;
  width: 100%;
  z-index: 1
}
.immerse-yourself .mobile-bottom-nav ul.bottom-nav li {
  padding: 18px 20px 22px 20px;
  background-color: #005ec3
}
.immerse-yourself .mobile-bottom-nav ul.bottom-nav li:first-child {
  text-transform: uppercase;
  background-color: #023366;
  letter-spacing: 2px;
  padding: 5px 15px;
  font-size: 16px;
  display: inline-block!important
}
.immerse-yourself .mobile-bottom-nav ul.bottom-nav li a {
  color: #fffdf7;
  padding: 0 0 4px 0;
  text-decoration: none;
  border-bottom: 2px solid #fff
}
.immerse-yourself .mobile-bottom-nav select#anchorselector {
  background-color: transparent;
  border: none;
  font-family: freight-sans-pro,serif;
  color: #fffdf7;
  font-weight: 600;
  width: 100%;
  font-size: 21px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../img/immerse-yourself/chevron-down-off-white.svg) top 10px right no-repeat;
  fill: #fffdf7;
  background-size: 28px
}
.immerse-yourself .mobile-bottom-nav ul.bottom-nav {
  display: none
}
@media (max-width:1053px) {
  .immerse-yourself .mobile-bottom-nav ul.bottom-nav {
    display: block!important
  }
}
.immerse-yourself .find-section {
  display: flex;
  width: 100%
}
@media (max-width:1053px) {
  .immerse-yourself .find-section {
    display: block
  }
}
.immerse-yourself .find-section .contain-size {
  display: grid;
  max-width: 64rem;
  margin-right: 7rem;
  margin-left: auto
}
.immerse-yourself .find-section .contain-size .button--secondary::after {
  width: 185px
}
.immerse-yourself .find-section .find-col {
  flex: 1
}
.immerse-yourself .experience .experience-title {
  color: #252b33!important;
  display: inline-block;
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .16rem;
  text-transform: uppercase
}
.immerse-yourself .experience {
  background-color: #fffdf7;
  padding: 40px 25px!important
}
.immerse-yourself .experience ul.experience-list {
  list-style: none;
  position: relative;
  width: 100%;
  color: #023366;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto
}
.immerse-yourself .experience ul.experience-list li a {
  font-family: freight-sans-pro,serif;
  color: #023366;
  font-weight: 300!important;
  text-decoration: none;
  font-size: 48px;
  border-bottom: 1px solid #999;
  padding-bottom: 25px;
  padding-bottom: 22px;
  padding-top: 12px;
  display: block
}
.immerse-yourself .experience ul.experience-list li a:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  content: "\f105";
  font-size: 45px;
  fill: #023366;
  position: absolute;
  right: 30px
}
.immerse-yourself .experience ul.experience-list li a.active::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  content: "\f105";
  font-size: 45px;
  fill: #023366;
  position: absolute;
  right: 30px
}
@media (max-width:1053px) {
  .immerse-yourself .experience ul.experience-list li a.active::after,
  .immerse-yourself .experience ul.experience-list li a::after,
  .immerse-yourself .experience ul.experience-list li a:hover::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    display: inline-block;
    content: "\f105";
    font-size: 23px;
    fill: #023366;
    position: absolute;
    right: 30px
  }
  .immerse-yourself .experience ul.experience-list li a {
    font-size: 32px
  }
}
.immerse-yourself .experience .button-text {
  color: #023366
}
.immerse-yourself .experience .button {
  margin-top: 10px
}
.immerse-yourself .location {
  background-size: cover
}
.immerse-yourself .location .items {
  background-color: #023366;
  padding: 40px 40px 20px 40px
}
.immerse-yourself .location-title {
  color: #fffdf7!important;
  display: inline-block;
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  text-transform: uppercase
}
.immerse-yourself .location ul.location-list {
  list-style: none;
  position: relative;
  max-width: 100%;
  color: #fffdf7;
  fill: #fffdf7;
  margin-top: 6px
}
.immerse-yourself .location ul.location-list li {
  padding-bottom: 6px
}
.immerse-yourself .location ul.location-list li a {
  text-decoration: none;
  font-family: freight-sans-pro,serif;
  color: #fffdf7;
  padding-bottom: 8px;
  font-size: 24px
}
.immerse-yourself .location ul.location-list li::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f061";
  font-size: 16px;
  color: #fffdf7;
  position: absolute;
  right: auto;
  padding-left: 10px;
  padding-top: 5px
}
.immerse-yourself .location .items .return {
  display: none
}
@media only screen and (max-width:1356px) {
  .immerse-yourself .find-experience-space {
    width: 100vw;
    min-width: 100vw!important;
    max-width: 100vw;
    margin: 0;
    padding-left: 0;
    padding-right: 0
  }
}
@media (max-width:1053px) {
  .immerse-yourself .find-experience-space {
    width: auto;
    min-width: auto!important;
    max-width: 100vw
  }
  .immerse-yourself .experience {
    padding: 40px 0!important
  }
  .immerse-yourself .location {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: 0;
    z-index: 99
  }
  .immerse-yourself .location.on {
    display: block!important
  }
  .immerse-yourself .location .items {
    padding-top: 115px;
    padding-left: 20px;
    padding-right: 20px
  }
  .immerse-yourself .location .items .return {
    color: #fffdf7!important;
    display: block;
    font-family: freight-sans-pro,serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 60px
  }
  .immerse-yourself .location .items .return a {
    text-decoration: none;
    padding-left: 55px
  }
  .immerse-yourself .location .items .return a::before {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f0a8";
    font-size: 45px;
    color: #fffdf7;
    position: absolute;
    right: auto;
    margin-left: -55px;
    margin-top: -23px
  }
}
.immerse-yourself .cross-link__title {
  margin-bottom: 0
}
.immerse-yourself #angry_orchard,
.immerse-yourself #dogfish,
.immerse-yourself #truly {
  padding-bottom: 0
}
.immerse-yourself #angel_city.cross-link,
.immerse-yourself #angry_orchard.cross-link,
.immerse-yourself #dogfish.cross-link,
.immerse-yourself #truly.cross-link {
  padding-top: 0
}
.immerse-yourself #angel_city .cross-link__header,
.immerse-yourself #angry_orchard .cross-link__header,
.immerse-yourself #dogfish .cross-link__header,
.immerse-yourself #truly .cross-link__header {
  padding-top: 8rem
}
.immerse-yourself #angel_city .cross-link__accent img {
  height: 220px
}
.immerse-yourself .explore {
  padding-top: 0
}
.immerse-yourself .explore .bkg img {
  position: absolute;
  right: 0;
  bottom: -250px;
  max-width: 50%;
  z-index: -1
}
@media (max-width:1053px) {
  .immerse-yourself .explore .bkg img {
    bottom: 100px!important;
    max-width: 90%!important;
    opacity: .5!important;
    z-index: -1
  }
}
.immerse-yourself .immerse-yourself-fullwidth {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%)
}
@media (max-width:1356px) {
  .immerse-yourself .immerse-yourself-fullwidth {
    margin: 0 -2.4rem;
    padding-left: 0;
    padding-right: 0;
    transform: none
  }
}
@media (max-width:575px) {
  .immerse-yourself .immerse-yourself-fullwidth {
    margin: 0 -1.4rem;
    padding-left: 0;
    padding-right: 0;
    transform: none
  }
}
.immerse-yourself #sam_adams {
  margin-top: -40px;
  padding-bottom: 0
}
.immerse-yourself .samuel-adams .cross-link__accent img {
  padding-top: 0;
  margin-top: -200px!important;
  width: auto;
  max-height: 38rem;
  z-index: 1
}
@media (max-width:1053px) {
  .immerse-yourself .samuel-adams .cross-link__accent img {
    margin-top: -100px!important;
    max-height: 28rem
  }
}
@media (max-width:575px) {
  .immerse-yourself #sam_adams {
    margin-top: 150px
  }
  .immerse-yourself .samuel-adams .cross-link__accent img {
    margin-top: -200px!important;
    max-height: 20rem;
    height: 20rem;
    margin-right: -20px
  }
  .immerse-yourself .cross-link__track .cross-link__image img {
    height: 300px
  }
  .immerse-yourself #dogfish .cross-link__accent img {
    margin-top: -80px;
    margin-right: -55px;
    max-height: 18rem
  }
  .immerse-yourself #truly .cross-link__accent img {
    margin-top: -60px;
    margin-right: -55px;
    max-height: 18rem
  }
  .immerse-yourself #angry_orchard .cross-link__accent img {
    margin-top: -145px;
    margin-right: -25px;
    max-height: 18rem
  }
  .immerse-yourself #angry_orchard .cross-link__accent.is-over {
    z-index: 1
  }
  .immerse-yourself #angel_city .cross-link__accent img {
    margin-top: -155px;
    margin-right: -12px;
    max-height: 15rem
  }
}
.immerse-yourself .unique-experience .wave {
  z-index: 0
}
@media only screen and (max-width:767px) {
  .immerse-yourself .feature-text .feature-text__copy {
    min-height: 600px;
    padding-top: 60%
  }
}
.list-grid-section {
  background-color: #fffdf7
}
.list-grid__copy {
  padding: 3.6rem 0
}
@media (min-width:1055px) {
  .list-grid__copy {
    padding: 9.6rem 0
  }
}
.list-grid.with-background .list-grid__background {
  position: absolute;
  top: 10px;
  right: -400px;
  width: 100%;
  height: 100vh;
  background: url(../img/product-link/Values-BG_shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right
}
@media (max-width:1054px) {
  .list-grid.with-background .list-grid__background {
    right: -300px
  }
}
.bg-bubble__container {
  position: absolute;
  width: 100%;
  bottom: 0
}
.bg-bubble__blob,
.bg-bubble__image {
  position: absolute;
  right: 0
}
.bg-bubble__image {
  transform: translate(30%,-45%)
}
@media (min-width:768px) and (max-width:1054px) {
  .bg-bubble__image {
    transform: translate(30%,-65%)
  }
}
.bg-bubble__blob {
  transform: translate(-60%,-5%)
}
@media (min-width:768px) and (max-width:1054px) {
  .bg-bubble__blob {
    transform: translate(-60%,-35%)
  }
}
.nav {
  z-index: 1;
  width: calc(100% + 3.2rem);
  max-width: 100vw;
  min-height: 7rem;
  margin-left: -1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  background: transparent url(../img/navigation/nav-mobile-bg.svg) 0 0 no-repeat;
  font-family: freight-sans-pro,sans-serif
}
@media (min-width:576px) {
  .nav {
    margin-left: -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }
}
@media (min-width:768px) {
  .nav {
    min-height: 7.4rem;
    background: transparent url(../img/navigation/nav-tablet-bg.svg) 0 0 no-repeat
  }
}
@media (min-width:1055px) {
  .nav {
    min-height: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background: 0 0
  }
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.nav ul li {
  margin: 0
}
.nav a {
  color: #023366;
  text-decoration: none;
  font-weight: 500
}
.nav .logo-link {
  display: block
}
@media (min-width:1055px) {
  .nav .utility__list,
  .nav__list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
  }
}
.nav .utility__item,
.nav__item {
  margin: 0;
  padding: 0
}
.nav button.nav__link,
.nav__link {
  display: block;
  border: none;
  border-radius: .4rem;
  background: 0 0;
  color: #0a2447;
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color .3s ease
}
@media (min-width:1055px) {
  .nav button.nav__link .icon,
  .nav button.nav__link .lt,
  .nav__link .icon,
  .nav__link .lt {
    pointer-events: none
  }
}
@media (min-width:1055px) {
  .nav button.nav__link .lt,
  .nav__link .lt {
    position: relative;
    display: inline-block
  }
  .nav button.nav__link .lt::after,
  .nav__link .lt::after {
    position: absolute;
    display: block;
    width: 100%;
    height: .2rem;
    overflow: hidden;
    background: 0 0;
    transition: background .3s ease;
    content: ""
  }
}
@media (min-width:1055px) {
  .nav button.nav__link.is-active,
  .nav button.nav__link:hover,
  .nav__link.is-active,
  .nav__link:hover {
    color: #cb4910
  }
}
.nav button.nav__link:focus,
.nav__link:focus {
  outline: 0
}
.nav button.nav__link:focus-visible,
.nav__link:focus-visible {
  box-shadow: 0 0 0 1px #023366
}
@media (min-width:1055px) {
  .nav button.nav__link .icon,
  .nav__link .icon {
    margin: 0 0 0 .4rem
  }
}
.nav--desktop .nav__link,
.nav--desktop .nav__panel-link,
.nav--desktop .nav__sub-header,
.nav--desktop button.nav__link,
.nav--mobile .nav__link,
.nav--mobile .nav__panel-link,
.nav--mobile .nav__sub-header,
.nav--mobile button.nav__link {
  font-size: 2rem;
  letter-spacing: .1rem;
  text-transform: uppercase
}
@media (min-width:1055px) {
  .nav--desktop .nav__link,
  .nav--desktop .nav__panel-link,
  .nav--desktop .nav__sub-header,
  .nav--desktop button.nav__link,
  .nav--mobile .nav__link,
  .nav--mobile .nav__panel-link,
  .nav--mobile .nav__sub-header,
  .nav--mobile button.nav__link {
    font-size: 1.6rem
  }
}
.nav--mobile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .9rem
}
.nav--mobile .nav__window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  background: #fffdf7;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease
}
.nav--mobile.is-open .nav__window {
  opacity: 1;
  pointer-events: auto
}
.nav--mobile .nav__scroller {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.6rem
}
@media (min-width:576px) {
  .nav--mobile .nav__scroller {
    padding: 0 2.4rem
  }
}
.nav--mobile .nav__position {
  position: relative;
  padding-bottom: 6.2rem;
  transition: transform .3s ease-in-out
}
@media (min-width:576px) {
  .nav--mobile .nav__position {
    padding-bottom: 4rem
  }
}
.nav--mobile.is-next .nav__position {
  transform: translate3d(-100vw,0,0)
}
.nav--mobile .nav__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.nav--mobile .button__back,
.nav--mobile .button__close,
.nav--mobile .button__open {
  color: #fffdf7
}
.nav--mobile .button__back .icon,
.nav--mobile .button__close .icon,
.nav--mobile .button__open .icon {
  font-size: 2rem
}
.nav--mobile .button__open {
  margin: 0;
  padding: 1.9rem 1.8rem 1.7rem;
  border-radius: 10rem;
  background: #005ec3
}
.nav--mobile .button__open .icon {
  margin-right: 1.2rem
}
.nav--mobile .button__close {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  width: 22.8rem;
  height: 7.5rem;
  margin: 0 0 0 auto;
  padding: 1rem 1.8rem;
  border-radius: 0
}
.nav--mobile .button__close::after,
.nav--mobile .button__close::before {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  content: ""
}
.nav--mobile .button__close::before {
  z-index: 2;
  width: 22.8rem;
  height: 7.5rem;
  background: transparent url(../img/navigation/nav-mobile-close-bg.svg) 0 0 no-repeat
}
.nav--mobile .button__close::after {
  z-index: 1;
  width: 7.5rem;
  height: 7.5rem;
  background: #fffdf7
}
.nav--mobile .button__close .icon,
.nav--mobile .button__close .lt {
  position: relative;
  z-index: 3
}
.nav--mobile .button__close .icon {
  background: #cb4910;
  padding: .8rem 0 .8rem 1rem
}
.nav--mobile .button__close .lt {
  background: #cb4910;
  padding: 1rem
}
.nav--mobile .button__back {
  top: 2.8rem;
  color: #023366
}
@media (min-width:576px) {
  .nav--mobile .button__back {
    top: 2.8rem
  }
}
.nav--mobile .button__back .icon {
  margin-right: 1rem
}
.nav--mobile .button__search {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 1.2rem 0 auto;
  padding: 0;
  border-radius: 100%;
  background: #005ec3;
  color: #fffdf7
}
.nav--mobile .nav__headline {
  display: block;
  width: 100%;
  margin: 0 0 4.9rem;
  padding-top: 8.8rem;
  font-size: 3.2rem;
  line-height: 1.25;
  color: #023366
}
@media (min-width:576px) {
  .nav--mobile .nav__headline {
    margin-bottom: 5.6rem;
    padding-top: 8.2rem
  }
}
.nav--mobile .nav__panel .nav__headline {
  padding-top: 6.8rem
}
@media (min-width:576px) {
  .nav--mobile .nav__panel .nav__headline {
    padding-top: 6.2rem
  }
}
.nav--mobile .nav__panel {
  position: absolute;
  top: 0;
  left: calc(100% + 3.2rem);
  background: #fffdf7;
  transition: all 1s linear
}
@media (min-width:576px) {
  .nav--mobile .nav__panel {
    left: 100vw
  }
}
@media (min-width:576px) {
  .nav--mobile .nav__item,
  .nav--mobile .nav__panel-item {
    border-bottom: .2rem solid #e5e6e6
  }
}
.nav--mobile .nav__item .nav__panel.is-closed {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none
}
.nav--mobile .nav__item.is-active > .nav__panel {
  width: calc(100% + 3.2rem);
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  transition: none
}
@media (min-width:576px) {
  .nav--mobile .nav__item.is-active > .nav__panel {
    width: 100%
  }
}
.nav--mobile .nav__link,
.nav--mobile .nav__panel-link,
.nav--mobile .nav__sub-header,
.nav--mobile button.nav__link {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 1.6rem);
  margin-left: -.8rem;
  padding: 2.3rem .8rem 2.1rem;
  font-family: freight-sans-pro,serif;
  font-weight: 600;
  line-height: 1.2;
  color: #023366
}
@media (min-width:576px) {
  .nav--mobile .nav__link,
  .nav--mobile .nav__panel-link,
  .nav--mobile .nav__sub-header,
  .nav--mobile button.nav__link {
    width: calc(100% + 2.4rem);
    margin-left: -1.2rem;
    padding: 2.4rem 1.6rem 2.2rem 1.2rem
  }
}
.nav--mobile .nav__link .icon,
.nav--mobile .nav__panel-link .icon,
.nav--mobile .nav__sub-header .icon,
.nav--mobile button.nav__link .icon {
  top: -.1rem;
  margin: -.2rem 0 -.2rem;
  font-size: 2.6rem
}
.nav--mobile .nav__link .icon,
.nav--mobile .nav__link .lt,
.nav--mobile .nav__panel-link .icon,
.nav--mobile .nav__panel-link .lt,
.nav--mobile .nav__sub-header .icon,
.nav--mobile .nav__sub-header .lt,
.nav--mobile button.nav__link .icon,
.nav--mobile button.nav__link .lt {
  pointer-events: none
}
.nav--mobile .nav__inner-list {
  margin-bottom: 2.4rem
}
@media (min-width:576px) {
  .nav--mobile .nav__inner-list {
    margin-bottom: 4.8rem
  }
}
.nav--mobile .nav__subnav {
  margin-top: -.6rem;
  padding: 0 0 1.5rem
}
.nav--mobile .nav__sublink,
.nav--mobile .utility__link {
  display: inline-block;
  margin-left: -.8rem;
  padding-left: .8rem;
  padding-right: .8rem
}
@media (min-width:576px) {
  .nav--mobile .nav__sublink,
  .nav--mobile .utility__link {
    margin-left: -1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem
  }
}
.nav--mobile .nav__sublink {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem
}
@media (min-width:576px) {
  .nav--mobile .nav__sublink {
    padding-top: .6rem;
    padding-bottom: .6rem
  }
}
.nav--mobile .nav--utility {
  display: block;
  margin: 6.2rem 0 0
}
@media (min-width:576px) {
  .nav--mobile .nav--utility {
    margin-top: 4rem
  }
}
.nav--mobile .utility__link {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem
}
.nav--mobile .utility__link .icon {
  margin-left: .6rem;
  font-size: 1.6rem
}
.nav--desktop {
  display: none
}
.nav--desktop .nav__skip {
  position: absolute;
  top: 0;
  opacity: 0
}
.nav--desktop .nav__skip:focus {
  top: 150px;
  opacity: 1
}
@media (min-width:1055px) {
  .nav--desktop {
    display: flex;
    width: 101rem
  }
}
@media (min-width:1200px) {
  .nav--desktop {
    margin: 0
  }
}
@media (min-width:1055px) {
  .nav--desktop .nav__inner-list {
    position: relative;
    z-index: 1
  }
}
@media (min-width:1055px) {
  .nav--desktop .button.nav__link,
  .nav--desktop .nav__link {
    padding: 1.4rem 1rem .9rem;
    font-family: freight-sans-pro,serif;
    font-weight: 700;
    white-space: nowrap
  }
  .nav--desktop .button.nav__link .lt::after,
  .nav--desktop .nav__link .lt::after {
    bottom: -.6rem
  }
  .nav--desktop .button.nav__link.is-active .lt::after,
  .nav--desktop .button.nav__link:hover .lt::after,
  .nav--desktop .nav__link.is-active .lt::after,
  .nav--desktop .nav__link:hover .lt::after {
    background: #cb4910
  }
  .nav--desktop .button.nav__link.is-active .icon,
  .nav--desktop .nav__link.is-active .icon {
    transform: rotate(180deg)
  }
}
@media (min-width:1055px) {
  .nav--desktop .button.nav__link,
  .nav--desktop .nav__link {
    font-size: 1.6rem
  }
}
.nav--desktop .button.nav__link .icon,
.nav--desktop .nav__link .icon {
  transition: transform .3s ease
}
@media (min-width:768px) {
  .nav--desktop .button.nav__link .icon,
  .nav--desktop .nav__link .icon {
    font-size: 1.4rem
  }
}
@media (min-width:1055px) {
  .nav--desktop .nav__panel {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 36rem;
    margin: 0;
    padding: 12.3rem 4rem 1.5rem 6rem;
    background: #f0ebe2;
    background-image: linear-gradient(to bottom,#dbd5ce 10%,#dbd5ce 30%,#fffdf7 60%);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 10px 34px 20px rgba(150,135,97,.14),23px 1px 64px 0 rgba(108,103,93,.1),20px 12px 24px 0 rgba(108,95,63,.1);
    transform: translate(-6.4rem,-100%);
    transition: transform .3s ease,opacity .3s ease
  }
}
.nav--desktop .nav__panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-6.4rem,0)
}
.nav--desktop .nav__panel.-multi-column {
  display: inline-flex;
  gap: 0;
  width: 69rem;
  background-image: linear-gradient(to bottom,#dbd5ce 1%,#dbd5ce 10%,#fffdf7 55%)
}
@media (min-width:1375px) {
  .nav--desktop .nav__panel.-multi-column {
    background-image: linear-gradient(160deg,#dbd5ce 10%,#dbd5ce 15%,#fffdf7 45%)
  }
}
.nav--desktop .nav__panel .group {
  max-width: 42%
}
@media (min-width:1055px) {
  .nav--desktop .subnav .nav__panel-link {
    font-weight: 400
  }
}
@media (min-width:1055px) {
  .nav--desktop .nav__panel-link {
    display: block;
    max-width: 26rem;
    padding: 1rem 1.4rem;
    border-radius: .4rem;
    color: #023366;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    transition: all .3s ease
  }
  .nav--desktop .nav__panel-link:focus-visible,
  .nav--desktop .nav__panel-link:hover {
    outline: 0;
    color: #cb4910
  }
  .nav--desktop .nav__panel-link:focus-visible {
    box-shadow: 0 0 0 1px #023366
  }
}
.nav--desktop .nav__bg {
  z-index: 1;
  pointer-events: none
}
@media (min-width:1055px) {
  .nav--desktop .nav__bg {
    background: transparent url(../img/navigation/nav-main-bg.svg) -18rem 0 no-repeat
  }
}
@media (min-width:1055px) and (min-width:1335px) {
  .nav--desktop .nav__bg {
    background-position: top left
  }
}
.nav--desktop .nav__panel-bg {
  display: none
}
@media (min-width:1055px) {
  .nav--desktop .nav__panel-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    display: block
  }
}
.nav--desktop .nav__panel-bg .wave {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 2.1rem;
  overflow: hidden;
  transform: translate(0,2rem)
}
.nav--desktop .nav__panel-bg .wave * {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0,2rem)
}
.nav--utility {
  display: none
}
@media (min-width:1055px) {
  .nav--utility {
    display: flex;
    justify-content: flex-end;
    width: 101rem;
    padding: 0 0 .2rem;
    z-index: 2
  }
}
.nav--utility .button.nav__link,
.nav--utility .nav__link {
  font-weight: 600
}
@media (min-width:1055px) {
  .nav--utility .button.nav__link,
  .nav--utility .nav__link {
    padding: 1rem 1.3rem .4rem;
    font-size: 1.4rem
  }
}
.subnav {
  max-width: 144rem;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  margin-bottom: -2px
}
@media (max-width:575px) {
  .subnav {
    margin-bottom: -6px
  }
}
.subnav.with-wave {
  transform: translateY(-60px)
}
.subnav--menu {
  position: absolute;
  top: -20px;
  z-index: 7;
  width: 100%
}
.subnav--menu--about {
  top: -8.4rem
}
.subnav--menu.with-wave {
  top: -85px
}
@media (max-width:1054px) {
  .subnav--menu.with-wave {
    top: -65px
  }
}
@media (max-width:767px) {
  .subnav--menu.with-wave {
    top: -55px
  }
}
@media (max-width:1054px) {
  .subnav--menu {
    width: calc(100% - 4.8rem);
    top: -28px
  }
}
@media (max-width:575px) {
  .subnav--menu {
    width: calc(100% - 2.4rem)
  }
}
ul.bottom-nav {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  font-family: freight-sans-pro,serif;
  color: #fffdf7;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  padding-bottom: 0;
  bottom: -13.3rem;
  position: absolute;
  z-index: 1
}
ul.bottom-nav li {
  padding: 18px 20px 26px 20px;
  background-color: #005ec3
}
ul.bottom-nav li:hover {
  background-color: #cb4910
}
ul.bottom-nav li:first-child {
  text-transform: uppercase;
  background-color: #023366;
  letter-spacing: 2px
}
ul.bottom-nav li a {
  color: #fffdf7;
  padding: 0 0 4px 0;
  text-decoration: none;
  border-bottom: 1px solid #fff
}
@media (max-width:1053px) {
  ul.bottom-nav {
    display: none!important
  }
}
.mobile-bottom-nav ul.bottom-nav {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  font-family: freight-sans-pro,serif;
  color: #fffdf7;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  padding-bottom: 0;
  bottom: -28px;
  position: absolute;
  width: 100%;
  z-index: 1
}
.mobile-bottom-nav ul.bottom-nav li {
  padding: 18px 20px 22px 20px;
  background-color: #005ec3
}
.mobile-bottom-nav ul.bottom-nav li:first-child {
  text-transform: uppercase;
  background-color: #023366;
  letter-spacing: 2px;
  padding: 5px 15px;
  font-size: 16px;
  display: inline-block!important
}
.mobile-bottom-nav ul.bottom-nav li a {
  color: #fffdf7;
  padding: 0 0 4px 0;
  text-decoration: none;
  border-bottom: 2px solid #fff
}
.mobile-bottom-nav select#anchorselector {
  background-color: transparent;
  border: none;
  font-family: freight-sans-pro,serif;
  color: #fffdf7;
  font-weight: 600;
  width: 100%;
  font-size: 21px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../img/our-leadership/chevron-down-off-white.svg) top 10px right no-repeat;
  fill: #fffdf7;
  background-size: 28px
}
.mobile-bottom-nav ul.bottom-nav {
  display: none
}
@media (max-width:1053px) {
  .mobile-bottom-nav ul.bottom-nav {
    display: block!important
  }
}
.news .cross-link__track {
  display: grid!important;
  grid-column-gap: 5rem;
  grid-row-gap: 80px;
  grid-template-columns: repeat(2,calc(50% - 2.5rem));
  grid-auto-rows: 40px
}
@media (max-width:767px) {
  .news .cross-link__track {
    grid-template-columns: repeat(1,100%);
    grid-row-gap: 20px
  }
}
.news__meta {
  margin: 0 0 1.8rem;
  padding: 1.8rem 0 0;
  color: #333;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .1rem;
  text-transform: uppercase
}
@media (max-width:767px) {
  .news__meta {
    font-size: 1.6rem
  }
}
.news__tags,
.news__tags a {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #cb4910;
  cursor: pointer;
  font-family: freight-sans-pro,serif
}
@media (max-width:1054px) {
  .news__featured-story-image {
    margin-top: 2.4rem
  }
}
.news__image-caption {
  font-family: freight-text-pro,serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px 112px 0 0
}
@media (max-width:1054px) {
  .news__image-caption {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    margin: 12px 0 0 0
  }
}
.news .cross-link__buttonrow--hidden {
  display: none
}
@media (max-width:575px) {
  .news .cross-link__buttonrow .button--primary {
    display: inline-block;
    width: auto
  }
}
@media (max-width:767px) {
  .news__body {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
  }
}
.news--index.with-background {
  background-image: url(../img/text-columns/text-columns-Background_shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left
}
.news--index.hero .eyebrow {
  margin-bottom: 2rem
}
@media (max-width:1054px) {
  .news--index.hero .eyebrow {
    margin-bottom: 1.5rem;
    margin-top: 5rem
  }
}
.news--index.hero .hero__copy h1 {
  font-size: 10rem
}
@media (max-width:767px) {
  .news--index.hero .hero__copy h1 {
    font-size: 7.2rem
  }
}
.news--index.hero .hero__subhead {
  margin-top: 1.5rem;
  margin-bottom: 1.8rem
}
.news--index .featured-story .eyebrow {
  color: #005ec3
}
.news--index .featured-story h2 {
  font-size: 5.2rem;
  line-height: 1.23;
  font-weight: 400;
  margin-bottom: 24px
}
@media (max-width:767px) {
  .news--index .featured-story h2 {
    font-size: 3.6rem
  }
}
.news--index .news__copy h3 {
  font-size: 2.8rem;
  margin-top: -1rem;
  margin-bottom: 1.2rem;
  font-weight: 600
}
@media (max-width:767px) {
  .news--index .news__copy h3 {
    font-size: 2.4rem
  }
}
.news--index .news__image {
  margin-bottom: 1.8rem;
  padding-bottom: 1rem
}
@media (max-width:1054px) {
  .news--index .grid .col.-col-lg-w7 {
    min-width: 100vw;
    margin-left: -4%
  }
}
@media (max-width:1054px) {
  .news--index .grid .col.-col-lg-w5 {
    min-width: 0!important;
    margin-right: 6%!important
  }
}
@media (max-width:767px) {
  .news--index .cross-link__item {
    margin-bottom: auto!important
  }
}
.news--index .spacer {
  height: 140px;
  width: 100%
}
@media (max-width:767px) {
  .news--index .spacer {
    height: 0
  }
}
.news--index .filter-group {
  margin-bottom: 3em
}
.news--index .filter-group .eyebrow {
  float: left;
  margin-right: 1.5em
}
@media (min-width:768px) {
  .news--index .filter-group .dropdown:not(.-mobile-only) .dropdown__trigger[aria-expanded=true] + .dropdown__panel {
    width: 30rem;
    margin-left: .1rem
  }
  .news--index .filter-group .eyebrow {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 1.3rem 1rem;
    border: 1px solid #023366;
    border-radius: .4rem
  }
  .news--index .filter-group .dropdown-filter.-multiple-filters {
    display: flex;
    align-items: flex-start
  }
  .news--index .filter-group .dropdown-filter.-multiple-filters .dropdown-filter__title {
    display: block;
    margin: 0;
    padding: 1.6rem 2rem;
    border: 1px solid #023366;
    border-radius: .4rem 0 0 .4rem;
    background: #fffdf7;
    color: #005ec3;
    font-family: freight-sans-pro,serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase
  }
}
@media (max-width:767px) {
  .news--index .filter-group .eyebrow {
    float: none;
    margin-right: 0;
    display: block;
    text-align: center;
    border: 1px solid #023366;
    border-radius: .4rem
  }
  .news--index .filter-group .dropdown-filter.-multiple-filters .dropdown .dropdown__trigger {
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem
  }
  .news--index .filter-group .dropdown-filter.-multiple-filters .dropdown:last-child .dropdown__trigger {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
  }
  .news--index .filter-group .dropdown-filter.-multiple-filters button {
    text-align: left
  }
  .news--index .filter-group .dropdown-filter.-multiple-filters {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
    margin-top: 1rem
  }
  .news--index .filter-group .dropdown-filter.-multiple-filters button {
    width: 100%
  }
  .news--index .filter-group .dropdown:not(.-mobile-only):not(.-pushdown) .dropdown__panel {
    left: 0
  }
}
.news--article.hero {
  background-color: #023366;
  max-height: none
}
.news--article.hero .hero__subhead,
.news--article.hero .hero__title {
  color: #fff
}
.news--article.hero--white-variation .hero__subhead,
.news--article.hero--white-variation .hero__title {
  color: #023366
}
.news--article.hero .hero__copy ul.breadcrumb {
  position: static;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 9rem;
  font-size: 1.6rem
}
.news--article.hero .hero__copy ul.breadcrumb li {
  padding-left: 8px
}
.news--article.hero .hero__copy ul.breadcrumb li a {
  color: #fff;
  padding-right: 8px
}
.news--article.hero .hero__copy ul.breadcrumb li:after {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 2px;
  font-size: 1.4rem
}
.news--article.hero .hero__copy ul.breadcrumb li:last-child:after {
  content: ""
}
@media (max-width:1054px) {
  .news--article.hero .hero__copy .breadcrumb {
    margin-bottom: 4rem!important;
    margin-top: 1.5rem
  }
  .news--article.hero .hero__copy .breadcrumb li {
    display: none
  }
  .news--article.hero .hero__copy .breadcrumb li.breadcrumb-mobile {
    display: block
  }
  .news--article.hero .hero__copy .breadcrumb li.breadcrumb-mobile:after {
    content: ""
  }
}
.news--article.hero .hero__copy h1 {
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 600;
  max-width: 800px
}
@media (max-width:575px) {
  .news--article.hero .hero__copy h1 {
    font-size: 3.2rem;
    line-height: 1.25
  }
}
.news--article.hero .hero__copy .hero__subhead {
  max-width: 600px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.33;
  padding-bottom: 8rem;
  padding-top: 4rem
}
@media (max-width:575px) {
  .news--article.hero .hero__copy .hero__subhead {
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 1rem
  }
}
.news--article h3 {
  font-size: 28px;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem
}
@media (max-width:575px) {
  .news--article h3 {
    font-size: 2.4rem
  }
}
.news--article .-center {
  position: relative;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto
}
.news--article .-article-intro {
  font-family: freight-sans-pro,serif;
  font-size: 32px;
  line-height: 1.31;
  font-weight: 400;
  color: #023366;
  max-width: 894px
}
.news--article .-body-width {
  position: relative;
  max-width: 732px;
  margin-left: 100px;
  padding-top: 50px;
  padding-bottom: 60px;
  line-height: 3.2rem!important
}
.news--article .-body-width.spacer {
  padding-bottom: 0;
  margin-bottom: 0
}
.news--article .-body-width span {
  font-family: freight-sans-pro,serif;
  font-size: 3.2rem;
  line-height: 1.31;
  color: #023366;
  display: block;
  font-weight: 700;
  padding-bottom: 15px
}
.news--article .-body-width span.level2 {
  font-size: 2.4rem
}
.news--article .-callout-text-no-quote {
  position: relative;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.25;
  color: #023366;
  margin-bottom: 40px
}
.news--article .-callout-text {
  position: relative;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.25;
  color: #023366;
  padding-bottom: 120px;
  padding-top: 70px;
  margin-bottom: -90px
}
.news--article .-callout-text:before {
  position: absolute;
  left: -108px;
  top: 90px;
  content: url(../img/news/icon-article-quote.png)
}
.news--article .-callout-text.bubble-background {
  background: url(../img/news/bubbles-svgs/path01.svg) center no-repeat;
  background-size: auto 100%;
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -20px;
  padding-right: 20px
}
.news--article .sm-side-image-after:after {
  position: absolute;
  right: -20px;
  margin-top: -74px;
  content: url(../img/news/news-09.jpg)
}
.news--article .-bubble-right-side {
  position: absolute;
  top: -60px;
  left: 800px
}
.news--article .-share-body {
  position: relative;
  max-width: 732px;
  margin-top: 60px;
  padding-bottom: 60px
}
.news--article .-share-body .title {
  font-family: freight-sans-pro,serif;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #252b33;
  text-transform: uppercase;
  font-weight: 800
}
.news--article .-share-body ul {
  margin-bottom: 20px;
  margin-left: -12px
}
.news--article .-share-body a {
  color: #252b33;
  font-family: freight-sans-pro,serif;
  font-weight: 500
}
.news--article .-share-body .social__list {
  justify-content: flex-start;
  padding: 0;
  display: flex
}
.news--article .-share-body .social__link {
  padding: 0 1.2rem;
  text-decoration: underline;
  display: inline-block;
  color: #252b33
}
.news--article .-share-body .social__link .icon {
  margin: 0 .5rem 0 0;
  font-size: 2rem;
  line-height: inherit;
  vertical-align: middle
}
.news--article .button--tertiary.primary {
  color: #023366
}
.news--article .keep-reading {
  padding-bottom: 50px
}
@media (min-width:768px) {
  .news--article .keep-reading .-cols-2 {
    display: grid;
    -moz-column-gap: 4.4rem;
    column-gap: 4.4rem;
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:767px) {
  .news--article .keep-reading .-cols-2 .group:last-child {
    padding-top: 5rem
  }
}
.news--article .top-social {
  z-index: 1;
  font-family: freight-sans-pro,serif;
  background: #0a2447;
  color: #f78e61;
  padding: 48px 70px 40px 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  margin-top: -10px
}
.news--article .top-social .title {
  font-size: 16px;
  font-family: freight-sans-pro,serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 1.6px
}
.news--article .top-social .title i {
  cursor: pointer
}
.news--article .top-social ul i.icon {
  color: #f78e61;
  font-size: 20px;
  width: 20px;
  margin: 0 .5rem 0 0
}
.news--article .top-social ul li {
  color: #f78e61;
  font-size: 16px;
  padding-bottom: 16px
}
.news--article .top-social ul li a {
  color: #f78e61
}
.news--article .top-social .title i {
  display: none
}
.news--article .top-social .close- {
  display: none
}
.news--article .image-group {
  position: relative
}
.news--article .image-group .image-1 {
  position: relative
}
.news--article .image-group .image-2 {
  position: absolute;
  top: -70px;
  right: 0
}
@media only screen and (max-width:1000px) {
  .news--article .image-group {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    text-align: center
  }
  .news--article .image-group .image-2 {
    margin-top: -50px;
    margin-bottom: 0;
    position: relative
  }
}
@media only screen and (max-width:991px) {
  .news--article .news__meta {
    max-width: 210px;
    font-size: 16px
  }
  .news--article .top-social {
    padding: 0;
    margin-top: 5px;
    background: 0 0
  }
  .news--article .top-social .title {
    background: #0a2447;
    padding: 12px 20px;
    margin-bottom: 0
  }
  .news--article .top-social .title span {
    display: none
  }
  .news--article .top-social .title i {
    font-size: 32px;
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #f78e61
  }
  .news--article .top-social ul {
    display: none;
    background: #023366;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 20px
  }
  .news--article .top-social ul.mobile-.on- {
    display: block
  }
  .news--article .top-social ul li span {
    display: none
  }
  .news--article .top-social ul i.icon {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    padding-bottom: 7px;
    width: 100%
  }
  .news--article .top-social .close-.mobile-.on- {
    display: block;
    cursor: pointer
  }
  .news--article .top-social .close- .icon {
    background: #005ec3;
    font-size: 30px;
    border-radius: 50%;
    padding-top: 6px;
    color: #fff;
    text-align: center;
    width: 44px;
    height: 44px;
    position: absolute;
    margin: 0;
    left: 22px;
    bottom: -22px
  }
  .news--article .-body-width {
    max-width: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0
  }
  .news--article .-article-intro {
    font-size: 28px
  }
  .news--article .-callout-text::before {
    left: 0;
    top: 0;
    position: relative;
    display: block
  }
  .news--article .-callout-text {
    font-size: 28px;
    line-height: 44px;
    margin-top: -60px;
    padding-top: 100px;
    margin-bottom: -100px
  }
  .news--article .-callout-text-no-quote {
    font-size: 28px;
    font-weight: 600
  }
  .news--article .-share-body {
    max-width: 84%;
    margin: auto;
    text-align: center
  }
  .news--article .-share-body .social__list {
    justify-content: flex-start;
    display: block
  }
  .news--article .-share-body ul {
    margin-bottom: 0;
    -moz-column-count: 2;
    column-count: 2
  }
  .news--article .-share-body ul li {
    padding-bottom: 30px
  }
  .news--article .-bubble-right-side {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -40px
  }
}
.our-leadership {
  position: relative
}
.our-leadership .our-leadership__background {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 122vw;
  height: 100%;
  background: linear-gradient(0deg,#f0ebe1 0,#fffdf7 100%)
}
@media (min-width:2000px) {
  .our-leadership .our-leadership__background {
    left: -40%
  }
}
@media (min-width:1055px) {
  .our-leadership.hero {
    min-height: 810px
  }
}
.our-leadership.hero .hero__title {
  margin: 0 0 3.1rem;
  font-size: 10rem
}
@media (max-width:1054px) {
  .our-leadership.hero .hero__title {
    font-size: 7.2rem
  }
}
.our-leadership.hero .hero__bg img {
  height: 100%
}
.our-leadership.hero .wave {
  z-index: 0
}
.our-leadership.hero ul.breadcrumb {
  font-size: 1.6rem;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0
}
.our-leadership.hero ul.breadcrumb li {
  padding-left: 8px
}
.our-leadership.hero ul.breadcrumb li a {
  color: #fff;
  padding-right: 8px
}
.our-leadership.hero ul.breadcrumb li:after {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 2px;
  font-size: 1.4rem
}
.our-leadership.hero ul.breadcrumb li:last-child:after {
  content: ""
}
@media (max-width:1053px) {
  .our-leadership.hero ul.breadcrumb {
    margin-top: 1rem
  }
  .our-leadership.hero ul.breadcrumb li {
    display: none
  }
  .our-leadership.hero ul.breadcrumb li.breadcrumb-mobile {
    display: block
  }
  .our-leadership.hero ul.breadcrumb li.breadcrumb-mobile:after {
    content: ""
  }
}
div.our-leadership {
  padding-bottom: 4rem
}
.our-leadership .leaders .shadow {
  -webkit-filter: drop-shadow(3px -16px 27px rgba(221, 215, 204, .9));
  -moz-filter: drop-shadow(3px -16px 27px rgba(221, 215, 204, .9));
  -ms-filter: drop-shadow(3px -16px 27px rgba(221, 215, 204, .9));
  -o-filter: drop-shadow(3px -16px 27px rgba(221, 215, 204, .9))
}
.our-leadership .leaders__header {
  padding-bottom: 1.5rem
}
.our-leadership .leaders__title {
  font-size: 10rem;
  line-height: 1.1
}
@media (max-width:1356px) {
  .our-leadership .leaders__header {
    max-width: 90%
  }
}
@media (max-width:767px) {
  .our-leadership .leaders__title {
    font-size: 4rem!important
  }
}
.our-leadership .leaders .grid-- {
  display: grid;
  justify-content: center;
  align-content: center;
  grid-auto-flow: column;
  text-align: center;
  position: relative;
  z-index: 1
}
.our-leadership .leaders.across-3 .grid-- {
  grid-template-columns: 33% 33% 33%
}
.our-leadership .leaders.across-2 .grid-- {
  grid-template-columns: 33% 33%
}
@media (max-width:766px) {
  .our-leadership .leaders.across-2 .grid-- {
    grid-template-columns: 50% 50%
  }
}
.our-leadership .leaders.across-1 .grid-- {
  grid-template-columns: 100%
}
@media (max-width:1053px) {
  .our-leadership .leaders.across-1 .grid-- {
    grid-template-columns: 30%
  }
}
@media (max-width:766px) {
  .our-leadership .leaders.across-1 .grid-- {
    grid-template-columns: 50%
  }
}
.our-leadership .leaders .grid--.topgradient {
  background-image: linear-gradient(to bottom,rgba(84,113,169,0) 60%,rgba(84,113,169,.2)),linear-gradient(to bottom,#eaf0f6,#eaf0f6);
  -webkit-mask-image: url(../img/our-leadership/static-wave.svg);
  mask-image: url(../img/our-leadership/static-wave.svg);
  webkit-mask-image: url(../img/our-leadership/static-wave.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  webkit-mask-repeat: no-repeat;
  padding-top: 80px;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 580px;
  z-index: -1;
  position: relative;
  margin-bottoM: -404px;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%)
}
@media (max-width:766px) {
  .our-leadership .leaders .grid--.topgradient {
    padding-top: 40px
  }
}
.our-leadership .leaders h2 {
  font-size: 72px;
  padding-top: 90px;
  padding-bottom: 72px
}
.our-leadership .leaders h3 {
  font-size: 32px;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px
}
@media (max-width:575px) {
  .our-leadership .leaders h3 {
    text-align: left
  }
}
.our-leadership .leaders .grid-- .pad .button--tertiary + p {
  display: none
}
.our-leadership .leaders .grid-- .pad .button--tertiary.active + p {
  display: block!important;
  max-width: 385px;
  margin: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem
}
.our-leadership .leaders {
  position: relative
}
.our-leadership .leaders .our-leadership__background-shape {
  background-image: url(../img/our-leadership/Leadership-BG_shape-big.png);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 100vw;
  height: 100%
}
@media (max-width:1599px) {
  .our-leadership .leaders .our-leadership__background-shape {
    left: -40%
  }
}
@media (max-width:1054px) {
  .our-leadership .leaders .our-leadership__background-shape {
    display: none
  }
}
.our-leadership .leaders-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.our-leadership .leaders-group__person {
  width: 23%;
  padding-bottom: 40px;
  text-align: center;
  position: relative
}
@media (max-width:1054px) {
  .our-leadership .leaders-group__person {
    width: 100%;
    display: flex
  }
  .our-leadership .leaders-group__person .testimonials__person-image,
  .our-leadership .leaders-group__person .testimonials__person-text {
    width: 50%
  }
  .our-leadership .leaders-group__person .testimonials__person-image {
    align-self: flex-start
  }
  .our-leadership .leaders-group__person .testimonials__person-text {
    align-self: center
  }
}
@media (max-width:575px) {
  .our-leadership .leaders-group__person {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
  }
  .our-leadership .leaders-group__person .testimonials__person-image {
    align-self: center
  }
  .our-leadership .leaders-group__person .testimonials__person-image,
  .our-leadership .leaders-group__person .testimonials__person-text {
    width: 100%;
    text-align: left
  }
  .our-leadership .leaders-group__person .testimonials__person-text h3 {
    margin-top: 0
  }
  .our-leadership .leaders-group__person .testimonials__person-text a {
    margin-bottom: 0
  }
}
.our-leadership .leaders-group__person:before {
  content: '';
  position: absolute;
  width: 470px;
  height: 350px;
  left: -80px;
  top: -90px;
  background-image: url(../img/our-leadership/Leadership-BG_shape.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .4s
}
@media (max-width:1599px) {
  .our-leadership .leaders-group__person:before {
    width: 400px;
    height: 300px;
    left: -80px;
    top: -90px
  }
}
.our-leadership .leaders-group__person.in-focus:before {
  opacity: 1;
  visibility: visible
}
@media (max-width:1054px) {
  .our-leadership .leaders-group__person:nth-of-type(odd) .testimonials__person-image {
    order: 1
  }
  .our-leadership .leaders-group__person:nth-of-type(odd) .testimonials__person-text {
    order: 2
  }
  .our-leadership .leaders-group__person:nth-of-type(even) .testimonials__person-image {
    order: 2
  }
  .our-leadership .leaders-group__person:nth-of-type(even) .testimonials__person-text {
    order: 1
  }
}
@media (max-width:1054px) and (max-width:575px) {
  .our-leadership .leaders-group__person:nth-of-type(even) .testimonials__person-text {
    padding-left: 20px
  }
}
@media (max-width:1054px) {
  .our-leadership .leaders-group__person:nth-of-type(even):before {
    left: initial;
    right: 80px
  }
}
.our-leadership .leaders .button--tertiary + p {
  display: none
}
.our-leadership .leaders .button--tertiary.active + p {
  display: block!important;
  max-width: 385px;
  margin: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem
}
.our-leadership .leaders .button--tertiary {
  margin-bottom: 30px
}
.our-leadership .leaders .button--tertiary::after {
  height: 2px
}
.our-leadership .leaders .button--tertiary.active {
  color: #cb4910;
  font-weight: 500
}
.our-leadership .leaders .button--tertiary.active::after {
  background: #cb4910
}
.our-leadership .leaders .button--tertiary.active:hover {
  color: #fffdf7
}
.our-leadership .leaders .button--tertiary.active:hover::after {
  background: #fffdf7
}
.our-leadership section[data-mobile-group].leaders {
  display: none
}
@media (max-width:1053px) {
  .our-leadership .leaders .grid-- .pad {
    padding-bottom: 1rem
  }
  .our-leadership .leaders .grid-- .pad p {
    font-size: 1.6rem
  }
  .our-leadership .leaders__header h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px
  }
  .our-leadership .leaders .button--tertiary {
    margin-bottom: 2rem
  }
  .our-leadership section[data-mobile-group].leaders h3 {
    font-size: 28px;
    line-height: 1.14;
    text-align: left
  }
  .our-leadership section[data-mobile-group].leaders .grid-- .pad {
    text-align: left;
    padding-left: 1rem;
    padding-right: .5rem
  }
  .our-leadership section[data-mobile-group].leaders .grid-- .pad .button--tertiary.active + p {
    padding-left: 0
  }
  .our-leadership section[data-mobile-group].leaders .button--tertiary {
    margin-left: -.7rem
  }
}
.text-columns {
  display: flex;
  flex-wrap: wrap
}
@media (min-width:1055px) {
  .text-columns {
    flex-wrap: nowrap;
    -moz-column-gap: 4.4rem;
    column-gap: 4.4rem
  }
  .text-columns--reverse {
    flex-direction: row-reverse
  }
}
.text-columns__background {
  display: none
}
.text-columns .column {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 1px 0;
  width: 100%;
  align-items: center;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem
}
@media (min-width:1055px) {
  .text-columns .column {
    width: 50%;
    display: flex
  }
  .text-columns .column.-padding-left {
    padding-left: 70px;
    padding-right: 70px
  }
}
.text-columns h2 {
  font-size: 4.8rem
}
@media (min-width:1055px) {
  .text-columns h2 {
    font-size: 7.2rem
  }
}
.text-columns h3 {
  font-size: 2.4rem
}
@media (min-width:1055px) {
  .text-columns h3 {
    font-size: 4.8rem
  }
}
.text-columns img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom
}
.has-background {
  position: relative
}
.has-background .text-columns__background {
  z-index: -1;
  display: block;
  position: absolute;
  top: 10px;
  left: -50%;
  width: 100%;
  height: 100vh;
  background: url(../img/text-columns/text-columns-Background_shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right
}
@media (max-width:1054px) {
  .has-background .text-columns__background {
    display: none
  }
}
.zigzag {
  position: relative
}
.zigzag__header,
.zigzag__pair {
  max-width: 129.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}
.zigzag .wistia-player {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden
}
.zigzag.giant-bubbles img {
  display: block;
  width: 100%
}
@media (min-width:768px) {
  .zigzag.giant-bubbles img {
    width: 100%;
    height: 100%;
    padding: 100px
  }
}
.zigzag.giant-bubbles ._row-2 .bubble {
  z-index: 1
}
@media (min-width:768px) {
  .zigzag.giant-bubbles ._row-2 .bubble {
    transform: translate(-55%,0)
  }
}
@media (min-width:830px) {
  .zigzag.giant-bubbles ._row-2 .bubble {
    transform: translate(-45%,0)
  }
}
@media (min-width:1055px) {
  .zigzag.giant-bubbles ._row-2 .bubble {
    transform: translate(-30%,0)
  }
}
@media (min-width:1200px) {
  .zigzag.giant-bubbles ._row-2 .bubble {
    transform: translate(-30%,0)
  }
}
.zigzag__headline,
.zigzag__subheadline,
.zigzag__subtitle,
.zigzag__title {
  color: #023366
}
.zigzag__title {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-weight: 700
}
@media (min-width:1055px) {
  .zigzag__title {
    font-size: 7.2rem;
    line-height: 1.2222222222;
    margin-bottom: 3.2rem
  }
}
.zigzag__subtitle {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  margin: 0 0 4.4rem;
  font-weight: 500
}
@media (min-width:1055px) {
  .zigzag__subtitle {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 7.2rem
  }
}
.zigzag__subheadline {
  font-family: freight-sans-pro,serif;
  font-weight: 500
}
.zigzag__message {
  color: #333
}
.zigzag__bg {
  display: flex
}
.zigzag__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top
}
.zigzag--fullbleed-lg,
.zigzag--fullbleed-sm {
  padding-top: 14.4rem;
  padding-bottom: 4.8rem;
  background: #023366 url(../img/zigzag/zigzag-fullbleed-bg-desktop@2x.jpg) no-repeat 0 0;
  background-size: cover
}
@media (min-width:1055px) {
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    padding-top: 9rem;
    padding-bottom: 7rem
  }
}
@media (min-width:1200px) {
  .zigzag--fullbleed-lg,
  .zigzag--fullbleed-sm {
    padding-top: 15rem;
    padding-bottom: 12rem
  }
}
@media (min-width:1200px) {
  .zigzag--fullbleed-lg .zigzag__subtitle,
  .zigzag--fullbleed-lg .zigzag__title,
  .zigzag--fullbleed-sm .zigzag__subtitle,
  .zigzag--fullbleed-sm .zigzag__title {
    max-width: 71.5%
  }
}
.zigzag--fullbleed-lg .zigzag__pair.-is-left .bubble,
.zigzag--fullbleed-sm .zigzag__pair.-is-left .bubble {
  z-index: 1
}
@media (min-width:768px) {
  .zigzag--fullbleed-lg .zigzag__pair.-is-left .bubble,
  .zigzag--fullbleed-sm .zigzag__pair.-is-left .bubble {
    left: -7.4rem;
    width: calc(100% + 7.4rem)
  }
}
@media (min-width:768px) {
  .zigzag--fullbleed-lg .zigzag__pair.-is-left .bubble,
  .zigzag--fullbleed-sm .zigzag__pair.-is-left .bubble {
    transform: translate(-55%,0)
  }
}
@media (min-width:830px) {
  .zigzag--fullbleed-lg .zigzag__pair.-is-left .bubble,
  .zigzag--fullbleed-sm .zigzag__pair.-is-left .bubble {
    transform: translate(-45%,0)
  }
}
@media (min-width:1055px) {
  .zigzag--fullbleed-lg .zigzag__pair.-is-left .bubble,
  .zigzag--fullbleed-sm .zigzag__pair.-is-left .bubble {
    transform: translate(-30%,0)
  }
}
@media (min-width:1200px) {
  .zigzag--fullbleed-lg .zigzag__pair.-is-left .bubble,
  .zigzag--fullbleed-sm .zigzag__pair.-is-left .bubble {
    transform: translate(-30%,0)
  }
}
@media (min-width:576px) {
  .zigzag--fullbleed-lg .zigzag__pair.-is-right .bubble,
  .zigzag--fullbleed-sm .zigzag__pair.-is-right .bubble {
    width: calc(100% + 7.4rem)
  }
}
.zigzag--fullbleed-lg .zigzag__copy,
.zigzag--fullbleed-lg .zigzag__headline,
.zigzag--fullbleed-lg .zigzag__message,
.zigzag--fullbleed-lg .zigzag__subheadline,
.zigzag--fullbleed-lg .zigzag__subtitle,
.zigzag--fullbleed-lg .zigzag__title,
.zigzag--fullbleed-sm .zigzag__copy,
.zigzag--fullbleed-sm .zigzag__headline,
.zigzag--fullbleed-sm .zigzag__message,
.zigzag--fullbleed-sm .zigzag__subheadline,
.zigzag--fullbleed-sm .zigzag__subtitle,
.zigzag--fullbleed-sm .zigzag__title {
  color: #fffdf7
}
@media (min-width:1055px) and (min-width:1200px) {
  .zigzag--fullbleed-lg .zigzag__pair.-size-03 .zigzag__copy {
    padding-right: 25%
  }
}
.zigzag--fullbleed-lg .zigzag__copy {
  margin: 0 0 2.4rem
}
.zigzag--fullbleed-lg .zigzag__headline {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  margin: 0 0 1.2rem;
  font-weight: 700;
  text-align: left
}
@media (min-width:768px) {
  .zigzag--fullbleed-lg .zigzag__headline {
    margin-bottom: 1.2rem;
    text-align: left
  }
}
@media (min-width:1200px) {
  .zigzag--fullbleed-lg .zigzag__headline {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.zigzag--fullbleed-lg .zigzag__message {
  margin: 0 0 3.4rem;
  text-align: left
}
@media (min-width:768px) {
  .zigzag--fullbleed-lg .zigzag__message {
    margin: 0;
    text-align: left
  }
}
.zigzag--fullbleed-lg .button {
  margin: 4.4rem 0 0 0
}
@media (min-width:1200px) {
  .zigzag--fullbleed-lg .button {
    margin-top: 4.4rem
  }
}
.zigzag--fullbleed-sm .zigzag__pair .button {
  margin: 2.4rem 0 0 0
}
@media (min-width:1200px) {
  .zigzag--fullbleed-sm .zigzag__pair .button {
    margin-top: 2.4rem
  }
}
.zigzag--fullbleed-sm .zigzag__copy,
.zigzag--organic .zigzag__copy {
  margin: auto
}
.zigzag--fullbleed-sm .zigzag__headline,
.zigzag--organic .zigzag__headline {
  font-size: 3.2rem;
  line-height: 1.25;
  margin: 0 0 2rem;
  font-weight: 600
}
@media (min-width:1200px) {
  .zigzag--fullbleed-sm .zigzag__headline,
  .zigzag--organic .zigzag__headline {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 2.8rem
  }
}
.zigzag--fullbleed-sm .zigzag__subheadline,
.zigzag--organic .zigzag__subheadline {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  margin: 0
}
@media (min-width:1200px) {
  .zigzag--fullbleed-sm .zigzag__subheadline,
  .zigzag--organic .zigzag__subheadline {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.zigzag--organic .zigzag__pair,
.zigzag--rectangle .zigzag__pair,
.zigzag--video .zigzag__pair {
  align-items: center
}
.zigzag--organic {
  padding: 4rem 0
}
@media (min-width:768px) {
  .zigzag--organic {
    padding: 6rem 0
  }
}
@media (min-width:1200px) {
  .zigzag--organic {
    padding: 8rem 0
  }
}
.zigzag--organic .zigzag__pair.-is-left .bubble {
  left: -1.4rem;
  width: calc(100% + 1.4rem)
}
@media (min-width:576px) {
  .zigzag--organic .zigzag__pair.-is-left .bubble {
    left: -7.4rem;
    width: calc(100% + 7.4rem)
  }
}
.zigzag--organic .zigzag__pair.-is-right .bubble {
  width: calc(100% + 1.4rem)
}
@media (min-width:576px) {
  .zigzag--organic .zigzag__pair.-is-right .bubble {
    width: calc(100% + 7.4rem)
  }
}
.zigzag--organic .button {
  margin: 2.4rem 0 0 0
}
@media (min-width:1200px) {
  .zigzag--organic .button {
    margin-top: 2.4rem
  }
}
.zigzag--rectangle .zigzag__headline,
.zigzag--video .zigzag__headline {
  font-family: freight-sans-pro,serif;
  font-weight: 700
}
.zigzag--rectangle .zigzag__pair {
  padding-bottom: 6rem
}
@media (min-width:768px) {
  .zigzag--rectangle .zigzag__pair {
    padding-bottom: 4.8rem
  }
}
.zigzag--rectangle .zigzag__pair.-is-left .zigzag__image,
.zigzag--rectangle .zigzag__pair.-is-right .zigzag__image {
  width: 100vw;
  margin-left: -1.4rem
}
@media (min-width:576px) {
  .zigzag--rectangle .zigzag__pair.-is-left .zigzag__image,
  .zigzag--rectangle .zigzag__pair.-is-right .zigzag__image {
    margin-left: -2.4rem
  }
}
@media (min-width:768px) {
  .zigzag--rectangle .zigzag__pair.-is-left .zigzag__image,
  .zigzag--rectangle .zigzag__pair.-is-right .zigzag__image {
    margin-left: 0;
    width: 100%;
    height: 100%
  }
}
@media (min-width:768px) {
  .zigzag--rectangle .zigzag__pair.-is-left .zigzag__image {
    left: -7.4rem
  }
}
@media (min-width:768px) {
  .zigzag--rectangle .zigzag__copy > :last-child {
    margin-bottom: 0
  }
}
.zigzag--rectangle .zigzag__headline {
  margin: 0 0 2rem;
  font-size: 4.8rem;
  line-height: 1.1666666667
}
@media (min-width:768px) {
  .zigzag--rectangle .zigzag__headline {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
@media (min-width:1055px) {
  .zigzag--rectangle .zigzag__headline {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3.2rem
  }
}
@media (min-width:1200px) {
  .zigzag--rectangle .zigzag__headline {
    font-size: 7.2rem;
    line-height: 1.2222222222;
    margin-bottom: 3.2rem
  }
}
.zigzag--rectangle .zigzag__subheadline {
  margin: 0 0 3.4rem;
  font-size: 2.4rem;
  line-height: 1.4166666667
}
@media (min-width:768px) {
  .zigzag--rectangle .zigzag__subheadline {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-bottom: 2rem
  }
}
@media (min-width:1055px) {
  .zigzag--rectangle .zigzag__subheadline {
    font-size: 3.2rem;
    line-height: 1.3125;
    margin-bottom: 3rem
  }
}
@media (min-width:1200px) {
  .zigzag--rectangle .zigzag__subheadline {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 3rem
  }
}
.zigzag--rectangle .zigzag__message {
  margin: 0 0 1.2rem
}
@media (min-width:768px) {
  .zigzag--rectangle .zigzag__message {
    margin: 0 0 2.4rem
  }
}
@media (min-width:1055px) {
  .zigzag--rectangle .zigzag__message {
    margin: 0 0 4.4rem
  }
}
.zigzag--rectangle .button {
  margin: 0 0 2.4rem
}
@media (min-width:768px) {
  .zigzag--rectangle .button {
    margin-bottom: 0
  }
}
@media (min-width:768px) {
  .zigzag--video .zigzag__subtitle,
  .zigzag--video .zigzag__title {
    max-width: 85%
  }
}
@media (min-width:1200px) {
  .zigzag--video .zigzag__subtitle,
  .zigzag--video .zigzag__title {
    max-width: 80%
  }
}
@media (min-width:768px) {
  .zigzag--video .zigzag__pair {
    margin-bottom: 2.6rem
  }
}
@media (min-width:1200px) {
  .zigzag--video .zigzag__pair {
    margin-bottom: 5.2rem
  }
}
.zigzag--video .zigzag__pair.-is-left .zigzag__video,
.zigzag--video .zigzag__pair.-is-right .zigzag__video {
  width: 100vw;
  margin-left: -1.4rem
}
@media (min-width:576px) {
  .zigzag--video .zigzag__pair.-is-left .zigzag__video,
  .zigzag--video .zigzag__pair.-is-right .zigzag__video {
    margin-left: -2.4rem
  }
}
@media (min-width:768px) {
  .zigzag--video .zigzag__pair.-is-left .zigzag__video,
  .zigzag--video .zigzag__pair.-is-right .zigzag__video {
    margin-left: 0
  }
}
@media (min-width:768px) {
  .zigzag--video .zigzag__pair.-is-left .zigzag__video {
    left: -2.4rem;
    width: calc(100% + 2.4rem)
  }
}
@media (min-width:1440px) {
  .zigzag--video .zigzag__pair.-is-left .zigzag__video {
    left: -4.8rem;
    width: calc(100% + 4.8rem)
  }
}
@media (min-width:768px) {
  .zigzag--video .zigzag__pair.-is-right .zigzag__video {
    width: calc(100% + 2.4rem)
  }
}
@media (min-width:1440px) {
  .zigzag--video .zigzag__pair.-is-right .zigzag__video {
    width: calc(100% + 4.8rem)
  }
}
.zigzag--video .zigzag__copy {
  margin-top: 5rem;
  margin-bottom: 3rem
}
@media (min-width:768px) {
  .zigzag--video .zigzag__copy {
    margin-top: 0;
    margin-bottom: 0
  }
}
.zigzag--video .zigzag__video {
  padding-top: 56.873%;
  border-radius: .8rem
}
.zigzag--video .eyebrow {
  margin: 0 0 1.6rem
}
@media (min-width:768px) {
  .zigzag--video .eyebrow {
    margin-bottom: .8rem
  }
}
@media (min-width:1055px) {
  .zigzag--video .eyebrow {
    margin-bottom: 1.2rem
  }
}
@media (min-width:1200px) {
  .zigzag--video .eyebrow {
    margin-bottom: 2rem
  }
}
.zigzag--video .zigzag__title {
  margin: 0 0 2.8rem;
  font-size: 6rem;
  line-height: 1.0333333333;
  font-weight: 700
}
@media (min-width:768px) {
  .zigzag--video .zigzag__title {
    font-size: 5.6rem;
    line-height: 1.25;
    margin-bottom: 1.2rem
  }
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__title {
    font-size: 7.2rem;
    line-height: 1.2222222222
  }
}
@media (min-width:1200px) {
  .zigzag--video .zigzag__title {
    font-size: 10rem;
    line-height: 1.1
  }
}
.zigzag--video .zigzag__subtitle {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  margin: 0 0 1.4rem;
  font-weight: 500
}
@media (min-width:768px) {
  .zigzag--video .zigzag__subtitle {
    font-size: 4rem;
    line-height: 1.125;
    margin-bottom: 3.2rem
  }
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__subtitle {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 4.8rem
  }
}
@media (min-width:1200px) {
  .zigzag--video .zigzag__subtitle {
    margin-bottom: 9.6rem
  }
}
.zigzag--video .zigzag__headline {
  margin: 0;
  font-size: 4rem;
  line-height: 1.2
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__headline {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 0
  }
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__headline {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  .zigzag--video .zigzag__headline {
    font-size: 7.2rem;
    line-height: 1.2222222222;
    margin-bottom: 0
  }
}
.zigzag--video .zigzag__subheadline {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  margin: 1.2rem 0 0
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__subheadline {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin: 0
  }
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__subheadline {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  .zigzag--video .zigzag__subheadline {
    font-size: 3.2rem;
    line-height: 1.3125;
    margin-bottom: 0
  }
}
.zigzag--video .zigzag__message {
  margin: 1rem 0 0
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__message {
    margin: 0
  }
}
@media (min-width:1055px) {
  .zigzag--video .zigzag__message {
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  .zigzag--video .zigzag__message {
    margin-bottom: 0
  }
}
@media (min-width:1055px) {
  .zigzag.bbc-experience .-size-02,
  .zigzag.home-page .-size-02 {
    margin-top: -300px
  }
}
@media (min-width:1055px) {
  .zigzag.bbc-experience .-size-03,
  .zigzag.home-page .-size-03 {
    margin-top: -300px
  }
}
@media (max-width:767px) {
  .zigzag.bbc-experience .bubble,
  .zigzag.home-page .bubble {
    text-align: center
  }
  .zigzag.bbc-experience .bubble svg,
  .zigzag.home-page .bubble svg {
    height: 600px!important;
    width: 400px!important;
    margin: 0 auto
  }
}
@media (max-width:767px) {
  .zigzag[class*=clip-top-wave] .zigzag__pair:first-child {
    padding-top: 80px
  }
}
.contact-us .hero__copy {
  min-height: calc(100% + 1.4rem)
}
.contact-us.hero {
  height: 530px
}
@media (max-width:575px) {
  .contact-us.hero {
    height: 400px
  }
  .contact-us.hero .hero__title {
    max-width: 85%
  }
}
.contact-us input,
.contact-us textarea {
  background-color: transparent
}
.contact-us h4 {
  font-weight: 600;
  margin-bottom: 1.3rem
}
.contact-us h6 {
  padding-bottom: 10px
}
.contact-us .contact__txt {
  padding-bottom: 3.5rem
}
.contact-us .contact__txt p {
  margin-bottom: 3.2rem
}
.contact-us .contact__txt a,
.contact-us .contact__txt p {
  color: #333
}
.contact-us .contact-us__map {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 42rem
}
@media (max-width:1053px) {
  .contact-us .contact-us__map {
    height: 57vw
  }
}
@media (max-width:1053px) {
  .contact-us h4 {
    font-size: 4.8rem
  }
  .contact-us .contact-us__map {
    margin-top: 4rem
  }
  .contact-us .contact__txt {
    padding-bottom: 1rem
  }
}
@media (max-width:574px) {
  .contact-us .button--primary {
    text-align: center!important;
    display: block
  }
  .contact-us h6 {
    font-size: 2.4rem;
    font-weight: 600
  }
}
.cross-link {
  position: relative;
  margin: 0 auto;
  padding: 4rem 0
}
@media (min-width:768px) {
  .cross-link {
    padding: 6rem 0
  }
}
@media (min-width:1200px) {
  .cross-link {
    padding: 8rem 0
  }
}
.cross-link__header,
.cross-link__row {
  max-width: 129.2rem;
  margin-right: auto;
  margin-left: auto
}
.cross-link__bg {
  width: 100vw;
  padding: 0
}
.cross-link__accent {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100vw;
  max-width: 100vw;
  height: 24rem;
  margin-left: -1.4rem;
  padding-top: 4rem;
  pointer-events: none
}
@media (min-width:576px) {
  .cross-link__accent {
    margin-left: -2.4rem
  }
}
@media (min-width:768px) {
  .cross-link__accent {
    height: 26rem;
    padding-top: 6rem
  }
}
@media (min-width:1055px) {
  .cross-link__accent {
    height: 34rem
  }
}
@media (min-width:1200px) {
  .cross-link__accent {
    height: 36rem;
    padding-top: 8rem
  }
}
@media (min-width:1357px) {
  .cross-link__accent {
    width: calc(100% + 4.8rem)
  }
}
@media (min-width:1440px) {
  .cross-link__accent {
    width: 110%
  }
}
.cross-link__accent img {
  display: block;
  width: auto;
  max-height: 100%
}
@media (max-width:1054px) {
  .cross-link__accent img.desktop-only {
    display: none
  }
}
.cross-link__accent.is-over {
  z-index: 2
}
.cross-link__accent.is-under {
  z-index: 1;
  transform: translate(0,-20%)
}
@media (min-width:1055px) {
  .cross-link__accent.-large {
    z-index: 0;
    height: 600px;
    transform: translate(0,-45%)
  }
}
.cross-link__header {
  position: relative;
  z-index: 1
}
.cross-link__row {
  position: relative;
  z-index: 1
}
.cross-link__track {
  margin: 0;
  padding: 0;
  list-style-type: none
}
@media (min-width:576px) {
  .cross-link__track {
    display: flex;
    gap: 2rem
  }
}
@media (min-width:1055px) {
  .cross-link__track {
    gap: 5rem
  }
}
.cross-link__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}
@media (min-width:576px) {
  .cross-link__item {
    width: 50%
  }
}
.cross-link__item .button--secondary,
.cross-link__item .button--tertiary {
  margin-left: -.6rem
}
@media (min-width:768px) {
  .cross-link.-size-sm .cross-link__header,
  .cross-link.-size-sm .cross-link__track {
    width: 73.4%;
    margin: 0 auto
  }
}
.cross-link.-size-sm .cross-link__image {
  order: 3;
  margin-top: auto
}
.cross-link.-size-sm .cross-link__image img {
  height: auto!important
}
.cross-link.-size-sm .cross-link__copy {
  order: 1
}
.cross-link.-size-sm .cross-link__description {
  order: 2
}
.cross-link.-size-sm .cross-link__button {
  order: 4;
  margin-top: 0
}
.cross-link.is-wide {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.cross-link.is-wide img {
  pointer-events: none
}
.cross-link.is-wide .cross-link__row {
  position: relative;
  width: calc(100% + 2.8rem);
  margin-left: -1.4rem;
  padding-left: 1.4rem
}
@media (min-width:576px) {
  .cross-link.is-wide .cross-link__row {
    margin-left: auto;
    padding-left: 0
  }
}
@media (min-width:768px) {
  .cross-link.is-wide .cross-link__row {
    overflow: visible;
    transition: transform .1s ease
  }
}
.cross-link.is-wide .cross-link__track {
  display: flex;
  gap: 2rem;
  width: calc(260% + 1.2rem);
  padding: 0 1.2rem 0 0;
  transition: all .1s linear
}
@media (min-width:576px) {
  .cross-link.is-wide .cross-link__track {
    width: calc(125% + 2.4rem);
    padding: 0 2.4rem 0 0
  }
}
.cross-link.is-wide .cross-link__item {
  width: 33.333%
}
.cross-link__image {
  margin: 0 0 1.8rem;
  max-height: 48rem;
  width: 100%
}
@media (min-width:768px) {
  .cross-link__image {
    margin-bottom: 2rem
  }
}
@media (min-width:1200px) {
  .cross-link__image {
    margin-bottom: 2.6rem
  }
}
.cross-link__image img {
  height: 480px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom
}
.cross-link .cross-link__button {
  width: 100%;
  margin-top: auto
}
.cross-link__meta {
  margin: 0 0 1.8rem;
  padding: 0;
  color: #333;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .1rem;
  text-transform: uppercase
}
@media (min-width:768px) {
  .cross-link__meta {
    margin: 0 0 1.2rem;
    padding: 1.4rem 0 0
  }
}
@media (min-width:1200px) {
  .cross-link__meta {
    margin: 0 0 1.8rem
  }
}
.cross-link__title {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 2.2rem
}
@media (min-width:768px) {
  .cross-link__title {
    font-size: 6rem
  }
}
@media (min-width:1055px) {
  .cross-link__title {
    font-size: 7.2rem;
    line-height: 1.2222222222
  }
}
@media (min-width:1055px) {
  .cross-link.-size-sm .cross-link__title {
    font-size: 4.8rem;
    line-height: 1.25
  }
}
.cross-link__subtitle {
  display: block;
  margin: 0 0 4.4rem;
  color: #023366;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25
}
@media (min-width:768px) {
  .cross-link__subtitle {
    margin-bottom: 3rem;
    font-size: 3.6rem
  }
}
@media (min-width:1055px) {
  .cross-link__subtitle {
    margin-bottom: 4.5rem;
    font-size: 4.8rem;
    line-height: 1.25
  }
}
@media (min-width:1200px) {
  .cross-link__subtitle {
    margin-bottom: 6rem
  }
}
@media (min-width:1055px) {
  .cross-link.-size-sm .cross-link__subtitle {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.cross-link__headline,
.cross-link__subheadline {
  margin: 0 0 1.4rem;
  color: #023366
}
.cross-link__headline {
  font-family: freight-sans-pro,serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.1666666667
}
@media (min-width:768px) {
  .cross-link__headline {
    font-family: freight-sans-pro,serif;
    font-weight: 700
  }
}
@media (min-width:1200px) {
  .cross-link__headline {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.cross-link__subheadline {
  display: block;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2857142857
}
@media (min-width:1200px) {
  .cross-link__subheadline {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
@media (min-width:1200px) {
  .cross-link__subheadline {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.cross-link__buttonrow {
  padding: 4.8rem 0;
  text-align: center
}
.cross-link__bubble {
  display: none;
  background: red
}
@media (min-width:1200px) {
  .cross-link__bubble {
    display: block;
    background: 0 0
  }
}
@media (min-width:1200px) {
  .cross-link__bubble .cross-link__headline {
    font-size: 4.8rem;
    line-height: 1.25
  }
}
.cross-link.-size-sm .cross-link__track,
.cross-link.cross-link--bubbles .cross-link__track,
.cross-link.cross-link--news .cross-link__track {
  display: block
}
@media (min-width:768px) {
  .cross-link.-size-sm .cross-link__track,
  .cross-link.cross-link--bubbles .cross-link__track,
  .cross-link.cross-link--news .cross-link__track {
    display: flex
  }
}
.cross-link.-size-sm .cross-link__item,
.cross-link.cross-link--bubbles .cross-link__item,
.cross-link.cross-link--news .cross-link__item {
  width: 100%
}
@media (max-width:767px) {
  .cross-link.-size-sm .cross-link__item,
  .cross-link.cross-link--bubbles .cross-link__item,
  .cross-link.cross-link--news .cross-link__item {
    margin-bottom: 4.8rem
  }
}
.cross-link.-size-sm .cross-link__item:last-child,
.cross-link.cross-link--bubbles .cross-link__item:last-child,
.cross-link.cross-link--news .cross-link__item:last-child {
  margin-bottom: 0
}
.cross-link.cross-link--news .cross-link__header {
  text-align: center
}
.cross-link.cross-link--news .cross-link__headline {
  font-size: 2.4rem;
  line-height: 1.1666666667
}
@media (max-width:767px) {
  .cross-link.cross-link--news .cross-link__headline {
    margin-bottom: .2rem
  }
}
@media (min-width:1200px) {
  .cross-link.cross-link--news .cross-link__headline {
    font-size: 2.8rem;
    line-height: 1.1428571429
  }
}
@media (min-width:1055px) {
  .cross-link.cross-link--bubbles .cross-link__item {
    position: relative;
    padding: 6rem
  }
}
@media (min-width:1200px) {
  .cross-link.cross-link--bubbles .cross-link__item {
    padding: 6rem 10rem
  }
}
@media (min-width:1055px) {
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .cross-link__copy {
    transition: all .3s ease-in-out
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .bubble {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transition: all .3s ease-in-out
  }
}
@media (min-width:1055px) and (min-width:1055px) {
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .bubble.bubble-1,
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .bubble.bubble-2,
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .bubble.bubble-3 {
    display: block
  }
}
@media (min-width:1055px) {
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .bubble.bubble-1 {
    top: .4rem;
    right: 10%;
    width: 40%;
    height: 60%;
    transform: translateX(10%)
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .bubble.bubble-2 {
    bottom: 2.6%;
    left: 2.6%;
    width: 23%;
    height: 30%;
    transform: translateX(-10%)
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles .bubble.bubble-3 {
    z-index: 0;
    top: 39%;
    left: 4.6%;
    width: 30%;
    height: 47%;
    transform: translateX(-10%)
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles:hover .cross-link__copy {
    background: #fffdf7;
    box-shadow: 23px 1px 64px 0 rgba(108,103,93,.17),20px 12px 24px 0 rgba(0,0,0,.11)
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles:hover .bubble {
    visibility: visible;
    opacity: 1
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles:hover .bubble.bubble-1 {
    transition-delay: .15s
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles:hover .bubble.bubble-2 {
    transition-delay: .2s
  }
  .cross-link.cross-link--bubbles .cross-link__item.has-bubbles:hover .bubble.bubble-3 {
    transition-delay: .25s
  }
}
.cross-link.cross-link--bubbles .cross-link__copy {
  padding: 3.6rem 2.8rem .3rem;
  border-radius: 1.6rem
}
@media (min-width:1055px) {
  .cross-link.cross-link--bubbles .cross-link__copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 42rem;
    margin: 0 auto
  }
}
@media (min-width:1200px) {
  .cross-link.cross-link--bubbles .cross-link__copy {
    width: 100%;
    max-width: 42rem
  }
}
.cross-link.cross-link--bubbles .bubble {
  display: none
}
.cross-link.cross-link--bubbles .cross-link__headline {
  font-family: freight-sans-pro,serif;
  font-weight: 600;
  margin: 0
}
@media (min-width:768px) {
  .cross-link.cross-link--bubbles .cross-link__headline {
    margin-bottom: 2rem;
    font-size: 4rem;
    line-height: 1.2
  }
}
@media (min-width:1055px) {
  .cross-link.cross-link--bubbles .cross-link__headline {
    margin-bottom: 2.8rem;
    font-size: 4rem;
    line-height: 1.2
  }
}
@media (min-width:1440px) {
  .cross-link.cross-link--bubbles .cross-link__headline {
    margin-bottom: 3.6rem;
    font-size: 4.8rem;
    line-height: 1.25
  }
}
.cross-link.cross-link--bubbles .cross-link__subheadline {
  margin: 0
}
@media (min-width:768px) {
  .cross-link.cross-link--bubbles .cross-link__subheadline {
    margin-bottom: 4.8rem
  }
}
@media (min-width:1055px) {
  .cross-link.cross-link--bubbles .cross-link__subheadline {
    margin-bottom: 3.6rem
  }
}
@media (min-width:1440px) {
  .cross-link.cross-link--bubbles .cross-link__subheadline {
    margin-bottom: 4.8rem
  }
}
.dropdown {
  position: relative
}
@media (min-width:768px) {
  .dropdown.-mobile-only .dropdown__trigger {
    border-bottom: .1rem solid #fffdf7
  }
}
@media (min-width:1055px) {
  .dropdown.-mobile-only .dropdown__trigger {
    border: none;
    cursor: default
  }
}
@media (max-width:1053px) {
  .dropdown.-mobile-only .dropdown__trigger {
    text-decoration: none;
    cursor: pointer;
    padding-right: 60px;
    position: relative;
    font-family: freight-sans-pro,serif;
    font-weight: 700;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .dropdown.-mobile-only .dropdown__trigger[aria-expanded=true] {
    position: relative;
    z-index: 2147483647
  }
  .dropdown.-mobile-only .dropdown__trigger[aria-expanded=true] + .dropdown__panel {
    height: auto
  }
  .dropdown.-mobile-only .dropdown__trigger * {
    pointer-events: none
  }
  .dropdown.-mobile-only .dropdown__trigger:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 11px;
    right: 10px;
    top: calc(50% - 5.5px);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNTUgMTkzLjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM1NSAxOTMuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJYTUxJRF8yMjVfIiBmaWxsPSIjMDIzMzY2IiBkPSJNMzM5LjYsMTAuNGMtNS45LTUuOS0xNS40LTUuOS0yMS4yLDBMMTc5LDE0OS44TDM5LjYsMTAuNGMtNS45LTUuOS0xNS40LTUuOS0yMS4yLDAKCWMtNS45LDUuOS01LjksMTUuNCwwLDIxLjJsMTUwLDE1MGMyLjgsMi44LDYuNiw0LjQsMTAuNiw0LjRzNy44LTEuNiwxMC42LTQuNGwxNTAtMTUwQzM0NS41LDI1LjcsMzQ1LjUsMTYuMywzMzkuNiwxMC40eiIvPgo8L3N2Zz4K);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
  }
  .dropdown.-mobile-only .dropdown__trigger:before {
    align-items: center;
    border-radius: 100%;
    content: attr(data-filter-number);
    background-color: #cb4910;
    color: #fff;
    display: flex;
    height: 20px;
    width: 20px;
    font-size: 14px;
    justify-content: center;
    line-height: 15px;
    position: absolute;
    right: 34px;
    top: calc(50% - 10px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s
  }
  .dropdown.-mobile-only .dropdown__trigger.show-filter:before {
    opacity: 1;
    visibility: visible
  }
  .dropdown.-mobile-only .dropdown__trigger.-size-sm {
    letter-spacing: .16rem
  }
  .dropdown.-mobile-only:not(.-pushdown) .dropdown__panel {
    position: absolute;
    left: -2px;
    top: calc(100% - .1rem);
    z-index: 214748;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: 0 0
  }
}
@media (max-width:1053px) and (min-width:1055px) {
  .dropdown.-mobile-only:not(.-pushdown) .dropdown__panel {
    width: 60rem
  }
}
@media (max-width:1053px) and (max-width:1054px) {
  .dropdown.-mobile-only:not(.-pushdown) .dropdown__panel {
    left: -1px!important;
    width: calc(100% + 1px)
  }
}
@media (max-width:1053px) {
  .dropdown.-mobile-only:not(.-pushdown) .dropdown__content {
    padding: 2rem;
    border: 1px solid #023366;
    background: #fffdf7
  }
  .dropdown.-mobile-only:not(.-pushdown) .dropdown__content.-filter {
    padding: 1.2rem 0 1.4rem
  }
  .dropdown.-mobile-only.-pushdown .dropdown__panel {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: 0 0
  }
}
.dropdown:not(.-mobile-only) .dropdown__trigger {
  text-decoration: none;
  cursor: pointer;
  padding-right: 60px;
  position: relative
}
.dropdown:not(.-mobile-only) .dropdown__trigger[aria-expanded=true] {
  position: relative;
  z-index: 2147483647
}
.dropdown:not(.-mobile-only) .dropdown__trigger[aria-expanded=true] + .dropdown__panel {
  height: auto
}
.dropdown:not(.-mobile-only) .dropdown__trigger * {
  pointer-events: none
}
.dropdown:not(.-mobile-only) .dropdown__trigger:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 11px;
  right: 10px;
  top: calc(50% - 5.5px);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNTUgMTkzLjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM1NSAxOTMuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJYTUxJRF8yMjVfIiBmaWxsPSIjMDIzMzY2IiBkPSJNMzM5LjYsMTAuNGMtNS45LTUuOS0xNS40LTUuOS0yMS4yLDBMMTc5LDE0OS44TDM5LjYsMTAuNGMtNS45LTUuOS0xNS40LTUuOS0yMS4yLDAKCWMtNS45LDUuOS01LjksMTUuNCwwLDIxLjJsMTUwLDE1MGMyLjgsMi44LDYuNiw0LjQsMTAuNiw0LjRzNy44LTEuNiwxMC42LTQuNGwxNTAtMTUwQzM0NS41LDI1LjcsMzQ1LjUsMTYuMywzMzkuNiwxMC40eiIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.dropdown:not(.-mobile-only) .dropdown__trigger:before {
  align-items: center;
  border-radius: 100%;
  content: attr(data-filter-number);
  background-color: #cb4910;
  color: #fff;
  display: flex;
  height: 20px;
  width: 20px;
  font-size: 14px;
  justify-content: center;
  line-height: 15px;
  position: absolute;
  right: 34px;
  top: calc(50% - 10px);
  opacity: 0;
  visibility: hidden;
  transition: all .4s
}
.dropdown:not(.-mobile-only) .dropdown__trigger.show-filter:before {
  opacity: 1;
  visibility: visible
}
.dropdown:not(.-mobile-only):not(.-pushdown) .dropdown__panel {
  position: absolute;
  left: -2px;
  top: calc(100% - .1rem);
  z-index: 214748;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: 0 0
}
@media (min-width:1055px) {
  .dropdown:not(.-mobile-only):not(.-pushdown) .dropdown__panel {
    width: 60rem
  }
}
@media (max-width:1054px) {
  .dropdown:not(.-mobile-only):not(.-pushdown) .dropdown__panel {
    left: -1px!important;
    width: calc(100% + 1px)
  }
}
.dropdown:not(.-mobile-only):not(.-pushdown) .dropdown__content {
  padding: 2rem;
  border: 1px solid #023366;
  background: #fffdf7
}
.dropdown:not(.-mobile-only):not(.-pushdown) .dropdown__content.-filter {
  padding: 1.2rem 0 1.4rem
}
.dropdown:not(.-mobile-only).-pushdown .dropdown__panel {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: 0 0
}
@media (min-width:1055px) {
  .dropdown-filter {
    display: flex;
    align-items: flex-start
  }
}
.dropdown-filter .dropdown-filter__title {
  display: none
}
@media (min-width:1055px) {
  .dropdown-filter .dropdown-filter__title {
    display: block;
    margin: 0;
    padding: 1.6rem 2rem;
    border: 1px solid #023366;
    border-radius: .4rem 0 0 .4rem;
    background: #fffdf7;
    color: #005ec3;
    font-family: freight-sans-pro,serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase
  }
}
@media (min-width:1055px) {
  .dropdown-filter .dropdown .filter__wrapper {
    position: relative
  }
}
.dropdown-filter .dropdown .filter__wrapper label.checkbox {
  padding-left: 2rem
}
@media (min-width:1055px) {
  .dropdown-filter .dropdown__content {
    width: 29.4rem
  }
}
.dropdown-filter .dropdown__trigger {
  padding: 1.6rem 1.2rem;
  border: 1px solid #023366;
  border-radius: .4rem;
  background: #fffdf7;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: none
}
@media (min-width:1055px) {
  .dropdown-filter .dropdown__trigger {
    border-radius: 0 .4rem .4rem 0
  }
}
.dropdown-filter .dropdown__trigger[aria-expanded=true] {
  border-bottom-color: #fffdf7;
  border-radius: 0 .4rem 0 0
}
@media (min-width:1055px) {
  .dropdown-filter .dropdown .filter__wrapper .dropdown__trigger {
    border-left: none
  }
}
.dropdown-filter.-multiple-filters .dropdown__trigger {
  border-radius: 0
}
.dropdown-filter.-multiple-filters .dropdown:last-child .dropdown__trigger {
  border-radius: 0 .4rem .4rem 0
}
.dropdown-filter.-multiple-filters .dropdown:last-child .dropdown__trigger[aria-expanded=true] {
  border-radius: 0 .4rem 0 0
}
.feature-text {
  position: relative;
  overflow: hidden;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  color: #023366;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem
}
.feature-text em,
.feature-text i {
  font-family: freight-text-pro,serif;
  font-weight: 600;
  font-style: italic
}
@media (max-width:767px) {
  .feature-text[class*=clip-top-wave] {
    padding-top: 22rem
  }
}
.feature-text__copy {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 129.2rem;
  margin: 0 auto
}
@media (min-width:576px) {
  .feature-text__copy * {
    width: 86%
  }
}
@media (min-width:768px) {
  .feature-text__copy * {
    width: 78%
  }
}
@media (min-width:1055px) {
  .feature-text__copy * {
    width: 85%
  }
}
@media (min-width:1200px) {
  .feature-text__copy * {
    width: 90rem
  }
}
.feature-text__copy .button {
  width: auto
}
.feature-text__copy :last-child {
  margin-bottom: 0
}
.feature-text .bubble {
  display: none
}
.feature-text.-valign-middle .feature-text__copy {
  justify-content: center
}
@media (min-width:576px) {
  .feature-text.-valign-middle .feature-text__copy {
    min-height: 34rem
  }
}
@media (min-width:768px) {
  .feature-text.-valign-middle .feature-text__copy {
    min-height: 40rem
  }
}
@media (min-width:1055px) {
  .feature-text.-valign-middle .feature-text__copy {
    min-height: 60rem
  }
}
@media (min-width:1200px) {
  .feature-text.-valign-middle .feature-text__copy {
    min-height: 85rem
  }
}
@media (min-width:768px) {
  .feature-text.-valign-top {
    padding-top: 1.6rem
  }
}
@media (min-width:1055px) {
  .feature-text.-valign-top {
    padding-top: 5rem
  }
}
@media (min-width:1200px) {
  .feature-text.-valign-top {
    padding-top: 10rem
  }
}
.feature-text.-valign-top .feature-text__copy {
  justify-content: flex-start
}
@media (min-width:576px) {
  .feature-text.-valign-top .feature-text__copy {
    min-height: 32rem
  }
}
@media (min-width:768px) {
  .feature-text.-valign-top .feature-text__copy {
    min-height: 38.4rem
  }
}
@media (min-width:1055px) {
  .feature-text.-valign-top .feature-text__copy {
    min-height: 50rem
  }
}
@media (min-width:1200px) {
  .feature-text.-valign-top .feature-text__copy {
    min-height: 70rem
  }
}
.feature-text__title {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0
}
.feature-text__title + .feature-text__subtitle {
  margin-top: 2.8rem
}
.feature-text__title + .feature-text__message {
  margin-top: 2.8rem
}
@media (min-width:576px) {
  .feature-text__title + .feature-text__subtitle {
    margin-top: 2rem
  }
  .feature-text__title + .feature-text__message {
    margin-top: 1.6rem
  }
}
@media (min-width:1055px) {
  .feature-text__title {
    font-size: 7.2rem;
    line-height: 1.2222222222
  }
  .feature-text__title + .feature-text__subtitle {
    margin-top: 3.2rem
  }
  .feature-text__title + .feature-text__message {
    margin-top: 2rem
  }
}
@media (min-width:1200px) {
  .feature-text__title {
    font-size: 10rem;
    line-height: 1.1
  }
  .feature-text__title + .feature-text__subtitle {
    margin-top: 5.4rem
  }
  .feature-text__title + .feature-text__message {
    margin-top: 3.4rem
  }
}
.feature-text__subtitle {
  font-size: 3.2rem;
  line-height: 1.25;
  margin: 0
}
.feature-text__subtitle + .feature-text__message {
  margin-top: 2.8rem
}
@media (min-width:576px) {
  .feature-text__subtitle {
    font-size: 3.2rem;
    line-height: 1.3125
  }
  .feature-text__subtitle + .feature-text__message {
    margin-top: 1.6rem
  }
}
@media (min-width:1055px) {
  .feature-text__subtitle {
    font-size: 4.8rem;
    line-height: 1.25
  }
  .feature-text__subtitle + .feature-text__message {
    margin-top: 2rem
  }
}
@media (min-width:1200px) {
  .feature-text__subtitle {
    font-size: 4.8rem;
    line-height: 1.25
  }
  .feature-text__subtitle + .feature-text__message {
    margin-top: 4rem
  }
}
.feature-text__message {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin: 0
}
@media (min-width:768px) {
  .feature-text__message {
    font-size: 2.8rem;
    line-height: 1.2857142857
  }
}
@media (min-width:1200px) {
  .feature-text__message {
    padding-right: 10rem;
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.feature-text .feature-text__richtext {
  max-width: 100%
}
.feature-text .feature-text__richtext h3,
.feature-text .feature-text__richtext h4,
.feature-text .feature-text__richtext h5,
.feature-text .feature-text__richtext h6,
.feature-text .feature-text__richtext p {
  margin-bottom: 2rem
}
@media (min-width:768px) {
  .feature-text .feature-text__richtext h3,
  .feature-text .feature-text__richtext h4,
  .feature-text .feature-text__richtext h5,
  .feature-text .feature-text__richtext h6,
  .feature-text .feature-text__richtext p {
    margin-bottom: 1.6rem
  }
}
@media (min-width:1055px) {
  .feature-text .feature-text__richtext h3,
  .feature-text .feature-text__richtext h4,
  .feature-text .feature-text__richtext h5,
  .feature-text .feature-text__richtext h6,
  .feature-text .feature-text__richtext p {
    margin-bottom: 3.2rem
  }
}
.feature-text .feature-text__richtext h3,
.feature-text .feature-text__richtext h4,
.feature-text .feature-text__richtext h5,
.feature-text .feature-text__richtext h6 {
  font-family: freight-sans-pro,serif;
  font-weight: 400
}
.feature-text .button {
  margin-top: 2.8rem
}
@media (min-width:768px) {
  .feature-text .button {
    margin-top: 3.2rem
  }
}
@media (min-width:1055px) {
  .feature-text .button {
    margin-top: 3.6rem
  }
}
@media (min-width:1200px) {
  .feature-text .button {
    margin-top: 5.2rem
  }
}
@media (min-width:1440px) {
  .feature-text .button {
    margin-top: 5.6rem
  }
}
.feature-text__accents {
  display: none
}
@media (max-width:767px) {
  .feature-text--image-bg.-margin-lg .feature-text__copy {
    padding: 0 0 6.4rem
  }
}
@media (max-width:767px) {
  .feature-text--image-bg.-margin-sm .feature-text__copy {
    padding: 6.4rem 0 20rem
  }
}
.feature-text--image-accent {
  overflow: visible
}
.feature-text--image-accent .feature-text__copy {
  margin: 0;
  padding: 7.2rem 0
}
@media (min-width:576px) {
  .feature-text--image-accent .feature-text__copy {
    width: 78%;
    min-height: 36rem
  }
}
@media (min-width:768px) {
  .feature-text--image-accent .feature-text__copy {
    width: 70%;
    min-height: 40rem;
    margin: 0 auto
  }
}
@media (min-width:1055px) {
  .feature-text--image-accent .feature-text__copy {
    width: 84rem;
    min-height: 75rem;
    margin: 0
  }
}
@media (min-width:1200px) {
  .feature-text--image-accent .feature-text__copy {
    min-height: 91rem;
    margin: 0 auto
  }
}
.feature-text--image-accent .feature-text__accents {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block
}
.feature-text--image-accent .feature-text__image1,
.feature-text--image-accent .feature-text__image2 {
  position: absolute;
  z-index: 0;
  height: 10rem
}
.feature-text--image-accent .feature-text__image1 {
  left: 0;
  bottom: 20%;
  display: none;
  width: 14.5%
}
@media (min-width:768px) {
  .feature-text--image-accent .feature-text__image1 {
    display: block
  }
}
@media (min-width:1055px) {
  .feature-text--image-accent .feature-text__image1 {
    display: none
  }
}
@media (min-width:1200px) {
  .feature-text--image-accent .feature-text__image1 {
    display: block;
    left: -4rem;
    width: 26rem
  }
}
@media (min-width:1440px) {
  .feature-text--image-accent .feature-text__image1 {
    width: 30rem
  }
}
.feature-text--image-accent .feature-text__image2 {
  right: 0;
  bottom: 9%
}
@media (min-width:576px) {
  .feature-text--image-accent .feature-text__image2 {
    width: 21%
  }
}
@media (min-width:768px) {
  .feature-text--image-accent .feature-text__image2 {
    width: 14.5%
  }
}
@media (min-width:1055px) {
  .feature-text--image-accent .feature-text__image2 {
    width: 16.666%
  }
}
@media (min-width:1200px) {
  .feature-text--image-accent .feature-text__image2 {
    width: 30rem;
    right: -4rem
  }
}
@media (min-width:1440px) {
  .feature-text--image-accent .feature-text__image2 {
    width: 30rem
  }
}
.feature-text--image-accent .bubble {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block
}
.hero {
  position: relative;
  padding-top: 6.8rem;
  padding-bottom: 3.4rem;
  background: #d9dbde
}
@media (min-width:1055px) {
  .hero {
    padding: 13.5rem 0
  }
}
@media only screen and (max-width:991px) {
  .hero .breadcrumb li {
    display: none
  }
  .hero .breadcrumb li.breadcrumb-mobile {
    display: block
  }
  .hero .breadcrumb li.breadcrumb-mobile:after {
    content: ""
  }
}
.hero .global-pause-animations-container {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  max-width: 129.2rem;
  margin: 0 auto;
  text-align: right;
  z-index: 10
}
@media (max-width:766px) {
  .hero .global-pause-animations-container {
    bottom: 100px;
    right: 16px
  }
}
.hero .global-pause-animations-container .button {
  padding: 1rem .7rem .9rem
}
@media (max-width:766px) {
  .hero .global-pause-animations-container .button {
    width: auto;
    margin-left: auto
  }
}
@media only screen and (min-width:991px) {
  .hero .hero__title {
    max-width: 66%;
    word-wrap: break-word
  }
}
.hero .wave__bg {
  background-image: url(../img/masthead/wave_hero.png);
  background-size: 100% calc(100% + 6.9rem);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1
}
@media only screen and (max-width:991px) {
  .hero .wave__bg {
    background-size: 100% 103%;
    background-image: url(../img/masthead/wave_hero--mobile.png)
  }
}
.hero ul.breadcrumb {
  position: absolute;
  top: 10px;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  display: flex;
  font-family: freight-sans-pro,serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500
}
.hero ul.breadcrumb li {
  padding-left: 8px;
  display: inline-flex;
  align-items: center
}
.hero ul.breadcrumb li:first-child {
  padding-left: 0
}
@media only screen and (max-width:991px) {
  .hero ul.breadcrumb li {
    display: none
  }
}
.hero ul.breadcrumb li a {
  color: #fff;
  padding-right: 8px
}
.hero ul.breadcrumb li a:hover {
  text-decoration: none
}
.hero ul.breadcrumb li:after {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 2px;
  font-size: 16px
}
.hero ul.breadcrumb li:last-child:after {
  content: ""
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%!important;
  display: flex
}
.hero__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%
}
.hero__bg-fixed {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%!important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: height .6s ease;
  transition-timing-function: cubic-bezier(.59,.53,.18,.95)
}
.hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 144rem;
  min-height: calc(73.5rem - 6.8rem);
  margin: 0 auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem
}
@media (min-width:1055px) {
  .hero__copy {
    min-height: calc(81rem - 13.5rem)
  }
}
.hero__subhead {
  margin: 0;
  font-weight: 700
}
@media (min-width:1055px) {
  .hero__subhead {
    margin: 0;
    padding: 0
  }
}
.hero__button-row {
  margin-top: 50px
}
.hero.-align-left {
  text-align: left
}
.hero.-align-left .hero__copy {
  align-items: flex-start
}
.hero.-align-center .hero__copy {
  align-items: flex-start
}
@media (min-width:768px) {
  .hero.-align-center {
    text-align: center
  }
  .hero.-align-center .hero__copy {
    align-items: center
  }
}
.hero.-bg-filter .hero__bg,
.hero.-bg-filter .hero__bg-fixed {
  height: 100%!important
}
.hero--home .hero__title {
  margin: 0 0 3.1rem
}
@media (min-width:1055px) {
  .hero--home .hero__title {
    margin: 0 0 5.3rem
  }
}
.hero--home .hero__title .eyebrow {
  margin: 0 0 1rem
}
.hero--home .hero__subhead {
  color: #fff
}
.hero--white-variation .hero__title {
  margin: 0 0 3.1rem;
  color: #023366
}
@media (min-width:1055px) {
  .hero--white-variation .hero__title {
    margin: 0 0 5.3rem
  }
}
.hero--white-variation .hero__title .eyebrow {
  margin: 0 0 1rem
}
.hero--white-variation .hero__subhead {
  color: #023366
}
.hero--white-variation .wave__bg {
  background-image: url(../img/masthead/white_wave_hero.png)
}
@media only screen and (max-width:991px) {
  .hero--white-variation .wave__bg {
    background-image: url(../img/masthead/white_wave_hero--mobile.png);
    background-size: 105% 100%
  }
}
.hero--parent .hero__title {
  margin: 0 0 1.4rem
}
@media (min-width:1055px) {
  .hero--parent .hero__title {
    margin: 0 0 4rem
  }
}
.hero--parent .eyebrow {
  margin: 0 0 1.8rem
}
@media (min-width:1055px) {
  .hero--parent .eyebrow {
    margin-bottom: 2.8rem
  }
}
.hero--utility {
  max-height: 530px
}
.hero--utility .wave__bg {
  background-image: url(../img/masthead/utility_blue-wave.png);
  background-size: 100% calc(100% + 5.3rem)
}
@media (max-width:575px) {
  .hero--utility .wave__bg {
    background-image: url(../img/masthead/utility_blue_wave-mobile.png);
    background-size: 100% calc(100% + 5.3rem)
  }
}
.hero--utility .hero__copy {
  min-height: calc(38.5rem - 6.8rem)
}
@media (min-width:1055px) {
  .hero--utility .hero__copy {
    min-height: calc(48rem - 13.5rem);
    padding-top: 0
  }
}
.hero--utility .hero__title {
  margin: 0 0 1.2rem
}
@media (min-width:1055px) {
  .hero--utility .hero__title {
    margin: 0 0 2rem
  }
}
.hero--utility.hero--white-variation .wave__bg {
  background-image: url(../img/masthead/utility_white_wave.png);
  background-size: 100% 100%
}
@media (max-width:575px) {
  .hero--utility.hero--white-variation .wave__bg {
    background-image: url(../img/masthead/white_wave_hero--mobile.png)
  }
}
.list-grid {
  position: relative
}
.list-grid__bg {
  min-width: 100vw;
  width: auto
}
.list-grid__copy {
  font-family: freight-sans-pro,serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
  max-width: 129.2rem;
  margin: 0 auto
}
@media (min-width:768px) {
  .list-grid__header {
    max-width: 85%
  }
}
@media (min-width:1200px) {
  .list-grid__header {
    max-width: 80%
  }
}
.list-grid ul.list-grid__grid {
  grid-template-columns: repeat(2,1fr);
  margin: 4rem 0
}
@media (min-width:768px) {
  .list-grid ul.list-grid__grid {
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 0;
    margin: 4.8rem 0
  }
}
@media (min-width:1055px) {
  .list-grid ul.list-grid__grid {
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 0;
    margin: 4.8rem 0
  }
}
.list-grid li.list-grid__item {
  font-size: 2.4rem;
  line-height: 1.3333333333
}
@media (min-width:1055px) {
  .list-grid li.list-grid__item {
    margin: 0 0 4rem;
    font-size: 2.8rem;
    line-height: 1.4285714286
  }
}
.list-grid__headline,
.list-grid__subtitle,
.list-grid__title {
  color: #023366
}
.list-grid__title {
  font-size: 6rem;
  line-height: 1.0666666667;
  margin: 0 0 2rem
}
@media (min-width:768px) {
  .list-grid__title {
    font-size: 7.2rem;
    line-height: 1.2222222222
  }
}
@media (min-width:1055px) {
  .list-grid__title {
    font-size: 10rem;
    line-height: 1.1
  }
}
.list-grid__subtitle {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  margin: 0 0 2rem
}
@media (min-width:768px) {
  .list-grid__subtitle {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
.list-grid__message {
  font-family: freight-text-pro,serif;
  font-weight: 400
}
@media (min-width:768px) {
  .list-grid__message {
    max-width: 80%
  }
}
@media (min-width:1200px) {
  .list-grid__message {
    max-width: 50%
  }
}
.list-grid__headline {
  margin: 0 0 .6rem;
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 600
}
.list-grid__icon {
  display: none
}
.list-grid em,
.list-grid i {
  font-family: freight-text-pro,serif;
  font-weight: 600;
  font-style: italic
}
.list-grid.-dark-mode .list-grid__headline,
.list-grid.-dark-mode .list-grid__message,
.list-grid.-dark-mode .list-grid__subtitle,
.list-grid.-dark-mode .list-grid__title {
  color: #fff
}
.list-grid.-fullbleed.-dark-mode .list-grid__bg {
  background-color: #023366
}
.list-grid[class*="--icon"] {
  padding: 9rem 0 7rem
}
.list-grid[class*="--icon"] .list-grid__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.8rem;
  text-align: center
}
@media (min-width:768px) {
  .list-grid[class*="--icon"] .list-grid__grid {
    gap: 2.6rem
  }
}
@media (min-width:1200px) {
  .list-grid[class*="--icon"] .list-grid__grid {
    gap: 5.2rem
  }
}
.list-grid[class*="--icon"] .list-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 1.4rem);
  margin: 0
}
@media (min-width:768px) {
  .list-grid[class*="--icon"] .list-grid__item {
    flex: 1 1 0px;
    width: auto
  }
}
.list-grid[class*="--icon"] .list-grid__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
.list-grid[class*="--icon"] .list-grid__icon img {
  max-width: none;
  max-height: 100%
}
.list-grid[class*="--icon"] .list-grid__headline {
  font-size: 2rem;
  line-height: 1.4
}
@media (min-width:768px) {
  .list-grid[class*="--icon"] .list-grid__headline {
    font-size: 2.4rem;
    line-height: 1.3333333333
  }
}
.list-grid--icon .list-grid__copy {
  font-weight: 700
}
.list-grid--icon .list-grid__title {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 1.4rem
}
@media (min-width:768px) {
  .list-grid--icon .list-grid__title {
    font-size: 7.2rem;
    line-height: 1.2222222222
  }
}
@media (min-width:768px) {
  .list-grid--icon .list-grid__item {
    min-width: 30.8%;
    max-width: 30.8%
  }
}
@media (min-width:1055px) {
  .list-grid--icon .list-grid__item {
    min-width: 23%;
    max-width: 23%
  }
}
@media (min-width:1200px) {
  .list-grid--icon .list-grid__item {
    min-width: 21.5%;
    max-width: 21.5%
  }
}
.list-grid--icon .list-grid__icon {
  height: 12.5rem;
  height: 8.4rem;
  margin: 0 0 1rem
}
@media (min-width:768px) {
  .list-grid--icon .list-grid__icon {
    height: 15.7rem;
    margin-bottom: 2rem
  }
}
.list-grid--icon.-fullbleed .list-grid__header {
  margin-left: auto;
  margin-right: auto
}
.list-grid--icon.-fullbleed .list-grid__copy {
  font-weight: 600
}
.list-grid--icon.-fullbleed .list-grid__subtitle,
.list-grid--icon.-fullbleed .list-grid__title {
  text-align: center
}
.list-grid--icon.-fullbleed .list-grid__title {
  margin: 0
}
@media (min-width:768px) {
  .list-grid--icon.-fullbleed .list-grid__title {
    margin-bottom: 1.2rem
  }
}
@media (min-width:768px) {
  .list-grid--icon.-fullbleed .list-grid__subtitle {
    font-size: 4.8rem;
    line-height: 1.25
  }
}
@media (min-width:768px) {
  .list-grid--icon.-fullbleed .list-grid__grid {
    padding: 0 3.6rem
  }
}
@media (min-width:1055px) {
  .list-grid--icon.-fullbleed .list-grid__grid {
    padding: 0 5.2rem
  }
}
@media (min-width:1200px) {
  .list-grid--icon.-fullbleed .list-grid__grid {
    padding: 0 10.5rem
  }
}
@media (min-width:768px) {
  .list-grid--icon.-fullbleed .list-grid__item {
    min-width: 30.7%;
    max-width: 30.7%
  }
}
@media (min-width:1055px) {
  .list-grid--icon.-fullbleed .list-grid__item {
    min-width: 17.7%;
    max-width: 17.7%
  }
}
@media (min-width:1200px) {
  .list-grid--icon.-fullbleed .list-grid__item {
    min-width: 15.7%;
    max-width: 15.7%
  }
}
.list-grid--icon.-fullbleed .list-grid__icon {
  height: 8.4rem;
  margin: 0 0 1.4rem
}
@media (min-width:768px) {
  .list-grid--icon.-fullbleed .list-grid__icon {
    height: 8.4rem
  }
}
.list-grid--icon.-fullbleed .list-grid__headline {
  margin: 0
}
@media (min-width:768px) {
  .list-grid--icon.-fullbleed .list-grid__headline {
    margin-bottom: 0
  }
}
.list-grid--icon.-fullbleed .button {
  margin-top: auto
}
#leadership-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.4);
  z-index: 2;
  width: 100vw;
  height: 100vh;
  overflow: hidden
}
@media only screen and (max-width:991px) {
  #leadership-modal {
    width: unset;
    height: unset
  }
}
#leadership-modal.is-open {
  display: flex
}
#leadership-modal .leadership-modal__content {
  position: relative;
  z-index: 3;
  width: 63%;
  max-width: 905px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 56px 0 56px 36px;
  display: flex;
  align-items: center;
  max-height: 95vh
}
@media only screen and (max-width:991px) {
  #leadership-modal .leadership-modal__content {
    width: 85%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    overflow-y: auto
  }
}
#leadership-modal .leadership-modal__content .leadership-modal__image {
  min-width: 284px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width:991px) {
  #leadership-modal .leadership-modal__content {
    max-width: 85%
  }
}
#leadership-modal .leadership-modal__text {
  padding: 0 36px 0 55px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  max-height: calc(95vh - 112px)
}
@media only screen and (max-width:991px) {
  #leadership-modal .leadership-modal__text {
    padding: 16px;
    max-height: none;
    overflow-y: visible
  }
}
#leadership-modal .leadership-modal__text h3 {
  font-size: 32px;
  line-height: 1.31;
  margin-bottom: 12px
}
#leadership-modal .leadership-modal__text .leadership-modal__title {
  font-family: freight-sans-pro,serif;
  color: #252b33;
  font-size: 20px;
  list-style: 1.4;
  margin-bottom: 32px
}
#leadership-modal .leadership-modal__text .leadership-modal__text-description {
  font-size: 20px;
  font-family: freight-text-pro,serif;
  color: #252b33;
  white-space: break-spaces
}
#leadership-modal .leadership-modal__text .leadership-modal__close-link {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  color: #023366;
  box-sizing: border-box;
  padding-bottom: 3px;
  border-bottom: 1px solid #023366;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width:991px) {
  #leadership-modal .leadership-modal__text .leadership-modal__close-link {
    text-align: center;
    margin: 0 auto
  }
}
#leadership-modal .leadership-modal__close-button {
  align-self: baseline;
  color: #023366;
  font-size: 28px;
  position: absolute;
  top: 56px;
  right: 30px
}
@media only screen and (max-width:991px) {
  #leadership-modal .leadership-modal__close-button {
    top: 12px;
    right: 16px
  }
}
.product-link.product-link--inline {
  text-align: left
}
.product-link.product-link--inline .product-link__summary {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.4rem
}
.product-link.product-link--inline .product-link__item {
  text-align: center;
  margin: 0
}
.product-link.product-link--inline .product-link__item-intro {
  order: 2;
  position: relative;
  z-index: 1
}
.product-link.product-link--inline .product-link__item-image {
  order: 1
}
.product-link.product-link--inline .product-link__item-image-img img {
  max-height: 100%
}
.product-link.product-link--inline .product-link__controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%
}
.product-link.product-link--inline .product-link__controls button {
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer
}
.product-link.product-link--inline .product-link__controls button svg {
  width: 100%
}
@media (max-width:1054px) {
  .product-link.product-link--inline {
    position: relative
  }
  .product-link.product-link--inline .product-link__row {
    margin: 0 -2.4rem;
    display: flex;
    overflow: scroll;
    scroll-behavior: smooth;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none
  }
  .product-link.product-link--inline .product-link__row::-webkit-scrollbar {
    width: 0;
    height: 0
  }
  .product-link.product-link--inline .product-link__item {
    width: 100vw;
    min-width: 100vw;
    margin: 0
  }
}
@media (max-width:575px) {
  .product-link.product-link--inline .product-link__row {
    margin: 0 -1.4rem
  }
}
@media (min-width:1055px) {
  .product-link.product-link--inline .product-link__summary {
    font-size: 4.8rem;
    line-height: 6rem
  }
  .product-link.product-link--inline .product-link__row {
    display: grid;
    grid-template-columns: repeat(3,1fr)
  }
  .product-link.product-link--inline .product-link__item-title {
    font-weight: 500
  }
  .product-link.product-link--inline .product-link__item-image {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px
  }
  .product-link.product-link--inline .product-link__item-image component-bubble-mask,
  .product-link.product-link--inline .product-link__item-image component-spline-blob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
  }
  .product-link.product-link--inline .product-link__item-image-img {
    position: relative;
    z-index: 1;
    display: block
  }
  .product-link.product-link--inline .product-link__item-image-img img {
    max-width: 180px;
    max-height: 500px
  }
  .product-link.product-link--inline .product-link__item--1,
  .product-link.product-link--inline .product-link__item--3 {
    margin-top: 150px
  }
  .product-link.product-link--inline .product-link__controls {
    display: none
  }
}
.product-link {
  padding: 40px 0
}
.product-link__intro {
  margin-bottom: 50px
}
.product-link svg.background-shape {
  display: none
}
.product-link.with-background svg.background-shape {
  display: block;
  position: absolute;
  right: -20%;
  top: 1%
}
@media (max-width:1054px) {
  .product-link.with-background svg.background-shape {
    display: none
  }
}
.product-link__title {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin-bottom: 20px
}
.product-link__subtitle {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  margin: 0 0 4.4rem;
  font-weight: 500;
  color: #023366
}
@media (min-width:1055px) {
  .product-link__subtitle {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-bottom: 7.2rem
  }
}
.product-link__summary {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #023366;
  margin-bottom: 0
}
.product-link__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px
}
.product-link__item-intro {
  order: 0
}
.product-link__item-eyebrow {
  font-family: freight-sans-pro,serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5em
}
.product-link__item-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 8px
}
.product-link__item-image {
  order: 1;
  position: relative;
  margin-bottom: 30px
}
.product-link__item-image-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center
}
.product-link__item-image-img img {
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:575px) {
  .product-link__item-image-img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
  }
}
@media (min-width:1055px) {
  .product-link__item-image-img img {
    height: auto
  }
}
.product-link__item-links {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center
}
.product-link__item-link-ext .icon {
  font-size: .7em;
  position: relative;
  top: -.4em
}
@media (max-width:1054px) {
  .product-link__item-image {
    height: 250px;
    display: flex;
    justify-content: center
  }
  .product-link__item-image #svgSplineBlob {
    height: 250px
  }
}
@media (min-width:1055px) {
  .product-link {
    padding: 80px 0
  }
  .product-link__intro {
    margin: 0;
    grid-column: 1/5
  }
  .product-link__title {
    font-size: 7.2rem;
    line-height: 8.8rem
  }
  .product-link__summary {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.2rem
  }
  .product-link__item-title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.2rem
  }
  .product-link__item-image {
    margin: 0
  }
  .product-link__item-links {
    align-items: flex-start
  }
  .product-link--group {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(9,minmax(0,1fr))
  }
  .product-link--group .product-link__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4,auto);
    max-height: 400px;
    margin: 0
  }
  .product-link--group .product-link__item--1 {
    grid-column: 5/10
  }
  .product-link--group .product-link__item--1 .product-link__item-image {
    grid-column: 1;
    grid-row: 1/5
  }
  .product-link--group .product-link__item--1 .is-under {
    transform: translate(-27%,20%)
  }
  .product-link--group .product-link__item--1 .truly {
    top: 20px
  }
  .product-link--group .product-link__item--1 .truly img {
    max-height: 500px
  }
}
@media (min-width:1055px) and (min-width:1055px) {
  .product-link--group .product-link__item--1 .truly img {
    max-height: 320px
  }
}
@media (min-width:1055px) and (max-width:575px) {
  .product-link--group .product-link__item--1 .truly img {
    max-height: 320px
  }
}
@media (min-width:1055px) {
  .product-link--group .product-link__item--1 .truly .is-under {
    transform: translate(-26%,5%);
    max-height: 500px
  }
}
@media (min-width:1055px) and (min-width:1055px) {
  .product-link--group .product-link__item--1 .truly .is-under {
    max-width: 240px
  }
}
@media (min-width:1055px) and (max-width:575px) {
  .product-link--group .product-link__item--1 .truly .is-under {
    max-width: 240px
  }
}
@media (min-width:1055px) {
  .product-link--group .product-link__item--1 .angel-city .is-under {
    transform: translate(-46%,0);
    max-width: 200px
  }
  .product-link--group .product-link__item--2 {
    grid-column: 2/6;
    margin-top: -30%
  }
  .product-link--group .product-link__item--2 .product-link__item-image {
    grid-column: 2;
    grid-row: 1/5
  }
  .product-link--group .product-link__item--2 .product-link__item-image__orchard {
    position: absolute;
    top: 8%;
    left: 0
  }
  .product-link--group .product-link__item--2 .is-under {
    transform: translate(-40%,10%)
  }
  .product-link--group .product-link__item--2 .is-under.apples {
    transform: translate(50%,10%);
    width: 130px
  }
  .product-link--group .product-link__item--2 .coney-island {
    max-height: 600px
  }
}
@media (min-width:1055px) and (max-width:575px) {
  .product-link--group .product-link__item--2 .coney-island {
    max-height: 200px
  }
}
@media (min-width:1055px) and (min-width:1055px) {
  .product-link--group .product-link__item--2 .coney-island {
    max-height: 200px
  }
}
@media (min-width:1055px) {
  .product-link--group .product-link__item--2 .coney-island .is-under {
    transform: translate(-46%,70%);
    max-width: 600px
  }
}
@media (min-width:1055px) and (max-width:575px) {
  .product-link--group .product-link__item--2 .coney-island .is-under {
    max-height: 200px
  }
}
@media (min-width:1055px) and (min-width:1055px) {
  .product-link--group .product-link__item--2 .coney-island .is-under {
    max-height: 200px
  }
}
@media (min-width:1055px) {
  .product-link--group .product-link__item--3 {
    grid-column: 6/10;
    margin-top: -5%;
    margin-left: -10%
  }
  .product-link--group .product-link__item--3 .product-link__item-image .blob-element {
    zoom: 1.2;
    left: 25%;
    position: relative
  }
}
@media (min-width:1055px) and (min-width:1055px) {
  .product-link--group .product-link__item--3 .product-link__item-image .blob-element {
    left: unset;
    position: initial;
    zoom: normal
  }
}
@media (min-width:1055px) and (max-width:575px) {
  .product-link--group .product-link__item--3 .product-link__item-image .blob-element {
    left: unset;
    position: initial;
    zoom: normal
  }
}
@media (min-width:1055px) {
  .product-link--group .product-link__item--3 .product-link__item-image {
    grid-column: 1;
    grid-row: 1/5
  }
  .product-link--group .product-link__item--3 .twisted-tea .is-under {
    transform: translate(-70%,20%);
    width: 120px
  }
  .product-link--group .product-link__item--1of2 {
    grid-column: 5/10
  }
  .product-link--group .product-link__item--1of2 .product-link__item-intro {
    grid-column: 5/10;
    grid-row: 2/5
  }
  .product-link--group .product-link__item--1of2 .product-link__item-links {
    grid-column: 5/10;
    grid-row: 5/5
  }
  .product-link--group .product-link__item--1of2 .product-link__item-image {
    grid-column: 2;
    grid-row: 1
  }
  .product-link--group .product-link__item--2o2 {
    grid-column: 2/10;
    grid-row: 4/5
  }
}
.product-link .is-under {
  z-index: 2;
  position: absolute
}
.product-link .is-over {
  z-index: 3
}
.product-link .is-over.can {
  height: 700px;
  transform: translate(0,-20%)
}
@media (max-width:575px) {
  .product-link .is-over.can {
    height: 500px
  }
}
@media (min-width:1055px) {
  .product-link .is-over.can {
    height: 500px
  }
}
.beers-beyond {
  position: relative
}
.beers-beyond--bg svg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 80%;
  right: -40%
}
@media (max-width:1799px) {
  .beers-beyond--bg svg {
    width: 70%;
    right: -200px
  }
}
@media (max-width:1399px) {
  .beers-beyond--bg svg {
    width: 70%;
    right: -50px
  }
}
@media (max-width:1054px) {
  .beers-beyond--bg svg {
    display: none
  }
}
@media (max-width:1054px) {
  .beers-beyond .product-link__item-image,
  .sam-adams .product-link__item-image {
    height: unset
  }
  .beers-beyond .is-under,
  .sam-adams .is-under {
    transform: translate(-40%,10%)
  }
  .beers-beyond .is-under.apples,
  .sam-adams .is-under.apples {
    transform: translate(50%,10%);
    width: 130px
  }
  .beers-beyond .truly,
  .sam-adams .truly {
    top: 20px
  }
  .beers-beyond .truly img,
  .sam-adams .truly img {
    max-height: 500px
  }
}
@media (max-width:1054px) and (min-width:1055px) {
  .beers-beyond .truly img,
  .sam-adams .truly img {
    max-height: 320px
  }
}
@media (max-width:1054px) and (max-width:575px) {
  .beers-beyond .truly img,
  .sam-adams .truly img {
    max-height: 320px
  }
}
@media (max-width:1054px) {
  .beers-beyond .truly .is-under,
  .sam-adams .truly .is-under {
    transform: translate(-26%,5%);
    max-width: 500px
  }
}
@media (max-width:1054px) and (min-width:1055px) {
  .beers-beyond .truly .is-under,
  .sam-adams .truly .is-under {
    max-width: 240px
  }
}
@media (max-width:1054px) and (max-width:575px) {
  .beers-beyond .truly .is-under,
  .sam-adams .truly .is-under {
    max-width: 240px
  }
}
@media (max-width:1054px) {
  .beers-beyond .dogfish .is-under,
  .sam-adams .dogfish .is-under {
    transform: translate(0,0)
  }
  .beers-beyond .angel-city .is-under,
  .sam-adams .angel-city .is-under {
    transform: translate(-46%,0);
    max-width: 200px
  }
  .beers-beyond .coney-island .is-under,
  .sam-adams .coney-island .is-under {
    transform: translate(-46%,70%);
    width: 250px
  }
}
@media (max-width:1054px) and (max-width:575px) {
  .beers-beyond .coney-island .is-under,
  .sam-adams .coney-island .is-under {
    max-width: 200px
  }
}
@media (max-width:1054px) and (min-width:1055px) {
  .beers-beyond .coney-island .is-under,
  .sam-adams .coney-island .is-under {
    max-width: 200px
  }
}
@media (max-width:1054px) {
  .beers-beyond .twisted-tea .is-under,
  .sam-adams .twisted-tea .is-under {
    transform: translate(-70%,20%);
    width: 120px
  }
  .beers-beyond .product-link__item-image__orchard,
  .sam-adams .product-link__item-image__orchard {
    position: absolute;
    top: 8%;
    left: 25%
  }
}
@media (min-width:1055px) {
  .beers-beyond .product-link__item-image,
  .sam-adams .product-link__item-image {
    height: 400px
  }
}
@media (max-width:575px) {
  .beers-beyond .product-link__item-image__orchard,
  .sam-adams .product-link__item-image__orchard {
    left: 12%
  }
}
.sam-adams .product-link__item-links {
  align-items: flex-start
}
@media (max-width:767px) {
  .sam-adams .product-link__item-image {
    margin: 0 -1.4rem;
    overflow: hidden
  }
  .sam-adams .product-link__item-image component-spline-blob {
    position: relative
  }
  .sam-adams .product-link__item-image .product-link__item-image-img,
  .sam-adams .product-link__item-image component-spline-blob {
    width: 100%;
    left: 15%
  }
}
div.search-results {
  padding-bottom: 10rem
}
.search-results--hidden {
  opacity: 0
}
.search-results .search-results__eyebrow {
  margin-top: 2rem;
  margin-bottom: 8rem
}
.search-results .search-results__item-container {
  margin-bottom: 3em
}
.search-results .search-results__title {
  color: #023366;
  font-size: 2.8rem;
  line-height: normal;
  margin-bottom: 16px;
  font-family: freight-sans-pro,serif;
  font-weight: 500
}
.search-results .search-results__title a {
  color: #023366;
  text-decoration: none
}
.search-results .search-results__title a:hover {
  text-decoration: underline
}
@media (max-width:574px) {
  .search-results .button--primary {
    text-align: center!important;
    display: block
  }
  .search-results .search-results__title {
    line-height: 1.14;
    font-weight: 600
  }
  .search-results .search-results__eyebrow {
    margin-bottom: 5.8rem
  }
}
.search-results.hero {
  height: 530px
}
.search-results.hero .hero__copy {
  min-height: calc(100% + 1.4rem)
}
@media (max-width:575px) {
  .search-results.hero {
    height: 400px
  }
}
.search-results.hero .hero__bg {
  background-image: linear-gradient(to bottom,rgba(2,51,102,0) 60%,rgba(10,36,71,.5)),linear-gradient(to bottom,#023366,#0a2447)
}
.search-results.hero .hero__copy .hero__subhead.-h4 {
  font-family: freight-sans-pro,serif;
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 4rem!important;
  background: 0 0
}
.search-results.hero .hero__copy .search-results__input-group {
  position: relative;
  width: 85%;
  float: left
}
.search-results.hero .hero__copy .search-results__search-field-icon--first {
  position: absolute;
  top: .7em;
  left: .8em;
  color: #023366
}
.search-results.hero .hero__copy input.search-results__search-field {
  color: #023366;
  font-size: 22px;
  opacity: 1!important;
  font-family: freight-sans-pro,serif;
  padding: 1.2rem 2rem 1rem 5rem
}
.search-results.hero .hero__copy .search-results__search-field::-moz-placeholder {
  padding-left: 35px;
  color: #023366;
  font-size: 22px;
  opacity: 1!important;
  font-family: freight-sans-pro,serif
}
.search-results.hero .hero__copy .search-results__search-field::placeholder {
  padding-left: 35px;
  color: #023366;
  font-size: 22px;
  opacity: 1!important;
  font-family: freight-sans-pro,serif
}
.search-results.hero .hero__copy .search-results__search-field-icon--last {
  display: none;
  position: absolute;
  cursor: pointer;
  top: .55em;
  right: 1em;
  font-size: 22px;
  color: #cb4910
}
.search-results.hero .hero__copy .search-results__search-field-icon--last.on- {
  display: block!important
}
.search-results.hero .hero__copy .search-results--button {
  background: #f78e61!important;
  border-color: #f78e61!important;
  padding: 1.6rem 1.6rem 1.3rem
}
.search-results.hero .hero__copy .search-results--button span {
  display: none
}
.search-results.hero .hero__copy .search-results__search-field--button {
  position: absolute;
  width: 55px;
  margin-left: 10px
}
@media screen and (max-width:575px) {
  .search-results.hero .hero__copy .search-results__search-field--button .button--primary.-size-sm {
    padding: 1.6rem 1.4rem!important
  }
  .search-results.hero .hero__copy .search-results__input-group {
    width: 82%
  }
}
@media (max-width:574px) {
  .search-results.hero .hero__copy .hero__subhead.-h4 {
    font-size: 6rem;
    line-height: 1.07;
    font-weight: 600;
    margin-top: 5rem;
    margin-bottom: 3rem!important
  }
}
.search-results .load-more-button-row--hidden {
  display: none
}
.testimonials--inline-section {
  overflow: hidden;
  background-color: #fffdf7
}
.testimonials--inline .testimonials__title {
  font-size: 6rem;
  line-height: 6.4rem
}
.testimonials--inline .testimonials__person {
  text-align: center
}
.testimonials--inline .testimonials__people {
  position: relative
}
.testimonials--inline .testimonials__people svg {
  position: absolute;
  z-index: -1
}
.testimonials--inline .testimonials__people svg.bg--right {
  width: 50%;
  right: -100px
}
.testimonials--inline .testimonials__people svg.bg--left {
  width: 80%;
  top: -100px;
  left: -300px
}
@media (max-width:1054px) {
  .testimonials--inline .testimonials__people svg {
    display: none
  }
}
@media (min-width:1055px) {
  .testimonials--inline .testimonials__title {
    font-size: 10rem;
    line-height: 11rem
  }
  .testimonials--inline .testimonials__people {
    display: grid;
    grid-template-columns: repeat(3,1fr)
  }
  .testimonials--inline .testimonials__person:nth-child(1) {
    margin-top: 40%
  }
  .testimonials--inline .testimonials__person:nth-child(2) {
    margin-top: 0
  }
  .testimonials--inline .testimonials__person:nth-child(3) {
    margin-top: 30%
  }
}
.testimonials--quotes .testimonials__person-image__pic {
  width: 100%;
  display: block
}
.testimonials--quotes .testimonials__person.with-bg {
  position: relative
}
.testimonials--quotes .testimonials__person.with-bg.bg-1 svg.background-bubble {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  right: -290px
}
@media (max-width:1054px) {
  .testimonials--quotes .testimonials__person.with-bg.bg-1 svg.background-bubble {
    right: 160px
  }
}
.testimonials--quotes .testimonials__person.with-bg.bg-2 svg.background-bubble {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  left: -690px
}
@media (max-width:1054px) {
  .testimonials--quotes .testimonials__person.with-bg.bg-2 svg.background-bubble {
    left: -190px
  }
}
.testimonials--quotes .testimonials__person.with-bg.bg-3 svg.background-bubble {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  right: -490px
}
@media (max-width:1054px) {
  .testimonials--quotes .testimonials__person.with-bg.bg-3 svg.background-bubble {
    right: 160px
  }
}
@media (min-width:1055px) {
  .testimonials--quotes .testimonials__title {
    font-size: 10rem;
    line-height: 10rem;
    text-align: center
  }
  .testimonials--quotes .testimonials__person {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0
  }
  .testimonials--quotes .testimonials__person-image__pic {
    width: 850px;
    height: 850px;
    padding: 100px;
    display: block
  }
  .testimonials--quotes .testimonials__person.with-bg {
    position: relative
  }
  .testimonials--quotes .testimonials__person.with-bg.bg-1 svg.background-bubble {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    right: -290px
  }
  .testimonials--quotes .testimonials__person.with-bg.bg-2 svg.background-bubble {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    left: -690px
  }
  .testimonials--quotes .testimonials__person.with-bg.bg-3 svg.background-bubble {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    right: -490px
  }
  .testimonials--quotes .testimonials__person-quote {
    padding-top: 120px
  }
  .testimonials--quotes .testimonials__person-quote blockquote p {
    position: relative
  }
  .testimonials--quotes .testimonials__person-quote blockquote p::before {
    position: absolute;
    top: 0;
    left: -50px
  }
  .testimonials--quotes .testimonials__person-quote blockquote p strong {
    font-size: 7.2rem;
    line-height: 9.1rem;
    max-width: 550px
  }
  .testimonials--quotes .testimonials__person-quote blockquote p span {
    display: inline-block;
    max-width: 485px
  }
  .testimonials--quotes .testimonials__person.-lg {
    margin-bottom: -10%
  }
  .testimonials--quotes .testimonials__person.-lg .testimonials__person-quote {
    padding-top: 240px
  }
  .testimonials--quotes .testimonials__person:nth-child(odd) .testimonials__person-image {
    grid-column: 2/3
  }
  .testimonials--quotes .testimonials__person:nth-child(odd) .testimonials__person-quote {
    grid-column: 1/2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end
  }
  .testimonials--quotes .testimonials__person:nth-child(odd).-lg .testimonials__person-image {
    margin-right: -20vw
  }
  .testimonials--quotes .testimonials__person:nth-child(even).-lg .testimonials__person-image {
    margin-left: -30vw
  }
}
.testimonials--stack .testimonials__title {
  font-size: 6rem;
  line-height: 6.4rem
}
.testimonials--stack .testimonials__person {
  text-align: center
}
@media (min-width:1055px) {
  .testimonials--stack .testimonials__title {
    font-size: 10rem;
    line-height: 11rem;
    max-width: 730px
  }
  .testimonials--stack .testimonials__people {
    display: grid;
    grid-template-columns: repeat(3,1fr)
  }
  .testimonials--stack .testimonials__person:nth-child(1) {
    margin-top: 40%
  }
  .testimonials--stack .testimonials__person:nth-child(2) {
    margin-top: 100%
  }
  .testimonials--stack .testimonials__person:nth-child(3) {
    margin-top: 30%
  }
}
.testimonials {
  padding: 40px 0;
  overflow: hidden;
  padding-left: 1.6rem;
  padding-right: 1.6rem
}
.testimonials__bg {
  width: 100vw;
  padding: 0
}
.testimonials__title {
  font-size: 8rem;
  line-height: 8rem
}
.testimonials__subhead {
  margin-top: 20px;
  font-family: freight-sans-pro,serif;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #023366
}
.testimonials__copy {
  max-width: 129.2rem;
  margin: 0 auto;
  padding: 4.8rem 1.6rem
}
.testimonials__person {
  margin-top: 50px
}
.testimonials__person-quote blockquote p::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: center no-repeat transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.26 29.306c4.933 0 7.655-3.667 7.655-7.667 0-3.083-1.956-6.25-5.954-6.25-.85 0-1.871.25-2.807.75-.17-.416-.17-.916-.17-1.416 0-4.5 5.784-9.5 11.398-11.25L37.766.306c-7.315 2.167-17.182 8.75-17.182 18.75s1.786 10.25 8.676 10.25Zm-20.584 0c4.933 0 7.655-3.667 7.655-7.667 0-3.083-1.956-6.25-5.954-6.25-.85 0-1.871.25-2.807.75-.17-.416-.17-.916-.17-1.416 0-4.5 5.784-9.5 11.398-11.25L17.182.306C9.867 2.473 0 9.056 0 19.056c0 5.083 1.786 10.25 8.676 10.25Z' fill='%231954B3' fill-rule='nonzero'/%3E%3C/svg%3E");
  margin-bottom: 16px
}
.testimonials__person-quote blockquote p strong {
  display: block;
  margin-bottom: 16px;
  font-family: freight-sans-pro,serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #023366
}
.testimonials__person-quote blockquote p strong em {
  font-family: freight-text-pro,serif;
  font-weight: 500;
  font-style: italic
}
.testimonials__person-quote blockquote p span::after {
  content: "”"
}
.testimonials__person-quote blockquote cite {
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase
}
.testimonials__person-info h3 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin-bottom: 20px
}
.testimonials__person-link {
  margin-top: 45px
}
@media (min-width:1055px) {
  .testimonials__subhead {
    font-size: 4.8rem;
    line-height: 6rem
  }
}
.text-image {
  overflow: hidden;
  position: relative
}
.text-image .wave {
  position: relative
}
.text-image__bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center
}
.text-image__bg.our-impact {
  background-color: #023366
}
.text-image__bg-img {
  position: absolute;
  left: 0
}
.text-image__bg-img img {
  -o-object-fit: cover;
  object-fit: cover
}
.text-image__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 129.2rem
}
@media (max-width:767px) {
  .text-image.text-image--product {
    padding-top: 60px
  }
}
.text-image .-width-100 {
  width: 100%
}
@media (min-width:768px) {
  .text-image.-valign-middle .text-image__copy,
  .text-image.-valign-top .text-image__copy {
    min-height: 55rem
  }
}
@media (min-width:1055px) {
  .text-image.-valign-middle .text-image__copy,
  .text-image.-valign-top .text-image__copy {
    min-height: 65.5rem
  }
}
@media (min-width:1200px) {
  .text-image.-valign-middle .text-image__copy,
  .text-image.-valign-top .text-image__copy {
    min-height: 83rem
  }
}
.text-image.-align-left .text-image__copy {
  margin: 0
}
.text-image__title {
  margin: 0 0 1.6rem;
  font-size: 4.8rem;
  line-height: 1.1666666667
}
@media (min-width:576px) {
  .text-image__title {
    margin: 0
  }
}
@media (min-width:768px) {
  .text-image__title {
    font-size: 4.8rem;
    line-height: 1.25
  }
}
@media (min-width:1055px) {
  .text-image__title {
    font-size: 7.2rem;
    line-height: 1.2222222222
  }
}
.text-image__subtitle {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  margin: 0 0 3.2rem
}
@media (min-width:576px) {
  .text-image__subtitle {
    margin: 0
  }
}
@media (min-width:768px) {
  .text-image__subtitle {
    font-size: 3.2rem;
    line-height: 1.3125
  }
}
@media (min-width:1055px) {
  .text-image__subtitle {
    font-size: 4.8rem;
    line-height: 1.25
  }
}
.text-image__cta {
  font-family: freight-sans-pro,serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.25;
  display: block;
  margin: 0 0 .6rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s ease
}
@media (min-width:768px) {
  .text-image__cta {
    font-size: 3.2rem;
    line-height: 1.3125;
    margin: 0;
    font-weight: 600
  }
}
@media (min-width:1055px) {
  .text-image__cta {
    font-size: 4.8rem;
    line-height: 1.25;
    margin: 0 0 1rem
  }
}
.text-image__cta:hover {
  color: #cb4910
}
.text-image__cta:hover .icon,
.text-image__cta:hover .lt {
  color: #cb4910
}
.text-image__cta:hover .icon::after,
.text-image__cta:hover .lt::after {
  background: #cb4910
}
.text-image__cta .lt {
  position: relative;
  display: inline-block;
  transition: color .3s ease
}
.text-image__cta .lt::after {
  position: absolute;
  left: 0;
  bottom: .4rem;
  display: inline-block;
  width: 100%;
  height: .2rem;
  background: 0 0;
  transition: background .3s ease;
  content: ""
}
.text-image__cta .icon {
  color: #005ec3;
  font-size: 2.4rem;
  transform: rotate(-15deg);
  transition: color .3s ease
}
.text-image.text-image__message {
  max-width: 34rem;
  margin: 0;
  color: #252b33;
  margin: 0 0 2.4rem
}
@media (min-width:768px) {
  .text-image.text-image__message {
    margin: 0
  }
}
@media (min-width:768px) {
  .text-image--product {
    padding-bottom: 180px
  }
}
.text-image__item {
  margin: 0
}
@media (min-width:1055px) {
  .text-image__item {
    margin-bottom: 3.8rem
  }
}
.text-image .media-block {
  position: relative;
  z-index: 1
}
.text-image .media-block__media-product img.product-shot {
  max-height: 585px
}
@media (min-width:768px) {
  .text-image.-align-left .media-block__media {
    order: 2
  }
  .text-image.-align-left .media-block__copy {
    order: 1
  }
}
.text-image--fullbleed .text-image__copy {
  padding-left: 1rem;
  padding-right: 1rem
}
.text-image--fullbleed .text-image__title {
  margin: 0 0 1.6rem
}
@media (min-width:768px) {
  .text-image--fullbleed .text-image__title {
    margin-bottom: 2rem
  }
}
@media (min-width:1055px) {
  .text-image--fullbleed .text-image__title {
    margin-bottom: 2.4rem
  }
}
@media (min-width:1200px) {
  .text-image--fullbleed .text-image__title {
    margin-bottom: 3.2rem
  }
}
.text-image--fullbleed .text-image__subtitle {
  margin: 0 0 3.2rem
}
@media (min-width:768px) {
  .text-image--fullbleed .text-image__subtitle {
    margin-bottom: 2.4rem
  }
}
@media (min-width:1055px) {
  .text-image--fullbleed .text-image__subtitle {
    margin-bottom: 3.2rem
  }
}
@media (min-width:1200px) {
  .text-image--fullbleed .text-image__subtitle {
    margin-bottom: 4rem
  }
}
@media (min-width:768px) {
  .text-image--fullbleed .media-block {
    padding: 0 4%;
    justify-content: flex-start
  }
}
@media (min-width:1200px) {
  .text-image--fullbleed .media-block {
    padding: 0 8%
  }
}
@media (min-width:768px) {
  .text-image--fullbleed .media-block__copy {
    width: 58%
  }
}
.text-image--fullbleed .media-block__media {
  display: none
}
@media (min-width:768px) {
  .text-image--fullbleed.-align-left .media-block {
    justify-content: flex-start
  }
}
@media (min-width:768px) {
  .text-image--fullbleed.-align-right .media-block {
    justify-content: flex-end
  }
}
.text-image--product {
  overflow: visible
}
.text-image--product .text-image__copy {
  min-height: 0
}
@media (min-width:768px) {
  .text-image--product .text-image__copy {
    padding: 0 0
  }
}
@media (min-width:1055px) {
  .text-image--product .text-image__copy {
    padding: 0 0
  }
}
@media (min-width:1200px) {
  .text-image--product .text-image__copy {
    padding: 4rem 0
  }
}
.text-image--product .text-image__title {
  margin: 0
}
@media (min-width:768px) {
  .text-image--product .text-image__title {
    margin-bottom: 0
  }
}
@media (min-width:1055px) {
  .text-image--product .text-image__title {
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  .text-image--product .text-image__title {
    width: 117%;
    margin-bottom: 8.2rem
  }
}
@media (max-width:767px) {
  .text-image--product .text-image__title {
    margin-bottom: 40px
  }
}
@media (min-width:768px) {
  .text-image--product .text-image__item {
    padding-left: 0
  }
}
@media (min-width:1055px) {
  .text-image--product .text-image__item {
    padding-left: 0
  }
}
@media (min-width:1200px) {
  .text-image--product .text-image__item {
    padding-left: 5rem
  }
}
@media (max-width:767px) {
  .text-image--product .text-image__item {
    margin-top: 40px;
    z-index: 4;
    position: relative
  }
}
@media (min-width:768px) {
  .text-image--product .media-block__copy {
    width: 50%
  }
}
@media (min-width:768px) and (max-width:1054px) {
  .text-image--product .media-block__copy.truly.twisted {
    padding-left: 50px
  }
}
@media (min-width:768px) and (max-width:1054px) {
  .text-image--product .media-block__copy {
    display: flex;
    align-self: center
  }
}
@media (max-width:767px) {
  .text-image--product .media-block__copy {
    margin: 80px 0!important
  }
}
.text-image--product .media-block__media {
  position: relative;
  width: 100vw;
  display: block;
  margin: 0 0 2.4rem -1.4rem;
  padding: 0 60px
}
@media (min-width:768px) {
  .text-image--product .media-block__media {
    width: 50%;
    margin: 0;
    padding: 0
  }
}
@media (max-width:575px) {
  .text-image--product .media-block__media {
    padding: 0 20px
  }
}
.text-image--product .media-block__media.sam-adams {
  position: relative
}
.text-image--product .media-block__media.sam-adams .media-block__media-bg {
  position: absolute;
  padding-left: 50px;
  width: 100%;
  width: 100%
}
.text-image--product .media-block__media.sam-adams .media-block__media-bg component-bubble-mask {
  width: 100%;
  height: 100%
}
@media (max-width:1054px) {
  .text-image--product .media-block__media.sam-adams .media-block__media-bg {
    padding: 0
  }
}
@media (max-width:499px) {
  .text-image--product .media-block__media.sam-adams .media-block__media-bg {
    left: -10%
  }
}
@media (max-width:399px) {
  .text-image--product .media-block__media.sam-adams .media-block__media-bg {
    left: -20%
  }
}
.text-image--product .media-block__media.sam-adams .media-block__media-product {
  position: relative;
  z-index: 4;
  text-align: center
}
.text-image--product .media-block__media.sam-adams .sam-adams__orange-bubble,
.text-image--product .media-block__media.sam-adams .sam-adams__white-bubble {
  position: absolute
}
.text-image--product .media-block__media.sam-adams .sam-adams__main-mask {
  z-index: 1
}
.text-image--product .media-block__media.sam-adams .sam-adams__white-bubble {
  position: absolute;
  right: 100px;
  top: 0;
  z-index: 2;
  opacity: .9
}
@media (max-width:1299px) {
  .text-image--product .media-block__media.sam-adams .sam-adams__white-bubble {
    right: 150px
  }
}
@media (max-width:1199px) {
  .text-image--product .media-block__media.sam-adams .sam-adams__white-bubble {
    right: 220px
  }
}
@media (max-width:1049px) {
  .text-image--product .media-block__media.sam-adams .sam-adams__white-bubble {
    right: 270px
  }
}
.text-image--product .media-block__media.sam-adams .sam-adams__orange-bubble {
  position: absolute;
  bottom: -90px;
  left: -50px;
  z-index: 2
}
.text-image--product .media-block__media.truly.twisted {
  position: relative
}
.text-image--product .media-block__media.truly.twisted .media-block__media-bg {
  position: absolute;
  width: 100%;
  height: 100%
}
.text-image--product .media-block__media.truly.twisted .media-block__media-product {
  position: relative;
  z-index: 4;
  text-align: center
}
.text-image--product .media-block__media.truly.twisted .media-block__media-product.two-products {
  display: flex
}
.text-image--product .media-block__media.truly.twisted .media-block__media-product.two-products > div {
  flex: 50%;
  text-align: right;
  position: relative
}
@media (max-width:1199px) {
  .text-image--product .media-block__media.truly.twisted .media-block__media-product.two-products > div {
    text-align: center
  }
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__orange-bubble,
.text-image--product .media-block__media.truly.twisted .truly-twisted__white-bubble {
  position: absolute
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__white-bubble {
  position: absolute;
  right: -20px;
  bottom: -150px;
  z-index: 2
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__white-bubble1 {
  position: absolute;
  left: 100px;
  top: -80px;
  z-index: 3;
  opacity: .9
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__white-bubble2 {
  position: absolute;
  left: -70px;
  top: -70px;
  z-index: 3;
  opacity: .9
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__white-bubble3 {
  position: absolute;
  left: -10px;
  top: -190px;
  z-index: 3;
  opacity: .9
}
@media (max-width:767px) {
  .text-image--product .media-block__media.truly.twisted .truly-twisted__white-bubble3 {
    top: -160px
  }
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__white-bubble4 {
  position: absolute;
  left: 50px;
  top: 40px;
  z-index: 3;
  opacity: .9
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__orange-bubble {
  position: absolute;
  bottom: -90px;
  left: -50px;
  z-index: 2
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__orange-bg {
  position: absolute;
  top: -40px;
  left: -90px;
  z-index: 1
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__blue-bg {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2
}
@media (max-width:1199px) {
  .text-image--product .media-block__media.truly.twisted .truly-twisted__blue-bg {
    left: -20%
  }
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__truly-fruit {
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: 2;
  width: 270px
}
@media (max-width:1199px) {
  .text-image--product .media-block__media.truly.twisted .truly-twisted__truly-fruit {
    left: -30%
  }
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__twisted-sun {
  position: absolute;
  bottom: -10px;
  right: 140px;
  z-index: 2;
  width: 170px
}
@media (max-width:1199px) {
  .text-image--product .media-block__media.truly.twisted .truly-twisted__twisted-sun {
    right: 48%
  }
}
@media (max-width:1054px) {
  .text-image--product .media-block__media.truly.twisted .truly-twisted__twisted-sun {
    right: 35%
  }
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__truly-bottle {
  position: relative;
  z-index: 3
}
.text-image--product .media-block__media.truly.twisted .truly-twisted__twisted-can {
  position: absolute;
  z-index: 3;
  bottom: -20%;
  left: 45%
}
@media (max-width:1199px) {
  .text-image--product .media-block__media.truly.twisted .truly-twisted__twisted-can {
    left: 35%
  }
}
@media (max-width:767px) {
  .text-image--product .media-block__media.truly.twisted .truly-twisted__twisted-can {
    position: relative
  }
}
.text-image--product .media-block__media.dogfish.orchard {
  position: relative
}
.text-image--product .media-block__media.dogfish.orchard .media-block__media-bg {
  position: absolute;
  width: 100%;
  height: 100%
}
.text-image--product .media-block__media.dogfish.orchard .media-block__media-product {
  position: relative;
  z-index: 4;
  text-align: center
}
.text-image--product .media-block__media.dogfish.orchard .media-block__media-product.two-products {
  display: flex
}
.text-image--product .media-block__media.dogfish.orchard .media-block__media-product.two-products > div {
  flex: 50%;
  text-align: right;
  position: relative
}
.text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__dogfish-bubble {
  position: absolute;
  left: -20px;
  bottom: 12rem;
  width: 35%;
  z-index: 2
}
@media (max-width:1054px) {
  .text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__dogfish-bubble {
    left: -40%
  }
}
@media (max-width:767px) {
  .text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__dogfish-bubble {
    left: -210px
  }
}
.text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__navy-bg {
  position: absolute;
  top: -80px;
  left: -20px;
  z-index: 1
}
@media (max-width:1054px) {
  .text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__navy-bg {
    left: -20%
  }
}
.text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__peach-bg {
  position: absolute;
  top: -50px;
  right: -80px;
  z-index: 2;
  width: 50%
}
.text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__dogfish-logo {
  position: absolute;
  bottom: -130px;
  left: 0;
  z-index: 2;
  width: 320px
}
@media (max-width:1054px) {
  .text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__dogfish-logo {
    left: -30%;
    width: 420px
  }
}
.text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__orchard-apples {
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: 2;
  width: 140px
}
.text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__dogfish-bottle {
  position: absolute;
  z-index: 3;
  bottom: -60px;
  left: 45%
}
@media (max-width:1054px) {
  .text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__dogfish-bottle {
    left: 5%
  }
}
.text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__orchard-bottle {
  position: relative;
  z-index: 3;
  bottom: 0;
  right: 15%
}
@media (max-width:1054px) {
  .text-image--product .media-block__media.dogfish.orchard .dogfish-orchard__orchard-bottle {
    right: 3%
  }
}
.text-image--product.-text-dark .text-image__cta:hover .icon {
  color: #cb4910
}
.text-image--product.-text-dark .text-image__cta .icon {
  color: #005ec3
}
@media (max-width:767px) {
  .text-image--data .text-image__bg,
  .text-image--data .text-image__bg-img {
    position: relative
  }
}
@media (max-width:767px) {
  .text-image--data .text-image__bg {
    left: -1.4rem;
    width: 100vw
  }
  .text-image--data .text-image__bg img {
    display: block
  }
}
.text-image--data .text-image__copy {
  max-width: 129.2rem;
  margin: 0 auto;
  padding: 3.2rem 0
}
@media (min-width:768px) {
  .text-image--data .text-image__copy {
    min-height: 50rem;
    padding: 6rem 0 4.4rem
  }
}
@media (min-width:1055px) {
  .text-image--data .text-image__copy {
    min-height: 60rem;
    padding: 6rem 0 4.4rem
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__copy {
    min-height: 95rem;
    padding: 9.6rem 0 7.2rem
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__subtitle,
  .text-image--data .text-image__title {
    max-width: 67%
  }
}
.text-image--data .text-image__title {
  font-size: 6rem;
  line-height: 1.0666666667;
  margin: 0 0 1.3rem
}
@media (min-width:768px) {
  .text-image--data .text-image__title {
    font-size: 6rem;
    line-height: 1.0666666667;
    margin-bottom: 1.6rem
  }
}
@media (min-width:1055px) {
  .text-image--data .text-image__title {
    font-size: 7.2rem;
    line-height: 1.2222222222;
    margin-bottom: 2.4rem
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__title {
    font-size: 10rem;
    line-height: 1.1;
    margin-bottom: 3rem
  }
}
.text-image--data .text-image__subtitle {
  font-size: 3.2rem;
  line-height: 1.25;
  width: 88%;
  margin: 0 0 2.4rem
}
@media (min-width:768px) {
  .text-image--data .text-image__subtitle {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 3.2rem;
    width: 100%
  }
}
@media (min-width:1055px) {
  .text-image--data .text-image__subtitle {
    font-size: 3.2rem;
    line-height: 1.3125;
    margin-bottom: 5.6rem
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__subtitle {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-bottom: 7.2rem
  }
}
.text-image--data .text-image__data-row {
  padding: 0 0 2.4rem
}
@media (min-width:768px) {
  .text-image--data .text-image__data-row {
    gap: 2.4rem;
    padding-bottom: 3.2rem
  }
}
@media (min-width:1055px) {
  .text-image--data .text-image__data-row {
    gap: 6rem;
    padding-bottom: 4.4rem
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__data-row {
    gap: 10rem;
    padding-bottom: 5.6rem
  }
}
.text-image--data .text-image__data-item {
  flex-shrink: 0;
  margin: 0 0 2rem
}
@media (min-width:768px) {
  .text-image--data .text-image__data-item {
    margin: 0
  }
}
.text-image--data .text-image__data-point {
  display: block;
  margin: 0 0 .8rem;
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  font-size: 9rem;
  line-height: 1.1111111111
}
@media (min-width:768px) {
  .text-image--data .text-image__data-point {
    font-size: 7.2rem;
    line-height: 1.2222222222;
    margin-bottom: 0
  }
}
@media (min-width:1055px) {
  .text-image--data .text-image__data-point {
    font-size: 9rem;
    line-height: 1.1111111111;
    margin-bottom: .4rem
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__data-point {
    font-size: 12rem;
    line-height: 1.1666666667;
    margin-bottom: .6rem
  }
}
@media (min-width:768px) {
  .text-image--data .text-image__title + .text-image__data-row {
    margin-top: 1.2rem
  }
}
@media (min-width:1055px) {
  .text-image--data .text-image__title + .text-image__data-row {
    margin-top: 2rem
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__title + .text-image__data-row {
    margin-top: 3.2rem
  }
}
.text-image--data.-text-hilight .text-image__data-point {
  color: #f78e61
}
.text-image--data .text-image__data-desc {
  width: 84%;
  font-size: 2.4rem;
  line-height: 1.3333333333
}
@media (min-width:768px) {
  .text-image--data .text-image__data-desc {
    font-size: 2rem;
    line-height: 1.4;
    width: 100%
  }
}
@media (min-width:1055px) {
  .text-image--data .text-image__data-desc {
    font-size: 2.8rem;
    line-height: 1.2857142857
  }
}
@media (min-width:1200px) {
  .text-image--data .text-image__data-desc {
    font-size: 2.8rem;
    line-height: 1.2857142857
  }
}
@media (max-width:767px) {
  .text-image--data.-text-dark.-mtext-dark .text-image__bg-img,
  .text-image--data.-text-dark.-mtext-light .text-image__bg-img,
  .text-image--data.-text-light.-mtext-dark .text-image__bg-img,
  .text-image--data.-text-light.-mtext-light .text-image__bg-img {
    background-color: transparent;
    background-blend-mode: normal
  }
  .text-image--data.-text-dark.-mtext-dark .text-image__copy,
  .text-image--data.-text-dark.-mtext-light .text-image__copy,
  .text-image--data.-text-light.-mtext-dark .text-image__copy,
  .text-image--data.-text-light.-mtext-light .text-image__copy {
    width: 100vw;
    margin: 0 -1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem
  }
  .text-image--data.-text-dark.-mtext-light .text-image__copy,
  .text-image--data.-text-light.-mtext-light .text-image__copy {
    background: #0a2447
  }
  .text-image--data.-text-dark.-mtext-light .text-image__copy *,
  .text-image--data.-text-light.-mtext-light .text-image__copy * {
    color: #fffdf7
  }
  .text-image--data.-text-dark.-mtext-light .text-image__copy a.button--primary.-dark-mode .button-text,
  .text-image--data.-text-light.-mtext-light .text-image__copy a.button--primary.-dark-mode .button-text {
    color: #023366
  }
  .text-image--data.-text-dark.-mtext-dark .text-image__copy,
  .text-image--data.-text-light.-mtext-dark .text-image__copy {
    background: #fffdf7
  }
  .text-image--data.-text-dark.-mtext-dark .text-image__copy *,
  .text-image--data.-text-light.-mtext-dark .text-image__copy * {
    color: #023366
  }
  .text-image--data.-text-dark.-mtext-dark .text-image__data-desc,
  .text-image--data.-text-light.-mtext-dark .text-image__data-desc {
    color: #252b33
  }
  .text-image--data.-text-dark.-text-hilight .text-image__data-point,
  .text-image--data.-text-light.-text-hilight .text-image__data-point {
    color: #f78e61
  }
}
@media (max-width:575px) {
  .text-image--data .button--primary {
    width: calc(100% - 1.4rem)
  }
}
.text-image.our-impact .text-image__bg {
  background-color: #023366
}
.text-image.our-impact .text-image__data-point {
  color: #f78e61
}
.zigzag--container__not-straight {
  display: grid;
  color: #fff;
  margin: 0 auto;
  grid-template-areas: "a" "b" "c" "d" "e" "f"
}
@media (min-width:576px) {
  .zigzag--container__not-straight {
    max-width: 576px
  }
}
@media (min-width:1055px) {
  .zigzag--container__not-straight {
    max-width: 1200px;
    padding-bottom: 11.2rem;
    grid-template-rows: repeat(12,100px);
    grid-template-columns: repeat(12,1fr);
    grid-template-areas: "a a a a a a . . . . . ." "a a a a a a b b b b . ." "a a a a a a b b b b . ." "a a a a a a . c c c c c" ". . . . . . . c c c c c" ". . . . . . . c c c c c" ". e e e e e e c c c c c" ". e e e e e e c c c c c" ". e e e e e e d d d d ." ". e e e e e e d d d d ." ". . . . . . . . . . . ." ". . . . . . f f f f f f"
  }
}
@media (min-width:1440px) {
  .zigzag--container__not-straight {
    max-width: 1440px;
    padding-bottom: 9.6rem;
    grid-template-rows: repeat(12,135px);
    grid-template-areas: "a a a a a b b b b . . ." "a a a a a b b b b . . ." "a a a a a . c c c c c c" "a a a a a . c c c c c c" ". . . . . . c c c c c c" ". . . . . . c c c c c c" "e e e e e e e . . . . ." "e e e e e e e . . . . ." "e e e e e e e d d d d d" "e e e e e e e d d d d d" ". . . . . . . . . . . ." ". . . . . . f f f f f f"
  }
}
.zigzag--container__not-straight .grid-area-a {
  grid-area: a
}
.zigzag--container__not-straight .grid-area-b {
  grid-area: b
}
.zigzag--container__not-straight .grid-area-c {
  grid-area: c
}
.zigzag--container__not-straight .grid-area-d {
  grid-area: d
}
.zigzag--container__not-straight .grid-area-e {
  grid-area: e
}
.zigzag--container__not-straight .grid-area-f {
  grid-area: f
}
.zigzag--container__not-straight .bubble {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative
}
@media (min-width:1440px) {
  .zigzag--container__not-straight .bubble-1 {
    transform: translateX(-10%) scale(1.3)
  }
  .zigzag--container__not-straight .bubble-2 {
    transform: translateX(10%) scale(1.3)
  }
  .zigzag--container__not-straight .bubble-3 {
    transform: scale(.9)
  }
}
.zigzag--container__straight {
  display: grid;
  color: #fff;
  margin: 0 auto;
  grid-template-areas: "a" "b" "c" "d" "e" "f"
}
@media (min-width:576px) {
  .zigzag--container__straight {
    max-width: 576px
  }
}
@media (min-width:1055px) {
  .zigzag--container__straight {
    max-width: 1200px;
    padding-bottom: 11.2rem;
    grid-template-rows: repeat(12,100px);
    grid-template-columns: repeat(12,1fr);
    grid-template-areas: "a a a a a a . . . . . ." "a a a a a a b b b b . ." "a a a a a a b b b b . ." "a a a a a a . . . . . ." ". . . . . . c c c c c c" ". . . . . . c c c c c c" ". d d d d . c c c c c c" ". d d d d . c c c c c c" ". d d d d . . . . . . ." "e e e e e e . . . . . ." "e e e e e e . . f f f f" "e e e e e e . . f f f f"
  }
}
.zigzag--container__straight .grid-area-a {
  grid-area: a
}
.zigzag--container__straight .grid-area-b {
  grid-area: b
}
.zigzag--container__straight .grid-area-c {
  grid-area: c
}
.zigzag--container__straight .grid-area-d {
  grid-area: d
}
.zigzag--container__straight .grid-area-e {
  grid-area: e
}
.zigzag--container__straight .grid-area-f {
  grid-area: f
}
.zigzag--container__straight .bubble {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.button {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: .4rem;
  background: 0 0;
  color: #023366;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease
}
.button input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  border: none
}
.button .button-text,
.button .icon {
  transition: color .3s ease
}
.button.-size-sm {
  font-size: 1.6rem
}
.button:focus {
  outline: 0
}
.button:focus-visible {
  box-shadow: 0 0 0 1px #023366
}
.button:disabled {
  cursor: default
}
.button--primary,
.button--secondary {
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  letter-spacing: .2rem;
  text-transform: uppercase
}
.button--primary.-size-sm,
.button--secondary.-size-sm {
  letter-spacing: .16rem
}
.button--primary {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 1.7rem;
  border: solid .3rem #cb4910
}
@media (min-width:576px) {
  .button--primary {
    display: inline-block;
    width: auto
  }
}
.button--primary .button-text {
  flex-grow: 1;
  line-height: 1.3;
  text-align: left
}
.button--primary .icon {
  flex-grow: 0;
  margin: 0 0 0 .3rem
}
.button--primary:active,
.button--primary:hover {
  background: #cb4910;
  color: #fffdf7
}
.button--primary:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #023366
}
.button--primary:disabled {
  border-color: #6c6c6c;
  background: #fffdf7;
  color: #6c6c6c
}
.button--primary.-size-sm {
  padding: 1.6rem 1.6rem 1.4rem;
  padding: 1.4rem 1.6rem 1.1rem
}
.button--primary.-dark-mode {
  background: #fffdf7;
  border-color: #cb4910
}
.button--primary.-dark-mode,
.button--primary.-dark-mode .button-text {
  color: #023366
}
.button--primary.-dark-mode:not(:disabled):hover {
  background: #cb4910
}
.button--primary.-dark-mode:not(:disabled):hover,
.button--primary.-dark-mode:not(:disabled):hover .button-text {
  color: #fffdf7
}
.button--primary.-dark-mode:not(:disabled):hover .icon {
  color: #fffdf7
}
.button--primary.-dark-mode:focus {
  box-shadow: 0 0 0 2px #ffa32f
}
.button--primary.-dark-mode:disabled {
  border-color: #6c6c6c;
  background: #fffdf7;
  color: #6c6c6c
}
.button--primary.-dark-mode:not(:disabled) .icon {
  color: #023366
}
.button--secondary::after,
.button--tertiary::after {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  content: "";
  transition: all .3s ease
}
.button--secondary {
  padding: 1.8rem .6rem 2.2rem;
  font-size: 2rem;
  text-transform: uppercase
}
.button--secondary::after {
  top: .5rem;
  height: .3rem;
  background: #cb4910
}
.button--secondary:active,
.button--secondary:hover {
  color: #cb4910
}
.button--secondary:active .icon,
.button--secondary:active:not(:disabled) .icon,
.button--secondary:hover .icon,
.button--secondary:hover:not(:disabled) .icon {
  color: #cb4910
}
.button--secondary:disabled {
  color: #6c6c6c
}
.button--secondary:disabled::after {
  background: #6c6c6c
}
.button--secondary.-size-sm {
  padding: 1.4rem .6rem 1.8rem
}
.button--secondary.-size-sm::after {
  top: .7rem
}
.button--secondary.-dark-mode {
  color: #fffdf7;
  border-color: #f78e61
}
.button--secondary.-dark-mode::after {
  background: #f78e61
}
.button--secondary.-dark-mode:hover {
  color: #f78e61
}
.button--secondary.-dark-mode:focus {
  box-shadow: 0 0 0 1px #ffa32f
}
.button--secondary.-dark-mode:disabled {
  color: #6c6c6c
}
.button--secondary.-dark-mode:disabled::after {
  background: #6c6c6c
}
.button--secondary.-dark-mode:not(:disabled) .icon {
  color: #fffdf7
}
.button--secondary.-dark-mode:active .icon,
.button--secondary.-dark-mode:hover .icon {
  color: #cb4910
}
.button--tertiary {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  padding: 1.8rem .7rem 2.4rem;
  border: none;
  border-radius: 0
}
.button--tertiary::after {
  top: .5rem;
  height: .1rem;
  background: #023366
}
.button--tertiary:hover {
  background: #cb4910;
  color: #fffdf7
}
.button--tertiary:hover::after {
  background: #fffdf7
}
.button--tertiary:focus {
  border-radius: .4rem
}
.button--tertiary:focus:hover {
  border-radius: 0
}
.button--tertiary:disabled {
  background: 0 0;
  color: #6c6c6c
}
.button--tertiary:disabled::after {
  background: #6c6c6c
}
.button--tertiary.-size-sm {
  padding: 1.6rem .7rem 1.8rem
}
.button--tertiary.-left-align {
  transform: translateX(-.7rem)
}
.button--tertiary.-dark-mode {
  color: #fffdf7
}
.button--tertiary.-dark-mode::after {
  background: #fffdf7
}
.button--tertiary.-dark-mode:hover {
  color: #fffdf7
}
.button--tertiary.-dark-mode:focus {
  box-shadow: 0 0 0 1px #ffa32f
}
.button--tertiary.-dark-mode:disabled {
  color: #6c6c6c
}
.button--tertiary.-dark-mode:disabled::after {
  background: #6c6c6c
}
.button__back,
.button__close,
.button__open {
  display: flex;
  align-items: center;
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .06rem;
  text-transform: uppercase
}
.button__back .icon,
.button__close .icon,
.button__open .icon {
  display: block;
  font-size: 2rem
}
.button__back *,
.button__close *,
.button__open * {
  pointer-events: none
}
@media (min-width:576px) {
  .button.-nobr-sm {
    max-width: none
  }
}
@media (min-width:768px) {
  .button.-nobr-sm {
    max-width: 100%
  }
  .button.-nobr-md {
    max-width: none
  }
}
@media (min-width:1055px) {
  .button.-nobr-md {
    max-width: 100%
  }
  .button.-nobr-lg {
    max-width: none
  }
}
@media (min-width:1200px) {
  .button.-nobr-lg {
    max-width: 100%
  }
  .button.-nobr-xl {
    max-width: none
  }
}
@media (min-width:1440px) {
  .button.-nobr-xl {
    max-width: 100%
  }
  .button.-nobr-xxl {
    max-width: none
  }
}
.button .icon.fa-arrow-alt-circle-right {
  transform: rotate(-15deg)
}
.button-link {
  display: inline-block;
  font-family: freight-sans-pro,serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none
}
.button-link::after {
  position: relative;
  top: -1rem;
  height: .1rem;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background: #023366;
  content: "";
  transition: all .3s ease
}
.button-link.-size-sm {
  font-size: 1.6rem
}
.button-link.-dark-mode::after {
  background: #fffdf7
}
.eyebrow {
  display: inline-block;
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .16rem;
  text-transform: uppercase
}
@media (min-width:1055px) {
  .eyebrow.-size-lg {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: .2rem
  }
}
.eyebrow.-text-light {
  padding: .4rem .8rem;
  background: #023366;
  color: #fffdf7
}
@media (min-width:1055px) {
  .eyebrow.-text-light {
    padding: .8rem 1.2rem .7rem
  }
}
.eyebrow.-outline,
.eyebrow.-text-dark {
  padding: .4rem .8rem;
  background: #fffdf7;
  color: #252b33
}
.eyebrow.-outline {
  padding: .8rem 1rem;
  border: .2rem solid #023366
}
.linklist__link {
  display: inline-block;
  padding: .5rem 0;
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  text-decoration: none
}
.linklist__link:hover {
  text-decoration: underline
}
.linklist.-row {
  transform: translateX(-1rem)
}
.linklist.-row .linklist__item {
  display: inline-block
}
.linklist.-row .linklist__link {
  padding: 0 1rem;
  font-size: 2rem;
  line-height: 1.4;
  text-decoration: underline
}
.icon {
  position: relative
}
.bbc-logo {
  display: block
}
.bbc-logo img {
  display: block
}
.bbc-logo.bbc-logo--blue img {
  width: 8rem;
  height: 4rem
}
@media (min-width:768px) {
  .bbc-logo.bbc-logo--blue img {
    width: 25rem;
    height: 3.7rem
  }
}
.bbc-logo.bbc-logo--white img {
  width: 14.5rem;
  height: 7.2rem
}
@media (min-width:1055px) {
  .bbc-logo.bbc-logo--white img {
    width: 25rem;
    height: 3.7rem
  }
}
.wave {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2
}
.wave.--top {
  top: 0;
  position: absolute!important
}
.wave--divider {
  height: 2.8rem;
  z-index: 10
}
@media (min-width:768px) {
  .wave--divider {
    height: 4.8rem
  }
}
@media (min-width:1055px) {
  .wave--divider {
    height: 8.4rem
  }
}
.wave--divider + .global-pause-animations-container {
  bottom: 100px
}
@media (max-width:766px) {
  .wave--divider + .global-pause-animations-container {
    bottom: 54px
  }
}
.wave-position {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  transform: translate3d(-50%,0,0)
}
.site-footer {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3.2rem;
  background: #023366;
  color: #fffdf7;
  font-size: 2rem;
  line-height: 1.4
}
@media (min-width:768px) {
  .site-footer {
    padding-bottom: 5rem
  }
}
@media (min-width:1055px) {
  .site-footer {
    font-size: 1.6rem;
    line-height: 1.5
  }
}
.site-footer .l-container {
  max-width: 129.2rem
}
@media (min-width:1055px) {
  .site-footer .l-container {
    display: flex;
    padding-bottom: 1.7rem
  }
}
.site-footer a {
  color: #fffdf7;
  font-family: freight-sans-pro,serif;
  font-weight: 500
}
.site-footer .button.-dark-mode:hover {
  background: 0 0
}
.site-footer__col.-contact {
  margin-bottom: 2.6rem
}
.site-footer__col.-contact .-inline {
  margin-right: 6.2rem
}
.site-footer__col.-contact .-inline:last-child {
  margin-right: 0
}
@media (min-width:1055px) {
  .site-footer__col.-contact .-inline {
    display: block;
    margin-right: 0
  }
}
@media (min-width:1055px) {
  .site-footer__col.-contact {
    margin: 0;
    font-family: freight-sans-pro,serif;
    font-weight: 500
  }
}
@media (min-width:1055px) {
  .site-footer__col.-links {
    font-size: 1.6rem;
    line-height: 1.5
  }
}
@media (min-width:1200px) {
  .site-footer__col.-links {
    font-size: 2rem;
    line-height: 1.4
  }
}
.site-footer__col.-links .dropdown__panel {
  transform: translateY(-1.2rem)
}
@media (min-width:768px) {
  .site-footer__col.-links .dropdown__panel {
    transform: none
  }
}
.site-footer__col.-links .dropdown__content {
  padding: 0 2rem 0
}
@media (min-width:768px) {
  .site-footer__col.-links .dropdown__content {
    padding: 1.6rem 0
  }
}
@media (min-width:1055px) {
  .site-footer__col.-links .dropdown__content {
    padding: 0
  }
}
.site-footer__col.-links .dropdown__trigger {
  padding: 2.2rem 0
}
@media (min-width:1055px) {
  .site-footer__col.-links .dropdown__trigger {
    padding: 0
  }
}
.site-footer__col.-last-col {
  margin-bottom: 1.8rem
}
@media (min-width:768px) {
  .site-footer__col.-last-col {
    margin-bottom: 3.8rem
  }
}
@media (min-width:1055px) {
  .site-footer__col.-last-col {
    margin-bottom: 0
  }
}
.site-footer .social__list {
  display: flex;
  justify-content: center;
  padding: 0 0 1.5rem
}
@media (min-width:1055px) {
  .site-footer .social__list {
    justify-content: flex-start;
    padding: 0
  }
}
.site-footer .social__link {
  display: inline-block;
  color: #fffdf7;
  text-decoration: none;
  padding: 0 1.6rem
}
@media (min-width:1055px) {
  .site-footer .social__link {
    padding: 0 1.2rem;
    text-decoration: underline
  }
}
.site-footer .social .icon {
  font-size: 4rem;
  line-height: inherit;
  vertical-align: middle
}
@media (min-width:1055px) {
  .site-footer .social .icon {
    margin: 0 .5rem 0 0;
    font-size: 2rem
  }
}
.site-footer__headline {
  color: #fffdf7;
  font-family: freight-sans-pro,serif;
  font-weight: 700;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-transform: uppercase
}
.site-footer__headline.-size-sm {
  letter-spacing: .16rem
}
@media (min-width:1055px) {
  .site-footer__headline {
    margin: 0 0 .8rem;
    text-transform: none;
    letter-spacing: 0
  }
}
.site-footer__blurb p {
  margin: 0 0 2rem
}
@media (min-width:1055px) {
  .site-footer__blurb {
    padding-bottom: 3.4rem
  }
}
.site-footer .bbc-logo {
  margin: 0 0 1.7rem
}
@media (min-width:1055px) {
  .site-footer .bbc-logo {
    margin: 0 0 2.5rem
  }
}
.site-footer .street-address {
  padding: 1rem 0 4.4rem;
  font-family: freight-text-pro,serif;
  font-weight: 500;
  line-height: 1.6
}
@media (min-width:1055px) {
  .site-footer .street-address {
    padding: .2rem 0 3.2rem
  }
}
.site-footer .copyright {
  font-family: freight-sans-pro,serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2.4rem 0 0
}
@media (min-width:1055px) {
  .site-footer .copyright {
    padding-top: 2rem;
    font-family: freight-text-pro,serif;
    font-weight: 500
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99
}
.site-header__max {
  max-width: 129.2rem
}
@media (min-width:1055px) {
  .site-header {
    display: block;
    min-height: 13.5rem;
    padding-top: .6rem;
    background: 0 0
  }
  .site-header__container {
    display: none
  }
}
@media (min-width:1055px) and (max-width:1054px) {
  .site-header__container.-screen-sm {
    display: block
  }
}
@media (min-width:1055px) and (min-width:1055px) {
  .site-header__container.-screen-lg {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 102rem
  }
}
@media (min-width:1055px) {
  .site-header .nav--desktop {
    order: 2
  }
  .site-header .nav--utility {
    order: 1
  }
}
.site-header .logo-link {
  position: relative;
  z-index: 2
}
.site-header .bbc-logo {
  margin: 0 0 0 1rem;
  padding: .3rem 0 0 0
}
@media (min-width:576px) {
  .site-header .bbc-logo {
    margin-left: 0
  }
}
@media (min-width:768px) {
  .site-header .bbc-logo {
    margin: .7rem 0 0 0;
    padding: 0
  }
}
@media (min-width:1055px) {
  .site-header .bbc-logo {
    flex-shrink: 0;
    width: 25rem;
    height: 3.7rem;
    margin: 1rem 1rem 0 0
  }
}
@media (min-width:1440px) {
  .site-header .bbc-logo {
    margin-right: 2.5rem
  }
}
html {
  scroll-behavior: smooth
}
.employee-highlight.employee-highlight-fullwidth {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  transform: translateX(-50%)
}
@media (max-width:1356px) {
  .employee-highlight.employee-highlight {
    margin: 0 -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    transform: none;
    padding-top: 0;
    padding-bottom: 0
  }
}
@media (max-width:575px) {
  .employee-highlight.employee-highlight {
    margin: 0 -1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    transform: none;
    padding-top: 0;
    padding-bottom: 0
  }
}
@media (max-width:1053px) {
  .employee-highlight .employee-highlight__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse
  }
}
.employee-highlight.employee-highlight--flipped .employee-highlight__content {
  display: flex;
  justify-content: flex-end
}
.employee-highlight.employee-highlight--flipped.__s-jobs .bubble-portrait {
  right: auto;
  left: 0
}
.employee-highlight__subtitle {
  font-size: 2rem;
  letter-spacing: 1.6px;
  line-height: 1.33;
  color: #252b33;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2.4rem
}
.employee-highlight .employee-highlight-quote::before {
  position: absolute;
  left: -50px;
  top: 0;
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: center no-repeat transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.26 29.306c4.933 0 7.655-3.667 7.655-7.667 0-3.083-1.956-6.25-5.954-6.25-.85 0-1.871.25-2.807.75-.17-.416-.17-.916-.17-1.416 0-4.5 5.784-9.5 11.398-11.25L37.766.306c-7.315 2.167-17.182 8.75-17.182 18.75s1.786 10.25 8.676 10.25Zm-20.584 0c4.933 0 7.655-3.667 7.655-7.667 0-3.083-1.956-6.25-5.954-6.25-.85 0-1.871.25-2.807.75-.17-.416-.17-.916-.17-1.416 0-4.5 5.784-9.5 11.398-11.25L17.182.306C9.867 2.473 0 9.056 0 19.056c0 5.083 1.786 10.25 8.676 10.25Z' fill='%23FFA32F' fill-rule='nonzero'/%3E%3C/svg%3E")
}
@media (max-width:1053px) {
  .employee-highlight .employee-highlight-quote::before {
    margin-bottom: 16px;
    position: static
  }
}
.employee-highlight .list-grid__title {
  color: #023366
}
@media (max-width:767px) {
  .employee-highlight.__s-jobs.s-bkg {
    background-position: -100px 0;
    background-size: 100% auto
  }
}
.employee-highlight.__s-jobs .list-grid__copy {
  padding-top: 60px
}
.employee-highlight.__s-jobs .list-grid__title {
  max-width: 500px;
  font-size: 80px;
  position: relative;
  font-family: freight-text-pro,serif;
  font-weight: 500;
  font-style: italic;
  color: #023366
}
.employee-highlight.__s-jobs .list-grid__title span {
  font-family: freight-text-pro,serif;
  font-weight: 500;
  font-style: italic
}
.employee-highlight.__s-jobs .list-grid__header .button--secondary {
  margin-bottom: 50px;
  margin-top: 2.4rem
}
.employee-highlight.__s-jobs ul.list-grid__grid {
  margin-top: 12px!important;
  margin-bottom: 0!important
}
.employee-highlight.__s-jobs .list-grid__message {
  max-width: 485px!important;
  margin-bottom: 0
}
.employee-highlight.__s-jobs .bubble-portrait {
  position: absolute;
  right: 0;
  top: -18%;
  z-index: 4;
  width: 550px;
  height: 750px
}
.employee-highlight.__s-jobs .spline-blob {
  position: absolute;
  z-index: -1;
  top: -18%;
  right: 5%
}
@media (max-width:1053px) {
  .employee-highlight.__s-jobs .bubble-portrait {
    position: static;
    width: 100%;
    height: auto
  }
  .employee-highlight.__s-jobs .list-grid__title {
    font-size: 4rem
  }
  .employee-highlight.__s-jobs ul.list-grid__grid {
    grid-template-columns: repeat(1,1fr)
  }
}
.bbc-os-timeline {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  width: 50px;
  height: 100vh;
  overflow-y: auto
}
@media (min-width:1055px) {
  .bbc-os-timeline {
    z-index: 11;
    top: 100px;
    right: 0;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: flex-end
  }
}
.bbc-os-timeline ol,
.bbc-os-timeline p,
.bbc-os-timeline ul {
  margin-bottom: 0
}
.bbc-os-timeline ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center
}
@media (min-width:1055px) {
  .bbc-os-timeline ul {
    height: 100%;
    display: block
  }
}
.bbc-os-timeline li + li {
  border-top: 1px solid #d9dbde
}
.bbc-os-timeline li:first-child,
.bbc-os-timeline li:last-child {
  flex-grow: 1
}
.bbc-os-timeline li:first-child > a {
  display: flex;
  align-items: flex-end
}
.bbc-os-timeline a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #023366;
  font-family: freight-sans-pro,serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 16px 8px
}
.bbc-os-timeline a.is-active,
.bbc-os-timeline a:hover {
  background-color: #005ec3
}
@media (min-width:1055px) {
  .bbc-os-timeline li {
    padding: 30px 18px 21px 0
  }
  .bbc-os-timeline a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    padding: 0 5px 5px;
    transform: translateX(-9px);
    transition: background-color .3s
  }
}
.bbc-os-hero {
  background: #0a2447;
  color: #0a2447;
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  transition: background-color .5s
}
.bbc-os-hero__content {
  position: fixed;
  z-index: 5;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  transition: all .5s ease
}
@media (max-height:762px) {
  .bbc-os-hero__content {
    top: 60%
  }
}
.bbc-os-hero__content .eyebrow {
  font-family: freight-sans-pro,serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.6px;
  color: #fff;
  background-color: #0a2447;
  padding: 8px 18px;
  margin-bottom: 10px;
  display: inline-block
}
.bbc-os-hero__content h1 {
  max-width: 1000px;
  text-shadow: 0 0 154px rgba(51,51,51,.71);
  font-family: freight-sans-pro,serif;
  font-size: 54px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0 auto 40px;
  display: block
}
.bbc-os-hero__content .subheader {
  font-family: freight-sans-pro,serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto
}
.bbc-os-hero__mask {
  display: flex;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.bbc-os-hero__mask img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%
}
.bbc-os-hero.is-passed {
  background: 0 0;
  pointer-events: none
}
.bbc-os-hero.is-passed .bbc-os-hero__content {
  transform: translateX(10%) translateY(-50%);
  opacity: 0
}
.bbc-os-hero.is-passed ~ .bbc-os-year::after {
  opacity: 0
}
@media (min-width:1055px) {
  .bbc-os-hero__content .eyebrow {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 2px;
    padding: 15px 50px
  }
  .bbc-os-hero__content h1 {
    font-size: 150px
  }
  .bbc-os-hero__content .subheader {
    font-size: 3.2rem;
    line-height: 4.2rem
  }
}
.page-our-story {
  background-color: #f9f6ef
}
.bbc-os {
  color: #333;
  position: relative
}
.bbc-os p {
  font-size: 21px;
  width: 395px;
  margin: auto;
  font-family: freight-text-pro-book,serif
}
.bbc-os__return {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 20px 70px 20px 20px;
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s,opacity .3s
}
@media (min-width:1055px) {
  .bbc-os__return {
    padding-right: 20px
  }
}
.bbc-os__return.is-active {
  visibility: visible;
  opacity: 1
}
.bbc-os .image-1,
.bbc-os .image-2 {
  z-index: 2;
  opacity: .3;
  transition: opacity .3s ease
}
.image-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  transition: opacity .3s ease
}
.image-right {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100vh;
  z-index: 2;
  transition: opacity .3s ease
}
@media (max-width:767px) {
  .image-right {
    bottom: 0;
    top: unset
  }
}
.bbc-os-year[data-index="0"] .image-left,
.bbc-os-year[data-index="0"] .image-right {
  opacity: .3
}
.image-left.is-passed,
.image-right.is-passed {
  opacity: 1!important
}
@media (max-width:767px) {
  .image-left,
  .image-right {
    width: 70%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
  }
}
.image-fill {
  max-height: 100vh;
  width: 100vw
}
#year_1984 .image-1 {
  max-width: 485px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 30vw
}
#year_1984 .image-2 {
  max-width: 540px;
  position: absolute;
  top: 180px;
  right: 0;
  width: 30vw
}
#year_1984 .image-fill-1 {
  width: 45%;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1
}
#year_1988 .image-1 {
  max-width: 250px;
  position: absolute;
  top: 120px;
  right: 170px;
  width: 14vw
}
#year_1988 .image-fill-2 {
  width: 100%;
  position: absolute;
  bottom: -560px;
  right: 0;
  z-index: -1;
  opacity: .6
}
@media screen and (max-width:950px) {
  #year_1988 .image-1 {
    right: 120px
  }
}
#year_1995 .image-1 {
  max-width: 1000px;
  width: 60vw;
  position: absolute;
  top: 320px;
  left: -9px
}
#year_2007 .image-1 {
  width: 315px;
  position: absolute;
  top: 320px;
  right: -9px
}
#year_2007 .image-fill-3 {
  width: 65vw;
  position: absolute;
  bottom: -680px;
  right: 80px;
  z-index: -1;
  opacity: .5
}
@media (max-width:1054px) {
  #year_2007 .image-1 {
    max-width: 120px
  }
}
.bbc-os-year {
  height: 100vh;
  font-family: freight-sans-pro,serif;
  position: relative
}
.bbc-os-year .date-year {
  font-size: 2rem;
  line-height: 1;
  color: #023366;
  margin-bottom: 10px;
  display: block
}
.bbc-os-year h2 {
  text-shadow: 0 0 154px rgba(51,51,51,.71);
  font-family: freight-sans-pro,serif;
  font-size: 4.8rem;
  line-height: 5.6rem;
  text-align: center;
  color: #023366;
  margin: 0 auto 15px;
  max-width: 60vw
}
.bbc-os-year p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: freight-text-pro,serif;
  padding: 0 20px;
  width: 100%
}
.bbc-os-year__content {
  position: fixed;
  z-index: 5;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateX(-10%) translateY(-50%);
  opacity: 0;
  transition: .5s all ease;
  padding-right: 50px
}
.bbc-os-year.is-active .bbc-os-year__content {
  transform: translateY(-50%);
  opacity: 1
}
.bbc-os-year.is-active.is-passed .bbc-os-year__content {
  transform: translateX(10%) translateY(-50%);
  opacity: 0
}
.bbc-os-year::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0a2447;
  transition: opacity .5s ease
}
@media (min-width:1055px) {
  .bbc-os-year .date-year {
    font-size: 4.8rem;
    line-height: 6rem;
    margin-bottom: 30px
  }
  .bbc-os-year h2 {
    font-size: 10rem;
    line-height: 11rem;
    margin-bottom: 40px
  }
  .bbc-os-year p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 2.8rem
  }
  .bbc-os-year__content {
    padding-right: 0
  }
}
/*# sourceMappingURL=style.min.css.map */
