﻿/* Shared SPF/ADK grid token source. Intentionally non-invasive: no floats, no container sizing takeover. */
*, *::before, *::after { box-sizing: border-box; }
.clear, .clearfix::after { clear: both; display: block; content: ""; }
.grid-container-full { width: 100%; }
.grid-parent { padding-left: 0; padding-right: 0; }
.grid-offset { margin-left: var(--grid-offset, 0); }
.padding-equalize { width: 100%; }
.display-flex { display: flex; }
.display-block { display: block; }
.flex-wrap-wrap { flex-wrap: wrap; }
.justify-content-flex-start { justify-content: flex-start; }
.align-items-flex-start { align-items: flex-start; }
.scroll-element, .js-scroll, .fade-in-bottom, .column { display: block; }
.container-black { background: var(--color-black, #000); color: var(--color-white, #fff); }
.container-white { background: var(--color-white, #fff); color: var(--color-black, #000); }
.grid-5 { display: block; width: 5%; min-height: 1px; }
.grid-10 { display: block; width: 10%; min-height: 1px; }
.grid-15 { display: block; width: 15%; min-height: 1px; }
.grid-16 { display: block; width: 16%; min-height: 1px; }
.grid-20 { display: block; width: 20%; min-height: 1px; }
.grid-25 { display: block; width: 25%; min-height: 1px; }
.grid-30 { display: block; width: 30%; min-height: 1px; }
.grid-33 { display: block; width: 33.3333%; min-height: 1px; }
.grid-35 { display: block; width: 35%; min-height: 1px; }
.grid-40 { display: block; width: 40%; min-height: 1px; }
.grid-45 { display: block; width: 45%; min-height: 1px; }
.grid-50 { display: block; width: 50%; min-height: 1px; }
.grid-55 { display: block; width: 55%; min-height: 1px; }
.grid-60 { display: block; width: 60%; min-height: 1px; }
.grid-65 { display: block; width: 65%; min-height: 1px; }
.grid-66 { display: block; width: 66.6667%; min-height: 1px; }
.grid-70 { display: block; width: 70%; min-height: 1px; }
.grid-75 { display: block; width: 75%; min-height: 1px; }
.grid-80 { display: block; width: 80%; min-height: 1px; }
.grid-85 { display: block; width: 85%; min-height: 1px; }
.grid-90 { display: block; width: 90%; min-height: 1px; }
.grid-95 { display: block; width: 95%; min-height: 1px; }
.grid-100 { display: block; width: 100%; min-height: 1px; }
.prefix-5 { margin-left: 5%; }
.suffix-5 { margin-right: 5%; }
.push-5 { position: relative; left: 5%; }
.pull-5 { position: relative; right: 5%; }
.prefix-10 { margin-left: 10%; }
.suffix-10 { margin-right: 10%; }
.push-10 { position: relative; left: 10%; }
.pull-10 { position: relative; right: 10%; }
.prefix-15 { margin-left: 15%; }
.suffix-15 { margin-right: 15%; }
.push-15 { position: relative; left: 15%; }
.pull-15 { position: relative; right: 15%; }
.prefix-20 { margin-left: 20%; }
.suffix-20 { margin-right: 20%; }
.push-20 { position: relative; left: 20%; }
.pull-20 { position: relative; right: 20%; }
.prefix-25 { margin-left: 25%; }
.suffix-25 { margin-right: 25%; }
.push-25 { position: relative; left: 25%; }
.pull-25 { position: relative; right: 25%; }
.prefix-30 { margin-left: 30%; }
.suffix-30 { margin-right: 30%; }
.push-30 { position: relative; left: 30%; }
.pull-30 { position: relative; right: 30%; }
.prefix-33 { margin-left: 33.3333%; }
.suffix-33 { margin-right: 33.3333%; }
.push-33 { position: relative; left: 33.3333%; }
.pull-33 { position: relative; right: 33.3333%; }
.prefix-35 { margin-left: 35%; }
.suffix-35 { margin-right: 35%; }
.push-35 { position: relative; left: 35%; }
.pull-35 { position: relative; right: 35%; }
.prefix-40 { margin-left: 40%; }
.suffix-40 { margin-right: 40%; }
.push-40 { position: relative; left: 40%; }
.pull-40 { position: relative; right: 40%; }
.prefix-45 { margin-left: 45%; }
.suffix-45 { margin-right: 45%; }
.push-45 { position: relative; left: 45%; }
.pull-45 { position: relative; right: 45%; }
.prefix-50 { margin-left: 50%; }
.suffix-50 { margin-right: 50%; }
.push-50 { position: relative; left: 50%; }
.pull-50 { position: relative; right: 50%; }
.prefix-55 { margin-left: 55%; }
.suffix-55 { margin-right: 55%; }
.push-55 { position: relative; left: 55%; }
.pull-55 { position: relative; right: 55%; }
.prefix-60 { margin-left: 60%; }
.suffix-60 { margin-right: 60%; }
.push-60 { position: relative; left: 60%; }
.pull-60 { position: relative; right: 60%; }
.prefix-65 { margin-left: 65%; }
.suffix-65 { margin-right: 65%; }
.push-65 { position: relative; left: 65%; }
.pull-65 { position: relative; right: 65%; }
.prefix-66 { margin-left: 66.6667%; }
.suffix-66 { margin-right: 66.6667%; }
.push-66 { position: relative; left: 66.6667%; }
.pull-66 { position: relative; right: 66.6667%; }
.prefix-70 { margin-left: 70%; }
.suffix-70 { margin-right: 70%; }
.push-70 { position: relative; left: 70%; }
.pull-70 { position: relative; right: 70%; }
.prefix-75 { margin-left: 75%; }
.suffix-75 { margin-right: 75%; }
.push-75 { position: relative; left: 75%; }
.pull-75 { position: relative; right: 75%; }
.prefix-80 { margin-left: 80%; }
.suffix-80 { margin-right: 80%; }
.push-80 { position: relative; left: 80%; }
.pull-80 { position: relative; right: 80%; }
.prefix-85 { margin-left: 85%; }
.suffix-85 { margin-right: 85%; }
.push-85 { position: relative; left: 85%; }
.pull-85 { position: relative; right: 85%; }
.prefix-90 { margin-left: 90%; }
.suffix-90 { margin-right: 90%; }
.push-90 { position: relative; left: 90%; }
.pull-90 { position: relative; right: 90%; }
.prefix-95 { margin-left: 95%; }
.suffix-95 { margin-right: 95%; }
.push-95 { position: relative; left: 95%; }
.pull-95 { position: relative; right: 95%; }
@media screen and (max-width: 63.9375rem) {
  .tablet-grid-5 { display: block; width: 5%; min-height: 1px; }
  .tablet-grid-10 { display: block; width: 10%; min-height: 1px; }
  .tablet-grid-15 { display: block; width: 15%; min-height: 1px; }
  .tablet-grid-16 { display: block; width: 16%; min-height: 1px; }
  .tablet-grid-20 { display: block; width: 20%; min-height: 1px; }
  .tablet-grid-25 { display: block; width: 25%; min-height: 1px; }
  .tablet-grid-30 { display: block; width: 30%; min-height: 1px; }
  .tablet-grid-33 { display: block; width: 33.3333%; min-height: 1px; }
  .tablet-grid-35 { display: block; width: 35%; min-height: 1px; }
  .tablet-grid-40 { display: block; width: 40%; min-height: 1px; }
  .tablet-grid-45 { display: block; width: 45%; min-height: 1px; }
  .tablet-grid-50 { display: block; width: 50%; min-height: 1px; }
  .tablet-grid-55 { display: block; width: 55%; min-height: 1px; }
  .tablet-grid-60 { display: block; width: 60%; min-height: 1px; }
  .tablet-grid-65 { display: block; width: 65%; min-height: 1px; }
  .tablet-grid-66 { display: block; width: 66.6667%; min-height: 1px; }
  .tablet-grid-70 { display: block; width: 70%; min-height: 1px; }
  .tablet-grid-75 { display: block; width: 75%; min-height: 1px; }
  .tablet-grid-80 { display: block; width: 80%; min-height: 1px; }
  .tablet-grid-85 { display: block; width: 85%; min-height: 1px; }
  .tablet-grid-90 { display: block; width: 90%; min-height: 1px; }
  .tablet-grid-95 { display: block; width: 95%; min-height: 1px; }
  .tablet-grid-100 { display: block; width: 100%; min-height: 1px; }
  .tablet-prefix-5 { margin-left: 5%; }
  .tablet-suffix-5 { margin-right: 5%; }
  .tablet-push-5 { position: relative; left: 5%; }
  .tablet-pull-5 { position: relative; right: 5%; }
  .tablet-prefix-10 { margin-left: 10%; }
  .tablet-suffix-10 { margin-right: 10%; }
  .tablet-push-10 { position: relative; left: 10%; }
  .tablet-pull-10 { position: relative; right: 10%; }
  .tablet-prefix-15 { margin-left: 15%; }
  .tablet-suffix-15 { margin-right: 15%; }
  .tablet-push-15 { position: relative; left: 15%; }
  .tablet-pull-15 { position: relative; right: 15%; }
  .tablet-prefix-20 { margin-left: 20%; }
  .tablet-suffix-20 { margin-right: 20%; }
  .tablet-push-20 { position: relative; left: 20%; }
  .tablet-pull-20 { position: relative; right: 20%; }
  .tablet-prefix-25 { margin-left: 25%; }
  .tablet-suffix-25 { margin-right: 25%; }
  .tablet-push-25 { position: relative; left: 25%; }
  .tablet-pull-25 { position: relative; right: 25%; }
  .tablet-prefix-30 { margin-left: 30%; }
  .tablet-suffix-30 { margin-right: 30%; }
  .tablet-push-30 { position: relative; left: 30%; }
  .tablet-pull-30 { position: relative; right: 30%; }
  .tablet-prefix-33 { margin-left: 33.3333%; }
  .tablet-suffix-33 { margin-right: 33.3333%; }
  .tablet-push-33 { position: relative; left: 33.3333%; }
  .tablet-pull-33 { position: relative; right: 33.3333%; }
  .tablet-prefix-35 { margin-left: 35%; }
  .tablet-suffix-35 { margin-right: 35%; }
  .tablet-push-35 { position: relative; left: 35%; }
  .tablet-pull-35 { position: relative; right: 35%; }
  .tablet-prefix-40 { margin-left: 40%; }
  .tablet-suffix-40 { margin-right: 40%; }
  .tablet-push-40 { position: relative; left: 40%; }
  .tablet-pull-40 { position: relative; right: 40%; }
  .tablet-prefix-45 { margin-left: 45%; }
  .tablet-suffix-45 { margin-right: 45%; }
  .tablet-push-45 { position: relative; left: 45%; }
  .tablet-pull-45 { position: relative; right: 45%; }
  .tablet-prefix-50 { margin-left: 50%; }
  .tablet-suffix-50 { margin-right: 50%; }
  .tablet-push-50 { position: relative; left: 50%; }
  .tablet-pull-50 { position: relative; right: 50%; }
  .tablet-prefix-55 { margin-left: 55%; }
  .tablet-suffix-55 { margin-right: 55%; }
  .tablet-push-55 { position: relative; left: 55%; }
  .tablet-pull-55 { position: relative; right: 55%; }
  .tablet-prefix-60 { margin-left: 60%; }
  .tablet-suffix-60 { margin-right: 60%; }
  .tablet-push-60 { position: relative; left: 60%; }
  .tablet-pull-60 { position: relative; right: 60%; }
  .tablet-prefix-65 { margin-left: 65%; }
  .tablet-suffix-65 { margin-right: 65%; }
  .tablet-push-65 { position: relative; left: 65%; }
  .tablet-pull-65 { position: relative; right: 65%; }
  .tablet-prefix-66 { margin-left: 66.6667%; }
  .tablet-suffix-66 { margin-right: 66.6667%; }
  .tablet-push-66 { position: relative; left: 66.6667%; }
  .tablet-pull-66 { position: relative; right: 66.6667%; }
  .tablet-prefix-70 { margin-left: 70%; }
  .tablet-suffix-70 { margin-right: 70%; }
  .tablet-push-70 { position: relative; left: 70%; }
  .tablet-pull-70 { position: relative; right: 70%; }
  .tablet-prefix-75 { margin-left: 75%; }
  .tablet-suffix-75 { margin-right: 75%; }
  .tablet-push-75 { position: relative; left: 75%; }
  .tablet-pull-75 { position: relative; right: 75%; }
  .tablet-prefix-80 { margin-left: 80%; }
  .tablet-suffix-80 { margin-right: 80%; }
  .tablet-push-80 { position: relative; left: 80%; }
  .tablet-pull-80 { position: relative; right: 80%; }
  .tablet-prefix-85 { margin-left: 85%; }
  .tablet-suffix-85 { margin-right: 85%; }
  .tablet-push-85 { position: relative; left: 85%; }
  .tablet-pull-85 { position: relative; right: 85%; }
  .tablet-prefix-90 { margin-left: 90%; }
  .tablet-suffix-90 { margin-right: 90%; }
  .tablet-push-90 { position: relative; left: 90%; }
  .tablet-pull-90 { position: relative; right: 90%; }
  .tablet-prefix-95 { margin-left: 95%; }
  .tablet-suffix-95 { margin-right: 95%; }
  .tablet-push-95 { position: relative; left: 95%; }
  .tablet-pull-95 { position: relative; right: 95%; }
}
@media screen and (max-width: 47.9375rem) {
  [class*="grid-"], [class*="tablet-grid-"] { width: 100%; margin-left: 0; margin-right: 0; left: auto; right: auto; }
  [class*="prefix-"], [class*="suffix-"] { margin-left: 0; margin-right: 0; }
  [class*="push-"], [class*="pull-"] { left: auto; right: auto; }
  .mobile-grid-5 { display: block; width: 5%; min-height: 1px; }
  .mobile-grid-10 { display: block; width: 10%; min-height: 1px; }
  .mobile-grid-15 { display: block; width: 15%; min-height: 1px; }
  .mobile-grid-16 { display: block; width: 16%; min-height: 1px; }
  .mobile-grid-20 { display: block; width: 20%; min-height: 1px; }
  .mobile-grid-25 { display: block; width: 25%; min-height: 1px; }
  .mobile-grid-30 { display: block; width: 30%; min-height: 1px; }
  .mobile-grid-33 { display: block; width: 33.3333%; min-height: 1px; }
  .mobile-grid-35 { display: block; width: 35%; min-height: 1px; }
  .mobile-grid-40 { display: block; width: 40%; min-height: 1px; }
  .mobile-grid-45 { display: block; width: 45%; min-height: 1px; }
  .mobile-grid-50 { display: block; width: 50%; min-height: 1px; }
  .mobile-grid-55 { display: block; width: 55%; min-height: 1px; }
  .mobile-grid-60 { display: block; width: 60%; min-height: 1px; }
  .mobile-grid-65 { display: block; width: 65%; min-height: 1px; }
  .mobile-grid-66 { display: block; width: 66.6667%; min-height: 1px; }
  .mobile-grid-70 { display: block; width: 70%; min-height: 1px; }
  .mobile-grid-75 { display: block; width: 75%; min-height: 1px; }
  .mobile-grid-80 { display: block; width: 80%; min-height: 1px; }
  .mobile-grid-85 { display: block; width: 85%; min-height: 1px; }
  .mobile-grid-90 { display: block; width: 90%; min-height: 1px; }
  .mobile-grid-95 { display: block; width: 95%; min-height: 1px; }
  .mobile-grid-100 { display: block; width: 100%; min-height: 1px; }
  .mobile-prefix-5 { margin-left: 5%; }
  .mobile-suffix-5 { margin-right: 5%; }
  .mobile-push-5 { position: relative; left: 5%; }
  .mobile-pull-5 { position: relative; right: 5%; }
  .mobile-prefix-10 { margin-left: 10%; }
  .mobile-suffix-10 { margin-right: 10%; }
  .mobile-push-10 { position: relative; left: 10%; }
  .mobile-pull-10 { position: relative; right: 10%; }
  .mobile-prefix-15 { margin-left: 15%; }
  .mobile-suffix-15 { margin-right: 15%; }
  .mobile-push-15 { position: relative; left: 15%; }
  .mobile-pull-15 { position: relative; right: 15%; }
  .mobile-prefix-20 { margin-left: 20%; }
  .mobile-suffix-20 { margin-right: 20%; }
  .mobile-push-20 { position: relative; left: 20%; }
  .mobile-pull-20 { position: relative; right: 20%; }
  .mobile-prefix-25 { margin-left: 25%; }
  .mobile-suffix-25 { margin-right: 25%; }
  .mobile-push-25 { position: relative; left: 25%; }
  .mobile-pull-25 { position: relative; right: 25%; }
  .mobile-prefix-30 { margin-left: 30%; }
  .mobile-suffix-30 { margin-right: 30%; }
  .mobile-push-30 { position: relative; left: 30%; }
  .mobile-pull-30 { position: relative; right: 30%; }
  .mobile-prefix-33 { margin-left: 33.3333%; }
  .mobile-suffix-33 { margin-right: 33.3333%; }
  .mobile-push-33 { position: relative; left: 33.3333%; }
  .mobile-pull-33 { position: relative; right: 33.3333%; }
  .mobile-prefix-35 { margin-left: 35%; }
  .mobile-suffix-35 { margin-right: 35%; }
  .mobile-push-35 { position: relative; left: 35%; }
  .mobile-pull-35 { position: relative; right: 35%; }
  .mobile-prefix-40 { margin-left: 40%; }
  .mobile-suffix-40 { margin-right: 40%; }
  .mobile-push-40 { position: relative; left: 40%; }
  .mobile-pull-40 { position: relative; right: 40%; }
  .mobile-prefix-45 { margin-left: 45%; }
  .mobile-suffix-45 { margin-right: 45%; }
  .mobile-push-45 { position: relative; left: 45%; }
  .mobile-pull-45 { position: relative; right: 45%; }
  .mobile-prefix-50 { margin-left: 50%; }
  .mobile-suffix-50 { margin-right: 50%; }
  .mobile-push-50 { position: relative; left: 50%; }
  .mobile-pull-50 { position: relative; right: 50%; }
  .mobile-prefix-55 { margin-left: 55%; }
  .mobile-suffix-55 { margin-right: 55%; }
  .mobile-push-55 { position: relative; left: 55%; }
  .mobile-pull-55 { position: relative; right: 55%; }
  .mobile-prefix-60 { margin-left: 60%; }
  .mobile-suffix-60 { margin-right: 60%; }
  .mobile-push-60 { position: relative; left: 60%; }
  .mobile-pull-60 { position: relative; right: 60%; }
  .mobile-prefix-65 { margin-left: 65%; }
  .mobile-suffix-65 { margin-right: 65%; }
  .mobile-push-65 { position: relative; left: 65%; }
  .mobile-pull-65 { position: relative; right: 65%; }
  .mobile-prefix-66 { margin-left: 66.6667%; }
  .mobile-suffix-66 { margin-right: 66.6667%; }
  .mobile-push-66 { position: relative; left: 66.6667%; }
  .mobile-pull-66 { position: relative; right: 66.6667%; }
  .mobile-prefix-70 { margin-left: 70%; }
  .mobile-suffix-70 { margin-right: 70%; }
  .mobile-push-70 { position: relative; left: 70%; }
  .mobile-pull-70 { position: relative; right: 70%; }
  .mobile-prefix-75 { margin-left: 75%; }
  .mobile-suffix-75 { margin-right: 75%; }
  .mobile-push-75 { position: relative; left: 75%; }
  .mobile-pull-75 { position: relative; right: 75%; }
  .mobile-prefix-80 { margin-left: 80%; }
  .mobile-suffix-80 { margin-right: 80%; }
  .mobile-push-80 { position: relative; left: 80%; }
  .mobile-pull-80 { position: relative; right: 80%; }
  .mobile-prefix-85 { margin-left: 85%; }
  .mobile-suffix-85 { margin-right: 85%; }
  .mobile-push-85 { position: relative; left: 85%; }
  .mobile-pull-85 { position: relative; right: 85%; }
  .mobile-prefix-90 { margin-left: 90%; }
  .mobile-suffix-90 { margin-right: 90%; }
  .mobile-push-90 { position: relative; left: 90%; }
  .mobile-pull-90 { position: relative; right: 90%; }
  .mobile-prefix-95 { margin-left: 95%; }
  .mobile-suffix-95 { margin-right: 95%; }
  .mobile-push-95 { position: relative; left: 95%; }
  .mobile-pull-95 { position: relative; right: 95%; }
}

