@charset "UTF-8";
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif; }

html {
  height: 100%; }

body {
  min-height: 100%;
  color: #1d1d20; }

*,
*::after,
*::before {
  box-sizing: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0; }

p {
  -webkit-margin-before: 0.9em;
          margin-block-start: 0.9em;
  -webkit-margin-after: 0.9em;
          margin-block-end: 0.9em; }

code {
  font-family: monospace; }

[hidden] {
  display: none; }

.text-1 {
  font-size: 6.25rem;
  font-family: "Noticia Text", serif;
  font-weight: bold;
  letter-spacing: 0.0975rem;
  line-height: normal;
  text-transform: none; }

.text-2 {
  font-family: "Noticia Text", serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }
  @media (min-width: 320px) {
    .text-2 {
      font-size: calc(2.5rem + ((100vw - 320px) / 1080) * 24); } }
  @media (min-width: 1400px) {
    .text-2 {
      font-size: 4rem; } }

.text-3 {
  font-family: "Noticia Text", serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none; }
  @media (min-width: 320px) {
    .text-3 {
      font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
  @media (min-width: 1400px) {
    .text-3 {
      font-size: 3rem; } }

.text-4 {
  font-family: "Noticia Text", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: none; }
  @media (min-width: 320px) {
    .text-4 {
      font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 1400px) {
    .text-4 {
      font-size: 2rem; } }

.text-5 {
  font-family: "Noticia Text", serif;
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none; }
  @media (min-width: 320px) {
    .text-5 {
      font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
  @media (min-width: 1400px) {
    .text-5 {
      font-size: 1.75rem; } }

.text-6 {
  font-family: "Noticia Text", serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: none; }
  @media (min-width: 320px) {
    .text-6 {
      font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 1400px) {
    .text-6 {
      font-size: 1.5rem; } }

.text-7 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none; }
  @media (min-width: 320px) {
    .text-7 {
      font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 1400px) {
    .text-7 {
      font-size: 1.5rem; } }

.text-8 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none; }

.text-9 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal; }

.text-10 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.125rem;
  text-transform: uppercase; }

.text-11 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-transform: none; }

.text-12 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  line-height: normal; }

.text-13 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75rem;
  line-height: 1.33;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none; }

body {
  counter-reset: case-study-headings; }

.template-404 .body-404 {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 200px;
  padding-bottom: 250px; }

.template-500 .body-500 {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 200px;
  padding-bottom: 250px; }

.arrow-button {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  color: #92929a;
  background-color: #f4f4f4; }
  @media (min-width: 800px) {
    .arrow-button {
      width: 3.875rem;
      height: 3.875rem; } }
  .arrow-button::after {
    content: '';
    display: block;
    width: 1.1875rem;
    height: 0.6875rem;
    background-color: #92929a;
    -webkit-mask-image: linear-gradient(black, white), url("../svg/arrow-head-right.6378d02dfc6c.svg");
            mask-image: linear-gradient(black, white), url("../svg/arrow-head-right.6378d02dfc6c.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px 3px, 6px 11px;
            mask-size: 16px 3px, 6px 11px;
    -webkit-mask-position: left center, right center;
            mask-position: left center, right center;
    transition-property: width, background-color, -webkit-mask-position, -webkit-mask-size;
    transition-property: width, mask-position, mask-size, background-color;
    transition-property: width, mask-position, mask-size, background-color, -webkit-mask-position, -webkit-mask-size;
    transition-duration: 100ms;
    transition-timing-function: ease-out;
    transform: translateX(1px); }
  .arrow-button:hover::after {
    width: 1.5625rem;
    -webkit-mask-size: 19px 3px, 6px 11px;
            mask-size: 19px 3px, 6px 11px;
    background-color: #1d1d20; }
  .arrow-button--dark {
    background-color: #28282b;
    color: #0ea15b; }
    .arrow-button--dark::after {
      background-color: #0ea15b; }
    .arrow-button--dark:hover::after {
      background-color: #ffffff; }
  .arrow-button--left::after {
    transform: rotate(180deg) translateX(2px); }

a.solution-block:hover .arrow-button::after,
a.news-feature-block:hover .arrow-button::after,
a.link-image-block:hover .arrow-button::after,
a.related-feature:hover .arrow-button::after {
  width: 1.5625rem;
  -webkit-mask-size: 19px 3px, 6px 11px;
          mask-size: 19px 3px, 6px 11px;
  background-color: white; }

.avatar {
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-column-gap: 1rem;
  color: #92929a;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.33; }
  .avatar img {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 3rem;
    height: 3rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    overflow: hidden; }
  .avatar p {
    grid-column: 2;
    margin: 0; }
    .avatar p:first-of-type {
      color: #1d1d20; }

.bio-block {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .bio-block:first-child {
    margin-top: 0; }
  @media (min-width: 800px) {
    .bio-block {
      margin-top: 6.625rem;
      margin-bottom: 6.625rem;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      min-height: 29.0625rem; } }
  @media (min-width: 800px) {
    .bio-block__content-wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 37.28125rem;
      margin-left: auto;
      margin-right: auto;
      margin-right: 2.95625rem; } }
  .bio-block__content {
    position: relative;
    max-width: 45.3125rem;
    padding: 1rem 1.5rem;
    padding-bottom: 0; }
    @media (min-width: 800px) {
      .bio-block__content {
        grid-column: 2 / -1;
        padding: 0; } }
    .bio-block__content > p {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.125rem;
      line-height: 1.78;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none; }
  .bio-block__title {
    font-family: "Noticia Text", serif;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .bio-block__title {
        font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .bio-block__title {
        font-size: 2rem; } }
  .bio-block__image {
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .bio-block__image {
        width: calc(50% - 1.47812rem);
        align-self: stretch;
        flex-shrink: 0; } }
    .bio-block__image img {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: 400px;
      min-height: 260px;
      margin: 0 auto; }
      @media (min-width: 800px) {
        .bio-block__image img {
          height: 100%;
          max-height: 600px;
          margin: 0;
          -o-object-fit: cover;
             object-fit: cover; } }
  @media (min-width: 800px) {
    .generic-header + .bio-block .bio-block__title,
    .generic-header + main .bio-block:first-child .bio-block__title {
      padding-top: 7.5rem; } }

.button {
  display: block;
  padding: 0.9375rem 1.5rem 0.9375rem;
  border: 0.1875rem solid rgba(29, 29, 32, 0.09);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  color: #1d1d20;
  border-radius: 0.125rem;
  background-color: transparent;
  transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out; }
  @media (min-width: 800px) {
    .button {
      display: inline-block;
      width: auto;
      min-width: 12.5rem; } }
  .button:hover {
    border-color: rgba(14, 187, 105, 0.21);
    color: #0ebb69; }
  .button:disabled {
    color: rgba(29, 29, 32, 0.2); }
  .button--green {
    border-color: #0ea15b;
    background-color: #0ea15b;
    color: #ffffff; }
    .button--green:hover {
      border-color: #0ebb69;
      background-color: #0ebb69;
      color: #ffffff; }
    .button--green:disabled {
      color: rgba(255, 255, 255, 0.5);
      pointer-events: none; }
  .button--white {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #1d1d20; }
    .button--white:hover {
      border-color: #ffffff; }
  .button--dark {
    border: 0.1875rem solid rgba(246, 247, 248, 0.11);
    background-color: transparent;
    color: #ffffff; }
  @media (min-width: 800px) {
    .button--fat {
      padding-top: 1.1875rem;
      padding-bottom: 1.1875rem; } }
  .button--link-block {
    display: block;
    width: calc(100% - 3rem);
    max-width: 38.4375rem;
    margin: 2.8125rem auto; }
  .button a {
    text-decoration: none; }

.case-study-header {
  padding-top: 6.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none; }
  @media (min-width: 800px) {
    .case-study-header {
      padding-top: 12.375rem; } }
  .case-study-header__headings, .case-study-header__abstract {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .case-study-header__headings, .case-study-header__abstract {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 2.95625rem;
        max-width: 77.51875rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0; } }
  .case-study-header__headings p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .case-study-header__headings p {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .case-study-header__headings p {
        font-size: 1.5rem; } }
    @media (min-width: 800px) {
      .case-study-header__headings p {
        grid-column: 2 / -1;
        max-width: 38.3125rem;
        margin-bottom: 0; } }
  .case-study-header h1 {
    font-family: "Noticia Text", serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.1;
    text-transform: none; }
    @media (min-width: 320px) {
      .case-study-header h1 {
        font-size: calc(2.5rem + ((100vw - 320px) / 1080) * 24); } }
    @media (min-width: 1400px) {
      .case-study-header h1 {
        font-size: 4rem; } }
    @media (min-width: 800px) {
      .case-study-header h1 {
        grid-column: 2 / -2;
        max-width: 38.3125rem; } }
  .case-study-header__image {
    position: relative;
    width: calc(100% - 1.5rem);
    padding-bottom: 66%;
    margin-left: auto;
    margin-top: 1.625rem; }
    @media (min-width: 800px) {
      .case-study-header__image {
        width: calc(100% - 5.9375rem);
        padding-bottom: 35%; } }
    .case-study-header__image::before {
      content: "";
      display: block;
      height: 2.4375rem;
      width: 10.9375rem;
      margin-left: auto;
      background-image: url("../svg/logo-outline-pattern.ae808db4537f.svg"); }
      @media (min-width: 800px) {
        .case-study-header__image::before {
          width: 42%;
          height: 4rem; } }
    .case-study-header__image img {
      width: 100%;
      height: calc(100% - 2.375rem);
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 800px) {
        .case-study-header__image img {
          height: calc(100% - 4rem); } }
  .case-study-header__abstract {
    margin-top: 2.5rem; }
  .case-study-header__tags {
    list-style-type: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .case-study-header__tags {
        grid-column: 2 / 4; } }
    .case-study-header__tags li {
      margin-top: 1.4375rem; }
      .case-study-header__tags li:first-of-type {
        margin-top: 0; }
    .case-study-header__tags p {
      margin-top: 0.1875rem;
      margin-bottom: 0.1875rem; }
      @media (min-width: 800px) {
        .case-study-header__tags p {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.125rem;
          line-height: 1.78;
          font-weight: normal;
          letter-spacing: normal;
          text-transform: none; } }
    .case-study-header__tags a {
      text-decoration: none;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.125rem;
      line-height: 1.78;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none; }
    .case-study-header__tags p:first-of-type {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.875rem;
      font-weight: 600;
      letter-spacing: 0.125rem;
      text-transform: uppercase;
      color: #92929a; }
  .case-study-header__abstract-text {
    margin-top: 1.625rem; }
    @media (min-width: 800px) {
      .case-study-header__abstract-text p:first-of-type {
        margin-top: 0; } }
    @media (min-width: 800px) {
      .case-study-header__abstract-text {
        grid-column: 5 / 12;
        margin-top: 0; } }

.case-study-heading {
  counter-increment: case-study-headings;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 800px) {
    .case-study-heading {
      padding-left: 0;
      padding-right: 0; } }
  .case-study-heading--dark {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 1.25rem; }
  @media (min-width: 800px) {
    .case-study-heading__content {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      align-items: start; } }
  .case-study-heading h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    padding-top: 0.4375rem; }
    @media (min-width: 800px) {
      .case-study-heading h2 {
        grid-column: 2 / 4; } }
    .case-study-heading h2::before {
      content: counter(case-study-headings, decimal-leading-zero);
      display: block;
      width: 0;
      font-size: 6.25rem;
      font-family: "Noticia Text", serif;
      font-weight: bold;
      letter-spacing: 0.0975rem;
      line-height: normal;
      text-transform: none;
      color: rgba(146, 146, 154, 0.17);
      line-height: 1;
      transform: translate(-1.25rem, -0.4375rem); }
  .case-study-heading p {
    margin-top: 0.625rem;
    font-family: "Noticia Text", serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.1;
    text-transform: none; }
    @media (min-width: 320px) {
      .case-study-heading p {
        font-size: calc(2.5rem + ((100vw - 320px) / 1080) * 24); } }
    @media (min-width: 1400px) {
      .case-study-heading p {
        font-size: 4rem; } }
    @media (min-width: 800px) {
      .case-study-heading p {
        grid-column: 5 / 11;
        font-family: "Noticia Text", serif;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1.2;
        text-transform: none; } }
  @media (min-width: 800px) and (min-width: 320px) {
    .case-study-heading p {
      font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
  @media (min-width: 800px) and (min-width: 1400px) {
    .case-study-heading p {
      font-size: 3rem; } }
    .case-study-heading p:last-of-type {
      margin-bottom: 0; }

.contact-form {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 4.5rem; }
  @media (min-width: 800px) {
    .contact-form {
      max-width: 63.9375rem;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      padding-top: 7.125rem;
      padding-right: 12.625rem;
      padding-left: 12.625rem; } }
  .contact-form button {
    text-align: center;
    margin-top: 2.5rem;
    width: 100%; }
    @media (min-width: 800px) {
      .contact-form button {
        margin-top: 4rem; } }
  .contact-form select,
  .contact-form input,
  .contact-form textarea {
    outline: none; }

.divider {
  width: 100%;
  margin: 6rem auto;
  max-width: 64rem;
  height: 2px;
  background-color: #f4f4f4; }

.dropdown-button {
  display: block;
  padding: 0.9375rem 1.5rem 0.9375rem;
  border: 0.1875rem solid rgba(29, 29, 32, 0.09);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  color: #1d1d20;
  border-radius: 0.125rem;
  background-color: transparent;
  transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3.75rem;
  text-align: left;
  background-image: url("../svg/drop-arrow.574b97e4062a.svg");
  background-size: 0.6875rem 0.5rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  border-color: #f6f7f8;
  border-radius: 0; }
  @media (min-width: 800px) {
    .dropdown-button {
      display: inline-block;
      width: auto;
      min-width: 12.5rem; } }
  .dropdown-button:hover {
    border-color: rgba(14, 187, 105, 0.21);
    color: #0ebb69; }
  .dropdown-button:disabled {
    color: rgba(29, 29, 32, 0.2); }
  .dropdown-button--green {
    border-color: #0ea15b;
    background-color: #0ea15b;
    color: #ffffff; }
    .dropdown-button--green:hover {
      border-color: #0ebb69;
      background-color: #0ebb69;
      color: #ffffff; }
    .dropdown-button--green:disabled {
      color: rgba(255, 255, 255, 0.5);
      pointer-events: none; }
  .dropdown-button--white {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #1d1d20; }
    .dropdown-button--white:hover {
      border-color: #ffffff; }
  .dropdown-button--dark {
    border: 0.1875rem solid rgba(246, 247, 248, 0.11);
    background-color: transparent;
    color: #ffffff; }
  @media (min-width: 800px) {
    .dropdown-button--fat {
      padding-top: 1.1875rem;
      padding-bottom: 1.1875rem; } }
  .dropdown-button--link-block {
    display: block;
    width: calc(100% - 3rem);
    max-width: 38.4375rem;
    margin: 2.8125rem auto; }
  .dropdown-button a {
    text-decoration: none; }
  .dropdown-button:hover {
    border-color: #f6f7f8;
    color: #1d1d20; }

.dropdown-linklist {
  width: 100%;
  padding: 1.5rem 1.875rem;
  max-width: 11.875rem;
  list-style-type: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-transform: none;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.6875rem 0 rgba(216, 216, 216, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 100ms ease-out, opacity 100ms ease-out;
  pointer-events: none; }
  .dropdown-linklist.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
  .dropdown-linklist li {
    margin-top: 1rem; }
    .dropdown-linklist li:first-child {
      margin-top: 0; }
  .dropdown-linklist a {
    display: block;
    text-decoration: none;
    transition: color 100ms ease-out; }
    .dropdown-linklist a:hover {
      color: #0ea15b; }

.embed {
  border: 10px solid green; }

.filter-bar {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .filter-bar h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
  .filter-bar__filters {
    margin-top: 0.5rem; }
    @media (min-width: 450px) {
      .filter-bar__filters {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 800px) {
      .filter-bar__filters {
        margin-top: 0.75rem; } }
  .filter-bar .dropdown-button {
    display: block;
    background-color: #ffffff;
    margin-top: 0.5rem;
    width: 100%;
    flex: 1;
    transition: color 100ms ease-out; }
    @media (min-width: 450px) {
      .filter-bar .dropdown-button + .dropdown-button {
        border-left-width: 0; } }
    .filter-bar .dropdown-button.has-value {
      color: #0ea15b;
      background-image: url("../svg/x.ab87a70e3ec8.svg");
      background-size: 0.625rem 0.625rem; }

.footer {
  background-color: #f6f7f8;
  text-align: center;
  margin-top: 3rem; }
  @media (min-width: 800px) {
    .footer {
      max-width: none;
      text-align: left;
      margin-top: 7.5rem; } }
  .footer__contact {
    padding: 1.5rem;
    background-color: #f6f7f8;
    background-image: url("../svg/logo-outline-pattern.ae808db4537f.svg");
    background-size: 1.5rem 1.1875rem;
    background-position: 1px 1px; }
    @media (min-width: 800px) {
      .footer__contact {
        padding: 7.5rem 0 6.25rem;
        grid-column: 1 / -1;
        grid-row: 1; } }
    .footer__contact p {
      margin-top: 0.6875rem;
      margin-bottom: 0.6875rem; }
    .footer__contact a {
      margin-top: 1.5625rem; }
      @media (min-width: 800px) {
        .footer__contact a {
          margin-top: 0.5rem;
          width: 100%; } }
  @media (min-width: 800px) {
    .footer__contact-content-wrapper {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 800px) {
    .footer__contact-text {
      grid-column: 2 / 8; } }
  @media (min-width: 800px) {
    .footer__contact-button {
      grid-column: 8 / 12; } }
  @media (min-width: 1200px) {
    .footer__contact-button {
      grid-column: 9 / 12; } }
  @media (min-width: 800px) {
    .footer__bottom {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto; } }
  .footer__links {
    padding-top: 3.625rem;
    padding-bottom: 2.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 800px) {
      .footer__links {
        padding-top: 6.875rem;
        padding-bottom: 5.5625rem;
        color: #92929a;
        grid-column: 2 / 7; } }
    @media (min-width: 1200px) {
      .footer__links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        grid-column: 2 / 9; } }
    @media (min-width: 800px) {
      .footer__links nav {
        margin-top: 3.625rem; } }
    @media (min-width: 1200px) {
      .footer__links nav {
        margin-top: 0; } }
    .footer__links ul {
      list-style-type: none; }
      @media (min-width: 800px) {
        .footer__links ul {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 2rem; } }
    .footer__links li {
      margin-top: 2rem; }
      @media (min-width: 800px) {
        .footer__links li {
          margin: 0; } }
    .footer__links a {
      text-decoration: none; }
  .footer__logo {
    width: 8.3125rem;
    height: 1.6875rem; }
    @media (min-width: 800px) {
      .footer__logo {
        margin-top: 0.625rem; } }
  .footer__linkedin {
    padding: 3.4375rem 3rem 2.25rem;
    background-color: #ffffff;
    background-image: linear-gradient(to right, transparent, transparent 1.125rem, #f6f7f8 1.125rem, #f6f7f8 1.25rem, #f6f7f8 calc(100% - 1.125rem), transparent calc(100% - 1.125rem), transparent), linear-gradient(to right, transparent, transparent 1.125rem, #f6f7f8 1.125rem, #f6f7f8 1.25rem, #ffffff 1.25rem, #ffffff calc(100% - 1.25rem), #f6f7f8 calc(100% - 1.25rem), #f6f7f8 calc(100% - 1.125rem), transparent calc(100% - 1.125rem), transparent), linear-gradient(to bottom, #f6f7f8, #f6f7f8 50%, #ffffff 50%, #ffffff);
    background-size: 100% 0.125rem, 100% 100%, 100%;
    background-repeat: no-repeat;
    background-position: bottom, center, center; }
    @media (min-width: 800px) {
      .footer__linkedin {
        padding: 7.0625rem 5.25rem 2.75rem 6rem;
        grid-column: 7 / -1;
        grid-row: 1 / 3;
        background-image: linear-gradient(to bottom, #f6f7f8, #f6f7f8 3.5625rem, #ffffff 3.5625rem, #ffffff);
        background-size: 100%;
        background-position: center; } }
    @media (min-width: 1200px) {
      .footer__linkedin {
        grid-column: 9 / -1; } }
    .footer__linkedin h2 {
      font-weight: bold; }
    .footer__linkedin svg {
      display: block;
      width: 1.3125rem;
      height: 1.25rem;
      margin-top: 2.5rem;
      margin-left: auto;
      margin-right: auto;
      color: #1d1d20;
      transition: color 100ms ease-out; }
      @media (min-width: 800px) {
        .footer__linkedin svg {
          margin-top: 3.5625rem;
          margin-left: initial;
          margin-right: initial; } }
      .footer__linkedin svg:hover {
        color: #0077b5; }
  .footer__legal {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-transform: none;
    color: #92929a; }
    @media (min-width: 800px) {
      .footer__legal {
        padding-top: 1.6875rem;
        padding-bottom: 1.6875rem;
        grid-column: 2 / 7;
        grid-row: 2;
        background-color: #f6f7f8; } }
    @media (min-width: 1200px) {
      .footer__legal {
        display: grid;
        grid-column: 2 / 9;
        align-items: baseline;
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 800px) {
      .footer__legal nav {
        grid-column: 2; } }
    .footer__legal ul {
      list-style-type: none;
      font-weight: 600; }
      @media (min-width: 800px) {
        .footer__legal ul {
          display: flex; } }
    .footer__legal li {
      margin-top: 1.5rem; }
      @media (min-width: 800px) {
        .footer__legal li {
          margin-left: 2.6875rem; }
          .footer__legal li:first-child {
            margin-left: 0; } }
    .footer__legal a {
      text-decoration: none; }
    .footer__legal small {
      display: block;
      margin-top: 1.5rem; }
      @media (min-width: 800px) {
        .footer__legal small {
          grid-column: 1;
          grid-row: 1; } }

.generic-feature-block {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .generic-feature-block:first-child {
    margin-top: 0; }
  @media (min-width: 800px) {
    .generic-feature-block {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      min-height: 29.0625rem;
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  @media (min-width: 800px) {
    .generic-feature-block__content-wrapper {
      flex: auto;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 37.28125rem;
      margin-left: auto;
      margin-right: auto;
      margin-right: 2.95625rem; } }
  .generic-feature-block__content {
    position: relative;
    max-width: 45.3125rem;
    padding: 1rem 1.5rem;
    padding-bottom: 0; }
    @media (min-width: 800px) {
      .generic-feature-block__content {
        grid-column: 2 / -1;
        padding: 0; } }
    .generic-feature-block__content > p:not(.generic-feature-block__title) {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.125rem;
      line-height: 1.78;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none; }
    .generic-feature-block__content > .button {
      margin-top: 1rem; }
  .generic-feature-block time {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: #92929a;
    margin-bottom: 1.25rem; }
  .generic-feature-block__title {
    font-family: "Noticia Text", serif;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .generic-feature-block__title {
        font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .generic-feature-block__title {
        font-size: 2rem; } }
  .generic-feature-block__image {
    position: relative;
    width: calc(100% - 1.5rem);
    transform: translateX(1.5rem); }
    @media (min-width: 800px) {
      .generic-feature-block__image {
        width: calc(50% - 1.47812rem);
        transform: none;
        align-self: stretch;
        flex-shrink: 0; } }
    .generic-feature-block__image::after {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 66%; }
      @media (min-width: 800px) {
        .generic-feature-block__image::after {
          display: none; } }
    .generic-feature-block__image img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 800px) {
        .generic-feature-block__image img {
          position: static; } }
  .generic-feature-block__taglist {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.25rem; }
    @media (min-width: 800px) {
      .generic-feature-block__taglist {
        margin-top: 0.75rem; } }

.generic-header {
  padding-top: 7.125rem;
  position: relative;
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .generic-header {
      display: flex;
      min-height: 27.75rem;
      margin-bottom: 0;
      padding-top: 4.875rem;
      align-items: center; } }
  .generic-header::after {
    content: "";
    display: block;
    background-color: #f6f7f8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 4rem);
    background-clip: content-box;
    z-index: -1; }
    @media (min-width: 800px) {
      .generic-header::after {
        width: 100%;
        height: calc(100% + 3rem);
        padding-bottom: 0; } }
  @media (min-width: 800px) {
    .generic-header__content-wrapper {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 66rem; } }
  @media (min-width: 800px) {
    .generic-header__content {
      padding-top: 8rem;
      padding-bottom: 5.75rem;
      grid-column: 1 / span 6; } }
  .generic-header__contact-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .generic-header__contact-info {
        grid-column: 9 / -2;
        padding: 128px 0 92px; } }
    .generic-header__contact-info a {
      text-decoration: none;
      display: flex;
      align-items: center;
      margin-top: 22px;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.25rem;
      line-height: 1.5;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none; }
      @media (min-width: 320px) {
        .generic-header__contact-info a {
          font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
      @media (min-width: 1400px) {
        .generic-header__contact-info a {
          font-size: 1.5rem; } }
    .generic-header__contact-info svg {
      width: 50px;
      height: 50px;
      margin-right: 17px;
      flex-shrink: 0; }
  .generic-header__image {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-left: 20px; }
    @media (min-width: 800px) {
      .generic-header__image {
        width: calc(50% - 2.95625rem / 2);
        margin-top: 0;
        margin-left: 0;
        align-self: stretch;
        transform: none;
        flex-shrink: 0; } }
    .generic-header__image::after {
      content: "";
      display: block;
      padding-bottom: 66%; }
      @media (min-width: 800px) {
        .generic-header__image::after {
          display: none;
          padding-bottom: 73%; } }
    .generic-header__image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 800px) {
        .generic-header__image img {
          position: static;
          height: 33rem; } }
    .generic-header__image video {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 800px) {
        .generic-header__image video {
          position: static;
          height: 33rem; } }
  .generic-header small {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem; }
  .generic-header h1 {
    font-family: "Noticia Text", serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.1;
    text-transform: none; }
    @media (min-width: 320px) {
      .generic-header h1 {
        font-size: calc(2.5rem + ((100vw - 320px) / 1080) * 24); } }
    @media (min-width: 1400px) {
      .generic-header h1 {
        font-size: 4rem; } }
  .generic-header p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .generic-header p {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .generic-header p {
        font-size: 1.5rem; } }
  .generic-header small,
  .generic-header h1,
  .generic-header p {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .generic-header small,
      .generic-header h1,
      .generic-header p {
        padding-left: 20px;
        padding-right: 0; } }
  @media (min-width: 800px) {
    .generic-header + main {
      padding-top: 7.5rem; } }
  @media (min-width: 800px) {
    .generic-header--with-image {
      display: flex;
      min-height: 27.75rem; } }
  .generic-header--with-image::after {
    padding-bottom: calc(((100% - 1.5rem) * 0.46)); }
    @media (min-width: 800px) {
      .generic-header--with-image::after {
        width: calc(50% + 4rem);
        height: calc(100% - 4rem);
        padding-bottom: 0; } }
  @media (min-width: 800px) {
    .generic-header--with-image .generic-header__content-wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 37.28125rem;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      margin-right: 2.95625rem; } }
  @media (min-width: 800px) {
    .generic-header--with-image + main {
      padding-top: 7.5rem; } }
  @media (min-width: 800px) {
    .generic-header--with-image .generic-header__content {
      padding-top: 5rem;
      padding-bottom: 5rem;
      grid-column: 2 / span 6; } }
  @media (min-width: 800px) {
    .generic-header--deep-overlap {
      min-height: 28.125rem; } }
  @media (min-width: 800px) {
    .generic-header--deep-overlap::after {
      width: 100%;
      height: calc(100% + 4.6875rem);
      padding-bottom: 0; } }
  @media (min-width: 800px) {
    .generic-header--deep-overlap .generic-header__content {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.image-float-cta {
  color: #ffffff; }
  @media (min-width: 800px) {
    .image-float-cta {
      background-image: linear-gradient(to bottom, #28282b, #28282b calc(100% - 4.5rem), transparent calc(100% - 4.5rem), transparent); } }
  @media (min-width: 800px) {
    .image-float-cta__content-wrapper {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 8.8125rem; } }
  .image-float-cta__content {
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #28282b; }
    @media (min-width: 800px) {
      .image-float-cta__content {
        grid-column: 1 / 6;
        padding: 0;
        padding-left: 1.5rem;
        padding-top: 4.25rem;
        background-color: transparent; } }
  .image-float-cta__heading {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    padding-top: 20px; }
  .image-float-cta__subheading {
    font-family: "Noticia Text", serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    margin-top: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .image-float-cta__subheading {
        font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
    @media (min-width: 1400px) {
      .image-float-cta__subheading {
        font-size: 3rem; } }
  .image-float-cta__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 0.3125rem; }
  .image-float-cta__button {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
    border: 0.1875rem solid rgba(246, 247, 248, 0.11);
    background-color: transparent;
    color: #ffffff;
    margin-top: 1.5rem; }
    @media (min-width: 800px) {
      .image-float-cta__button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .image-float-cta__button:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .image-float-cta__button:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .image-float-cta__button--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .image-float-cta__button--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .image-float-cta__button--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .image-float-cta__button--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .image-float-cta__button--white:hover {
        border-color: #ffffff; }
    .image-float-cta__button--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .image-float-cta__button--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .image-float-cta__button--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .image-float-cta__button a {
      text-decoration: none; }
    @media (min-width: 800px) {
      .image-float-cta__button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
  .image-float-cta__image {
    height: 17rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    flex-shrink: 0;
    background-image: linear-gradient(to bottom, #28282b, #28282b calc(100% - 3.5rem), transparent calc(100% - 3.5rem), transparent); }
    @media (min-width: 800px) {
      .image-float-cta__image {
        height: 42.4375rem;
        grid-column: 7 / -1;
        padding: 0;
        background-image: none; } }
    .image-float-cta__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.input {
  position: relative;
  width: 100%;
  color: #1d1d20;
  font-family: "Noticia Text", serif;
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none; }
  @media (min-width: 320px) {
    .input {
      font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
  @media (min-width: 1400px) {
    .input {
      font-size: 1.75rem; } }
  .input > label {
    display: block;
    padding-top: 2.8125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: #4c5155; }
  .input > input,
  .input > select,
  .input > textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 3.375rem;
    border: 0;
    border-bottom: 0.125rem solid #f6f7f8;
    font: inherit;
    color: #1d1d20;
    background-color: transparent; }
  .input > select + svg {
    width: 0.875rem;
    height: 0.625rem;
    position: absolute;
    bottom: calc( 1rem + 0.5rem - 0.625rem);
    right: 0;
    transform: translateY(-50%); }
  .input.no-value {
    color: #92929a; }
    .input.no-value > label {
      position: absolute;
      color: #92929a;
      top: 50%;
      opacity: 30%;
      transform: translateY(-50%);
      font-family: "Noticia Text", serif;
      font-size: 1.5625rem;
      line-height: 1.4;
      font-weight: bold;
      letter-spacing: normal;
      text-transform: none; }
      @media (min-width: 320px) {
        .input.no-value > label {
          font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
      @media (min-width: 1400px) {
        .input.no-value > label {
          font-size: 1.75rem; } }
    .input.no-value > label + select {
      color: transparent; }
  .input--textarea.no-value > label {
    top: 1rem;
    transform: none; }

select,
input {
  outline: none; }

.large-section-heading {
  padding-left: 1.5rem;
  margin-top: 4.5rem;
  margin-bottom: 3rem; }
  @media (min-width: 800px) {
    .large-section-heading {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      margin-top: 5.9375rem;
      margin-bottom: 4.5rem; } }
  .large-section-heading p {
    font-family: "Noticia Text", serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none; }
    @media (min-width: 320px) {
      .large-section-heading p {
        font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
    @media (min-width: 1400px) {
      .large-section-heading p {
        font-size: 3rem; } }
    @media (min-width: 800px) {
      .large-section-heading p {
        grid-column: 2 / -2; } }

.leadership-cta {
  color: #ffffff;
  background-color: #28282b;
  padding: 4rem 1.5rem; }
  @media (min-width: 800px) {
    .leadership-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 0;
      padding-left: 0;
      padding-top: 7.5rem;
      padding-bottom: 11.5rem; } }
  @media (min-width: 800px) {
    .leadership-cta__content-wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 37.28125rem;
      margin-left: auto;
      margin-right: auto;
      margin-right: 2.95625rem; } }
  @media (min-width: 800px) {
    .leadership-cta__content {
      grid-column: 2 / -1;
      background-color: transparent; } }
  .leadership-cta__heading {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
  .leadership-cta__subheading {
    font-family: "Noticia Text", serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    margin-top: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .leadership-cta__subheading {
        font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
    @media (min-width: 1400px) {
      .leadership-cta__subheading {
        font-size: 3rem; } }
  .leadership-cta__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 0.3125rem; }
  .leadership-cta__button {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
    border: 0.1875rem solid rgba(246, 247, 248, 0.11);
    background-color: transparent;
    color: #ffffff;
    margin-top: 1.5rem; }
    @media (min-width: 800px) {
      .leadership-cta__button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .leadership-cta__button:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .leadership-cta__button:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .leadership-cta__button--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .leadership-cta__button--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .leadership-cta__button--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .leadership-cta__button--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .leadership-cta__button--white:hover {
        border-color: #ffffff; }
    .leadership-cta__button--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .leadership-cta__button--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .leadership-cta__button--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .leadership-cta__button a {
      text-decoration: none; }
    @media (min-width: 800px) {
      .leadership-cta__button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
  .leadership-cta__images {
    margin-top: 3rem; }
    @media (min-width: 800px) {
      .leadership-cta__images {
        width: calc(50% - (2.95625rem / 2));
        display: flex;
        margin-top: 0;
        grid-column: 7 / -1;
        padding: 0;
        background-image: none; } }
    .leadership-cta__images figure {
      margin: 0;
      margin-top: 2.0625rem; }
      @media (min-width: 800px) {
        .leadership-cta__images figure {
          margin-top: 0;
          margin-left: 2.1875rem;
          height: 100%;
          width: 100%; } }
      @media (min-width: 800px) {
        .leadership-cta__images figure:first-of-type {
          margin-left: 0; } }
    .leadership-cta__images figcaption {
      text-align: center;
      margin-top: 1.5rem; }
      .leadership-cta__images figcaption p {
        margin: 0; }
      .leadership-cta__images figcaption p:first-of-type {
        font-family: "Noticia Text", serif;
        font-size: 1.5625rem;
        line-height: 1.4;
        font-weight: bold;
        letter-spacing: normal;
        text-transform: none; }
        @media (min-width: 320px) {
          .leadership-cta__images figcaption p:first-of-type {
            font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
        @media (min-width: 1400px) {
          .leadership-cta__images figcaption p:first-of-type {
            font-size: 1.75rem; } }
      .leadership-cta__images figcaption p:not(:first-of-type) {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.125rem;
        line-height: 1.78;
        font-weight: normal;
        letter-spacing: normal;
        text-transform: none; }
    .leadership-cta__images img {
      width: 100%;
      height: 100%; }

.link-image-block {
  display: block;
  text-decoration: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 800px) {
    .link-image-block {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 3rem;
      margin-bottom: 3rem;
      padding-left: 0;
      padding-right: 0; } }
  .link-image-block__content {
    z-index: 0;
    text-decoration: none;
    position: relative; }
    @media (min-width: 550px) {
      .link-image-block__content {
        grid-column: 2 / -2;
        display: flex;
        min-height: 27.125rem;
        padding-top: 3.875rem;
        align-items: flex-end; } }
  .link-image-block__text {
    min-height: 11.5625rem;
    padding: 2rem;
    padding-right: 2.625rem;
    position: relative;
    border: 0.1875rem solid #f6f7f8;
    font-family: "Noticia Text", serif;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    color: #1d1d20;
    background-color: #ffffff; }
    @media (min-width: 320px) {
      .link-image-block__text {
        font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .link-image-block__text {
        font-size: 2rem; } }
    @media (min-width: 550px) {
      .link-image-block__text {
        padding: 3rem;
        width: 23.25rem;
        margin-bottom: 1.9375rem; } }
    .link-image-block__text > p {
      margin-top: 0;
      margin-bottom: 0; }
  .link-image-block__image {
    width: 100%;
    position: relative;
    z-index: -1; }
    @media (min-width: 550px) {
      .link-image-block__image {
        height: calc(100% - 3.875rem);
        position: absolute;
        top: 0;
        left: 0; } }
    .link-image-block__image::after {
      content: "";
      display: block;
      padding-bottom: 64%; }
      @media (min-width: 550px) {
        .link-image-block__image::after {
          display: none; } }
    .link-image-block__image img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0; }
      @media (min-width: 550px) {
        .link-image-block__image img {
          position: static; } }
    .link-image-block__image video {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0; }
      @media (min-width: 550px) {
        .link-image-block__image video {
          position: static; } }
  .link-image-block .arrow-button {
    position: absolute;
    bottom: 0;
    right: 1.75rem;
    transform: translateY(50%);
    z-index: 0; }
    @media (min-width: 550px) {
      .link-image-block .arrow-button {
        right: 3.5625rem;
        transform: translateY(calc(50% + 0.125rem)); } }

.link-list {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  list-style-type: none; }
  @media (min-width: 320px) {
    .link-list {
      font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 1400px) {
    .link-list {
      font-size: 1.5rem; } }
  .link-list li {
    max-width: 618px;
    margin-left: auto;
    margin-right: auto; }
  .link-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
    border-top: 0.125rem solid #f6f7f8;
    text-decoration: none; }
    .link-list a::after {
      content: "";
      display: block;
      width: 1.1875rem;
      height: 0.6875rem;
      background-color: #0ea15b;
      -webkit-mask-image: url("../svg/arrow-right.3a9783af5eeb.svg");
              mask-image: url("../svg/arrow-right.3a9783af5eeb.svg"); }
  .link-list li:last-child > a {
    border-bottom: 0.125rem solid #f6f7f8; }

.mega-bulleted-cta {
  text-align: center;
  position: relative;
  background-color: #f6f7f8; }
  .mega-bulleted-cta__image-container {
    text-align: center; }
    @media (min-width: 800px) {
      .mega-bulleted-cta__image-container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 2.95625rem;
        max-width: 77.51875rem;
        margin-left: auto;
        margin-right: auto; } }
  .mega-bulleted-cta__content {
    background-color: #f6f7f8;
    padding: 4.5rem 1.5rem 3rem; }
    @media (min-width: 800px) {
      .mega-bulleted-cta__content {
        background-color: transparent;
        padding-top: 7.5rem;
        padding-bottom: 7.5rem; } }
  .mega-bulleted-cta__image {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .mega-bulleted-cta__image {
        padding-left: 0;
        padding-right: 0; } }
    .mega-bulleted-cta__image:first-child {
      width: 100%;
      height: auto;
      background-image: linear-gradient(to bottom, transparent 50%, #f6f7f8 50%, #f6f7f8); }
      @media (min-width: 800px) {
        .mega-bulleted-cta__image:first-child {
          grid-column: 1 / 7;
          grid-row: 1;
          padding-top: 3.5rem; } }
    .mega-bulleted-cta__image:last-child {
      padding-top: 2rem;
      width: 100%;
      height: auto;
      background-color: #f6f7f8; }
      @media (min-width: 800px) {
        .mega-bulleted-cta__image:last-child {
          grid-column: 7 / 13;
          padding-top: 0;
          background-color: transparent; } }
    .mega-bulleted-cta__image img {
      width: 100%;
      display: block; }
  .mega-bulleted-cta p {
    font-family: "Noticia Text", serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    margin: 1.5rem auto;
    max-width: 34.3125rem; }
    @media (min-width: 320px) {
      .mega-bulleted-cta p {
        font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
    @media (min-width: 1400px) {
      .mega-bulleted-cta p {
        font-size: 3rem; } }
    @media (min-width: 800px) {
      .mega-bulleted-cta p {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
  .mega-bulleted-cta h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: bold; }
  .mega-bulleted-cta ul {
    margin-top: 2rem;
    padding-left: 2rem;
    list-style-type: none;
    text-align: left; }
    @media (min-width: 800px) {
      .mega-bulleted-cta ul {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 2.95625rem;
        max-width: 77.51875rem;
        margin-left: auto;
        margin-right: auto; } }
  .mega-bulleted-cta li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
    line-height: 1.8; }
    @media (min-width: 320px) {
      .mega-bulleted-cta li {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .mega-bulleted-cta li {
        font-size: 1.5rem; } }
  .mega-bulleted-cta ul li::before {
    content: "";
    display: block;
    margin-bottom: 0.125rem;
    width: 0.875rem;
    height: 0.875rem;
    position: absolute;
    top: calc(1em * 1.78 / 2);
    left: -0.9375rem;
    transform: translate(-100%, -50%);
    background-color: #0ea15b;
    -webkit-mask-image: url("../svg/bullet-arrow.80490c1795c5.svg");
            mask-image: url("../svg/bullet-arrow.80490c1795c5.svg");
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center; }
  .mega-bulleted-cta ul li:nth-child(odd) {
    grid-column: 2 / span 4; }
  .mega-bulleted-cta ul li:nth-child(even) {
    grid-column: 8 / span 4; }
  .mega-bulleted-cta .button {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 3rem;
    width: 100%; }
    @media (min-width: 800px) {
      .mega-bulleted-cta .button {
        max-width: 12.5rem;
        margin-top: 4.875rem;
        margin-left: auto;
        margin-right: auto; } }

.mega-cta {
  padding-top: 7.125rem;
  position: relative;
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .mega-cta {
      display: flex;
      min-height: 27.75rem;
      margin-bottom: 0;
      padding-top: 4.875rem;
      align-items: center; } }
  .mega-cta::after {
    content: "";
    display: block;
    background-color: #f6f7f8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 4rem);
    padding-bottom: calc(((100% - 1.5rem) * 0.46));
    background-clip: content-box;
    z-index: -1; }
    @media (min-width: 800px) {
      .mega-cta::after {
        width: calc(50% + (2.95625rem / 2) + 4.375rem);
        height: calc(100% - 2.375rem);
        padding-bottom: 0; } }
  @media (min-width: 800px) {
    .mega-cta__content-wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 37.28125rem;
      margin-left: auto;
      margin-right: auto; } }
  .mega-cta__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .mega-cta__content {
        padding-top: 7.5rem;
        padding-bottom: 8.75rem;
        grid-column: 2 / 7; } }
  .mega-cta__heading {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
  .mega-cta__subheading {
    font-family: "Noticia Text", serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.1;
    text-transform: none;
    margin-top: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .mega-cta__subheading {
        font-size: calc(2.5rem + ((100vw - 320px) / 1080) * 24); } }
    @media (min-width: 1400px) {
      .mega-cta__subheading {
        font-size: 4rem; } }
  .mega-cta__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 0.3125rem; }
    @media (min-width: 320px) {
      .mega-cta__text {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .mega-cta__text {
        font-size: 1.5rem; } }
  .mega-cta__button {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
    border-color: #0ea15b;
    background-color: #0ea15b;
    color: #ffffff;
    margin-top: 2rem; }
    @media (min-width: 800px) {
      .mega-cta__button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .mega-cta__button:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .mega-cta__button:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .mega-cta__button--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .mega-cta__button--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .mega-cta__button--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .mega-cta__button--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .mega-cta__button--white:hover {
        border-color: #ffffff; }
    .mega-cta__button--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .mega-cta__button--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .mega-cta__button--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .mega-cta__button:hover {
      border-color: #0ebb69;
      background-color: #0ebb69;
      color: #ffffff; }
    .mega-cta__button:disabled {
      color: rgba(255, 255, 255, 0.5);
      pointer-events: none; }
    .mega-cta__button a {
      text-decoration: none; }
    @media (min-width: 800px) {
      .mega-cta__button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem;
        margin-top: 3rem; } }
  .mega-cta__image {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-left: 20px;
    width: calc(100% - 1.5rem);
    transform: translateX(1.5rem); }
    @media (min-width: 800px) {
      .mega-cta__image {
        display: flex;
        min-height: 27.75rem; } }
    .mega-cta__image::after {
      padding-bottom: calc(((100% - 1.5rem) * 0.46)); }
      @media (min-width: 800px) {
        .mega-cta__image::after {
          width: calc(50% + 4rem);
          height: calc(100% - 4rem);
          padding-bottom: 0; } }
    .mega-cta__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 800px) {
        .mega-cta__image img {
          position: static; } }
    .mega-cta__image video {
      height: 100%;
      width: auto;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .mega-cta p {
    margin-top: 1rem;
    margin-bottom: 0;
    max-width: 30.625rem; }

.news-feature-block {
  display: block;
  z-index: 0;
  text-decoration: none;
  white-space: normal; }
  .news-feature-block__image {
    width: 100%;
    position: relative;
    z-index: -1;
    max-height: 24.25rem; }
    .news-feature-block__image::after {
      content: "";
      display: block;
      padding-bottom: 57%; }
      @media (min-width: 800px) {
        .news-feature-block__image::after {
          padding-bottom: 70%; } }
    .news-feature-block__image img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0; }
  .news-feature-block__content {
    padding: 1.5rem 1.5rem 1.5rem;
    color: #1d1d20;
    position: relative; }
    @media (min-width: 1200px) {
      .news-feature-block__content {
        padding: 3.5625rem 4rem 2.875rem; } }
    .news-feature-block__content > time {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.875rem;
      font-weight: 600;
      letter-spacing: 0.125rem;
      text-transform: uppercase;
      color: #92929a;
      font-weight: bold; }
    .news-feature-block__content > p {
      margin-top: 0.625rem;
      margin-bottom: 0;
      font-family: "Noticia Text", serif;
      font-size: 1.5625rem;
      line-height: 1.4;
      font-weight: bold;
      letter-spacing: normal;
      text-transform: none;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 320px) {
        .news-feature-block__content > p {
          font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
      @media (min-width: 1400px) {
        .news-feature-block__content > p {
          font-size: 1.75rem; } }
      @media (min-width: 800px) {
        .news-feature-block__content > p {
          width: 69%; } }
  .news-feature-block .arrow-button {
    position: absolute;
    top: 0;
    right: 1.5rem;
    transform: translateY(-50%);
    z-index: 0; }
    @media (min-width: 800px) {
      .news-feature-block .arrow-button {
        right: 3rem; } }

.news-feature-grid {
  padding-left: 1.5rem;
  max-width: 80rem; }
  @media (min-width: 800px) {
    .news-feature-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 114.875rem;
      padding-left: 12.625rem;
      margin-left: auto;
      margin-right: auto;
      margin-right: 0;
      margin-top: 7.5rem;
      margin-bottom: 7.5rem;
      padding-left: 12.625rem; } }
  .news-feature-grid a:first-of-type {
    color: #0ebb69;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px; }
    @media (min-width: 800px) {
      .news-feature-grid a:first-of-type {
        grid-column: 11 / span 2;
        margin-top: 0;
        display: block;
        margin-right: 0;
        margin-top: 4rem; } }
  .news-feature-grid h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding-top: 4rem;
    margin-bottom: -1.5rem; }
    @media (min-width: 800px) {
      .news-feature-grid h2 {
        margin-bottom: 1.5rem;
        padding-top: 4rem;
        grid-column: 1 / span 3; } }
  .news-feature-grid .news-feature-block {
    margin-top: 1rem; }
    .news-feature-grid .news-feature-block:first-child {
      margin-top: 0; }
    @media (min-width: 800px) {
      .news-feature-grid .news-feature-block {
        grid-row: 2;
        grid-column: span 6;
        margin-top: 0; } }

.pill-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  padding: 0.4375rem 1.875rem 0.5rem;
  border: 0.125rem solid #f6f7f8;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6.25rem;
  background-color: #ffffff;
  transition: color 100ms ease-out, border-color 100ms ease-out; }
  .pill-button:hover {
    border-color: rgba(14, 187, 105, 0.21);
    color: #0ebb69; }

.plaintext-cta {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (min-width: 800px) {
    .plaintext-cta {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      margin: 7.5rem auto;
      padding-left: 0;
      padding-right: 0; } }
  .plaintext-cta > h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .plaintext-cta > h2 {
        grid-row: 1;
        grid-column: 2 / 7; } }
  .plaintext-cta > p {
    font-family: "Noticia Text", serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    margin-top: 1.4375rem;
    margin-bottom: 0; }
    @media (min-width: 320px) {
      .plaintext-cta > p {
        font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
    @media (min-width: 1400px) {
      .plaintext-cta > p {
        font-size: 3rem; } }
    @media (min-width: 800px) {
      .plaintext-cta > p {
        grid-row: 2;
        grid-column: 2 / 7; } }
  .plaintext-cta__text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 800px) {
      .plaintext-cta__text {
        grid-row: 2;
        grid-column: 7 / -2; } }
    .plaintext-cta__text p {
      margin-top: 1.5rem; }
  .plaintext-cta__button {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out; }
    @media (min-width: 800px) {
      .plaintext-cta__button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .plaintext-cta__button:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .plaintext-cta__button:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .plaintext-cta__button--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .plaintext-cta__button--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .plaintext-cta__button--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .plaintext-cta__button--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .plaintext-cta__button--white:hover {
        border-color: #ffffff; }
    .plaintext-cta__button--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .plaintext-cta__button--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .plaintext-cta__button--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .plaintext-cta__button a {
      text-decoration: none; }
    @media (min-width: 800px) {
      .plaintext-cta__button {
        margin-top: 2rem;
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
  .plaintext-cta--center {
    text-align: center;
    max-width: 549px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 800px) {
      .plaintext-cta--center {
        display: block; } }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

.quote-cta {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (min-width: 800px) {
    .quote-cta {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem;
      flex-direction: row;
      min-height: 33.875rem; } }
  .quote-cta__image {
    padding-right: 1.5rem; }
    .quote-cta__image img {
      display: block;
      width: 100%; }
      @media (min-width: 800px) {
        .quote-cta__image img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media (min-width: 800px) {
      .quote-cta__image {
        width: 45%;
        padding-right: 0;
        flex-shrink: 0;
        margin-top: 0;
        align-self: stretch;
        transform: none; } }
  .quote-cta__content-wrapper {
    width: 100%;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .quote-cta__content-wrapper {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 2.95625rem;
        max-width: 43.9875rem;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        margin-left: 0;
        padding: 4.375rem 0; } }
  .quote-cta__content {
    grid-column: 2 / 7; }
  .quote-cta h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2rem; }
    @media (min-width: 800px) {
      .quote-cta h2 {
        margin-top: 0; } }
  .quote-cta a {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
    margin-top: 2rem; }
    @media (min-width: 800px) {
      .quote-cta a {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .quote-cta a:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .quote-cta a:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .quote-cta a--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .quote-cta a--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .quote-cta a--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .quote-cta a--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .quote-cta a--white:hover {
        border-color: #ffffff; }
    .quote-cta a--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .quote-cta a--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .quote-cta a--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .quote-cta a a {
      text-decoration: none; }
    @media (min-width: 800px) {
      .quote-cta a {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
  .quote-cta .avatar {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.75rem;
    margin-top: 2rem; }
    @media (min-width: 800px) {
      .quote-cta .avatar {
        margin-top: 2.25rem;
        margin-left: 1.75rem; } }
    .quote-cta .avatar img {
      width: 3rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.75rem; }
      @media (min-width: 800px) {
        .quote-cta .avatar img {
          margin-bottom: 0; } }
    .quote-cta .avatar > p {
      text-align: center; }
      @media (min-width: 800px) {
        .quote-cta .avatar > p {
          text-align: left; } }
    @media (min-width: 800px) {
      .quote-cta .avatar {
        display: grid; } }
  .quote-cta .block-quote {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 800px) {
      .quote-cta .block-quote {
        text-align: left; } }

.related-feature {
  position: relative;
  margin-bottom: 2rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  z-index: 0;
  text-decoration: none;
  display: block; }
  @media (min-width: 815px) {
    .related-feature {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      min-height: 32.5rem;
      margin-bottom: 0; } }
  @media (min-width: 815px) {
    .related-feature::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% + 3.125rem);
      height: calc(100% - 4rem);
      padding-bottom: 0;
      grid-column: 2 / 7;
      background-color: #f6f7f8;
      z-index: -1; } }
  .related-feature__content {
    position: relative;
    background-color: #f6f7f8; }
    @media (min-width: 815px) {
      .related-feature__content {
        position: relative;
        display: flex;
        height: calc(100% - 4rem);
        grid-column: 2 / 7;
        align-items: center;
        background-color: transparent; } }
  .related-feature__blurb {
    font-family: "Noticia Text", serif;
    font-size: 1.5625rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    padding: 2rem 1.875rem 3.25rem; }
    @media (min-width: 320px) {
      .related-feature__blurb {
        font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
    @media (min-width: 1400px) {
      .related-feature__blurb {
        font-size: 1.75rem; } }
    @media (min-width: 815px) {
      .related-feature__blurb {
        font-family: "Noticia Text", serif;
        font-size: 1.75rem;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: normal;
        text-transform: none;
        padding: 7.5rem 3.875rem; } }
  @media (min-width: 815px) and (min-width: 320px) {
    .related-feature__blurb {
      font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 815px) and (min-width: 1400px) {
    .related-feature__blurb {
      font-size: 2rem; } }
  .related-feature__image {
    width: 100%;
    position: relative;
    z-index: -1; }
    @media (min-width: 815px) {
      .related-feature__image {
        padding-top: 4.375rem;
        grid-column: 7 / -2;
        width: calc(100% + 3.125rem);
        margin-top: 0;
        align-self: stretch;
        transform: translateX(-3.125rem);
        z-index: 0; } }
    .related-feature__image h2 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.875rem;
      font-weight: 600;
      letter-spacing: 0.125rem;
      text-transform: uppercase; }
    .related-feature__image::after {
      content: "";
      display: block;
      padding-bottom: 66%; }
      @media (min-width: 815px) {
        .related-feature__image::after {
          display: none; } }
    .related-feature__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 815px) {
        .related-feature__image img {
          position: static; } }
  .related-feature .arrow-button {
    position: absolute;
    right: 2rem;
    bottom: 0;
    transform: translateY(50%); }
    @media (min-width: 815px) {
      .related-feature .arrow-button {
        left: 0;
        transform: translate(100%, 50%); } }

.rich-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  max-width: calc(40.25rem + 48px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .rich-text a {
    text-decoration: underline;
    font-weight: 600;
    color: #0ea15b; }
  .rich-text ul,
  .rich-text ol {
    padding-left: 2rem;
    list-style-type: none; }
    @media (min-width: 800px) {
      .rich-text ul,
      .rich-text ol {
        padding-left: 3.1875rem; } }
  .rich-text ol {
    counter-reset: paragraph-block-ordered-list; }
  .rich-text li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative; }
  .rich-text ul li::before {
    content: "";
    display: block;
    margin-bottom: 0.125rem;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: calc(1em * 1.78 / 2);
    left: -0.9375rem;
    transform: translate(-100%, -50%);
    background-color: #0ea15b;
    -webkit-mask-image: url("../svg/bullet-arrow.80490c1795c5.svg");
            mask-image: url("../svg/bullet-arrow.80490c1795c5.svg");
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center; }
  .rich-text ol li {
    counter-increment: paragraph-block-ordered-list; }
    .rich-text ol li::before {
      content: counter(paragraph-block-ordered-list, decimal-leading-zero) ".";
      display: block;
      margin-bottom: 0.125rem;
      position: absolute;
      top: calc(1em * 1.78 / 2);
      left: -0.9375rem;
      transform: translate(-100%, -50%);
      text-align: right;
      font-weight: 600;
      color: #0ea15b; }
  .rich-text h2,
  .rich-text h3,
  .rich-text h4 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .rich-text h2 {
    font-family: "Noticia Text", serif;
    font-size: 1.5625rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .rich-text h2 {
        font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
    @media (min-width: 1400px) {
      .rich-text h2 {
        font-size: 1.75rem; } }
  .rich-text h3 {
    font-family: "Noticia Text", serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .rich-text h3 {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .rich-text h3 {
        font-size: 1.5rem; } }
  .rich-text h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .rich-text h4 {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .rich-text h4 {
        font-size: 1.5rem; } }
  .rich-text div {
    position: relative;
    padding-bottom: 56.25%; }
    .rich-text div iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  [class*="bg-"] .rich-text:last-child {
    padding-bottom: 3rem; }

.richtext-image {
  margin: 0.89em; }
  .richtext-image.full-width {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto; }
  .richtext-image.right {
    float: right;
    margin-right: 0; }
  .richtext-image.left {
    float: left;
    margin-left: 0; }

.search {
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .search__wrapper {
      flex: auto;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 37.28125rem;
      margin-left: auto;
      margin-right: auto; } }
  .search__result-title {
    font-family: "Noticia Text", serif;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .search__result-title {
        font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .search__result-title {
        font-size: 2rem; } }
  .search__result-item {
    padding-top: 9.0625rem; }
  .search__results {
    position: relative;
    max-width: 45.3125rem;
    padding: 1rem 1.5rem;
    padding-bottom: 0; }
    @media (min-width: 800px) {
      .search__results {
        grid-column: 2 / -1;
        padding: 0; } }
  .search__result-image {
    position: relative;
    width: calc(100% - 1.5rem);
    transform: translateX(1.5rem); }
    @media (min-width: 800px) {
      .search__result-image {
        width: calc(50% - 1.47812rem);
        transform: none;
        align-self: stretch;
        flex-shrink: 0; } }
    .search__result-image::after {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 66%; }
      @media (min-width: 800px) {
        .search__result-image::after {
          display: none; } }
    .search__result-image img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 800px) {
        .search__result-image img {
          position: static; } }
  .search__no-results, .search__title {
    font-family: "Noticia Text", serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none; }
    @media (min-width: 320px) {
      .search__no-results, .search__title {
        font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
    @media (min-width: 1400px) {
      .search__no-results, .search__title {
        font-size: 3rem; } }
    .search__no-results p, .search__title p {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.125rem;
      line-height: 1.78;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none; }
  .search li,
  .search a {
    text-decoration: none; }
  .search ul {
    list-style-type: none; }
  .search p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .search p {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .search p {
        font-size: 1.5rem; } }

.share-sheet {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 700px) {
    .share-sheet {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; } }
  .share-sheet__content {
    padding: 2rem 1.5rem;
    border: solid 2px rgba(35, 31, 32, 0.05);
    border-left: 0;
    border-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 700px) {
      .share-sheet__content {
        grid-column: 2 / -2;
        padding-top: 4rem;
        padding-bottom: 4rem; } }
  .share-sheet h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: bold; }
  .share-sheet__download-button {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
    width: 100%;
    margin-top: 2.3125rem; }
    @media (min-width: 800px) {
      .share-sheet__download-button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .share-sheet__download-button:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .share-sheet__download-button:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .share-sheet__download-button--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .share-sheet__download-button--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .share-sheet__download-button--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .share-sheet__download-button--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .share-sheet__download-button--white:hover {
        border-color: #ffffff; }
    .share-sheet__download-button--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .share-sheet__download-button--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .share-sheet__download-button--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .share-sheet__download-button a {
      text-decoration: none; }
    @media (min-width: 700px) {
      .share-sheet__download-button {
        max-width: 12.5rem;
        margin-left: auto;
        margin-top: 0; } }
  .share-sheet__social-links {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-transform: none;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    max-width: 500px;
    margin-left: auto; }
    @media (min-width: 460px) {
      .share-sheet__social-links {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: normal;
        text-transform: none; } }
  @media (min-width: 460px) and (min-width: 320px) {
    .share-sheet__social-links {
      font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 460px) and (min-width: 1400px) {
    .share-sheet__social-links {
      font-size: 1.5rem; } }
    @media (min-width: 700px) {
      .share-sheet__social-links {
        margin-left: 1.6875rem; } }
    .share-sheet__social-links li {
      margin-left: 1.125rem; }
      .share-sheet__social-links li:first-of-type {
        margin-left: 0; }
      @media (min-width: 460px) {
        .share-sheet__social-links li {
          margin-left: 1.6875rem; } }
    .share-sheet__social-links li > a {
      text-decoration: none;
      color: #0ebb69;
      text-transform: none;
      font-weight: normal; }

.site-nav {
  width: 100%;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.125rem solid #f6f7f8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  transition: background-color 200ms ease-out; }
  @media (min-width: 765px) {
    .site-nav {
      height: 4.875rem;
      border-bottom: 0;
      padding-left: 1.75rem; } }
  .site-nav.transparent {
    background-color: transparent; }
  .site-nav__search {
    width: 3.5rem;
    height: 100%;
    position: relative; }
    @media (min-width: 765px) {
      .site-nav__search {
        width: 4.875rem;
        flex-shrink: 0; } }
    .site-nav__search input[type="search"] {
      -webkit-appearance: none;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0;
      padding-left: 3.5rem;
      background-color: transparent;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.875rem;
      font-weight: normal;
      line-height: 1.43;
      letter-spacing: normal;
      text-transform: none;
      transition: all 200ms ease-out; }
      .site-nav__search input[type="search"]::-ms-clear, .site-nav__search input[type="search"]::-ms-reveal, .site-nav__search input[type="search"]::-webkit-searchfield, .site-nav__search input[type="search"]::-webkit-search-decoration, .site-nav__search input[type="search"]::-webkit-search-cancel-button, .site-nav__search input[type="search"]::-webkit-search-results-button, .site-nav__search input[type="search"]::-webkit-search-results-decoration {
        display: none;
        width: 0;
        height: 0; }
      @media (min-width: 765px) {
        .site-nav__search input[type="search"] {
          left: auto;
          right: 0;
          padding-left: 4.875rem;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1rem;
          font-weight: 600;
          line-height: normal;
          letter-spacing: normal; } }
      .site-nav__search input[type="search"]:focus {
        background-color: #28282b;
        width: 100%;
        color: #ffffff;
        width: 100vw; }
        @media (min-width: 765px) {
          .site-nav__search input[type="search"]:focus {
            width: 50vw;
            padding-left: 1.875rem; } }
      .site-nav__search input[type="search"]:focus + .site-nav__search-icon {
        color: #ffffff; }
    @media (min-width: 765px) {
      .site-nav__search--small-screen {
        display: none; } }
    .site-nav__search--large-screen {
      display: none; }
      @media (min-width: 765px) {
        .site-nav__search--large-screen {
          display: block; } }
  .site-nav__search-icon {
    position: absolute;
    left: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
    @media (min-width: 765px) {
      .site-nav__search-icon {
        left: 1.875rem; } }
    .site-nav__search-icon svg {
      display: block;
      width: 1.125rem;
      height: 1.125rem; }
  .site-nav__logo svg {
    width: 6rem;
    height: 1.3125rem; }
    @media (min-width: 765px) {
      .site-nav__logo svg {
        width: 7.8125rem;
        height: 1.4375rem; } }
  .site-nav__hamburger {
    padding: 0;
    border: 0;
    width: 3.5rem;
    height: 100%;
    background-image: linear-gradient(to bottom, #1d1d20, #1d1d20 0.1875rem, transparent 0.1875rem, transparent 0.4375rem, #1d1d20 7px, #1d1d20 0.625rem, transparent 0.625rem, transparent 0.875rem, #1d1d20 0.875rem, #1d1d20 1rem);
    background-size: 1rem 1.0625rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent; }
    @media (min-width: 765px) {
      .site-nav__hamburger {
        display: none; } }
  .site-nav__menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4.375rem;
    background-color: #28282b;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility 100ms ease-out, opacity 100ms ease-out; }
    .site-nav__menu.visible {
      visibility: visible;
      opacity: 1;
      pointer-events: all; }
    @media (min-width: 765px) {
      .site-nav__menu {
        height: 100%;
        position: static;
        display: flex;
        background-color: transparent;
        padding: 0;
        visibility: visible;
        opacity: 1;
        pointer-events: all; } }
  .site-nav__menu-close {
    width: 1.125rem;
    height: 1.125rem;
    border: 0;
    padding: 0;
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
    color: #ffffff;
    background-color: transparent; }
    @media (min-width: 765px) {
      .site-nav__menu-close {
        display: none; } }
    .site-nav__menu-close svg {
      height: 100%;
      width: 100%; }
  .site-nav__links {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-transform: none;
    color: #ffffff;
    list-style-type: none;
    padding: 0;
    position: relative; }
    @media (min-width: 765px) {
      .site-nav__links {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: normal;
        color: #1d1d20;
        display: flex; } }
    .site-nav__links > li > a,
    .site-nav__links > li > button {
      display: block;
      width: 100%; }
      @media (min-width: 765px) {
        .site-nav__links > li > a,
        .site-nav__links > li > button {
          height: 100%; } }
    .site-nav__links > li > a {
      text-decoration: none;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media (min-width: 765px) {
        .site-nav__links > li > a {
          padding: 0 1rem;
          display: flex;
          align-items: center;
          justify-content: center; } }
    .site-nav__links > li > button {
      position: relative;
      text-align: left;
      font: inherit;
      border: 0;
      padding: 1rem 0;
      background-color: transparent;
      cursor: pointer; }
      @media (min-width: 765px) {
        .site-nav__links > li > button {
          padding: 0 1rem;
          padding-right: 2rem; } }
      .site-nav__links > li > button a {
        text-decoration: none; }
      .site-nav__links > li > button::after {
        content: "";
        display: block;
        width: 0.6875rem;
        height: 0.5625rem;
        -webkit-mask-image: url("../svg/drop-arrow.574b97e4062a.svg");
                mask-image: url("../svg/drop-arrow.574b97e4062a.svg");
        background-color: #0ea15b;
        -webkit-mask-size: 100%;
                mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 765px) {
          .site-nav__links > li > button::after {
            width: 0.5rem;
            height: 0.375rem;
            right: 1rem;
            background-color: #28282b;
            transform: translateY(calc(-50% + 0.125rem)); } }
  .site-nav__submenu {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    list-style-type: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    transition: height 200ms ease-out; }
    .site-nav__submenu.visible {
      visibility: visible; }
    .site-nav__submenu a {
      display: block;
      text-decoration: none;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      @media (min-width: 800px) {
        .site-nav__submenu a {
          padding-top: 0;
          padding-bottom: 0; } }
    @media (min-width: 765px) {
      .site-nav__submenu {
        width: 100%;
        padding: 1.5rem 1.875rem;
        max-width: 11.875rem;
        list-style-type: none;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-transform: none;
        background-color: #ffffff;
        box-shadow: 0 0.125rem 0.6875rem 0 rgba(216, 216, 216, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 100ms ease-out, opacity 100ms ease-out;
        pointer-events: none;
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        z-index: 2; }
        .site-nav__submenu.visible {
          visibility: visible;
          opacity: 1;
          pointer-events: all; }
        .site-nav__submenu li {
          margin-top: 1rem; }
          .site-nav__submenu li:first-child {
            margin-top: 0; }
        .site-nav__submenu a {
          display: block;
          text-decoration: none;
          transition: color 100ms ease-out; }
          .site-nav__submenu a:hover {
            color: #0ea15b; } }
  .site-nav__contact-button {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
    border-color: #ffffff;
    background-color: #ffffff;
    color: #1d1d20;
    margin-top: 1.5rem; }
    @media (min-width: 800px) {
      .site-nav__contact-button {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .site-nav__contact-button:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .site-nav__contact-button:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .site-nav__contact-button--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .site-nav__contact-button--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .site-nav__contact-button--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .site-nav__contact-button--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .site-nav__contact-button--white:hover {
        border-color: #ffffff; }
    .site-nav__contact-button--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .site-nav__contact-button--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .site-nav__contact-button--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .site-nav__contact-button:hover {
      border-color: #ffffff; }
    .site-nav__contact-button a {
      text-decoration: none; }
    .site-nav__contact-button:hover {
      border-color: #1d1d20; }
    @media (min-width: 765px) {
      .site-nav__contact-button {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0 2rem;
        height: 100%;
        background-color: #28282b;
        border-color: #28282b;
        color: #ffffff;
        border-radius: 0; } }

.ui-section .site-nav {
  position: static; }

.small-section-heading {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 1rem; }
  @media (min-width: 800px) {
    .small-section-heading {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      margin-top: 7.5rem;
      margin-bottom: 1.75rem; } }
  .small-section-heading h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .small-section-heading h2 {
        grid-column: 2 / span 3; } }
  .small-section-heading a {
    color: #0ebb69;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    display: none; }
    @media (min-width: 800px) {
      .small-section-heading a {
        grid-column: 11 / span 2;
        margin-bottom: 1.5rem;
        display: block; } }

.solution-block {
  z-index: 0;
  text-decoration: none;
  white-space: normal; }
  .solution-block__content {
    min-height: 13.375rem;
    padding: 2rem;
    padding-right: 2.625rem;
    border: 0.1875rem solid #f6f7f8;
    color: #1d1d20;
    position: relative;
    flex-grow: 1; }
    @media (min-width: 1200px) {
      .solution-block__content {
        padding: 3.5625rem 4rem 2.875rem; } }
    .solution-block__content > p {
      margin-top: 1.0625rem;
      margin-bottom: 0;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.125rem;
      line-height: 1.78;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .solution-block__content > p:first-child {
      font-family: "Noticia Text", serif;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal;
      text-transform: none;
      margin-top: 0; }
      @media (min-width: 320px) {
        .solution-block__content > p:first-child {
          font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
      @media (min-width: 1400px) {
        .solution-block__content > p:first-child {
          font-size: 1.5rem; } }
  .solution-block__image {
    width: 100%;
    position: relative;
    z-index: -1; }
    .solution-block__image::after {
      content: "";
      display: block;
      padding-bottom: 64%; }
      @media (min-width: 800px) {
        .solution-block__image::after {
          padding-bottom: 70%; } }
    .solution-block__image img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0; }
  .solution-block .arrow-button {
    position: absolute;
    bottom: 0;
    right: 1.75rem;
    transform: translateY(50%);
    z-index: 0; }

.solution-carousel {
  position: relative;
  max-width: 83.5rem;
  margin: 3rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 800px) {
    .solution-carousel {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem;
      padding-left: 3rem;
      padding-right: 3rem; } }
  .solution-carousel__heading {
    text-align: center; }
    .solution-carousel__heading h2 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 0.875rem;
      font-weight: 600;
      letter-spacing: 0.125rem;
      text-transform: uppercase; }
    .solution-carousel__heading p {
      font-family: "Noticia Text", serif;
      font-size: 1.75rem;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: normal;
      text-transform: none;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      @media (min-width: 320px) {
        .solution-carousel__heading p {
          font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
      @media (min-width: 1400px) {
        .solution-carousel__heading p {
          font-size: 2rem; } }
  .solution-carousel__carousel-buttons {
    display: none; }
    @media (min-width: 800px) {
      .solution-carousel__carousel-buttons {
        display: flex;
        position: absolute;
        top: 0;
        right: 3rem; } }
    .solution-carousel__carousel-buttons button {
      width: 3.5rem;
      height: 3.5rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      padding: 0;
      color: #92929a;
      background-color: #f4f4f4; }
      @media (min-width: 800px) {
        .solution-carousel__carousel-buttons button {
          width: 3.875rem;
          height: 3.875rem; } }
      .solution-carousel__carousel-buttons button::after {
        content: '';
        display: block;
        width: 1.1875rem;
        height: 0.6875rem;
        background-color: #92929a;
        -webkit-mask-image: linear-gradient(black, white), url("../svg/arrow-head-right.6378d02dfc6c.svg");
                mask-image: linear-gradient(black, white), url("../svg/arrow-head-right.6378d02dfc6c.svg");
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 16px 3px, 6px 11px;
                mask-size: 16px 3px, 6px 11px;
        -webkit-mask-position: left center, right center;
                mask-position: left center, right center;
        transition-property: width, background-color, -webkit-mask-position, -webkit-mask-size;
        transition-property: width, mask-position, mask-size, background-color;
        transition-property: width, mask-position, mask-size, background-color, -webkit-mask-position, -webkit-mask-size;
        transition-duration: 100ms;
        transition-timing-function: ease-out;
        transform: translateX(1px); }
      .solution-carousel__carousel-buttons button:hover::after {
        width: 1.5625rem;
        -webkit-mask-size: 19px 3px, 6px 11px;
                mask-size: 19px 3px, 6px 11px;
        background-color: #1d1d20; }
      .solution-carousel__carousel-buttons button--dark {
        background-color: #28282b;
        color: #0ea15b; }
        .solution-carousel__carousel-buttons button--dark::after {
          background-color: #0ea15b; }
        .solution-carousel__carousel-buttons button--dark:hover::after {
          background-color: #ffffff; }
      .solution-carousel__carousel-buttons button--left::after {
        transform: rotate(180deg) translateX(2px); }
      .solution-carousel__carousel-buttons button:first-of-type {
        width: 3.5rem;
        height: 3.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        color: #92929a;
        background-color: #f4f4f4; }
        @media (min-width: 800px) {
          .solution-carousel__carousel-buttons button:first-of-type {
            width: 3.875rem;
            height: 3.875rem; } }
        .solution-carousel__carousel-buttons button:first-of-type::after {
          content: '';
          display: block;
          width: 1.1875rem;
          height: 0.6875rem;
          background-color: #92929a;
          -webkit-mask-image: linear-gradient(black, white), url("../svg/arrow-head-right.6378d02dfc6c.svg");
                  mask-image: linear-gradient(black, white), url("../svg/arrow-head-right.6378d02dfc6c.svg");
          -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
          -webkit-mask-size: 16px 3px, 6px 11px;
                  mask-size: 16px 3px, 6px 11px;
          -webkit-mask-position: left center, right center;
                  mask-position: left center, right center;
          transition-property: width, background-color, -webkit-mask-position, -webkit-mask-size;
          transition-property: width, mask-position, mask-size, background-color;
          transition-property: width, mask-position, mask-size, background-color, -webkit-mask-position, -webkit-mask-size;
          transition-duration: 100ms;
          transition-timing-function: ease-out;
          transform: translateX(1px); }
        .solution-carousel__carousel-buttons button:first-of-type:hover::after {
          width: 1.5625rem;
          -webkit-mask-size: 19px 3px, 6px 11px;
                  mask-size: 19px 3px, 6px 11px;
          background-color: #1d1d20; }
        .solution-carousel__carousel-buttons button:first-of-type--dark {
          background-color: #28282b;
          color: #0ea15b; }
          .solution-carousel__carousel-buttons button:first-of-type--dark::after {
            background-color: #0ea15b; }
          .solution-carousel__carousel-buttons button:first-of-type--dark:hover::after {
            background-color: #ffffff; }
        .solution-carousel__carousel-buttons button:first-of-type--left::after {
          transform: rotate(180deg) translateX(2px); }
        .solution-carousel__carousel-buttons button:first-of-type::after {
          transform: rotate(180deg) translateX(2px); }
  .solution-carousel__items-wrapper {
    overflow: hidden; }
  .solution-carousel__items {
    list-style-type: none;
    position: relative; }
    .solution-carousel__items.resizing {
      transition: none; }
    @media (min-width: 1000px) {
      .solution-carousel__items {
        display: grid;
        grid-auto-columns: calc(50% - 1.5rem);
        grid-column-gap: 2.9375rem;
        transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1); } }
    @media (min-width: 1024px) {
      .solution-carousel__items {
        grid-auto-columns: calc(33% - 2rem); } }
    .solution-carousel__items li {
      margin-top: 1.5rem; }
      @media (min-width: 800px) {
        .solution-carousel__items li {
          margin-top: 4rem;
          margin-bottom: 4rem;
          grid-row: 1;
          transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1); } }
      @media (min-width: 800px) {
        .solution-carousel__items li.previous {
          transform: translateY(-32px); } }
      @media (min-width: 800px) {
        .solution-carousel__items li.next {
          transform: translateY(32px); } }
      .solution-carousel__items li a {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
  .solution-carousel__view-all {
    text-align: center; }
    .solution-carousel__view-all a {
      display: block;
      padding: 0.9375rem 1.5rem 0.9375rem;
      border: 0.1875rem solid rgba(29, 29, 32, 0.09);
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      line-height: normal;
      letter-spacing: normal;
      text-decoration: none;
      text-align: center;
      color: #1d1d20;
      border-radius: 0.125rem;
      background-color: transparent;
      transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out; }
      @media (min-width: 800px) {
        .solution-carousel__view-all a {
          display: inline-block;
          width: auto;
          min-width: 12.5rem; } }
      .solution-carousel__view-all a:hover {
        border-color: rgba(14, 187, 105, 0.21);
        color: #0ebb69; }
      .solution-carousel__view-all a:disabled {
        color: rgba(29, 29, 32, 0.2); }
      .solution-carousel__view-all a--green {
        border-color: #0ea15b;
        background-color: #0ea15b;
        color: #ffffff; }
        .solution-carousel__view-all a--green:hover {
          border-color: #0ebb69;
          background-color: #0ebb69;
          color: #ffffff; }
        .solution-carousel__view-all a--green:disabled {
          color: rgba(255, 255, 255, 0.5);
          pointer-events: none; }
      .solution-carousel__view-all a--white {
        border-color: #ffffff;
        background-color: #ffffff;
        color: #1d1d20; }
        .solution-carousel__view-all a--white:hover {
          border-color: #ffffff; }
      .solution-carousel__view-all a--dark {
        border: 0.1875rem solid rgba(246, 247, 248, 0.11);
        background-color: transparent;
        color: #ffffff; }
      @media (min-width: 800px) {
        .solution-carousel__view-all a--fat {
          padding-top: 1.1875rem;
          padding-bottom: 1.1875rem; } }
      .solution-carousel__view-all a--link-block {
        display: block;
        width: calc(100% - 3rem);
        max-width: 38.4375rem;
        margin: 2.8125rem auto; }
      .solution-carousel__view-all a a {
        text-decoration: none; }
      @media (min-width: 800px) {
        .solution-carousel__view-all a {
          display: inline-block;
          width: auto; } }

.staggered-image-block {
  text-align: center;
  position: relative;
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem; }
  @media (min-width: 800px) {
    .staggered-image-block {
      margin-top: 7.5rem;
      margin-bottom: 7.5rem; } }
  .staggered-image-block__image-container {
    text-align: center; }
    @media (min-width: 800px) {
      .staggered-image-block__image-container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 2.95625rem;
        max-width: 77.51875rem;
        margin-left: auto;
        margin-right: auto; } }
  .staggered-image-block__image {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .staggered-image-block__image--left-down {
      width: 100%;
      height: auto; }
      @media (min-width: 800px) {
        .staggered-image-block__image--left-down {
          grid-column: 1 / 7;
          grid-row: 1;
          padding-top: 5.6875rem; } }
    .staggered-image-block__image--right-up {
      padding-top: 2rem;
      width: 100%;
      height: auto; }
      @media (min-width: 800px) {
        .staggered-image-block__image--right-up {
          grid-column: 7 / 13;
          padding-top: 0;
          background-color: transparent; } }
    .staggered-image-block__image--left-up {
      width: 100%;
      height: auto; }
      @media (min-width: 800px) {
        .staggered-image-block__image--left-up {
          grid-column: 1 / 7;
          grid-row: 1;
          padding-top: 0; } }
    .staggered-image-block__image--right-down {
      padding-top: 2rem;
      width: 100%;
      height: auto; }
      @media (min-width: 800px) {
        .staggered-image-block__image--right-down {
          grid-column: 7 / 13;
          padding-top: 5.6875rem;
          background-color: transparent; } }
    .staggered-image-block__image img {
      width: 100%;
      display: block; }
  .staggered-image-block[data-previous-sibling-of*=".mega-bulleted-cta"] {
    margin-bottom: 0; }
    @media (min-width: 800px) {
      .staggered-image-block[data-previous-sibling-of*=".mega-bulleted-cta"] {
        background-image: linear-gradient(to bottom, transparent 5.6875rem, #f6f7f8 5.6875rem, #f6f7f8); } }
    .staggered-image-block[data-previous-sibling-of*=".mega-bulleted-cta"] .staggered-image-block__image:first-child {
      background-image: linear-gradient(to bottom, transparent 50%, #f6f7f8 50%, #f6f7f8); }
      @media (min-width: 800px) {
        .staggered-image-block[data-previous-sibling-of*=".mega-bulleted-cta"] .staggered-image-block__image:first-child {
          background-image: none; } }
    .staggered-image-block[data-previous-sibling-of*=".mega-bulleted-cta"] .staggered-image-block__image:last-child {
      background-color: #f6f7f8; }
      @media (min-width: 800px) {
        .staggered-image-block[data-previous-sibling-of*=".mega-bulleted-cta"] .staggered-image-block__image:last-child {
          background-color: transparent; } }
  .leadership-cta + .staggered-image-block {
    margin-top: 0; }
  @media (min-width: 800px) {
    .leadership-cta + .staggered-image-block,
    .bg-grey5 .staggered-image-block:last-child {
      background-image: linear-gradient(to top, #ffffff 7.5rem, #28282b 7.5rem, #28282b); } }
  .leadership-cta + .staggered-image-block .staggered-image-block__image:last-child,
  .bg-grey5 .staggered-image-block:last-child .staggered-image-block__image:last-child {
    background-image: linear-gradient(to bottom, #28282b 50%, #ffffff 50%, #ffffff); }
    @media (min-width: 800px) {
      .leadership-cta + .staggered-image-block .staggered-image-block__image:last-child,
      .bg-grey5 .staggered-image-block:last-child .staggered-image-block__image:last-child {
        background-image: none; } }
  .leadership-cta + .staggered-image-block .staggered-image-block__image:first-child,
  .bg-grey5 .staggered-image-block:last-child .staggered-image-block__image:first-child {
    background-color: #28282b; }
    @media (min-width: 800px) {
      .leadership-cta + .staggered-image-block .staggered-image-block__image:first-child,
      .bg-grey5 .staggered-image-block:last-child .staggered-image-block__image:first-child {
        background-color: transparent; } }

.tabs {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 800px) {
    .tabs--medium {
      display: block; } }
  .tabs--small {
    display: block; }
  .tabs__title {
    font-family: "Noticia Text", serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    text-align: center;
    padding-bottom: 73px; }
    @media (min-width: 320px) {
      .tabs__title {
        font-size: calc(2rem + ((100vw - 320px) / 1080) * 16); } }
    @media (min-width: 1400px) {
      .tabs__title {
        font-size: 3rem; } }
    @media (min-width: 800px) {
      .tabs__title {
        padding-left: 2.6875rem; } }
  .tabs .tab__content {
    display: none;
    max-width: calc(63.9375rem + 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-right: 24px;
    padding-left: 24px;
    font-weight: 400;
    line-height: 1.6; }
    @media (min-width: 800px) {
      .tabs .tab__content {
        font-size: 20px; } }
    .tabs .tab__content.active {
      display: block; }
    .tabs .tab__content img {
      width: 100%; }
  .tabs .tab__labels {
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1023px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4.5625rem;
    max-width: calc(63.9375rem + 3rem);
    padding-right: 24px;
    padding-left: 24px; }
    @media (min-width: 800px) {
      .tabs .tab__labels {
        flex-direction: row; } }
  .tabs .tab__label {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .tabs .tab__label {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .tabs .tab__label {
        font-size: 1.5rem; } }
    .tabs .tab__label p {
      margin: 0; }
    .tabs .tab__label p > a {
      text-decoration: none; }
    .tabs .tab__label p:first-child {
      font-weight: 600;
      margin-bottom: 1.5rem; }
    .tabs .tab__label p:last-of-type {
      color: #0ebb69;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      line-height: normal;
      letter-spacing: normal;
      font-weight: 600;
      margin-top: 2.25rem; }
    @media (min-width: 800px) {
      .tabs .tab__label {
        justify-content: center;
        margin-top: 0; } }
    @media (min-width: 800px) {
      .tabs .tab__label.active {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
    @media (min-width: 800px) {
      .tabs .tab__label.active::after {
        width: 40px;
        height: 40px;
        content: "";
        display: block;
        position: absolute;
        top: 64%;
        left: 50%;
        background-position: 0 1.06em;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        transform: translateX(-50%); } }

.tag {
  display: inline-block;
  padding: 0.75rem;
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  line-height: normal;
  color: #1d1d20;
  border-radius: 0.125rem;
  background-color: #f6f7f8; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

.testimonial-carousel {
  display: flex;
  flex-direction: column; }
  @media (min-width: 800px) {
    .testimonial-carousel {
      flex-direction: row; } }
  .testimonial-carousel__carousel-container {
    width: 100%;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 800px) {
      .testimonial-carousel__carousel-container {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 2.95625rem;
        max-width: 43.9875rem;
        margin-left: auto;
        margin-right: auto;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0; } }
  .testimonial-carousel__image-container {
    padding-right: 1.5rem; }
    .testimonial-carousel__image-container img {
      display: block;
      width: 100%; }
      @media (min-width: 800px) {
        .testimonial-carousel__image-container img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media (min-width: 800px) {
      .testimonial-carousel__image-container {
        width: 45%;
        padding-right: 0;
        flex-shrink: 0;
        margin-top: 0;
        align-self: stretch;
        transform: none; } }
  .testimonial-carousel .avatar {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.75rem;
    margin-top: 1.5rem; }
    @media (min-width: 800px) {
      .testimonial-carousel .avatar {
        margin-left: 1.75rem;
        margin-top: 2rem; } }
    .testimonial-carousel .avatar img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.75rem; }
      @media (min-width: 800px) {
        .testimonial-carousel .avatar img {
          margin-bottom: 0; } }
    .testimonial-carousel .avatar > p {
      text-align: center; }
      @media (min-width: 800px) {
        .testimonial-carousel .avatar > p {
          text-align: left; } }
    @media (min-width: 800px) {
      .testimonial-carousel .avatar {
        display: grid; } }
  .testimonial-carousel a {
    display: block;
    padding: 0.9375rem 1.5rem 0.9375rem;
    border: 0.1875rem solid rgba(29, 29, 32, 0.09);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    color: #1d1d20;
    border-radius: 0.125rem;
    background-color: transparent;
    transition: color 100ms ease-out, background-color 100ms ease-out, border-color 100ms ease-out;
    margin-top: 2rem; }
    @media (min-width: 800px) {
      .testimonial-carousel a {
        display: inline-block;
        width: auto;
        min-width: 12.5rem; } }
    .testimonial-carousel a:hover {
      border-color: rgba(14, 187, 105, 0.21);
      color: #0ebb69; }
    .testimonial-carousel a:disabled {
      color: rgba(29, 29, 32, 0.2); }
    .testimonial-carousel a--green {
      border-color: #0ea15b;
      background-color: #0ea15b;
      color: #ffffff; }
      .testimonial-carousel a--green:hover {
        border-color: #0ebb69;
        background-color: #0ebb69;
        color: #ffffff; }
      .testimonial-carousel a--green:disabled {
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none; }
    .testimonial-carousel a--white {
      border-color: #ffffff;
      background-color: #ffffff;
      color: #1d1d20; }
      .testimonial-carousel a--white:hover {
        border-color: #ffffff; }
    .testimonial-carousel a--dark {
      border: 0.1875rem solid rgba(246, 247, 248, 0.11);
      background-color: transparent;
      color: #ffffff; }
    @media (min-width: 800px) {
      .testimonial-carousel a--fat {
        padding-top: 1.1875rem;
        padding-bottom: 1.1875rem; } }
    .testimonial-carousel a--link-block {
      display: block;
      width: calc(100% - 3rem);
      max-width: 38.4375rem;
      margin: 2.8125rem auto; }
    .testimonial-carousel a a {
      text-decoration: none; }
    @media (min-width: 800px) {
      .testimonial-carousel a {
        display: inline-block;
        width: auto;
        min-width: 12.5rem;
        margin-left: 1.75rem; } }
  .testimonial-carousel .block-quote {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 800px) {
      .testimonial-carousel .block-quote {
        text-align: left; } }
  @media (min-width: 800px) {
    .testimonial-carousel .glide__arrows {
      margin-left: 1.75rem; } }
  .testimonial-carousel .glide__arrows > .arrow-button--left {
    margin-right: -5px; }
  .testimonial-carousel .glide {
    display: flex;
    flex-direction: column;
    grid-column: 2 / 7; }
  .testimonial-carousel .glide__track {
    padding-top: 2.0625rem;
    padding-bottom: 1.5rem;
    position: relative; }
  .testimonial-carousel .glide__arrows {
    text-align: center;
    padding-top: 2rem; }
    @media (min-width: 800px) {
      .testimonial-carousel .glide__arrows {
        text-align: left;
        grid-row: 2;
        grid-column: 2 / -1; } }

.timeline-block {
  margin-top: -7.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #ffffff;
  background-image: linear-gradient(to bottom, transparent 8.6875rem, #28282b 8.6875rem, #28282b); }
  .timeline-block__timeline-items-wrapper {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    /*
     *
     * Keeping all this native scrollbar styling
     * in anticipation of needing it again later
     * 👇
     */ }
    .timeline-block__timeline-items-wrapper::-webkit-scrollbar {
      display: none; }
  .timeline-block__timeline-items {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-grid;
    grid-auto-columns: 10.5rem;
    grid-gap: 1.3125rem;
    list-style-type: none; }
    @media (min-width: 800px) {
      .timeline-block__timeline-items {
        padding-left: 2rem;
        padding-right: 2rem;
        grid-auto-columns: 18.9375rem;
        grid-gap: 3.375rem;
        grid-row: 1; } }
  .timeline-block__timeline-item {
    grid-row: 1;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    line-height: 1.78;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    .timeline-block__timeline-item time {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.25rem;
      line-height: 1.5;
      font-weight: normal;
      letter-spacing: normal;
      text-transform: none;
      display: block;
      opacity: 0.5;
      margin-top: 1rem; }
      @media (min-width: 320px) {
        .timeline-block__timeline-item time {
          font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
      @media (min-width: 1400px) {
        .timeline-block__timeline-item time {
          font-size: 1.5rem; } }
    .timeline-block__timeline-item time + p {
      margin-top: 0.1875rem;
      margin-bottom: 0px; }
    .timeline-block__timeline-item img {
      display: block;
      width: 100%; }
    .timeline-block__timeline-item:nth-child(odd) {
      margin-top: 2.0625rem; }
  .timeline-block__timeline-labels {
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 0.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    justify-content: space-between; }
    @media (min-width: 800px) {
      .timeline-block__timeline-labels {
        margin-top: 1.75rem; } }
    .timeline-block__timeline-labels p {
      margin: 0; }
  .timeline-block__scrubber {
    width: calc(100% - 3rem);
    margin-top: 119px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-bottom: 1px solid rgba(146, 146, 154, 0.2);
    background-color: #28282b;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
    .timeline-block__scrubber:focus {
      outline: 0; }
    .timeline-block__scrubber::-webkit-slider-thumb {
      -webkit-appearance: none;
              appearance: none;
      width: 3.3125rem;
      height: 3.4375rem;
      border-bottom: 0.4375rem solid #0ea15b;
      cursor: -webkit-grab;
      cursor: grab;
      background-color: #28282b;
      outline: none; }
      .timeline-block__scrubber::-webkit-slider-thumb:active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
      @media (min-width: 800px) {
        .timeline-block__scrubber::-webkit-slider-thumb {
          width: 8.0625rem;
          height: 3.875rem;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../svg/arrow-left-and-right-green.9d650dbd5056.svg"); } }

.v3-callout {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 4rem; }
  @media (min-width: 800px) {
    .v3-callout {
      margin-top: 6rem; } }
  .v3-callout a {
    display: block; }
  .v3-callout p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: #92929a; }
  .v3-callout img {
    width: 100%;
    max-width: 16.1875rem; }

.block-heading {
  max-width: 40.25rem;
  margin-left: auto;
  margin-right: auto; }
  .block-heading h2,
  .block-heading h3,
  .block-heading h4 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .block-heading h2 {
    font-family: "Noticia Text", serif;
    font-size: 1.5625rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .block-heading h2 {
        font-size: calc(1.5625rem + ((100vw - 320px) / 1080) * 3); } }
    @media (min-width: 1400px) {
      .block-heading h2 {
        font-size: 1.75rem; } }
  .block-heading h3 {
    font-family: "Noticia Text", serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .block-heading h3 {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .block-heading h3 {
        font-size: 1.5rem; } }
  .block-heading h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 320px) {
      .block-heading h4 {
        font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .block-heading h4 {
        font-size: 1.5rem; } }

.block-image {
  padding-bottom: 2.6875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4rem;
  margin-bottom: 0;
  text-align: center;
  background-image: linear-gradient(to bottom, transparent, transparent 30%, #28282b 30%, #28282b); }
  .block-image[data-previous-sibling-of*="bg-grey5"],
  [class*="bg-"] .block-image[data-previous-sibling-of*="rich-text-wrapper"] {
    margin-bottom: 0; }
  @media (min-width: 800px) {
    .block-image {
      padding-bottom: 4.25rem; } }
  .block-image figure {
    margin: 0; }
  .block-image img {
    display: block;
    width: 100%;
    max-width: 63.875rem;
    margin-left: auto;
    margin-right: auto; }
  .block-image video {
    display: block;
    width: 100%;
    max-width: 63.875rem;
    margin-left: auto;
    margin-right: auto; }
  .block-image figcaption {
    margin-top: 1.5rem;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    line-height: normal;
    color: #ffffff;
    opacity: 0.7; }

.block-paragraph {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  max-width: 40.25rem;
  margin-left: auto;
  margin-right: auto; }
  .block-paragraph a {
    text-decoration: underline;
    font-weight: 600;
    color: #0ea15b; }
  .block-paragraph ul,
  .block-paragraph ol {
    padding-left: 2rem;
    list-style-type: none; }
    @media (min-width: 800px) {
      .block-paragraph ul,
      .block-paragraph ol {
        padding-left: 3.1875rem; } }
  .block-paragraph ol {
    counter-reset: paragraph-block-ordered-list; }
  .block-paragraph li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative; }
  .block-paragraph ul li::before {
    content: '';
    display: block;
    margin-bottom: 0.125rem;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: calc(1em * 1.78 / 2);
    left: -0.9375rem;
    transform: translate(-100%, -50%);
    background-color: #0ea15b;
    -webkit-mask-image: url("../svg/bullet-arrow.80490c1795c5.svg");
            mask-image: url("../svg/bullet-arrow.80490c1795c5.svg");
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center; }
  .block-paragraph ol li {
    counter-increment: paragraph-block-ordered-list; }
    .block-paragraph ol li::before {
      content: counter(paragraph-block-ordered-list, decimal-leading-zero) ".";
      display: block;
      margin-bottom: 0.125rem;
      position: absolute;
      top: calc(1em * 1.78 / 2);
      left: -0.9375rem;
      transform: translate(-100%, -50%);
      text-align: right;
      font-weight: 600;
      color: #0ea15b; }

.block-quote {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 3rem auto;
  max-width: 40.25rem;
  font-family: "Noticia Text", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: none;
  text-align: center; }
  @media (min-width: 320px) {
    .block-quote {
      font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 1400px) {
    .block-quote {
      font-size: 2rem; } }
  @media (min-width: 800px) {
    .block-quote {
      margin-top: 6.625rem;
      margin-bottom: 6.625rem; } }
  .block-quote blockquote {
    margin: 0; }
  .block-quote p {
    margin: 0; }
    .block-quote p::before, .block-quote p::after {
      content: '';
      display: inline-block;
      width: 1.125rem;
      height: calc(0.8em);
      background-color: #0ea15b;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      vertical-align: middle; }
    .block-quote p::before {
      -webkit-mask-image: url("../svg/left-double-quote.3fcb2bc09bf6.svg");
              mask-image: url("../svg/left-double-quote.3fcb2bc09bf6.svg");
      margin-right: 0.625rem; }
    .block-quote p::after {
      -webkit-mask-image: url("../svg/right-double-quote.46778da22959.svg");
              mask-image: url("../svg/right-double-quote.46778da22959.svg");
      margin-left: 0.625rem; }
  .block-quote footer {
    margin-top: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-weight: bold; }
    @media (min-width: 800px) {
      .block-quote footer {
        margin-top: 2.625rem; } }
    .block-quote footer::before {
      content: '—';
      display: inline-block;
      margin-right: 0.5rem;
      color: #0ea15b;
      font-size: 1.5em; }
  @media (min-width: 800px) {
    .block-quote--left {
      text-align: left; }
      .block-quote--left p {
        position: relative;
        padding-left: 1.75rem; }
        .block-quote--left p::before {
          position: absolute;
          top: 0.4em;
          left: 0;
          margin-right: 0; }
      .block-quote--left footer {
        padding-left: 1.75rem; } }

.ui-color-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  transform: translate(-50%, -50%);
  max-width: 18.75rem;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 1.125rem;
  display: none; }
  .ui-color-modal.visible {
    display: block; }
  .ui-color-modal button {
    margin-top: 1rem;
    font-size: inherit; }

.ui-color-spec {
  display: inline-block;
  text-align: center;
  margin: 0.625rem; }
  .ui-color-spec figure {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 100%;
    border: 1px solid #1d1d20;
    margin-left: auto;
    margin-right: auto; }
  .ui-color-spec code {
    margin-top: 1rem;
    white-space: pre-line; }

.ui-icon {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .ui-icon svg {
    width: 2.5rem;
    height: 2.5rem; }
  .ui-icon code {
    display: block; }

.ui-section {
  border-top: 1px dashed; }
  .ui-section.hidden .ui-section__content {
    display: none; }
  .ui-section > h2:first-of-type {
    position: relative;
    z-index: 1;
    font-family: "Noticia Text", serif;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    padding: 1.25rem;
    background-image: url("../svg/drop-arrow.574b97e4062a.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: right 1.25rem center; }
    @media (min-width: 320px) {
      .ui-section > h2:first-of-type {
        font-size: calc(1.75rem + ((100vw - 320px) / 1080) * 4); } }
    @media (min-width: 1400px) {
      .ui-section > h2:first-of-type {
        font-size: 2rem; } }
  .ui-section:first-child {
    margin-top: 0;
    border-top: 0; }
  .ui-section__content {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .ui-section__content--padded {
      padding: 1.25rem;
      padding-top: 0; }

.ui-text-grid {
  display: grid;
  width: 100%;
  grid-gap: 2.5rem; }
  .ui-text-grid :first-child {
    grid-column: 1 / -1; }
  @media (min-width: 800px) {
    .ui-text-grid {
      grid-template-columns: repeat(6, 1fr); }
      .ui-text-grid :nth-child(2) {
        grid-column: 1 / 4; }
      .ui-text-grid :nth-child(3) {
        grid-column: 4 / -1; }
      .ui-text-grid > div {
        grid-column: span 2; } }
  @media (min-width: 1024px) {
    .ui-text-grid {
      grid-template-columns: repeat(4, 1fr); }
      .ui-text-grid :nth-child(2) {
        grid-column: 1 / 3; }
      .ui-text-grid :nth-child(3) {
        grid-column: 3 / -1; }
      .ui-text-grid > div {
        grid-column: auto; } }

.ui-text-spec {
  border-top: 1px solid;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  overflow: auto; }
  .ui-text-spec:first-child {
    border-top: 0; }
  .ui-text-spec p {
    margin: 0; }
  .ui-text-spec code {
    display: block;
    margin-top: 1rem;
    white-space: pre-line; }

.case-studies-page__small-view-filters {
  margin-top: 2rem; }
  @media (min-width: 800px) {
    .case-studies-page__small-view-filters {
      display: none; } }

.case-studies-page__large-view-filters {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3rem;
  display: none; }
  @media (min-width: 800px) {
    .case-studies-page__large-view-filters {
      display: block; } }

@media (min-width: 800px) {
  .case-studies-page__empty-results {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2.95625rem;
    max-width: 77.51875rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 800px) {
  .case-studies-page__empty-results .filter-bar {
    grid-column: 2 / 7; } }

.case-studies-page__empty-results-copy {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  text-align: center; }
  @media (min-width: 320px) {
    .case-studies-page__empty-results-copy {
      font-size: calc(1.25rem + ((100vw - 320px) / 1080) * 4); } }
  @media (min-width: 1400px) {
    .case-studies-page__empty-results-copy {
      font-size: 1.5rem; } }
  @media (min-width: 800px) {
    .case-studies-page__empty-results-copy {
      grid-row: 2;
      grid-column: 1 / -1; } }

.case-studies-page .generic-header::after {
  height: calc(100% - 1.75rem); }
  @media (min-width: 800px) {
    .case-studies-page .generic-header::after {
      height: calc(100% + 4rem); } }

.case-studies-page .generic-feature-block:first-child {
  align-items: stretch; }

@media (min-width: 800px) {
  .case-studies-page .filter-bar .dropdown-button + .dropdown-button {
    border-left-width: 0.1875rem; } }

@media (min-width: 1027px) {
  .case-studies-page .filter-bar .dropdown-button + .dropdown-button {
    border-left: 0; } }

.case-study-page .rich-text-wrapper {
  margin-bottom: 3rem; }
  @media (min-width: 800px) {
    .case-study-page .rich-text-wrapper {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 2.95625rem;
      max-width: 77.51875rem;
      margin-left: auto;
      margin-right: auto; } }
  .case-study-page .rich-text-wrapper .rich-text {
    max-width: none;
    margin-bottom: 0; }
    .case-study-page .rich-text-wrapper .rich-text:last-child {
      padding-bottom: 0; }
    @media (min-width: 800px) {
      .case-study-page .rich-text-wrapper .rich-text {
        grid-column: 5 / 12;
        padding-left: 0;
        padding-right: 0; } }

.case-study-page .case-study-header__abstract-text .rich-text {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }

.bg-white {
  background-color: #ffffff; }

.bg-grey1 {
  background-color: #f6f7f8; }

.bg-grey2 {
  background-color: #f4f4f4; }

.bg-grey3 {
  background-color: #92929a; }

.bg-grey4 {
  background-color: #4c5155; }

.bg-grey5 {
  background-color: #28282b; }

.bg-black {
  background-color: #1d1d20; }

.bg-green1 {
  background-color: #d0f0e1; }

.bg-green2 {
  background-color: #0ebb69; }

.bg-green2translucent {
  background-color: rgba(14, 187, 105, 0.21); }

.bg-green3 {
  background-color: #0ea15b; }

.white {
  color: #ffffff; }

.grey1 {
  color: #f6f7f8; }

.grey2 {
  color: #f4f4f4; }

.grey3 {
  color: #92929a; }

.grey4 {
  color: #4c5155; }

.grey5 {
  color: #28282b; }

.black {
  color: #1d1d20; }

.green1 {
  color: #d0f0e1; }

.green2 {
  color: #0ebb69; }

.green2translucent {
  color: rgba(14, 187, 105, 0.21); }

.green3 {
  color: #0ea15b; }

@media (min-width: 800px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2.95625rem;
    max-width: 77.51875rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 800px) {
  .content-cols {
    grid-column: 2 / -2; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__contact-content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 800px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 800px) {
  .footer__bottom {
    flex-direction: column; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__links {
    margin-right: 40px;
    margin-left: 100px;
    width: calc(50% - 140px); } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 800px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 800px) {
  .footer__links {
    margin: 0;
    width: 100%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__legal {
    width: 100%;
    text-align: center; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__linkedin {
    max-width: 400px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 800px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 800px) {
  .footer__linkedin {
    max-width: none;
    margin-right: 100px;
    margin-left: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__legal nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__links ul {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .footer__links ul li {
    width: calc(50% - 1rem);
    margin-top: 1.5rem; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 800px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 800px) {
  .footer__links ul li {
    width: 100%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .generic-feature-block {
    min-height: auto; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .generic-feature-block__content-wrapper {
    margin-left: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .generic-feature-block__taglist {
    flex-direction: column; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .generic-header__image {
    overflow: hidden; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .generic-header__image img {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .generic-header__image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .generic-header__contact-info {
    display: flex;
    flex-direction: column;
    padding-top: 0; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .image-float-cta {
    background-image: none;
    background-color: black; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .image-float-cta__content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 8.8125rem; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .image-float-cta__content {
    width: 40%;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-right: 30px; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .image-float-cta__image {
    width: 50%;
    height: auto;
    justify-content: flex-end;
    overflow: hidden;
    position: relative; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .image-float-cta__image img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .mega-bulleted-cta ul {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    margin-right: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-feature-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-feature-grid h2 {
    width: calc(100% - 300px); } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-feature-grid a:first-of-type {
    margin-right: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-feature-grid .news-feature-block {
    width: 45%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-feature-block__image {
    overflow: hidden; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-feature-block__image img {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .plaintext-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .plaintext-cta > h2 {
    width: 100%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .plaintext-cta > p {
    width: 45%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .plaintext-cta__text {
    width: 45%; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .quote-cta {
    display: flex;
    margin-left: auto; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .quote-cta__image {
    position: relative;
    overflow: hidden; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .quote-cta__image img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .quote-cta__content-wrapper {
    display: flex;
    margin-left: 60px; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .quote-cta .avatar {
    display: flex;
    flex-direction: column; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .quote-cta .avatar img {
    margin-left: 0;
    margin-right: 20px;
    height: auto;
    border-radius: 0; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .quote-cta .avatar > p {
    margin-right: 20px;
    margin-left: 0px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .solution-carousel__items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .solution-carousel__items > li {
    width: 30%;
    transform: none; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .solution-carousel .solution-block__image {
    overflow: hidden; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .staggered-image-block__image-container {
    display: flex; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .related-feature {
    display: flex; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .small-section-heading {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin-left: 10%;
    margin-right: 10%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .timeline-block {
    margin-top: 0;
    background-color: #1d1d20;
    background-image: none; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .timeline-block__scrubber {
    display: none; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .timeline-block__timeline-items-wrapper {
    width: 100%;
    overflow: hidden;
    -ms-overflow-style: auto; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .timeline-block__timeline-items {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    margin-top: 2rem; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .timeline-block__timeline-item {
    width: 20rem;
    flex-shrink: 0;
    margin-right: 4rem; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .case-study-header__image {
    overflow: hidden;
    position: relative; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .case-study-header__image img {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .case-study-header__headings {
    margin-left: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .case-study-header__abstract {
    margin-left: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .case-study-page__section {
    padding-left: 100px;
    padding-right: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .case-study-header__abstract-text .rich-text {
    margin-left: 0; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .share-sheet {
    padding-left: 100px;
    padding-right: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .bio-block__content-wrapper {
    margin-left: 100px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .bio-block__image {
    overflow: hidden;
    padding: 0;
    max-height: 600px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .bio-block__image img {
    width: auto;
    position: absolute;
    max-height: none;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .leadership-cta__content-wrapper {
    margin-left: 50px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .leadership-cta__images figure {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .leadership-cta__images img {
    width: auto;
    height: auto;
    max-height: 340px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .leadership-cta__images figcaption {
    width: 100%; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .link-image-block__text {
    position: absolute;
    left: 0px;
    bottom: -60px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .link-image-block__image {
    position: relative; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .site-nav__submenu {
    padding: 1.5rem 1.875rem 2rem 1.875rem !important;
    height: auto !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .testimonial-carousel__carousel-container {
    margin-left: 50px; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .testimonial-carousel__image-container {
    position: relative;
    overflow: hidden; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .testimonial-carousel__image-container img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .testimonial-carousel .avatar {
    display: flex;
    flex-direction: column; } }

@media (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), (min-width: 0\0) and (min-resolution: 72dpi) {
  .testimonial-carousel .avatar img {
    height: auto;
    border-radius: 0;
    margin-left: 0px;
    margin-right: 0px; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .block-quote p::before {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/left-double-quote.3fcb2bc09bf6.svg");
    background-color: transparent !important;
    background-size: 100%;
    background-repeat: no-repeat; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .block-quote p::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/right-double-quote.46778da22959.svg");
    background-color: transparent !important;
    background-size: 100%;
    background-repeat: no-repeat; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .link-list a::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/arrow-right.3a9783af5eeb.svg");
    background-color: transparent !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .link-image-block .arrow-button::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/bullet-arrow.80490c1795c5.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #28282b !important;
    transform: scale(1.8) !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-feature-block__content .arrow-button::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/bullet-arrow.80490c1795c5.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1d1d20 !important;
    transform: scale(1.8) !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .related-feature .arrow-button::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/bullet-arrow.80490c1795c5.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1d1d20 !important;
    transform: scale(1.8) !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .site-nav__links button::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/drop-arrow.574b97e4062a.svg");
    background-color: transparent !important;
    background-size: 100%;
    background-repeat: no-repeat; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .solution-carousel .arrow-button::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/bullet-arrow.80490c1795c5.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1d1d20 !important;
    transform: scale(1.8) !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .glide__arrows > .arrow-button::after {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: url("../svg/bullet-arrow.80490c1795c5.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent !important;
    transform: scale(1.8) !important; } }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .glide__arrows > .arrow-button--left::after {
    transform: scale(1.8) rotate(180deg) !important; } }
