/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #274ac1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e53e30;
  --orange: #fd7e14;
  --yellow: #ece819;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #59b7df;
  --white: #fff;
  --gray: #737777;
  --gray-dark: #343a40;
  --primary: #274ac1;
  --secondary: #737777;
  --success: #28a745;
  --info: #59b7df;
  --warning: #ece819;
  --danger: #e53e30;
  --light: #f5f5f5;
  --dark: #363d3d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1130px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363d3d;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #274ac1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #1a3281;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #737777;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 30px; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #586061; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dfe1df;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #737777; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #363d3d;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #363d3d; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 1130px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1230px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1130px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dfe1df; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dfe1df; }
  .table tbody + tbody {
    border-top: 2px solid #dfe1df; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dfe1df; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dfe1df; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3ccee; }

.table-hover .table-primary:hover {
  background-color: #afbbe8; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #afbbe8; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d8d9d9; }

.table-hover .table-secondary:hover {
  background-color: #cbcccc; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cbcccc; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1ebf6; }

.table-hover .table-info:hover {
  background-color: #bce2f2; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #bce2f2; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #faf9bf; }

.table-hover .table-warning:hover {
  background-color: #f8f7a7; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f8f7a7; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c9c5; }

.table-hover .table-danger:hover {
  background-color: #f5b4ae; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f5b4ae; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc; }

.table-hover .table-light:hover {
  background-color: #efefef; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #efefef; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c7c9c9; }

.table-hover .table-dark:hover {
  background-color: #babcbc; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #babcbc; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #363d3d;
  border-color: #485151; }

.table .thead-light th {
  color: #274ac1;
  background-color: #e9ecef;
  border-color: #dfe1df; }

.table-dark {
  color: #fff;
  background-color: #363d3d; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #485151; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1129.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8299e6;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #737777;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #737777;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #737777;
    opacity: 1; }
  .form-control::placeholder {
    color: #737777;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #363d3d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #737777; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e53e30; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 62, 48, 0.9);
  border-radius: 0; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e53e30; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #e53e30;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e53e30; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e53e30; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f3a8a1; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #eb685d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 62, 48, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 62, 48, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e53e30; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #274ac1;
  border-color: #274ac1; }
  .btn-primary:hover {
    color: #fff;
    background-color: #213ea1;
    border-color: #1e3a97; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #274ac1;
    border-color: #274ac1; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e3a97;
    border-color: #1c368c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #737777;
  border-color: #737777; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #606464;
    border-color: #5a5d5d; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #737777;
    border-color: #737777; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5a5d5d;
    border-color: #545757; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #363d3d;
  background-color: #59b7df;
  border-color: #59b7df; }
  .btn-info:hover {
    color: #fff;
    background-color: #39a9d9;
    border-color: #2ea4d7; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #363d3d;
    background-color: #59b7df;
    border-color: #59b7df; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2ea4d7;
    border-color: #289ed0; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5); }

.btn-warning {
  color: #363d3d;
  background-color: #ece819;
  border-color: #ece819; }
  .btn-warning:hover {
    color: #363d3d;
    background-color: #ceca11;
    border-color: #c2bf10; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #363d3d;
    background-color: #ece819;
    border-color: #ece819; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #363d3d;
    background-color: #c2bf10;
    border-color: #b6b30f; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e53e30;
  border-color: #e53e30; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d4291b;
    border-color: #c92719; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e53e30;
    border-color: #e53e30; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c92719;
    border-color: #bd2518; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5); }

.btn-light {
  color: #363d3d;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-light:hover {
    color: #363d3d;
    background-color: #e2e2e2;
    border-color: gainsboro; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #363d3d;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #363d3d;
    background-color: gainsboro;
    border-color: #d5d5d5; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #363d3d;
  border-color: #363d3d; }
  .btn-dark:hover {
    color: #fff;
    background-color: #242929;
    border-color: #1e2222; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #363d3d;
    border-color: #363d3d; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e2222;
    border-color: #181b1b; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5); }

.btn-outline-primary {
  color: #274ac1;
  background-color: transparent;
  background-image: none;
  border-color: #274ac1; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #274ac1;
    border-color: #274ac1; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #274ac1;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #274ac1;
    border-color: #274ac1; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.5); }

.btn-outline-secondary {
  color: #737777;
  background-color: transparent;
  background-image: none;
  border-color: #737777; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #737777;
    border-color: #737777; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #737777;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #737777;
    border-color: #737777; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(115, 119, 119, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #59b7df;
  background-color: transparent;
  background-image: none;
  border-color: #59b7df; }
  .btn-outline-info:hover {
    color: #363d3d;
    background-color: #59b7df;
    border-color: #59b7df; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #59b7df;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #363d3d;
    background-color: #59b7df;
    border-color: #59b7df; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(89, 183, 223, 0.5); }

.btn-outline-warning {
  color: #ece819;
  background-color: transparent;
  background-image: none;
  border-color: #ece819; }
  .btn-outline-warning:hover {
    color: #363d3d;
    background-color: #ece819;
    border-color: #ece819; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ece819;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #363d3d;
    background-color: #ece819;
    border-color: #ece819; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(236, 232, 25, 0.5); }

.btn-outline-danger {
  color: #e53e30;
  background-color: transparent;
  background-image: none;
  border-color: #e53e30; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e53e30;
    border-color: #e53e30; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e53e30;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e53e30;
    border-color: #e53e30; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(229, 62, 48, 0.5); }

.btn-outline-light {
  color: #f5f5f5;
  background-color: transparent;
  background-image: none;
  border-color: #f5f5f5; }
  .btn-outline-light:hover {
    color: #363d3d;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f5f5f5;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #363d3d;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }

.btn-outline-dark {
  color: #363d3d;
  background-color: transparent;
  background-image: none;
  border-color: #363d3d; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #363d3d;
    border-color: #363d3d; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #363d3d;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #363d3d;
    border-color: #363d3d; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(54, 61, 61, 0.5); }

.btn-link {
  font-weight: 400;
  color: #274ac1;
  background-color: transparent; }
  .btn-link:hover {
    color: #1a3281;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #737777;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #363d3d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.45rem 1.9rem;
  clear: both;
  font-weight: 400;
  color: #274ac1;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #2a2f2f;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #274ac1; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #737777;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 1rem 1.9rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #737777;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.45rem 1.9rem;
  color: #274ac1; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #274ac1; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 74, 193, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 74, 193, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #acbbee; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #737777; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #ffffff; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #274ac1; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #274ac1; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(39, 74, 193, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(39, 74, 193, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #274ac1; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(39, 74, 193, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #8299e6;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 153, 230, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 153, 230, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #737777;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #8299e6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(39, 74, 193, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #8299e6; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 74, 193, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 74, 193, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 74, 193, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 74, 193, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #274ac1;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #acbbee; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dfe1df;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #274ac1;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #acbbee; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dfe1df;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #274ac1;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #acbbee; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dfe1df;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dfe1df;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #737777; }

.nav-tabs {
  border-bottom: 1px solid #274ac1; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #737777 #737777 #274ac1 #737777; }
    .nav-tabs .nav-link.disabled {
      color: #737777;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #274ac1;
    background-color: #fff;
    border-color: #274ac1 #274ac1 #ffffff #274ac1; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #274ac1; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1129.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1130px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #737777;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #737777; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #274ac1;
  background-color: transparent;
  border: 0 solid #dfe1df; }
  .page-link:hover {
    z-index: 2;
    color: #152456;
    text-decoration: none;
    background-color: transparent;
    border-color: #dfe1df; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #274ac1;
  background-color: transparent;
  border-color: transparent; }

.page-item.disabled .page-link {
  color: #bbc0c0;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dfe1df; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #274ac1; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e3a97; }

.badge-secondary {
  color: #fff;
  background-color: #737777; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5a5d5d; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #363d3d;
  background-color: #59b7df; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #363d3d;
    text-decoration: none;
    background-color: #2ea4d7; }

.badge-warning {
  color: #363d3d;
  background-color: #ece819; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #363d3d;
    text-decoration: none;
    background-color: #c2bf10; }

.badge-danger {
  color: #fff;
  background-color: #e53e30; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c92719; }

.badge-light {
  color: #363d3d;
  background-color: #f5f5f5; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #363d3d;
    text-decoration: none;
    background-color: gainsboro; }

.badge-dark {
  color: #fff;
  background-color: #363d3d; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e2222; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0 0;
  margin-bottom: 0;
  border: 0 solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 1.5rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0;
    color: inherit; }

.alert-primary {
  color: #142664;
  background-color: #274ac1;
  border-color: #c3ccee; }
  .alert-primary hr {
    border-top-color: #afbbe8; }
  .alert-primary .alert-link {
    color: #0c163a; }

.alert-secondary {
  color: #3c3e3e;
  background-color: #737777;
  border-color: #d8d9d9; }
  .alert-secondary hr {
    border-top-color: #cbcccc; }
  .alert-secondary .alert-link {
    color: #232424; }

.alert-success {
  color: #155724;
  background-color: #28a745;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #2e5f74;
  background-color: #59b7df;
  border-color: #d1ebf6; }
  .alert-info hr {
    border-top-color: #bce2f2; }
  .alert-info .alert-link {
    color: #20414f; }

.alert-warning {
  color: #7b790d;
  background-color: #ece819;
  border-color: #faf9bf; }
  .alert-warning hr {
    border-top-color: #f8f7a7; }
  .alert-warning .alert-link {
    color: #4d4c08; }

.alert-danger {
  color: #772019;
  background-color: #e53e30;
  border-color: #f8c9c5; }
  .alert-danger hr {
    border-top-color: #f5b4ae; }
  .alert-danger .alert-link {
    color: #4d1510; }

.alert-light {
  color: #7f7f7f;
  background-color: whitesmoke;
  border-color: #fcfcfc; }
  .alert-light hr {
    border-top-color: #efefef; }
  .alert-light .alert-link {
    color: #666666; }

.alert-dark {
  color: #1c2020;
  background-color: #363d3d;
  border-color: #c7c9c9; }
  .alert-dark hr {
    border-top-color: #babcbc; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #274ac1;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f5f5f5; }
  .list-group-item-action:active {
    color: #363d3d;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #737777;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #274ac1;
    border-color: #274ac1; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #142664;
  background-color: #c3ccee; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #142664;
    background-color: #afbbe8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #142664;
    border-color: #142664; }

.list-group-item-secondary {
  color: #3c3e3e;
  background-color: #d8d9d9; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #3c3e3e;
    background-color: #cbcccc; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3c3e3e;
    border-color: #3c3e3e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #2e5f74;
  background-color: #d1ebf6; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #2e5f74;
    background-color: #bce2f2; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #2e5f74;
    border-color: #2e5f74; }

.list-group-item-warning {
  color: #7b790d;
  background-color: #faf9bf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7b790d;
    background-color: #f8f7a7; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7b790d;
    border-color: #7b790d; }

.list-group-item-danger {
  color: #772019;
  background-color: #f8c9c5; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #772019;
    background-color: #f5b4ae; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #772019;
    border-color: #772019; }

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f7f7f;
    background-color: #efefef; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #7f7f7f; }

.list-group-item-dark {
  color: #1c2020;
  background-color: #c7c9c9; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1c2020;
    background-color: #babcbc; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1c2020;
    border-color: #1c2020; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1130px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #363d3d; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      -webkit-transition: none;
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #274ac1 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1e3a97 !important; }

.bg-secondary {
  background-color: #737777 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5a5d5d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #59b7df !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2ea4d7 !important; }

.bg-warning {
  background-color: #ece819 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c2bf10 !important; }

.bg-danger {
  background-color: #e53e30 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c92719 !important; }

.bg-light {
  background-color: #f5f5f5 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: gainsboro !important; }

.bg-dark {
  background-color: #363d3d !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1e2222 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dfe1df !important; }

.border-top {
  border-top: 1px solid #dfe1df !important; }

.border-right {
  border-right: 1px solid #dfe1df !important; }

.border-bottom {
  border-bottom: 1px solid #dfe1df !important; }

.border-left {
  border-left: 1px solid #dfe1df !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #274ac1 !important; }

.border-secondary {
  border-color: #737777 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #59b7df !important; }

.border-warning {
  border-color: #ece819 !important; }

.border-danger {
  border-color: #e53e30 !important; }

.border-light {
  border-color: #f5f5f5 !important; }

.border-dark {
  border-color: #363d3d !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1130px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1130px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1130px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-6 {
  margin: 4rem !important; }

.mt-6,
.my-6 {
  margin-top: 4rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4rem !important; }

.m-7 {
  margin: 5rem !important; }

.mt-7,
.my-7 {
  margin-top: 5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 5rem !important; }

.m-8 {
  margin: 6rem !important; }

.mt-8,
.my-8 {
  margin-top: 6rem !important; }

.mr-8,
.mx-8 {
  margin-right: 6rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 6rem !important; }

.ml-8,
.mx-8 {
  margin-left: 6rem !important; }

.m-9 {
  margin: 7rem !important; }

.mt-9,
.my-9 {
  margin-top: 7rem !important; }

.mr-9,
.mx-9 {
  margin-right: 7rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 7rem !important; }

.ml-9,
.mx-9 {
  margin-left: 7rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-6 {
  padding: 4rem !important; }

.pt-6,
.py-6 {
  padding-top: 4rem !important; }

.pr-6,
.px-6 {
  padding-right: 4rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4rem !important; }

.pl-6,
.px-6 {
  padding-left: 4rem !important; }

.p-7 {
  padding: 5rem !important; }

.pt-7,
.py-7 {
  padding-top: 5rem !important; }

.pr-7,
.px-7 {
  padding-right: 5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 5rem !important; }

.pl-7,
.px-7 {
  padding-left: 5rem !important; }

.p-8 {
  padding: 6rem !important; }

.pt-8,
.py-8 {
  padding-top: 6rem !important; }

.pr-8,
.px-8 {
  padding-right: 6rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 6rem !important; }

.pl-8,
.px-8 {
  padding-left: 6rem !important; }

.p-9 {
  padding: 7rem !important; }

.pt-9,
.py-9 {
  padding-top: 7rem !important; }

.pr-9,
.px-9 {
  padding-right: 7rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 7rem !important; }

.pl-9,
.px-9 {
  padding-left: 7rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-6 {
    margin: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important; }
  .m-sm-8 {
    margin: 6rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important; }
  .m-sm-9 {
    margin: 7rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-6 {
    padding: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important; }
  .p-sm-8 {
    padding: 6rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important; }
  .p-sm-9 {
    padding: 7rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-6 {
    margin: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important; }
  .m-md-8 {
    margin: 6rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important; }
  .m-md-9 {
    margin: 7rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 7rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 7rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 7rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-6 {
    padding: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important; }
  .p-md-8 {
    padding: 6rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important; }
  .p-md-9 {
    padding: 7rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 7rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 7rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 7rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1130px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-6 {
    margin: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important; }
  .m-lg-8 {
    margin: 6rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important; }
  .m-lg-9 {
    margin: 7rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-6 {
    padding: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important; }
  .p-lg-8 {
    padding: 6rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important; }
  .p-lg-9 {
    padding: 7rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-6 {
    margin: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important; }
  .m-xl-8 {
    margin: 6rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important; }
  .m-xl-9 {
    margin: 7rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-6 {
    padding: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important; }
  .p-xl-8 {
    padding: 6rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important; }
  .p-xl-9 {
    padding: 7rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1130px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #274ac1 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #1e3a97 !important; }

.text-secondary {
  color: #737777 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #5a5d5d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #59b7df !important; }

a.text-info:hover, a.text-info:focus {
  color: #2ea4d7 !important; }

.text-warning {
  color: #ece819 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #c2bf10 !important; }

.text-danger {
  color: #e53e30 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c92719 !important; }

.text-light {
  color: #f5f5f5 !important; }

a.text-light:hover, a.text-light:focus {
  color: gainsboro !important; }

.text-dark {
  color: #363d3d !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1e2222 !important; }

.text-body {
  color: #363d3d !important; }

.text-muted {
  color: #737777 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #bbc0c0;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1130px !important; }
  .container {
    min-width: 1130px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dfe1df !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dfe1df; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dfe1df; } }

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* large */
@media (max-width: 1279.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--hide {
    /* hide behavior */
    display: none;
  }
}
/* medium */
@media (max-width: 1129.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--hide {
    /* hide behavior */
    display: none;
  }
}
/* small */
@media (max-width: 767.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--hide {
    /* hide behavior */
    display: none;
  }
}
/* small */
@media (max-width: 575.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xs--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xs--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xs--hide {
    /* hide behavior */
    display: none;
  }
}

body.einstein-landing-page.stuck-header .site-header,
.einstein .mobile-nav__item:hover,
.einstein .primary-nav .nav-link:hover:after, .primary-nav .nav-link--active:after,
.einstein .flyout--primary-nav .flyout__menu a:hover:before {
  background-color: #24B1C1;
}

.einstein .mobile-nav__sub-links,
.einstein .mobile-nav__sub-link {
  background-color: #ffffff;
}

.einstein .flyout--primary-nav,
.einstein .mobile-nav__sub-link:hover {
  background-color: #d9eff2;
}

.einstein .mobile-nav,
.einstein .mobile-search {
  background-color: #4a2453;
}

.einstein .mobile-nav__sub-links,
.einstein .mobile-nav__sub-link,
.einstein .mobile-nav__sub-link:hover {
  color: #4a2453;
}

.einstein .mobile-nav__sub-link:hover,
.einstein .mobile-nav__link:hover {
  text-decoration: none;
}

.einstein .mobile-nav__sub-links:after {
  background: none;
}

.einstein .flyout--primary-nav .flyout__menu,
.einstein .flyout--primary-nav .flyout__menu a,
.einstein .primary-nav .nav-link,
.einstein .primary-nav .nav-link:hover,
.einstein .mobile-nav,
.einstein .mobile-nav__link
.einstein .mobile-nav__link:hover {
  color: #4a2453;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
}

body.einstein-landing-page.stuck-header .einstein .primary-nav .nav-link {
  color: #ffffff;
}

.einstein .navbar-brand--style-oia .logo {
  height: 63px;
  width: 242px;
}

.einstein .navbar-brand--style-reimagine .logo {
  height: 40px;
  width: 194px;
}

.einstein-landing-page .site-header--highlight-last-item .primary-nav .nav-item--last .nav-link,
.einstein-landing-page .site-header--highlight-last-item .mobile-nav .mobile-nav__item--last .mobile-nav__link {
  background-color: #ff1a55;
  border: 1px solid #ff1a55;
}

.einstein .flyout .container > .row {
  padding-top: 0;
}

.einstein .mobile-nav__item + .mobile-nav__item:before {
  border-top: none;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../components/structure/einstein-header/clientlibs/base/resources/fonts/proxima-nova/ProximaNova-Regular.ttf");
}
.einstein-landing-page .brand-and-controls .navbar-toggler {
  color: #4a2453;
}

@font-face {
  font-family: "GT Haptik";
  src: url("oia/resources/fonts/gt-haptik/GT-Haptik-Regular.woff2") format("woff2"), url("oia/resources/fonts/gt-haptik/GT-Haptik-Regular.woff") format("woff"), url("oia/resources/fonts/gt-haptik/GT-Haptik-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "GT Haptik";
  src: url("oia/resources/fonts/gt-haptik/GT-Haptik-Medium.woff2") format("woff2"), url("oia/resources/fonts/gt-haptik/GT-Haptik-Medium.woff") format("woff"), url("oia/resources/fonts/gt-haptik/GT-Haptik-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "GT Haptik";
  src: url("oia/resources/fonts/gt-haptik/GT-Haptik-Bold.woff2") format("woff2"), url("oia/resources/fonts/gt-haptik/GT-Haptik-Bold.woff") format("woff"), url("oia/resources/fonts/gt-haptik/GT-Haptik-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Medium.woff2") format("woff2"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Medium.woff") format("woff"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Medium-Italic.woff2") format("woff2"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Medium-Italic.woff") format("woff"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Medium-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Bold.woff2") format("woff2"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Bold.woff") format("woff"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Bold-Italic.woff2") format("woff2"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Bold-Italic.woff") format("woff"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Bold-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Black.woff2") format("woff2"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Black.woff") format("woff"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "GT Sectra Fine";
  src: url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Black-Italic.woff2") format("woff2"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Black-Italic.woff") format("woff"), url("oia/resources/fonts/gt-sectra/GT-Sectra-Fine-Black-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Jeff Custom Icons";
  src: url("oia/resources/fonts/jeff-custom/jeff-custom-icons.woff2") format("woff2"), url("oia/resources/fonts/jeff-custom/jeff-custom-icons.woff") format("woff"), url("oia/resources/fonts/jeff-custom/jeff-custom-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


@media all {
  *,
*::after,
*::before {
    background-origin: inherit;
  }

  html {
    font-size: 15px;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    scroll-padding-top: 100px;
  }
  html.wa {
    scroll-padding-top: 200px;
  }
  html.nst, html.wa.nst {
    scroll-padding-top: 25px;
  }

  body {
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "GT Haptik", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #231f20;
    overflow-x: hidden;
  }

  .container-wider {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .constrain {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .d-none-mobile {
    display: none;
  }
}


@media all {
  .h1 h3 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .h1 h3 {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .h2 h3 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .h2 h3 {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .h3 h3 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .h3 h3 {
    font-size: 1.3333333333rem;
  }
}
@media all {
  a {
    color: #4678BC;
  }
}


.w-auto,
.w-xs-auto {
  width: auto !important;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }

  .container--small {
    max-width: 554px !important;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 1130px) {
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-auto {
    width: auto !important;
  }
}


@media all {
  [class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: "Jeff Custom Icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    
    
    font-variant: normal;
    text-transform: none;
    
    line-height: 1em;
    
    
    margin-left: 0.2em;
    
    
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    
  }

  .icon--disc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: gray;
    height: 1.75em;
    width: 1.75em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icon--disc:before {
    margin: 0;
    width: auto;
  }

  .icon--circle {
    border: 1px solid black;
    border-radius: 50%;
  }

  .icon-youtube-play-circle:before {
    content: "\e800";
  }

  
  .icon-twitter-circle:before {
    content: "\e801";
  }

  
  .icon-secondary-nav-notch:before {
    content: "\e802";
  }

  
  .icon-search:before {
    content: "\e803";
  }

  
  .icon-rail:before {
    content: "\e804";
  }

  
  .icon-close:before {
    content: "\e805";
  }

  
  .icon-left-arrow:before {
    content: "\e806";
  }

  
  .icon-hamburger:before {
    content: "\e807";
  }

  
  .icon-right-arrow:before {
    content: "\e808";
  }

  
  .icon-google-plus-circle:before {
    content: "\e809";
  }

  
  .icon-facebook-circle:before {
    content: "\e80a";
  }

  
  .icon-dropdown:before {
    content: "\e80b";
  }

  
  .icon-arrow-right:before {
    content: "\e80c";
  }

  
  .icon-minus:before {
    content: "\e80d";
  }

  
  .icon-plus:before {
    content: "\e80e";
  }

  
  .icon-circle-plus:before {
    content: "\e80f";
  }

  
  .icon-circle-minus:before {
    content: "\e810";
  }

  
  .icon-button-play:before {
    content: "\e811";
  }

  
  .icon-pause:before {
    content: "\e812";
  }

  
  .icon-pinterest:before {
    content: "\e813";
  }

  
  .icon-share:before {
    content: "\e822";
  }

  
  .icon-logo:before {
    content: "\e825";
  }

  
  .icon-x-twitter:before {
    content: "\e82e";
  }

  
  .icon-spin4:before {
    content: "\e834";
  }

  
  .icon-instagram-circled:before {
    content: "\f05e";
  }

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

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

  
  .icon-google-plus:before {
    content: "\f0d5";
  }

  
  .icon-youtube-play:before {
    content: "\f16a";
  }

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

  
  .icon-snapchat:before {
    content: "\f2ab";
  }

  
  .icon-linkedin-squared:before {
    content: "\f30c";
  }

  
  .icon-linkedin-circled:before {
    content: "\f319";
  }

  
  .icon-minus:before {
    content: "\e810";
  }

  
  .icon-plus:before {
    content: "\e80f";
  }

  
  .animate-spin {
    -webkit-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear;
    display: inline-block;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}


@media all {
  a.btn-cta, button.btn-cta, div.btn-cta > a, span.btn-cta > a {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0666667em;
    line-height: 1.33333em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 34px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  a.btn-cta:before, button.btn-cta:before, div.btn-cta > a:before, span.btn-cta > a:before {
    content: "";
    height: 40px;
  }
  a.btn-cta:hover, button.btn-cta:hover, div.btn-cta > a:hover, span.btn-cta > a:hover {
    text-decoration: none;
  }
  a.btn-cta:focus, button.btn-cta:focus, div.btn-cta > a:focus, span.btn-cta > a:focus {
    outline-width: 2px;
    outline-style: solid;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
  }
  a.btn-cta.btn-block, button.btn-cta.btn-block, div.btn-cta > a.btn-block, span.btn-cta > a.btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .btn-cta.btn-cta--arrow > a:after {
    content: "\e808";
    font-family: "Jeff Custom Icons";
    padding-left: 0.75em;
  }
  .btn-cta.btn-cta--tall a:before {
    height: 55px;
  }

  div.btn-cta:not(.btn-full),
span.btn-cta:not(.btn-full) {
    display: inline-block;
  }

  button.btn-cta {
    cursor: pointer;
  }

  .btn-cta.btn-white-bg:not(:hover) {
    background-color: white !important;
  }

  .btn-cta.btn-white-txt:not(:hover) {
    color: white !important;
  }
}
@media (max-width: 767.98px) {
  .btn-sm-d-cta {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0666667em;
    line-height: 1.33333em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 34px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .btn-sm-d-cta:before {
    content: "";
    height: 40px;
  }
}
@media (max-width: 1129.98px) {
  .btn-md-d-cta {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0666667em;
    line-height: 1.33333em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 34px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .btn-md-d-cta:before {
    content: "";
    height: 40px;
  }
}
@media (max-width: 1279.98px) {
  .btn-lg-d-cta {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0666667em;
    line-height: 1.33333em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 34px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .btn-lg-d-cta:before {
    content: "";
    height: 40px;
  }
}
@media all {
  .btn-xl-d-cta {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0666667em;
    line-height: 1.33333em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 34px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .btn-xl-d-cta:before {
    content: "";
    height: 40px;
  }
}
@media all {
  a.btn-cta.btn-full,
button.btn-cta.btn-full,
div.btn-cta.btn-full > a,
span.btn-cta.btn-full > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all {
  a.btn-cta.btn-xs-full,
button.btn-cta.btn-xs-full,
div.btn-cta.btn-xs-full > a,
span.btn-cta.btn-xs-full > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 576px) {
  a.btn-cta.btn-sm-full,
button.btn-cta.btn-sm-full,
div.btn-cta.btn-sm-full > a,
span.btn-cta.btn-sm-full > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  a.btn-cta.btn-md-full,
button.btn-cta.btn-md-full,
div.btn-cta.btn-md-full > a,
span.btn-cta.btn-md-full > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1130px) {
  a.btn-cta.btn-lg-full,
button.btn-cta.btn-lg-full,
div.btn-cta.btn-lg-full > a,
span.btn-cta.btn-lg-full > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1280px) {
  a.btn-cta.btn-xl-full,
button.btn-cta.btn-xl-full,
div.btn-cta.btn-xl-full > a,
span.btn-cta.btn-xl-full > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all {
  div.btn-cta.btn-xl-full,
span.btn-cta.btn-xl-full {
    display: block;
  }
}
@media all {
  a.btn-cta.btn-inline,
button.btn-cta.btn-inline,
div.btn-cta.btn-inline > a,
span.btn-cta.btn-inline > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all {
  a.btn-cta.btn-xs-inline,
button.btn-cta.btn-xs-inline,
div.btn-cta.btn-xs-inline > a,
span.btn-cta.btn-xs-inline > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  a.btn-cta.btn-sm-inline,
button.btn-cta.btn-sm-inline,
div.btn-cta.btn-sm-inline > a,
span.btn-cta.btn-sm-inline > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  a.btn-cta.btn-md-inline,
button.btn-cta.btn-md-inline,
div.btn-cta.btn-md-inline > a,
span.btn-cta.btn-md-inline > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1130px) {
  a.btn-cta.btn-lg-inline,
button.btn-cta.btn-lg-inline,
div.btn-cta.btn-lg-inline > a,
span.btn-cta.btn-lg-inline > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  a.btn-cta.btn-xl-inline,
button.btn-cta.btn-xl-inline,
div.btn-cta.btn-xl-inline > a,
span.btn-cta.btn-xl-inline > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media all {
  div.btn-cta.btn-xl-inline,
span.btn-cta.btn-xl-inline {
    display: block;
  }
}
@media all {
  .btn-cta.btn-utility {
    background-color: transparent;
    border-color: transparent;
  }
}
@media all {
  a.btn-cta.btn-utility,
button.btn-cta.btn-utility,
div.btn-cta.btn-utility > a,
span.btn-cta.btn-utility > a {
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.9333333333rem;
    letter-spacing: 0.178572em;
    line-height: 1.42858em;
  }
}
@media all {
  .btn-cta.btn-primary {
    background-color: transparent;
    border-color: transparent;
  }
}
@media all {
  a.btn-cta.btn-primary,
button.btn-cta.btn-primary,
div.btn-cta.btn-primary > a,
span.btn-cta.btn-primary > a {
    color: #4678BC;
    background-color: transparent;
    border: 1px solid #4678BC;
  }
  a.btn-cta.btn-primary:hover,
button.btn-cta.btn-primary:hover,
div.btn-cta.btn-primary > a:hover,
span.btn-cta.btn-primary > a:hover {
    background-color: #4678BC;
    color: #ffffff;
  }
}
@media all {
  div.btn-cta.btn-primary:active,
span.btn-cta.btn-primary:active {
    background-color: inherit !important;
    border-color: inherit !important;
  }
}
@media all {
  .btn-cta.btn-red {
    background-color: transparent;
    border-color: transparent;
  }
}
@media all {
  a.btn-cta.btn-red,
button.btn-cta.btn-red,
div.btn-cta.btn-red > a,
span.btn-cta.btn-red > a {
    color: #AF1F8E;
    background-color: transparent;
    border: 1px solid #AF1F8E;
  }
  a.btn-cta.btn-red:hover,
button.btn-cta.btn-red:hover,
div.btn-cta.btn-red > a:hover,
span.btn-cta.btn-red > a:hover {
    background-color: #AF1F8E;
    color: #ffffff;
  }
}
@media all {
  a.btn-cta.btn-red.btn-solid,
button.btn-cta.btn-red.btn-solid,
div.btn-cta.btn-red.btn-solid > a,
span.btn-cta.btn-red.btn-solid > a {
    background-color: #AF1F8E;
    color: #ffffff;
  }
  a.btn-cta.btn-red.btn-solid:hover,
button.btn-cta.btn-red.btn-solid:hover,
div.btn-cta.btn-red.btn-solid > a:hover,
span.btn-cta.btn-red.btn-solid > a:hover {
    background-color: transparent;
    color: #AF1F8E;
  }
}
@media all {
  .btn-cta.btn-white {
    background-color: transparent;
    border-color: transparent;
  }
}
@media all {
  a.btn-cta.btn-white,
button.btn-cta.btn-white,
div.btn-cta.btn-white > a,
span.btn-cta.btn-white > a {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
  a.btn-cta.btn-white:hover,
button.btn-cta.btn-white:hover,
div.btn-cta.btn-white > a:hover,
span.btn-cta.btn-white > a:hover {
    background-color: #4678BC;
    color: #ffffff;
    border-color: #4678BC;
  }
}
@media all {
  .btn-cta.btn-yellow {
    background-color: transparent;
    border-color: transparent;
  }
}
@media all {
  a.btn-cta.btn-yellow,
button.btn-cta.btn-yellow,
div.btn-cta.btn-yellow > a,
span.btn-cta.btn-yellow > a {
    color: #ece819;
    background-color: transparent;
    border: 1px solid #ece819;
  }
  a.btn-cta.btn-yellow:hover,
button.btn-cta.btn-yellow:hover,
div.btn-cta.btn-yellow > a:hover,
span.btn-cta.btn-yellow > a:hover {
    background-color: #ece819;
    color: #08102e;
  }
}
@media all {
  .btn-cta.btn-blue {
    background-color: transparent;
    border-color: transparent;
  }
}
@media all {
  a.btn-cta.btn-blue,
button.btn-cta.btn-blue,
div.btn-cta.btn-blue > a,
span.btn-cta.btn-blue > a {
    color: #ffffff;
    background-color: #1D4585;
  }
  a.btn-cta.btn-blue:hover,
button.btn-cta.btn-blue:hover,
div.btn-cta.btn-blue > a:hover,
span.btn-cta.btn-blue > a:hover {
    background-color: #AF1F8E;
    color: #ffffff;
  }
}
@media all {
  .video-playpause {
    height: 20px;
    width: 20px;
    padding: 0;
    border-radius: 20px;
    border-width: 0;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-playpause:after {
    content: "";
    border-color: transparent transparent transparent #152655;
    -webkit-transition: 100ms all ease;
    transition: 100ms all ease;
    will-change: border-width;
    display: block;
    border-style: solid;
    border-width: 5px 0 5px 7px;
  }
  .video-playpause--pause:after {
    border: none;
    color: #152655;
    margin-top: -1px;
    font-size: 12px;
    font-family: "Jeff Custom Icons";
    content: "\e812";
  }
  .video-playpause:hover, .video-playpause:focus {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
  }
}


@media all {
  .quick-links-nav {
    background-color: #152655;
    padding: 19px 0;
    margin: 0;
    font-family: "museo-sans", sans-serif;
    font-size: 0.8666666667rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.07693em;
    line-height: 1.308em;
  }
  .quick-links-nav__label {
    padding: 0;
    margin: 0;
    margin-right: 30px;
    font-family: "museo-sans", sans-serif;
    font-size: 0.8666666667rem;
    font-weight: 700;
    color: #bbc0c0;
    letter-spacing: 0.07693em;
    line-height: 1.308em;
  }
  .quick-links-nav__list {
    margin: 0;
  }
  .quick-links-nav__list li:not(:last-child) {
    margin-right: 30px;
  }
  .quick-links-nav__list a {
    color: #ffffff;
    text-decoration: none;
  }
  .quick-links-nav__list a:not(.dropdown-toggle) {
    text-decoration: none;
    position: relative;
  }
  .quick-links-nav__list a:not(.dropdown-toggle):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .quick-links-nav__list a:not(.dropdown-toggle):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .quick-links-nav__list a:not(.dropdown-toggle):hover:before {
    width: 100%;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .quick-links-nav__list a:not(.dropdown-toggle):hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .quick-links-nav__list a.dropdown-toggle {
    position: relative;
  }
  .quick-links-nav__list a.dropdown-toggle::after {
    content: "\e80b";
    font-family: "Jeff Custom Icons";
    line-height: 0;
    font-size: 0.55em;
    width: auto;
    height: auto;
    margin-left: 1.15384em;
    border-style: none;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }
}
@media (max-width: 1129.98px) {
  .quick-links-nav__list a.dropdown-toggle::after {
    margin-left: 0.9375em;
  }
}
@media all {
  .quick-links-nav__list a.dropdown-toggle[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media all {
  .quick-links-nav__list .dropdown-menu {
    margin-top: 11px;
  }
}
@media all {
  .quick-links-nav__list .dropdown-item {
    color: #4678BC;
    font-size: 0.8666666667rem;
    text-decoration: none;
    position: relative;
  }
  .quick-links-nav__list .dropdown-item span {
    position: relative;
  }
  .quick-links-nav__list .dropdown-item span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .quick-links-nav__list .dropdown-item span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .quick-links-nav__list .dropdown-item:hover span:before {
    width: 100%;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .quick-links-nav__list .dropdown-item:hover span:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media (min-width: 1130px) {
  .quick-links-nav--short-quick-links-bar {
    padding: 0;
    background-color: transparent;
  }
  .quick-links-nav--short-quick-links-bar .quick-links-nav__label {
    padding-top: 1rem;
  }
  .quick-links-nav--short-quick-links-bar .quick-links-nav__list {
    padding: 1rem 0 1rem 2rem;
    background-color: #152655;
    position: relative;
  }
  .quick-links-nav--short-quick-links-bar .quick-links-nav__list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000px;
    width: 1000px;
    background-color: #152655;
  }
}
@media all {
  .quick-links-nav__mobile .quick-links-nav {
    background-color: transparent;
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: -0.5rem;
  }
  .quick-links-nav__mobile .quick-links-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
  .quick-links-nav__mobile .quick-links-nav__list li {
    width: 100%;
  }
  .quick-links-nav__mobile .quick-links-nav__list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}


@media all {
  .navbar-brand .logo {
    width: 206px;
    height: 58px;
  }
}
@media (min-width: 1130px) {
  .navbar-brand .logo {
    width: 230px;
    height: 65px;
  }
  .primary-menus--reposition-logo .navbar-brand .logo {
    width: 245px;
    height: 69px;
    position: relative;
    top: -32px;
  }
  .home-page .primary-menus--reposition-logo .navbar-brand .logo {
    width: 300px;
    height: 85px;
  }
}
@media all {
  .navbar-brand .logo--inverted {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand--mobile-condensed-logo .logo {
    display: none;
  }
  .navbar-brand--mobile-condensed-logo .logo--condensed.site-header__show-on-stuck {
    display: block !important;
  }
}
@media all {
  .navbar-brand--style-core .tagline {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media all {
  .navbar-brand--style-oia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all {
  .navbar-brand--style-oia .logo {
    height: 63px;
    width: 207px;
  }
}
@media (max-width: 1279.98px) {
  .navbar-brand--style-oia .logo {
    height: 55px;
    width: 180px;
  }
}
@media all {
  .navbar-brand--style-oia .navbar-brand__tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "GT Haptik", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-left: 0.75em;
    padding-top: 0.4em;
    margin-left: 0.75em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    border-left: 2px solid #AF1F8E;
  }
  .navbar-brand--style-oia .navbar-brand__tagline a {
    color: #1D4585;
    text-decoration: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-brand--style-oia .navbar-brand__tagline {
    font-size: 16px;
    padding-left: 1.2em;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1129.98px) {
  .navbar-brand--style-oia .navbar-brand__tagline {
    font-size: 12px;
    padding-left: 1.2em;
    letter-spacing: 0.02em;
  }
}
@media all {
  .navbar-brand--style-reimagine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all {
  .navbar-brand--style-reimagine .logo {
    height: 40px;
    width: 317px;
  }
}
@media (max-width: 1279.98px) {
  .navbar-brand--style-reimagine .logo {
    height: 35px;
    width: 277px;
  }
}
@media (max-width: 1129.98px) {
  .navbar-brand--style-reimagine .logo {
    height: 29px;
    width: 230px;
  }
}
@media all {
  .navbar-brand--style-reimagine .navbar-brand__tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: normal;
    font-family: "museo-sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    width: 8.75em;
    padding-left: 0.875em;
    margin-left: 0.625em;
    margin-top: 0.125em;
    margin-bottom: 0.125em;
    position: relative;
  }
  .navbar-brand--style-reimagine .navbar-brand__tagline a {
    color: #1D4585;
    text-decoration: none;
  }
  .navbar-brand--style-reimagine .navbar-brand__tagline:before {
    content: "";
    width: 0.25em;
    background: #1D4585;
    position: absolute;
    top: 0.188em;
    bottom: 0.188em;
    left: 0;
  }
}
@media (max-width: 1279.98px) {
  .navbar-brand--style-reimagine .navbar-brand__tagline {
    font-size: 14px;
  }
}
@media (max-width: 1129.98px) {
  .navbar-brand--style-reimagine .navbar-brand__tagline {
    font-size: 11.6px;
  }
}
@media (min-width: 1130px) {
  .site-header:not(.site-header--marketing) .site-header__inverted .navbar-brand .logo {
    display: none;
  }
}
@media (min-width: 1130px) {
  .site-header:not(.site-header--marketing) .site-header__inverted .navbar-brand .logo--inverted {
    display: block;
  }
}
@media all {
  .brand-and-controls {
    font-size: 1.25rem;
  }
  .brand-and-controls .search-button {
    padding: 0.25rem 0.75rem;
    font-size: 1.25em;
    line-height: 1;
  }
}
@media (min-width: 1130px) {
  .site-header__inverted .brand-and-controls .search-button {
    color: #ffffff;
  }
}
@media all {
  .brand-and-controls .navbar-toggler {
    font-size: 1em;
    color: #4678BC;
    position: relative;
  }
}
@media (min-width: 1130px) {
  .site-header__inverted .brand-and-controls .navbar-toggler {
    color: #ffffff;
  }
}
@media all {
  .brand-and-controls .navbar-toggler__text {
    text-transform: uppercase;
    font-size: 0.8666666667rem;
    position: absolute;
    top: -21px;
    padding: 0.2rem 0.65rem;
    left: -0.25rem;
  }
}
@media all {
  .brand-and-controls .navbar-toggler[aria-expanded=false] .navbar-toggler__open, .brand-and-controls .navbar-toggler.collapsed .navbar-toggler__open {
    display: inline-block;
  }
  .brand-and-controls .navbar-toggler[aria-expanded=false] .navbar-toggler__close, .brand-and-controls .navbar-toggler.collapsed .navbar-toggler__close {
    display: none;
  }
}
@media all {
  .brand-and-controls .navbar-toggler .navbar-toggler__open {
    display: none;
  }
}
@media all {
  .brand-and-controls .navbar-toggler .navbar-toggler__close {
    display: inline-block;
  }
}


@media all {
  .global-links-nav {
    font-family: "museo-sans", sans-serif;
    font-size: 1.0666666667rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.07693em;
    line-height: 1.308em;
  }
  .global-links-nav .dropdown-menu,
.global-links-nav .dropdown-item {
    font-size: 1em;
  }
  .global-links-nav .nav-link,
.global-links-nav .dropdown-item {
    color: #ffffff;
  }
}
@media (min-width: 1130px) {
  .site-header__inverted .global-links-nav .nav-link {
    color: #ffffff;
  }
  .site-header__inverted .global-links-nav .nav-link:hover, .site-header__inverted .global-links-nav .nav-link:focus {
    color: #ece819;
  }
}
@media (min-width: 1130px) {
  .global-links-nav {
    font-size: 0.8666666667rem;
    color: #1D4585;
    letter-spacing: 0.07693em;
    line-height: 1.308em;
  }
  .global-links-nav .nav-link,
.global-links-nav .dropdown-item {
    color: #1D4585;
  }
}
@media (min-width: 1130px) and (min-width: 1130px) {
  .site-header__inverted .global-links-nav .nav-link {
    color: #ffffff;
  }
  .site-header__inverted .global-links-nav .nav-link:hover, .site-header__inverted .global-links-nav .nav-link:focus {
    color: #ece819;
  }
}
@media (min-width: 1130px) {
  .global-links-nav .bold {
    font-weight: 700;
  }
}
@media (min-width: 1130px) {
  .global-links-nav .nav-link {
    -webkit-transition: color ease 250ms;
    transition: color ease 250ms;
  }
  .global-links-nav .nav-link:hover {
    color: #4678BC;
  }
}
@media all {
  .global-links-nav .icon-search {
    font-size: 1.2em;
    color: #152655;
  }
  .global-links-nav .icon-search:hover {
    color: #59b7df;
  }
}
@media all {
  .global-links-nav .dropdown-item {
    background-color: transparent;
    display: block;
    width: auto;
    color: #4678BC;
    text-decoration: none;
    position: relative;
  }
  .global-links-nav .dropdown-item span {
    position: relative;
  }
  .global-links-nav .dropdown-item span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .global-links-nav .dropdown-item span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .global-links-nav .dropdown-item:hover span:before {
    width: 100%;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .global-links-nav .dropdown-item:hover span:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media all {
  .global-links-nav .dropdown-toggle {
    position: relative;
  }
  .global-links-nav .dropdown-toggle::after {
    content: "\e80b";
    font-family: "Jeff Custom Icons";
    line-height: 0;
    font-size: 0.55em;
    width: auto;
    height: auto;
    margin-left: 1.15384em;
    border-style: none;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }
}
@media (max-width: 1129.98px) {
  .global-links-nav .dropdown-toggle::after {
    margin-left: 0.9375em;
  }
}
@media all {
  .global-links-nav .dropdown-toggle[aria-expanded=true] {
    color: #4678BC;
  }
  .global-links-nav .dropdown-toggle[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 1129.98px) {
  .global-links-nav .dropdown-toggle[aria-expanded=true] {
    color: #ffffff;
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .global-links-nav .dropdown-toggle.nav-link {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0666667em;
    line-height: 1.33333em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 34px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.9333333333rem;
    letter-spacing: 0.178572em;
    line-height: 1.42858em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global-links-nav .dropdown-toggle.nav-link:before {
    content: "";
    height: 40px;
  }
  .global-links-nav .dropdown-toggle.nav-link:hover {
    background-color: #4678BC;
    color: #ffffff;
    border-color: #4678BC;
  }
}
@media (min-width: 576px) and (max-width: 1279.98px) {
  .global-links-nav .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
  }
}
@media (max-width: 1129.98px) {
  .global-links-nav .dropdown-menu {
    background-color: #08102e;
    border: 1px solid #ffffff;
    padding: 0;
    margin-top: -1px;
  }
  .global-links-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
    padding: 1em 1.5em;
  }
  .global-links-nav .dropdown-menu .dropdown-item:not(:first-child) {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 1130px) {
  .global-links-nav .nav-link {
    padding: 0;
  }
  .global-links-nav .navbar-nav .nav-item {
    position: relative;
  }
  .global-links-nav .navbar-nav .nav-item:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 2px;
    height: 16px;
    background-color: #59b7df;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .global-links-nav .navbar-nav .nav-item:first-child:before,
.global-links-nav .navbar-nav .nav-item .navbar-nav .nav-item:before {
    display: none;
  }
}
@media (max-width: 1129.98px) {
  .global-links-nav .inline .nav-link {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.0666667em;
    line-height: 1.33333em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 5px 34px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    color: #ece819;
    background-color: transparent;
    border: 1px solid #ece819;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.9333333333rem;
    letter-spacing: 0.178572em;
    line-height: 1.42858em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global-links-nav .inline .nav-link:before {
    content: "";
    height: 40px;
  }
  .global-links-nav .inline .nav-link:hover {
    background-color: #ece819;
    color: #08102e;
  }
}
@media (min-width: 576px) and (max-width: 1129.98px) {
  .global-links-nav .inline .nav-item {
    padding: 0 15px;
  }
  .global-links-nav .inline .nav-item:first-child {
    padding-left: 0;
  }
  .global-links-nav .inline .nav-item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1130px) {
  .global-links-nav .inline .nav-link {
    -webkit-transition: color ease 250ms;
    transition: color ease 250ms;
    text-decoration: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .global-links-nav .inline .nav-link:hover {
    color: #4678BC;
  }
  .global-links-nav .inline .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .global-links-nav .inline .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .global-links-nav .inline .nav-link:hover:before {
    width: 100%;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .global-links-nav .inline .nav-link:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media (min-width: 1130px) and (min-width: 1130px) {
  .site-header__inverted .global-links-nav .inline .nav-link {
    -webkit-transition: color ease 250ms;
    transition: color ease 250ms;
    text-decoration: none;
    position: relative;
  }
  .site-header__inverted .global-links-nav .inline .nav-link:hover {
    color: #ece819;
  }
  .site-header__inverted .global-links-nav .inline .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .site-header__inverted .global-links-nav .inline .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #ece819;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-header__inverted .global-links-nav .inline .nav-link:hover:before {
    width: 100%;
    background: #ece819;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-header__inverted .global-links-nav .inline .nav-link:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media all {
  .global-links-nav--buttons .nav-item.search {
    padding-left: 0.5rem !important;
  }
  .global-links-nav--buttons .nav-item.search:before {
    display: none;
  }
  .global-links-nav--buttons .inline {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .global-links-nav--buttons .inline .nav-item {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media all {
  .global-links-nav--buttons .inline .nav-link {
    padding: 9px 24px 7px;
    color: #4678BC;
    border: 1px solid #4678BC;
    -webkit-transition: color ease 250ms, background-color ease 250ms, border ease 250ms;
    transition: color ease 250ms, background-color ease 250ms, border ease 250ms;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 0.9333333333rem;
    letter-spacing: 0.178572em;
    line-height: 1.42858em;
  }
}
@media (max-width: 1129.98px) {
  .global-links-nav--buttons .inline .nav-link {
    color: #ffffff;
    border-color: #59b7df;
  }
}
@media all {
  .global-links-nav--buttons .inline .nav-link:hover {
    color: #ffffff;
    background-color: #59b7df;
    border-color: #59b7df;
  }
}
@media (min-width: 1130px) {
  .global-links-nav--buttons .inline .nav-link:hover:before, .global-links-nav--buttons .inline .nav-link:hover:after {
    display: none;
  }
}
@media (min-width: 1130px) {
  .site-header__inverted .global-links-nav--buttons .inline .nav-link {
    border-color: #ffffff;
    color: #ffffff;
    background-color: rgba(22, 21, 21, 0.2);
  }
  .site-header__inverted .global-links-nav--buttons .inline .nav-link:hover {
    border-color: #59b7df;
    background-color: #59b7df;
    color: #ffffff;
  }
}


@media all {
  .primary-nav {
    font-family: "museo-sans", sans-serif;
    font-size: 1.3333333333rem;
    font-weight: 500;
    color: #1D4585;
    letter-spacing: 0.06em;
    line-height: 1.300005em;
    padding-bottom: 0;
  }
  .primary-nav .nav-link {
    color: #1D4585;
  }
}
@media (min-width: 1130px) {
  .primary-nav {
    font-size: 0.9333333333rem;
    font-weight: 400;
    color: #1D4585;
    letter-spacing: 0.0374999em;
    line-height: 1.374998em;
  }
  .primary-nav .nav-link {
    color: #1D4585;
  }
}
@media (min-width: 1280px) {
  .primary-nav {
    font-size: 1rem;
    font-weight: 400;
    color: #1D4585;
    letter-spacing: 0.0344999em;
    line-height: 1.374998em;
  }
  .primary-nav .nav-link {
    color: #1D4585;
  }
}
@media all {
  .primary-nav.navbar {
    position: static;
  }
}
@media all {
  .primary-nav .nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .primary-nav .nav-link {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 32px;
    padding-top: 35px;
  }
  .primary-nav .nav-link:after {
    content: "";
    background-color: transparent;
    height: 8px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .primary-nav .nav-link:hover:after, .primary-nav .nav-link--active:after {
    background-color: #AF1F8E;
  }
}
@media (min-width: 1130px) {
  .site-header__inverted .primary-nav .nav-link {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  }
  .stuck-header .site-header__inverted .primary-nav .nav-link {
    text-shadow: none;
  }
  .site-header__inverted .primary-nav .nav-link:hover, .site-header__inverted .primary-nav .nav-link:focus {
    color: #ece819;
  }
}
@media all {
  .primary-nav .nav-link.dropdown-toggle:after {
    display: none;
    position: absolute;
    border-style: none;
    bottom: -26px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 114px;
    background-color: #08102e;
    height: 16px;
    margin: 0 auto;
  }
}
@media (min-width: 1130px) {
  .primary-nav--emphasize .nav-link {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
  }
}
@media all {
  .primary-nav .nav-link.dropdown-toggle[aria-expanded=true]:after {
    display: block;
  }
}
@media (max-width: 1129.98px) {
  .primary-nav .flyout {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    -webkit-transition: left 250ms ease;
    transition: left 250ms ease;
  }
  .primary-nav .nav-link[aria-expanded=true] + .flyout {
    left: 0;
  }
}
@media (min-width: 1130px) {
  .primary-nav .nav-link {
    -webkit-transition: color ease 250ms;
    transition: color ease 250ms;
    margin-left: 12px;
    margin-right: 12px;
  }
  .primary-nav .nav-link:hover {
    color: #4678BC;
  }
  .primary-nav .nav-link.hover + .flyout, .primary-nav .nav-link:focus + .flyout {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .primary-nav .nav-link {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1129.98px) {
  .primary-nav .nav-link {
    margin: 0;
    padding: 15px 30px 15px 0;
  }
  .primary-nav .nav-link.dropdown-toggle:after {
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    width: 27px;
    height: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url("oia/resources/icons/icon-arrow-green-volt.svg") no-repeat scroll center center;
  }
}
@media all {
  .primary-nav .nav-link {
    -webkit-transition: font 0.4s ease, color 0.4s ease, background-color 0.4s ease;
    transition: font 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  }
}
@media all {
  .primary-nav .nav-item--show-on-stuck {
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media all {
  .primary-nav.stuck .nav-link {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 0.9333333333rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 23px;
    padding-top: 30px;
  }
  .primary-nav.stuck .nav-link .icon-search {
    color: #4678BC;
    font-size: 1.4rem;
  }
  .primary-nav.stuck .nav-link:after {
    bottom: -2px;
  }
}
@media (min-width: 1130px) {
  .site-header__inverted .primary-nav.stuck .nav-link {
    color: #231f20;
  }
}
@media all {
  .primary-nav.stuck .nav-item--show-on-stuck {
    display: block;
  }
}
@media all {
  .primary-menus:not(.site-header__inverted) {
    border-bottom: 1px solid #dfe1df;
  }
}
@media (min-width: 1130px) {
  .primary-menus .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1129.98px) {
  .primary-menus {
    position: relative;
    background-color: #08102e;
  }
  .primary-menus hr {
    margin: 0;
    height: 1px;
    border-width: 0;
    background-color: #4678BC;
    opacity: 0.3;
  }
}
@media all {
  .site-header--highlight-last-item .primary-nav .nav-item--last .nav-link {
    background: #AF1F8E;
    border: 1px solid #AF1F8E;
    color: white;
    padding: 14px 26px;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .site-header--highlight-last-item .primary-nav .nav-item--last .nav-link:after {
    display: none;
  }
  .site-header--highlight-last-item .primary-nav .nav-item--last .nav-link:hover, .site-header--highlight-last-item .primary-nav .nav-item--last .nav-link:focus {
    color: #AF1F8E;
    background-color: transparent;
  }
}


.flyout {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border-style: none;
}
@media (min-width: 768px) and (max-width: 1129.98px) {
  .flyout .container {
    max-width: 1030px;
  }
}
@media (min-width: 1130px) {
  .flyout .container > .row {
    padding-top: 44px;
    padding-bottom: 4px;
  }
}
.flyout__close {
  color: #bbc0c0;
  opacity: 0.7;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
}
.flyout__close .icon-close {
  font-size: 0.6rem;
  position: relative;
  top: -1px;
}
.flyout__close:hover, .flyout__close:focus {
  color: #ffffff;
  text-decoration: none;
}
.flyout__callout {
  position: relative;
  margin-top: 15px;
  padding: 14px 15px 0 0;
}
.flyout__callout__content {
  position: relative;
  padding: 28px 30px 32px;
  z-index: 1;
}
.flyout__callout__content :last-child {
  margin-bottom: 0;
}
.flyout__callout .btn-cta a {
  padding-left: 15px;
  padding-right: 15px;
}
.flyout__callout .btn-cta a:hover, .flyout__callout .btn-cta a:focus {
  color: #ffffff !important;
}
.flyout__callout::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: transparent url("oia/resources/icons/icon-grid-green-volt.svg") no-repeat scroll center center;
  height: 109px;
  width: 104px;
  z-index: 0;
}
.flyout hr {
  border-style: none;
  display: block;
  height: 1px;
  width: auto;
  margin: 0;
}
.flyout__other {
  padding-bottom: 22px;
}
.flyout--primary-nav {
  background-color: #08102e;
}
.flyout--primary-nav .flyout__return-link {
  display: block;
  font-family: "museo-sans", sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.flyout--primary-nav .flyout__return-link .nav-link {
  color: white;
}
@media (min-width: 1130px) {
  .flyout--primary-nav .flyout__return-link {
    font-size: 1.0666666667rem;
  }
}
.flyout--primary-nav .flyout__return-link:before {
  display: block;
  content: "";
  background: transparent url("oia/resources/icons/icon-arrow-green-volt.svg") no-repeat scroll center center;
  width: 27px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 20px;
}
.flyout--primary-nav .flyout__return-link:after {
  display: block;
  content: "";
  height: 3px;
  width: 31px;
  background-color: #59b7df;
  margin-top: 25px;
}
.flyout--primary-nav .flyout__menu {
  font-family: "museo-sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.0555556em;
  line-height: 1.333333em;
}
.flyout--primary-nav .flyout__menu a {
  color: white;
}
@media (min-width: 1130px) {
  .flyout--primary-nav .flyout__menu {
    font-size: 1.0666666667rem;
  }
}
@media (min-width: 1130px) {
  .flyout--primary-nav .flyout__menu a {
    text-decoration: none;
    text-decoration: none;
    position: relative;
  }
  .flyout--primary-nav .flyout__menu a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .flyout--primary-nav .flyout__menu a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .flyout--primary-nav .flyout__menu a:hover:before {
    width: 100%;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .flyout--primary-nav .flyout__menu a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media (max-width: 767.98px) {
  .flyout--primary-nav .flyout__menu a {
    display: block;
  }
}
.flyout--primary-nav .flyout__menu__sub {
  padding-top: 1.3rem;
  margin-top: 1rem;
  border-top: 1px solid #152655;
}
.flyout--primary-nav .flyout__menu__sub li {
  padding-bottom: 1.5rem;
}
.flyout--primary-nav .flyout__menu__sub a {
  color: #A3D7EE;
}
.flyout--primary-nav .flyout__callout__content {
  font-family: "GT Haptik", sans-serif;
  font-size: 1.0666666667rem;
  font-weight: 400;
  color: white;
  background-color: #152456;
}
.flyout--primary-nav hr {
  background-color: #4678BC;
  opacity: 0.3;
  margin: 30px 0;
}
.flyout--primary-nav .flyout__other {
  font-size: 1.0666666667rem;
  color: white;
  letter-spacing: 0.0555556em;
  line-height: 1.333333em;
}
.flyout--primary-nav .flyout__other a {
  color: white;
}
@media (min-width: 1130px) {
  .flyout--primary-nav .flyout__other {
    font-size: 0.9333333333rem;
  }
}
@media (min-width: 1130px) {
  .flyout--primary-nav .flyout__other a {
    text-decoration: none;
    text-decoration: none;
    position: relative;
  }
  .flyout--primary-nav .flyout__other a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .flyout--primary-nav .flyout__other a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .flyout--primary-nav .flyout__other a:hover:before {
    width: 100%;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .flyout--primary-nav .flyout__other a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
.flyout--primary-nav .flyout__other .heading {
  font-size: 1em;
  font-weight: 700;
  color: #ece819;
  letter-spacing: 1px;
  margin-right: 30px;
}
.flyout--primary-nav .flyout__other ul {
  margin: 0;
}
.flyout--primary-nav .flyout__other li {
  margin-right: 30px;
}
.flyout--primary-nav .flyout__other li:last-child {
  margin-right: 0;
}



@media all {
  .sub-nav {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sub-nav {
    padding-left: 35px;
  }
}
@media (max-width: 767.98px) {
  .sub-nav nav {
    border: 1px solid #bbc0c0;
  }
}
@media all {
  .sub-nav__label {
    display: none;
    font-family: "GT Haptik", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737777;
    text-transform: uppercase;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }
}
@media (max-width: 767.98px) {
  .sub-nav__label {
    display: block;
  }
}
@media all {
  .sub-nav__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0;
    font-family: "GT Haptik", sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1.249999em;
    letter-spacing: 0.0299999em;
    color: #231f20;
  }
}
@media (max-width: 767.98px) {
  .sub-nav__item {
    font-size: 1.0666666667rem;
  }
}
@media all {
  .sub-nav__item a {
    display: inline-block;
    color: #4678BC;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .sub-nav__item a:not(.toggle) {
    text-decoration: none;
    position: relative;
  }
  .sub-nav__item a:not(.toggle) span {
    position: relative;
  }
  .sub-nav__item a:not(.toggle) span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .sub-nav__item a:not(.toggle) span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .sub-nav__item a:not(.toggle):hover span:before {
    width: 100%;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .sub-nav__item a:not(.toggle):hover span:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media (max-width: 767.98px) {
  .sub-nav__item a {
    display: block;
    padding: 16px;
    padding-left: 20px;
  }
  .sub-nav__item a:not(.toggle) {
    width: 100%;
  }
  .sub-nav__list .sub-nav__list .sub-nav__item a {
    padding: 7px;
  }
}
@media all {
  .sub-nav__item--active a:not(.toggle):before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    background-color: #AF1F8E;
  }
}
@media (max-width: 767.98px) {
  .sub-nav__item--active a:not(.toggle):before {
    top: 0;
    height: 100%;
    width: 5px;
  }
}
@media (min-width: 768px) {
  .sub-nav__item--active a:not(.toggle):before {
    display: block;
    position: absolute;
    height: 13px;
    width: 13px;
    margin-top: 0.25em;
    margin-top: 0.25em;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
}
@media all {
  .sub-nav__item--title {
    line-height: 1.250005em;
    letter-spacing: 0.03000006em;
    font-weight: 600;
    font-size: 1.3333333333rem;
  }
}
@media (min-width: 768px) {
  .sub-nav__item--title {
    margin-bottom: 1.250005em;
  }
}
@media (max-width: 767.98px) {
  .sub-nav__item--title {
    font-size: 1.2rem;
    background-color: #f5f5f5;
  }
  .sub-nav__item--title a {
    background-color: transparent;
  }
}
@media all {
  .sub-nav__item .toggle {
    padding-left: 0.5em;
  }
  html:not(.js) .sub-nav__item .toggle {
    display: none;
  }
  .sub-nav__item .toggle .expand {
    display: block;
  }
  .sub-nav__item .toggle .contract {
    display: none;
  }
  .sub-nav__item .toggle.shrink .expand {
    display: none;
  }
  .sub-nav__item .toggle.shrink .contract {
    display: block;
  }
}
@media (min-width: 768px) {
  .sub-nav__item--title .toggle {
    display: none;
  }
}
@media all {
  .sub-nav__list {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .sub-nav__list--outer {
    display: none;
  }
}
@media all {
  .sub-nav__list-item {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sub-nav__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .sub-nav__list-item {
    margin-bottom: 0;
    border-top: 1px solid #dfe1df;
  }
  .sub-nav__list .sub-nav__list .sub-nav__list-item {
    border-top-style: none;
  }
}
@media all {
  .sub-nav__list .sub-nav__list {
    margin: 0;
    margin-top: -8px;
  }
  .sub-nav__list .sub-nav__list .sub-nav__item > a {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .sub-nav__list .sub-nav__list {
    margin-top: 20px;
  }
}
@media all {
  .sub-nav__list .sub-nav__list.open {
    display: block !important;
  }
}
@media all {
  html.js .sub-nav__list .sub-nav__list {
    display: none;
  }
}
@media (min-width: 768px) {
  .column-1 .sub-nav {
    margin-left: -35px;
  }
}


@media all {
  .breadcrumb {
    position: absolute;
    background-color: transparent;
    padding: 21px 0 0 0;
    width: 100%;
    overflow-x: hidden;
    z-index: 1;
  }
}
@media (max-width: 1279.98px) {
  .breadcrumb--mobile-static {
    position: static;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
@media all {
  .breadcrumb .cmp-breadcrumb {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 35px;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 45px;
  }
  .breadcrumb .cmp-breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3000px;
    width: 3000px;
    background-color: #ffffff;
  }
  .breadcrumb .cmp-breadcrumb:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
@media all {
  .breadcrumb .cmp-breadcrumb__item {
    font-size: 0.8rem;
    font-family: "museo-sans", sans-serif;
    line-height: 1.4;
  }
  .breadcrumb .cmp-breadcrumb__item:not(:first-child) {
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
  }
  .breadcrumb .cmp-breadcrumb__item:not(:first-child):before {
    content: "";
    width: 5px;
    height: 2px;
    background-color: #AF1F8E;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
  }
}
@media (max-width: 1129.98px) {
  .breadcrumb .cmp-breadcrumb__item--mobile-first {
    padding-left: 0 !important;
  }
  .breadcrumb .cmp-breadcrumb__item--mobile-first:before {
    display: none;
  }
}
@media all {
  .aem-AuthorLayer-structure .breadcrumb {
    position: static;
  }
}
@media all {
  .breadcrumb--static {
    position: static;
    padding: 0;
    margin-bottom: 0;
  }
  .breadcrumb--static .cmp-breadcrumb {
    margin-top: 21px;
  }
}


@media all {
  .mobile-nav {
    font-family: "museo-sans", sans-serif;
    width: 100%;
    background: #1D4585;
    height: 100vh;
    padding-bottom: 200px;
    overflow: auto;
  }
  .mobile-nav__item {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 1.8666666667rem;
  }
  .mobile-nav__item--small {
    font-size: 1.3333333333rem;
  }
  .mobile-nav__item + .mobile-nav__item:before {
    content: "";
    display: block;
    margin: -2px 15px 0;
    border-top: 2px solid #152655;
  }
  .mobile-nav__link {
    color: white;
  }
  .mobile-nav__link:hover {
    color: white;
    text-decoration: underline;
  }
  .mobile-nav__collapse {
    color: white;
  }
  .mobile-nav__collapse:hover {
    color: white;
    text-decoration: underline;
  }
  .mobile-nav__sub-links {
    position: relative;
  }
  .mobile-nav__sub-links:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -1.5rem;
    height: 2px;
    background-color: #AF1F8E;
    z-index: 1;
  }
  .mobile-nav__sub-link {
    color: white;
    font-size: 1.3333333333rem;
  }
  .mobile-nav__sub-link:last-child {
    margin-bottom: 1.5rem;
  }
  .mobile-nav__sub-link:hover {
    color: white;
    text-decoration: underline;
  }
  .mobile-nav .expand-toggle {
    opacity: 0.5;
  }
  .mobile-nav .expand-toggle .icon {
    font-size: 1.3333333333rem;
  }
  .mobile-nav .expand-toggle[aria-expanded=true] {
    opacity: 1;
  }
  .site-header--highlight-last-item .mobile-nav .mobile-nav__item--last:before {
    display: none;
  }
  .site-header--highlight-last-item .mobile-nav .mobile-nav__item--last .mobile-nav__link {
    background: #AF1F8E;
    border: 1px solid #AF1F8E;
    color: white;
    padding: 14px 26px;
    margin-right: 0;
  }
  .site-header--highlight-last-item .mobile-nav .mobile-nav__item.mobile-nav__item--small--first:before {
    display: none;
  }
}


@media all {
  .mobile-search {
    background: #152655;
  }
  .mobile-search form {
    position: relative;
  }
  .mobile-search input[type=text] {
    height: 50px;
    padding-right: 50px;
    border: 1px solid #737777;
    background: white;
  }
  .mobile-search input[type=text]:focus {
    border: 1px solid #86A2FF;
  }
  .mobile-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: none;
    border: none;
    color: #152655;
    font-size: 1.6rem;
    cursor: pointer;
  }
}


.mobile-sticky-button__sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: white;
}
@media (min-width: 768px) {
  .mobile-sticky-button {
    display: none;
  }
}



@media all {
  .site-header {
    position: relative;
    z-index: 4;
    border-bottom: 2px solid #dfe1df;
  }
}
@media (max-width: 1129.98px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
}
@media all {
  body:not(.stuck-header) .site-header__show-on-stuck {
    display: none;
  }
}
@media all {
  body.unstuck-header .site-header__show-on-stuck {
    display: none !important;
  }
}
@media all {
  body.stuck-header .site-header__show-on-unstuck {
    display: none !important;
  }
}
@media all {
  body.stuck-header .site-header__hide-on-stuck {
    display: none !important;
  }
}
@media all {
  body.stuck-header .site-header {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dfe1df;
    position: fixed;
    top: 0;
    z-index: 4;
  }
}
@media all {
  .header-menu {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all {
  .header__sub-branding a {
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 1.2rem;
    color: #152655;
  }
  .header__sub-branding a:hover, .header__sub-branding a:focus {
    text-decoration: none;
    color: #4678BC;
  }
}
@media (max-width: 1129.98px) {
  .header__sub-branding {
    background-color: #ffffff;
    position: relative;
    padding: 2em 1.5em 0.5em;
  }
  .header__sub-branding:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    top: 1em;
    background-color: #ece819;
  }
}
@media (min-width: 1130px) {
  .header__sub-branding {
    background-color: #ece819;
    position: relative;
    width: 200px;
    padding: 1em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: center;
    margin: -1.5em 2em 0;
  }
  .header__sub-branding:after {
    content: "";
    position: absolute;
    height: 12px;
    bottom: -21px;
    background-color: #ece819;
    left: 0;
    right: 0;
  }
  .header__sub-branding a {
    min-height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1130px) {
  .primary-menus--reposition-logo .site-header__show-on-unstuck {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1129.98px) {
  .site-header.site-header--marketing, body.stuck-header .site-header.site-header--marketing {
    background-color: #ffffff;
  }
}
@media (min-width: 1130px) {
  .site-header.site-header--marketing .primary-menus:not(.site-header__inverted), body.stuck-header .site-header.site-header--marketing .primary-menus:not(.site-header__inverted) {
    background-color: #ffffff;
  }
}
@media all {
  .site-header.site-header--marketing .header__sub-branding {
    line-height: 1.2;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 1.2rem;
    font-weight: 700;
    max-width: 360px;
    width: auto;
    margin: 0;
    text-align: right;
    color: #152655;
    background-color: transparent;
    -webkit-transition: font-size ease-in 150ms;
    transition: font-size ease-in 150ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 576px) {
  .site-header.site-header--marketing .header__sub-branding {
    font-size: 1.3333333333rem;
  }
}
@media (min-width: 768px) {
  .site-header.site-header--marketing .header__sub-branding {
    font-size: 1.6666666667rem;
  }
}
@media all {
  .site-header.site-header--marketing .header__sub-branding:before, .site-header.site-header--marketing .header__sub-branding:after {
    display: none;
  }
}
@media all {
  .site-header.site-header--marketing .header__sub-branding.stuck {
    font-size: 1.1333333333rem;
  }
}
@media (min-width: 768px) {
  .site-header.site-header--marketing .header__sub-branding.stuck {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .stuck-header .site-header.site-header--marketing {
    border-bottom: 0 none;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  }
  .stuck-header .site-header.site-header--marketing .primary-menus {
    border-bottom: 0 none;
  }
  .stuck-header .site-header.site-header--marketing #header-menu > .d-flex > .container {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
}
@media all {
  .site-header.site-header--marketing .quick-links-nav__list a {
    text-transform: uppercase;
  }
}
@media all {
  .site-header.site-header--marketing .site-header__inverted {
    
  }
  .site-header.site-header--marketing .site-header__inverted .primary-menus {
    background-color: transparent;
  }
  .site-header.site-header--marketing .site-header__inverted .header__sub-branding {
    color: #ffffff;
  }
}
@media (max-width: 1129.98px) {
  .site-header.site-header--marketing.site-header--dark, body.stuck-header .site-header.site-header--marketing.site-header--dark {
    background-color: #08102e;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--dark .primary-menus:not(.site-header__inverted), body.stuck-header .site-header.site-header--marketing.site-header--dark .primary-menus:not(.site-header__inverted) {
    background-color: #08102e;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--dark .header__sub-branding {
    color: #ece819;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--dark .primary-menus {
    border-bottom: 0 none;
  }
  .stuck-header .site-header.site-header--marketing.site-header--dark .primary-menus.site-header__inverted {
    background-color: #08102e;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--dark .brand-and-controls .search-button,
.site-header.site-header--marketing.site-header--dark .brand-and-controls .navbar-toggler {
    color: #ffffff;
  }
}
@media (min-width: 1130px) {
  .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link {
    color: #ffffff;
  }
  .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link:after {
    background-color: #ece819;
  }
  .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link:hover, .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link:focus {
    color: #ece819;
  }
  .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link:hover:before, .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link:focus:before {
    background-color: #ece819;
  }
  .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link:hover:after, .site-header.site-header--marketing.site-header--dark .global-links-nav .nav-link:focus:after {
    background-color: transparent;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--light .header__sub-branding {
    color: #152655;
  }
  .site-header.site-header--marketing.site-header--light .brand-and-controls .search-button,
.site-header.site-header--marketing.site-header--light .brand-and-controls .navbar-toggler {
    color: #152655;
  }
}
@media (max-width: 1129.98px) {
  .site-header.site-header--marketing.site-header--light .primary-menus--no-flyout {
    background-color: #ffffff;
  }
}
@media (min-width: 1130px) {
  body.stuck-header .site-header.site-header--marketing.site-header--light .primary-menus.site-header__inverted {
    background-color: #ffffff;
  }
}
@media (min-width: 1130px) {
  .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link {
    color: #152655;
  }
  .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link:after {
    background-color: #152655;
  }
  .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link:hover, .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link:focus {
    color: #152655;
  }
  .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link:hover:before, .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link:focus:before {
    background-color: #152655;
  }
  .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link:hover:after, .site-header.site-header--marketing.site-header--light .global-links-nav .nav-link:focus:after {
    background-color: transparent;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--sub-branding-light-blue .header__sub-branding {
    color: #59b7df;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--sub-branding-white .header__sub-branding {
    color: #ffffff;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--sub-branding-green-volt .header__sub-branding {
    color: #ece819;
  }
}
@media all {
  .site-header.site-header--marketing.site-header--enlarge-branding .navbar-brand .logo {
    width: 170px;
    height: 62px;
  }
}
@media (min-width: 576px) {
  .site-header.site-header--marketing.site-header--enlarge-branding .navbar-brand .logo {
    width: 210px;
    height: 77px;
  }
}
@media (min-width: 1130px) {
  .site-header.site-header--marketing.site-header--enlarge-branding .navbar-brand .logo {
    width: 260px;
    height: 95px;
  }
}
@media (min-width: 576px) {
  .site-header.site-header--marketing.site-header--enlarge-branding .header__sub-branding {
    font-size: 1.4666666667rem;
  }
}
@media (min-width: 768px) {
  .site-header.site-header--marketing.site-header--enlarge-branding .header__sub-branding {
    font-size: 1.8666666667rem;
  }
}
@media (max-width: 1279.98px) {
  .site-header.site-header--marketing.site-header--inverted-on-mobile,
.site-header.site-header--marketing.site-header--inverted-on-mobile .primary-menus {
    background-color: transparent;
  }
  .site-header.site-header--marketing.site-header--inverted-on-mobile + main .hero--under-header {
    margin-top: -244px;
  }
  .site-header.site-header--marketing.site-header--inverted-on-mobile + main .hero--under-header .hero__wrapper {
    padding-top: 244px;
  }
}


@media all {
  .site-footer {
    font-family: "museo-sans", sans-serif;
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: 500;
    color: white;
    background: #152655 none;
    background-size: 100%;
  }
}
@media (max-width: 575.98px) {
  .site-footer {
    background-position-x: -15px;
  }
}
@media (min-width: 576px) {
  .site-footer {
    background-size: 576px;
  }
}
@media (min-width: 768px) {
  .site-footer {
    background-size: 768px;
  }
}
@media (min-width: 1130px) {
  .site-footer {
    background-size: 1100px;
  }
}
@media (min-width: 1280px) {
  .site-footer {
    background-size: 1230px;
  }
}
@media all {
  .site-footer hr {
    border-style: none;
    display: block;
    height: 1px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #737777;
    opacity: 0.4;
  }
}
@media all {
  .site-footer__secondary-links {
    font-family: "museo-sans", sans-serif;
    font-size: 0.9333333333rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.08em;
    line-height: 1.2em;
  }
  .site-footer__secondary-links a {
    text-decoration: none;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .site-footer__secondary-links a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .site-footer__secondary-links a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__secondary-links a:hover:before {
    width: 100%;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__secondary-links a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media (min-width: 768px) {
  .site-footer__secondary-links {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.2em;
  }
  .site-footer__secondary-links a {
    text-decoration: none;
    text-decoration: none;
    position: relative;
  }
  .site-footer__secondary-links a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .site-footer__secondary-links a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__secondary-links a:hover:before {
    width: 100%;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__secondary-links a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media all {
  .site-footer__dropdowns {
    margin-top: 1.5rem;
  }
  .site-footer__dropdowns__label {
    opacity: 0.8;
    font-weight: 700;
    font-size: 0.9333333333rem;
    color: #bbc0c0;
    letter-spacing: 1.08px;
    margin-right: 1.5rem;
  }
  .site-footer__dropdowns__list {
    margin: 0;
  }
  .site-footer__dropdowns__list li:not(:last-child) {
    margin-right: 30px;
  }
  .site-footer__dropdowns__list a {
    font-size: 0.9333333333rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-decoration: none;
  }
  .site-footer__dropdowns__list a:not(.dropdown-toggle) {
    text-decoration: none;
    position: relative;
  }
  .site-footer__dropdowns__list a:not(.dropdown-toggle):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .site-footer__dropdowns__list a:not(.dropdown-toggle):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__dropdowns__list a:not(.dropdown-toggle):hover:before {
    width: 100%;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__dropdowns__list a:not(.dropdown-toggle):hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .site-footer__dropdowns__list a.dropdown-toggle {
    position: relative;
  }
  .site-footer__dropdowns__list a.dropdown-toggle::after {
    content: "\e80b";
    font-family: "Jeff Custom Icons";
    line-height: 0;
    font-size: 0.55em;
    width: auto;
    height: auto;
    margin-left: 1.15384em;
    border-style: none;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }
}
@media (max-width: 1129.98px) {
  .site-footer__dropdowns__list a.dropdown-toggle::after {
    margin-left: 0.9375em;
  }
}
@media all {
  .site-footer__dropdowns__list a.dropdown-toggle[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media all {
  .site-footer__dropdowns__list a.dropdown-toggle:hover {
    color: #ece819;
  }
}
@media (max-width: 490px) {
  .site-footer__dropdowns__list .dropdown {
    display: block;
  }
}
@media all {
  .site-footer__dropdowns__list .dropdown-menu {
    margin-top: 11px;
  }
}
@media all {
  .site-footer__dropdowns__list .dropdown-item {
    color: #4678BC;
    font-size: 0.8666666667rem;
    text-decoration: none;
    position: relative;
  }
  .site-footer__dropdowns__list .dropdown-item span {
    position: relative;
  }
  .site-footer__dropdowns__list .dropdown-item span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .site-footer__dropdowns__list .dropdown-item span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__dropdowns__list .dropdown-item:hover span:before {
    width: 100%;
    background: #4678BC;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .site-footer__dropdowns__list .dropdown-item:hover span:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media all {
  .site-footer .aoe {
    background-color: transparent;
  }
}
@media all {
  .site-footer__social-links {
    font-size: 1.25rem;
  }
  .site-footer__social-links a {
    text-decoration: none;
  }
  .site-footer__social-links a:hover .icon--disc, .site-footer__social-links a:focus .icon--disc {
    background-color: #ffffff;
  }
  .site-footer__social-links .icon--disc {
    background-color: #59b7df;
    color: #152655;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
    padding-top: 0.1333333333rem;
  }
}
@media all {
  .site-footer__colophon {
    background-color: #070D21;
    letter-spacing: 0.041em;
  }
}
@media all {
  .site-footer__footer-text {
    color: #bbc0c0;
  }
  .site-footer__footer-text p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}
@media all {
  .site-footer__copyright {
    font-family: "museo-sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.0333333em;
    line-height: 1.33333em;
  }
  .site-footer__copyright p {
    margin-bottom: 0;
  }
}
@media (max-width: 1279.98px) {
  .site-footer__copyright p {
    margin-bottom: 1em;
  }
}
@media all {
  .site-footer__copyright a {
    color: #ffffff;
  }
}
@media all {
  .site-footer__tertiary-links {
    font-family: "museo-sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.0333333em;
    line-height: 1.33333em;
  }
  .site-footer__tertiary-links a {
    color: #ffffff;
  }
  .site-footer__tertiary-links a {
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    
  }
  .site-footer__tertiary-links a:hover {
    color: #ffffff;
    
  }
}
@media all {
  .site-footer .nav-link {
    color: white;
  }
}
@media all {
  .site-footer .bold {
    font-weight: 700;
  }
}
@media all {
  .site-footer__logo {
    width: 206px;
    height: 58px;
  }
}
@media (min-width: 1130px) {
  .site-footer__logo {
    width: 230px;
    height: 65px;
  }
}
@media all {
  .site-footer--simple {
    border-top: 4px solid #59b7df;
    font-size: 0.9333333333rem;
  }
  .site-footer--simple .text {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
  .site-footer--simple .text p {
    letter-spacing: 0.06rem;
    line-height: 1.5;
  }
  .site-footer--simple .text a {
    color: #ffffff;
    border-bottom: 1px solid #AF1F8E;
  }
  .site-footer--simple .text a:hover, .site-footer--simple .text a:focus {
    text-decoration: none;
    border-color: #59b7df;
  }
  .site-footer--simple .title {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .site-footer--simple .title {
    margin-bottom: 1rem;
  }
}
@media all {
  .site-footer--simple .title h2, .site-footer--simple .title h3, .site-footer--simple .title h4, .site-footer--simple .title h5, .site-footer--simple .title h6 {
    font-family: "museo-sans", sans-serif;
    font-size: 0.8666666667rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.0466666667rem;
  }
}
@media all {
  .site-footer--simple .list ul li {
    padding-left: 0;
  }
  .site-footer--simple .list ul li::before {
    display: none;
  }
  .site-footer--simple .list ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .site-footer--simple .list ul li a {
    border-bottom: 1px solid #AF1F8E;
    font-size: 1.0666666667rem;
    font-weight: 700;
    font-family: "GT Haptik", sans-serif;
    color: #ffffff;
    letter-spacing: 0.0666666667rem;
  }
  .site-footer--simple .list ul li a:hover, .site-footer--simple .list ul li a:focus {
    text-decoration: none;
    border-color: #59b7df;
  }
}
@media all {
  .site-footer--simple .site-footer__logo {
    width: 271px;
    height: 84px;
  }
}
@media all {
  .site-footer--marketing {
    background-image: none;
    font-size: 0.8rem;
  }
  .site-footer--marketing big {
    font-size: 1.25em;
  }
  .site-footer--marketing a {
    color: #ffffff;
    text-decoration: underline;
  }
  .site-footer--marketing .site-footer__lead {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .site-footer--marketing .site-footer__logo {
    margin-bottom: 2.8em;
  }
  .site-footer--marketing.site-footer--light {
    background-color: #f5f5f5;
    color: #08102e;
  }
  .site-footer--marketing.site-footer--light a {
    color: #08102e;
  }
  .site-footer--marketing.site-footer--lead-in-blue .site-footer__lead {
    color: #59b7df;
  }
  .site-footer--marketing.site-footer--lead-in-volt-green .site-footer__lead {
    color: #ece819;
  }
  .site-footer--marketing.site-footer--links-volt-green .site-footer__links a {
    color: #ece819;
  }
  .site-footer--marketing.site-footer--links-red .site-footer__links a {
    color: #AF1F8E;
  }
}


@media all {
  .layout .divider {
    border-width: 0;
    border-style: solid;
    border-color: #dfe1df;
  }
  .layout .divider--right {
    border-right-width: 1px;
  }
  .layout .divider--left {
    border-right-width: 1px;
  }
  .layout .divider--bottom {
    border-bottom-width: 1px;
  }
  .layout .divider--top {
    border-top-width: 1px;
  }
}


@media all {
  .layout--two-thirds:not(.layout--two-thirds--remove-border) {
    border-bottom: 1px solid #dfe1df;
  }
}
@media (min-width: 768px) {
  .layout--two-thirds .column-1 {
    border-right: 0 none;
  }
}
@media (min-width: 768px) {
  .layout--two-thirds .two-thirds-layout--swap-order .column-1 .news-listing {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .layout--two-thirds .two-thirds-layout--swap-order .column-1 {
    position: relative;
    padding-top: 2.25em;
    margin-top: 0.5em;
  }
  .layout--two-thirds .two-thirds-layout--swap-order .column-1:before {
    content: "";
    background-color: #dfe1df;
    height: 1px;
    left: 15px;
    right: 15px;
    top: 0;
    position: absolute;
  }
  .layout--two-thirds .two-thirds-layout--swap-order .column-1 .news-listing .news-listing__container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 2.5em;
    border-top: 1px solid #dfe1df;
    padding-top: 2em;
  }
  .js .layout--two-thirds .two-thirds-layout--swap-order .column-2 .news-listing:last-child {
    display: none;
  }
  .layout--two-thirds .two-thirds-layout--relocate-ctas .column-1 .btn-cta:not(.btn-cta--sticky) {
    display: none;
  }
}
@media all {
  .relocated-cta-container {
    clear: both;
  }
}


.hero {
  z-index: 0;
}
.hero__background-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-image: none;
  background-color: #737777;
}
.hero .image {
  margin: 0;
}
@media (min-width: 1130px) {
  .hero--under-header {
    position: relative;
  }
  :not(.aem-AuthorLayer-Edit) .hero--under-header {
    margin-top: -244px;
  }
  .marketing-landing-page .hero--under-header {
    padding-top: 3rem;
  }
  :not(.aem-AuthorLayer-Edit) .marketing-landing-page .hero--under-header {
    margin-top: -183px;
  }
  .hero--under-header .hero__wrapper {
    padding-top: 244px;
  }
  .marketing-landing-page .hero--under-header .hero__wrapper {
    padding-top: 183px;
  }
}



.hero--home {
  overflow: hidden;
  position: relative;
}
.hero--home.hero--top-bottom-gradient:before, .hero--home.hero--top-bottom-gradient.hero--theme-2 .hero__image:before, .hero--home.hero--top-bottom-gradient.hero--theme-2 .hero__video:before, .hero--home.hero--darker-top-bottom-gradient:before, .hero--home.hero--darker-top-bottom-gradient.hero--theme-2 .hero__image:before, .hero--home.hero--darker-top-bottom-gradient.hero--theme-2 .hero__video:before, .hero--home.hero--left-right-gradient:before, .hero--home.hero--left-right-gradient.hero--theme-2 .hero__image:before, .hero--home.hero--left-right-gradient.hero--theme-2 .hero__video:before, .hero--home.hero--mobile-overlay-dark:before, .hero--home.hero--mobile-overlay-dark.hero--theme-2 .hero__image:before, .hero--home.hero--mobile-overlay-dark.hero--theme-2 .hero__video:before, .hero--home.hero--mobile-overlay-light:before, .hero--home.hero--mobile-overlay-light.hero--theme-2 .hero__image:before, .hero--home.hero--mobile-overlay-light.hero--theme-2 .hero__video:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .hero--home.hero--top-bottom-gradient:before, .hero--home.hero--top-bottom-gradient.hero--theme-2 .hero__image:before, .hero--home.hero--top-bottom-gradient.hero--theme-2 .hero__video:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 4, 19, 0.65)), color-stop(25%, rgba(0, 4, 19, 0.65)), to(rgba(0, 4, 19, 0.15)));
    background: linear-gradient(to bottom, rgba(0, 4, 19, 0.65) 0%, rgba(0, 4, 19, 0.65) 25%, rgba(0, 4, 19, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000413", endColorstr="#26000413", GradientType=0);
  }
  .hero--home.hero--darker-top-bottom-gradient:before, .hero--home.hero--darker-top-bottom-gradient.hero--theme-2 .hero__image:before, .hero--home.hero--darker-top-bottom-gradient.hero--theme-2 .hero__video:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(0, 4, 19, 0.65)), to(rgba(2, 5, 14, 0.15)));
    background-image: linear-gradient(180deg, rgba(0, 4, 19, 0.65) 22%, rgba(2, 5, 14, 0.15) 100%);
  }
  .hero--home.hero--left-right-gradient:before, .hero--home.hero--left-right-gradient.hero--theme-2 .hero__image:before, .hero--home.hero--left-right-gradient.hero--theme-2 .hero__video:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(40%, rgba(0, 0, 0, 0.42)), color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b000000", endColorstr="#00000000", GradientType=1);
  }
}
@media (max-width: 575.98px) {
  .hero--home.hero--mobile-overlay-dark:before, .hero--home.hero--mobile-overlay-dark.hero--theme-2 .hero__image:before, .hero--home.hero--mobile-overlay-dark.hero--theme-2 .hero__video:before {
    background-color: rgba(0, 4, 19, 0.65);
  }
  .hero--home.hero--mobile-overlay-light:before, .hero--home.hero--mobile-overlay-light.hero--theme-2 .hero__image:before, .hero--home.hero--mobile-overlay-light.hero--theme-2 .hero__video:before {
    background-color: rgba(0, 0, 0, 0.42);
  }
}
@media (max-width: 767.98px) {
  .hero--home.hero--mobile-spacing-adjustment .hero__buttons.mt-5, .hero--home.hero--mobile-spacing-adjustment .hero__buttons.mb-5 {
    margin-top: 12rem !important;
    margin-bottom: -1.3333333333rem !important;
  }
}
.hero--home.hero--button-with-arrow .btn-cta > a:after {
  content: "\e808";
  font-family: "Jeff Custom Icons";
  padding-left: 0.75em;
}
.hero--home .hero__wrapper,
.hero--home .hero__post-content {
  position: relative;
}
.hero--home .hero__wrapper .container,
.hero--home .hero__post-content .container {
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero--home .hero__post-content p,
.hero--home .hero__post-content ul,
.hero--home .hero__post-content ol {
  font-family: "museo-sans", sans-serif;
}
.hero--home.hero--post-content-font-size-md .hero__post-content h2 {
  font-size: 2.6666666667rem;
}
@media (min-width: 768px) {
  .hero--home.hero--post-content-font-size-md .hero__post-content h2 {
    font-size: 3.6666666667rem;
  }
}
.hero--home.hero--post-content-font-size-md .hero__post-content p,
.hero--home.hero--post-content-font-size-md .hero__post-content ul,
.hero--home.hero--post-content-font-size-md .hero__post-content ol {
  font-size: 1.2rem;
}
.hero--home.hero--post-content-font-size-lg .hero__post-content h2 {
  font-size: 2.6666666667rem;
}
@media (min-width: 768px) {
  .hero--home.hero--post-content-font-size-lg .hero__post-content h2 {
    font-size: 4.6666666667rem;
  }
}
.hero--home.hero--post-content-font-size-lg .hero__post-content p,
.hero--home.hero--post-content-font-size-lg .hero__post-content ul,
.hero--home.hero--post-content-font-size-lg .hero__post-content ol {
  font-size: 1.3333333333rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero--home.hero--post-content-font-size-lg .hero__post-content p,
.hero--home.hero--post-content-font-size-lg .hero__post-content ul,
.hero--home.hero--post-content-font-size-lg .hero__post-content ol {
    font-size: 1.6rem;
  }
}
.hero--home.hero--post-content-font-size-xl .hero__post-content p,
.hero--home.hero--post-content-font-size-xl .hero__post-content ol,
.hero--home.hero--post-content-font-size-xl .hero__post-content ul {
  line-height: 1.4;
  font-size: 2.5333333333rem;
}
@media (min-width: 576px) {
  .hero--home.hero--post-content-font-size-xl .hero__post-content p,
.hero--home.hero--post-content-font-size-xl .hero__post-content ol,
.hero--home.hero--post-content-font-size-xl .hero__post-content ul {
    font-size: 3.6666666667rem;
  }
}
@media (min-width: 768px) {
  .hero--home.hero--post-content-font-size-xl .hero__post-content p,
.hero--home.hero--post-content-font-size-xl .hero__post-content ol,
.hero--home.hero--post-content-font-size-xl .hero__post-content ul {
    font-size: 4rem;
  }
}
@media (min-width: 1130px) {
  .hero--home.hero--post-content-font-size-xl .hero__post-content p,
.hero--home.hero--post-content-font-size-xl .hero__post-content ol,
.hero--home.hero--post-content-font-size-xl .hero__post-content ul {
    font-size: 6rem;
  }
}
.hero--home .hero__video, .hero--home .hero__video video {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero--home .hero__video .vjs-poster {
  background-size: cover;
}
.hero--home .hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
  padding: 0;
  background: none no-repeat scroll center center;
  background-size: cover;
}
.hero--home .hero__title, .hero--home .hero__title a {
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.2;
  max-width: 650px;
  top: 40%;
}
@media (min-width: 1130px) {
  .hero--home .hero__title, .hero--home .hero__title a {
    font-size: 70px;
    letter-spacing: 1.4px;
    top: auto;
  }
}
.hero--home .hero__title .action-link {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding-top: 1.5rem;
  font-size: 1.3333333333rem;
  letter-spacing: 1px;
}
.hero--home .hero__title .action-link:after {
  font-family: "Jeff Custom Icons";
  content: "\e80c";
  position: absolute;
  padding-left: 17px;
  font-size: 0.65em;
  color: #ece819;
  margin-top: 3px;
  -webkit-transition: -webkit-transform ease 250ms;
  transition: -webkit-transform ease 250ms;
  transition: transform ease 250ms;
  transition: transform ease 250ms, -webkit-transform ease 250ms;
}
.hero--home .hero__title a:hover, .hero--home .hero__title a:focus {
  text-decoration-thickness: 4px;
}
.hero--home .hero__title a:hover .action-link, .hero--home .hero__title a:focus .action-link {
  text-decoration: none;
}
.hero--home .hero__title a:hover .action-link:after, .hero--home .hero__title a:focus .action-link:after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media (max-width: 1129.98px) {
  .hero--home .hero__buttons .btn-cta,
.hero--home .hero__buttons .btn-cta > a {
    width: 100%;
  }
}
.hero--home .hero__buttons .btn-blue.btn-cta--arrow a:after {
  color: #59b7df;
}
.hero--home .hero__buttons .btn-blue.btn-cta--arrow a:hover:after, .hero--home .hero__buttons .btn-blue.btn-cta--arrow a:focus:after {
  color: #ffffff;
}
.hero--home.hero--theme-2.hero--top-bottom-gradient:before, .hero--home.hero--theme-2.hero--darker-top-bottom-gradient:before, .hero--home.hero--theme-2.hero--left-right-gradient:before, .hero--home.hero--theme-2.hero--mobile-overlay-dark:before, .hero--home.hero--theme-2.hero--mobile-overlay-light:before {
  display: none;
}
.hero--home.hero--theme-2 .btn-cta {
  margin-top: 1.5em;
}
.hero--home.hero--theme-2 .btn-cta a {
  color: #ece819;
  background-color: transparent;
  border: 1px solid #ece819;
  font-weight: 700;
  text-transform: uppercase;
}
.hero--home.hero--theme-2 .btn-cta a:hover {
  background-color: #ece819;
  color: #08102e;
}
@media (min-width: 768px) {
  .hero--home.hero--theme-2 .btn-cta a {
    font-size: 1.3333333333rem;
  }
}
.hero--home.hero--theme-2 .hero__wrapper {
  z-index: 2;
}
.hero--home.hero--theme-2 .hero__wrapper .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .hero--home.hero--theme-2 .hero__title {
    font-size: 4.6666666667rem;
  }
}
.hero--home.hero--theme-2 .hero__title strong {
  color: #59b7df;
}
.hero--home.hero--theme-2 .hero__sub-title {
  font-size: 1rem;
  color: #ffffff;
  margin-top: 0.8em;
}
@media (min-width: 576px) {
  .hero--home.hero--theme-2 .hero__sub-title {
    font-size: 1.5333333333rem;
  }
}
@media (min-width: 768px) {
  .hero--home.hero--theme-2 .hero__sub-title {
    font-size: 2rem;
  }
}
.hero--home.hero--theme-2 .hero__sub-title strong {
  color: #59b7df;
}
.hero--home.hero--theme-2.hero--remove-max-width .hero__title {
  max-width: none;
}
.hero--home.hero--theme-2.hero--text-center .hero__wrapper .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--home.hero--theme-2.hero--text-center .hero__title {
  text-align: center;
  max-width: none;
}
.hero--home.hero--theme-2.hero--title-color-dark .hero__title {
  color: #152655;
}
.hero--home.hero--theme-2.hero--title-color-blue .hero__title {
  color: #59b7df;
}
.hero--home.hero--theme-2.hero--title-color-blue .hero__title strong {
  text-decoration: underline;
  -webkit-text-decoration-color: #ece819;
          text-decoration-color: #ece819;
  text-decoration-thickness: 4px;
}
.hero--home.hero--theme-2.hero--title-color-volt .hero__title {
  color: #ece819;
}
.hero--home.hero--theme-2.hero--title-color-volt .hero__title strong {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  text-decoration-thickness: 4px;
}
@media (min-width: 768px) {
  .hero--home.hero--theme-2.hero--title-size-md .hero__title {
    font-size: 3.3333333333rem;
  }
}
@media (min-width: 576px) {
  .hero--home.hero--theme-2.hero--title-size-lg .hero__title {
    font-size: 3.6666666667rem;
  }
}
@media (min-width: 768px) {
  .hero--home.hero--theme-2.hero--title-size-lg .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 1130px) {
  .hero--home.hero--theme-2.hero--title-size-lg .hero__title {
    font-size: 6rem;
  }
}
.hero--home.hero--theme-2.hero--sub-title-color-dark .hero__sub-title {
  color: #152655;
}
.hero--home.hero--theme-2.hero--sub-title-color-blue .hero__sub-title {
  color: #59b7df;
}
.hero--home.hero--theme-2.hero--sub-title-color-blue .hero__sub-title strong {
  text-decoration: underline;
  -webkit-text-decoration-color: #ece819;
          text-decoration-color: #ece819;
  text-decoration-thickness: 4px;
}
.hero--home.hero--theme-2.hero--sub-title-color-volt .hero__sub-title {
  color: #ece819;
}
.hero--home.hero--theme-2.hero--sub-title-color-volt .hero__sub-title strong {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  text-decoration-thickness: 4px;
}
.hero--home.hero--theme-2.hero--btn-solid-red .btn-cta a {
  background-color: #AF1F8E;
  color: #ffffff;
  border-color: #AF1F8E;
}
.hero--home.hero--theme-2.hero--btn-solid-red .btn-cta a:hover {
  background-color: transparent;
  color: #AF1F8E;
}
.hero--home.hero--theme-2.hero--btn-white .btn-cta a {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.hero--home.hero--theme-2.hero--btn-white .btn-cta a:hover {
  background-color: #4678BC;
  color: #ffffff;
  border-color: #4678BC;
}
.hero--home.hero--theme-2.hero--btn-blue .btn-cta a {
  color: #ffffff;
  background-color: #1D4585;
  border: 0 none;
}
.hero--home.hero--theme-2.hero--btn-blue .btn-cta a:hover {
  background-color: #AF1F8E;
  color: #ffffff;
}
@media (min-width: 1130px) {
  .hero--home.hero--theme-2.hero--container-wider .hero__wrapper .container {
    max-width: 1100px;
  }
}
@media (min-width: 1280px) {
  .hero--home.hero--theme-2.hero--container-wider .hero__wrapper .container {
    max-width: 1230px;
  }
}
.hero--home.hero--theme-2 .free-for-all {
  background-color: #f5f5f5;
  padding: 1em;
}
.hero--home.hero--theme-2 .free-for-all.form--external input[type=text], .hero--home.hero--theme-2 .free-for-all.form--external input[type=email], .hero--home.hero--theme-2 .free-for-all.form--external input[type=tel], .hero--home.hero--theme-2 .free-for-all.form--external input[type=email], .hero--home.hero--theme-2 .free-for-all.form--external input[type=date], .hero--home.hero--theme-2 .free-for-all.form--external input[type=number], .hero--home.hero--theme-2 .free-for-all.form--external input[type=url], .hero--home.hero--theme-2 .free-for-all.form--external input[type=time], .hero--home.hero--theme-2 .free-for-all.form--external input[type=search], .hero--home.hero--theme-2 .free-for-all.form--external input[type=password], .hero--home.hero--theme-2 .free-for-all.form--external input[type=month] {
  height: 3rem;
  padding: 0.7rem 1rem 0.5rem 1rem;
  width: 100%;
}
.hero--home.hero--theme-2 .free-for-all.form--external textarea {
  padding: 0.7rem 1rem 0.5rem 1rem;
}
.hero--home.hero--theme-2 .free-for-all.form--external select {
  width: 100%;
  height: 3rem;
  padding: 0.7rem 1rem 0.5rem 1rem;
}
.hero--home.hero--theme-2 .free-for-all.form--external fieldset > div {
  margin-bottom: 0.5em;
}
.hero--home.hero--theme-2 .free-for-all.form--external fieldset > div:last-child {
  margin-bottom: 0;
}
.hero--home .video-playpause {
  position: absolute;
  right: 30px;
  bottom: 12px;
  z-index: 2;
}
@media (min-width: 1350px) {
  .hero--home .video-playpause {
    bottom: 30px;
  }
}



.hero--simple {
  background-color: #152655;
}
.hero--simple:not(.hero--no-overlay) .hero__background-wrapper,
.hero--simple:not(.hero--no-overlay) .hero__background-wrapper .container {
  position: relative;
}
.hero--simple:not(.hero--no-overlay) .hero__background-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=1 );
}
.hero--simple--color-accent {
  position: relative;
}
@media only screen and (max-width: 1310px) and (min-width: 1280px), only screen and (max-width: 1178px) and (min-width: 1130px), only screen and (max-width: 845px) and (min-width: 768px) {
  .hero--simple--color-accent {
    padding-left: 30px;
  }
}
.hero--simple--color-accent:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  
  background: #59b7df;
  
}
@media (max-width: 767.98px) {
  .hero--simple--color-accent:after {
    right: 0;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .hero--simple--color-accent:after {
    
    
    background: -webkit-gradient(linear, left top, left bottom, from(#59b7df), color-stop(85%, #59b7df), color-stop(85%, #4678bc), color-stop(85%, #4678bc), to(#4678bc));
    background: linear-gradient(to bottom, #59b7df 0%, #59b7df 85%, #4678bc 85%, #4678bc 85%, #4678bc 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59b7df", endColorstr="#4678bc", GradientType=0);
    
    top: 0;
    width: 30px;
  }
}
.hero--simple .container {
  min-height: 210px;
}
.hero--simple .container:before {
  content: "";
  height: 210px;
}
@media (min-width: 768px) {
  .hero--simple .container {
    min-height: 345px;
  }
  .hero--simple .container:before {
    content: "";
    height: 345px;
  }
}
.hero--simple .hero__title {
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  color: #fff;
  font-weight: 500;
  line-height: 1.299999em;
  padding: 0;
  margin: 0.5em 0;
  font-size: 2.2666666667rem;
  position: relative;
  line-height: 1;
  padding-top: 15px;
}
@media (min-width: 576px) {
  .hero--simple .hero__title {
    font-size: 2.4666666667rem;
  }
}
@media (min-width: 768px) {
  .hero--simple .hero__title {
    font-size: 4.6666666667rem;
  }
}
@media (min-width: 1130px) {
  .hero--simple .hero__title {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}
@media (min-width: 768px) {
  .hero--simple .hero__title {
    padding-top: 20px;
  }
}
.hero--simple .hero__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #AF1F8E;
  height: 4px;
  width: 25px;
}



.hero--tier-1 {
  position: relative;
  min-height: 555px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .hero--tier-1:not(.hero--no-overlay) .hero__background:before {
    position: relative;
    z-index: 1;
  }
}
.hero--tier-1:not(.hero--no-overlay) .hero__background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=1 );
}
@media (min-width: 768px) {
  .hero--tier-1 {
    min-height: 360px;
  }
}
@media (max-width: 767.98px) {
  .hero--tier-1:before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    background: transparent url("oia/resources/decorations/double-slashes-yellow.svg") no-repeat scroll center top;
    width: 212px;
    height: 19px;
  }
}
.hero--tier-1 .hero__background {
  position: absolute;
  width: 100%;
  min-height: 555px;
  z-index: -1;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .hero--tier-1 .hero__background {
    min-height: 360px;
  }
  .hero--tier-1 .hero__background:before {
    display: block;
    content: "";
    background: transparent url("oia/resources/decorations/slashes-yellow.svg") no-repeat scroll center top;
    width: 26px;
    height: 230px;
    margin-top: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .hero--tier-1 .hero__content {
    min-height: 360px;
    width: 55%;
  }
  .hero--tier-1 .hero__image {
    width: 45%;
  }
}
.hero--tier-1 .hero__title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AF1F8E), color-stop(7%, #AF1F8E), color-stop(0%, transparent));
  background-image: linear-gradient(to bottom, #AF1F8E 0, #AF1F8E 7%, transparent 0%);
  background-position-y: -0.09571em;
  background-repeat: repeat;
  background-size: 1px 1.271428em;
  line-height: 1.299999em;
  color: #ffffff;
  font-family: "GT Haptik", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  padding-right: 0.25em;
  padding-bottom: 0.6em;
  letter-spacing: 0.0002em;
  font-size: 2.6666666667rem;
}
@media (min-width: 768px) {
  .hero--tier-1 .hero__title {
    font-size: 4.6666666667rem;
  }
}
@media (max-width: 767.98px) {
  .hero--tier-1 .hero__title {
    margin-right: -15px;
  }
}
.hero--tier-1 .hero__description {
  background-color: #ffffff;
  font-family: "GT Haptik", sans-serif;
  font-size: 0.9333333333rem;
  font-weight: 400;
  color: #231f20;
  letter-spacing: 0.0357144em;
  line-height: 1.71429em;
}
@media (min-width: 768px) {
  .hero--tier-1 .hero__description {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02666666em;
    line-height: 1.866667em;
  }
}
@media (max-width: 767.98px) {
  .hero--tier-1 .hero__description {
    position: relative;
    margin-top: -50px;
    z-index: 0;
  }
  .hero--tier-1 .hero__description:after, .hero--tier-1 .hero__description:before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 85px;
    height: 97px;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center center;
    z-index: -1;
  }
  .hero--tier-1 .hero__description:after {
    background-image: none;
    background-color: white;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.hero--tier-1 .hero__image {
  position: relative;
}
.hero--tier-1 .hero__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hero--tier-1 .hero__image:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 157px;
    height: 179px;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center center;
  }
}
@media (max-width: 767.98px) {
  .hero--tier-1 .hero__image {
    margin-left: -15px;
    margin-right: -15px;
  }
}



.hero--areas-of-excellence {
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  position: relative;
}
.hero--areas-of-excellence:after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(1, 6, 21, 0.6)), to(rgba(1, 2, 9, 0)));
  background-image: linear-gradient(270deg, rgba(1, 6, 21, 0.6) 0%, rgba(1, 2, 9, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hero--areas-of-excellence .hero__wrapper {
  background-size: cover;
}
.hero--areas-of-excellence .container {
  max-width: 1110px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero--areas-of-excellence .hero__pre-title {
  color: #ffffff;
  font-family: "GT Haptik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.43px;
}
@media (min-width: 768px) {
  .hero--areas-of-excellence .hero__pre-title {
    padding-left: 17%;
  }
}
.hero--areas-of-excellence .hero__title-wrapper {
  color: #ffffff;
  font-family: "GT Haptik", sans-serif;
  font-size: 2.6666666667rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-right: -20px;
  padding-bottom: 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AF1F8E), color-stop(7%, #AF1F8E), color-stop(0%, transparent));
  background-image: linear-gradient(to bottom, #AF1F8E 0, #AF1F8E 7%, transparent 0%);
  background-position-y: -0.11em;
  background-repeat: repeat;
  background-size: 1px 1.5em;
  line-height: 1.5;
}
.hero--areas-of-excellence .hero__title-wrapper .hero__title {
  color: #ffffff;
  font-family: "GT Haptik", sans-serif;
  font-size: 2.6666666667rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 1130px) {
  .hero--areas-of-excellence .hero__title-wrapper .hero__title {
    font-size: 4.6666666667rem;
  }
}
@media (min-width: 768px) {
  .hero--areas-of-excellence .hero__title-wrapper {
    border-width: 8px;
    margin-right: -50px;
    padding-left: 17%;
  }
  .hero--areas-of-excellence .hero__title-wrapper .hero__title {
    padding-right: 50px;
  }
}
@media (min-width: 1130px) {
  .hero--areas-of-excellence .hero__title-wrapper {
    font-size: 4.6666666667rem;
  }
}
.hero--areas-of-excellence .hero__image {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .hero--areas-of-excellence .hero__image {
    position: absolute;
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .hero--areas-of-excellence .hero__image {
    height: 230px;
    overflow: hidden;
  }
}
.hero--areas-of-excellence .hero__image img {
  height: auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero--areas-of-excellence .hero__image img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.hero--areas-of-excellence .hero__image__tag {
  color: white;
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  font-size: 2.1333333333rem;
  left: 0;
  bottom: -1px;
  right: -1px;
  text-align: left;
  padding: 3em 0 0.8em 1em;
  position: absolute;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  
  
  
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.38) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#54000000",GradientType=0 );
  
}
.hero--areas-of-excellence .hero__content {
  background-image: url("oia/resources/decorations/grid-lines-yellow-desktop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero--areas-of-excellence .hero__content {
    min-height: 512px;
  }
}
@media (max-width: 767.98px) {
  .hero--areas-of-excellence .hero__content {
    background-image: url("oia/resources/decorations/grid-lines-yellow-mobile.svg");
    background-size: cover;
  }
  .hero--areas-of-excellence .hero__content:before, .hero--areas-of-excellence .hero__content:after {
    border-bottom: 1px solid rgba(255, 255, 0, 0.25);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
  }
  .hero--areas-of-excellence .hero__content:before {
    top: 0;
  }
  .hero--areas-of-excellence .hero__content:after {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .hero--areas-of-excellence.hero--areas-of-excellence--detail .hero__content {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .hero--areas-of-excellence .hero__inner {
    margin-left: auto;
    width: 55%;
  }
}
.hero--areas-of-excellence .hero__description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.34px;
  line-height: 26px;
}
.hero--areas-of-excellence .hero__description a {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hero--areas-of-excellence .hero__description {
    font-size: 18px;
    padding-left: 27%;
  }
}



.hero--impactful .hero__background-wrapper {
  overflow: hidden;
  position: relative;
}
.hero--impactful .hero__background-wrapper:before {
  background-color: rgba(0, 3, 14, 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .hero--impactful .hero__wrapper {
    max-width: 75%;
  }
}
.hero--impactful .hero__container {
  max-width: 1110px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.hero--impactful .hero__pre-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.43px;
  line-height: 28px;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-top: 1.3rem;
}
.hero--impactful .hero__pre-title a {
  color: #ffffff;
  text-decoration: underline;
}
.hero--impactful .hero__title {
  color: #ffffff;
  font-family: "GT Haptik", sans-serif;
  font-size: 2.6666666667rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  margin-left: -1000px;
  padding-bottom: 0.1em;
  padding-left: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AF1F8E), color-stop(7%, #AF1F8E), color-stop(0%, transparent));
  background-image: linear-gradient(to bottom, #AF1F8E 0, #AF1F8E 7%, transparent 0%);
  background-position-y: -0.09571em;
  background-repeat: repeat;
  background-size: 1px 1.271428em;
  line-height: 1.299999em;
}
.hero--impactful .hero__title a {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 1130px) {
  .hero--impactful .hero__title {
    font-size: 4.6666666667rem;
  }
}
.hero--impactful .hero__button.btn-white {
  background-color: rgba(0, 0, 0, 0.26);
}
@media (min-width: 576px) {
  .hero--impactful .hero__button.btn-white {
    display: inline-block;
  }
}



.hero--l1 {
  position: relative;
  overflow: hidden;
  background-color: #152655;
}
@media only screen and (max-width: 1310px) and (min-width: 1280px), only screen and (max-width: 1178px) and (min-width: 1130px), only screen and (max-width: 845px) and (min-width: 768px) {
  .hero--l1 {
    padding-left: 45px;
  }
}
.hero--l1 .hero__background {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}
.hero--l1:not(.hero--light) .prefix .prefix__text {
  color: #ffffff;
}
.hero--l1 .hero__title {
  color: #ffffff;
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: 0.0002em;
  font-size: 2.6666666667rem;
  line-height: 1;
}
@media (min-width: 1130px) {
  .hero--l1 .hero__title {
    font-size: 4.6666666667rem;
  }
}
.hero--l1 .hero__image {
  position: relative;
}
.hero--l1 .hero__image img {
  width: 100%;
  height: auto;
}
.hero--l1.hero--light .hero__background {
  background-image: url("oia/resources/backgrounds/marble_white_lg.jpg");
}
.hero--l1.hero--light .hero__title {
  color: #4678BC;
}
.hero--l1.hero--dark .hero__background {
  background-image: url("oia/resources/backgrounds/marble_blue_lg.jpg");
}
.hero--l1.hero--dark .btn-cta.btn-red:not(.btn-solid) a {
  color: #ffffff;
}
@media (min-width: 1130px) {
  .hero--l1.hero--smaller-title .hero__title {
    font-size: 3.6666666667rem;
  }
}
.hero--l1.hero--overlay:before {
  z-index: 2;
}
.hero--l1.hero--overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  
  
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), color-stop(36%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 36%, rgba(0, 0, 0, 0.2) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#73000000", endColorstr="#00000000",GradientType=1 );
  
}
.hero--l1.hero--overlay .hero__container {
  position: relative;
  z-index: 1;
}



.hero--video {
  overflow: hidden;
  position: relative;
}
.hero--video:not(.hero--no-overlay):before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), color-stop(62%, rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .hero--video:not(.hero--no-overlay):before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(53%, rgba(0, 0, 0, 0.42)), color-stop(89%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 53%, rgba(0, 0, 0, 0) 89%);
  }
}
.hero--video .hero__wrapper {
  position: relative;
  padding: 177px 25px 197px;
}
@media (min-width: 768px) {
  .hero--video .hero__wrapper {
    padding: 125px 135px;
  }
}
.hero--video .hero__wrapper .container {
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero--video .hero__video, .hero--video .hero__video video {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: auto;
  
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .hero--video .hero__video, .hero--video .hero__video video {
    height: 100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) and (-ms-ime-align: auto) {
  .hero--video .hero__video, .hero--video .hero__video video {
    height: auto;
  }
}
.hero--video .hero__video .vjs-poster {
  background-size: cover;
}
.hero--video .hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 0;
  padding: 0;
  background: none no-repeat scroll center center;
  background-size: cover;
}
.hero--video .hero__title, .hero--video .hero__title a {
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1.2;
  max-width: 800px;
  top: 40%;
}
@media (min-width: 768px) {
  .hero--video .hero__title, .hero--video .hero__title a {
    font-size: 70px;
    letter-spacing: 0.75px;
    top: 0;
  }
}
@media (min-width: 1130px) {
  .hero--video .hero__title, .hero--video .hero__title a {
    top: auto;
  }
}
.hero--video.hero--has-title-underline .hero__wrapper > .container {
  max-width: 1110px;
}
@media (min-width: 768px) {
  .hero--video.hero--has-title-underline .hero__inner-wrapper {
    max-width: 75%;
  }
}
.hero--video.hero--has-title-underline .hero__title {
  max-width: none;
  letter-spacing: 0.02em;
  margin-left: -1000px;
  padding-bottom: 0.1em;
  padding-left: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AF1F8E), color-stop(7%, #AF1F8E), color-stop(0%, transparent));
  background-image: linear-gradient(to bottom, #AF1F8E 0, #AF1F8E 7%, transparent 0%);
  background-position-y: -0.09571em;
  background-repeat: repeat;
  background-size: 1px 1.271428em;
  line-height: 1.299999em;
}
.hero--video .hero__play-video-modal {
  display: block;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 0.8666666667rem;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 18px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  height: 75px;
  cursor: pointer;
}
.hero--video .hero__play-video-modal:hover, .hero--video .hero__play-video-modal:focus {
  border: none;
}
.hero--video .hero__play-video-modal:hover .hero__play-icon, .hero--video .hero__play-video-modal:focus .hero__play-icon {
  border-width: 6px;
}
.hero--video .hero__play-video-modal:focus {
  outline-offset: 10px;
  outline-width: thin;
}
.hero--video .hero__play-icon {
  height: 70px;
  width: 70px;
  border: 3px #fff solid;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-transition: border-width 0.25s;
  transition: border-width 0.25s;
}
.hero--video .hero__play-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.hero--video .video-playpause {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (min-width: 768px) {
  .hero--video--compact .hero__title, .hero--video--compact .hero__title a {
    letter-spacing: 0.25px;
    line-height: 1;
  }
}
.hero--video--compact .hero__wrapper {
  padding-top: 98px;
  padding-bottom: 98px;
}
@media (min-width: 768px) {
  .hero--video--compact .hero__wrapper {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .breadcrumb ~ .iparsys .hero--video--compact .hero__wrapper {
    padding-top: 70px;
  }
}
.hero--video--compact .hero__play-icon {
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
.hero--video--compact .hero__play-icon:after {
  border-width: 6px 0 6px 11px;
}
.hero--video--compact .hero__play-video-modal {
  margin-top: 15px;
  height: 50px;
}
.hero--video--compact .hero__play-video-modal:hover .hero__play-icon, .hero--video--compact .hero__play-video-modal:focus .hero__play-icon {
  border-width: 4px;
}
.hero--video--compact .hero__inner-wrapper {
  min-height: 204px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .hero--video--compact .hero__inner-wrapper {
    min-height: 284px;
  }
}
@media (min-width: 768px) {
  .hero--video.hero--smaller-title .hero__title, .hero--video.hero--smaller-title .hero__title a {
    font-size: 45px;
  }
}
.hero--video .hero__buttons .btn-cta.btn-white {
  background-color: rgba(0, 0, 0, 0.26);
}

.hero--has-overlap.hero--video .video-playpause {
  bottom: 70px;
}



@media all {
  .alert {
    overflow: hidden;
    color: #ffffff;
    font-size: 1.0666666667rem;
    font-weight: 500;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1360px) {
  .alert {
    padding-left: 4.6666666667rem;
  }
}
@media (max-width: 767.98px) {
  .alert {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 768px) {
  .alert:before {
    content: "";
    width: 1.3333333333rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 1px;
    border-color: #ece819;
    border-style: solid;
    position: absolute;
    top: -3.7333333333rem;
    height: 10rem;
    left: 0.1333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .alert:before {
    width: 1.6666666667rem;
    left: 2rem;
  }
}
@media all {
  .alert:after {
    content: "";
    width: 0;
    border-width: 0 1px 0 0;
    border-color: #ece819;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  .alert:after {
    right: -0.3333333333rem;
    height: 7.4666666667rem;
    bottom: -2rem;
    width: 1.3333333333rem;
    border-width: 0 1px;
  }
}
@media (min-width: 768px) {
  .alert:after {
    left: 2.0666666667rem;
    top: -4.6666666667rem;
    height: 14.6666666667rem;
  }
}
@media (min-width: 768px) and (min-width: 1460px) {
  .alert:after {
    left: 5rem;
  }
}
@media all {
  .alert a {
    color: #ffffff;
    display: inline-block;
    position: relative;
  }
  .alert a:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
  }
  .alert a:hover {
    text-decoration: none;
  }
}
@media all {
  .alert .text {
    margin-bottom: 0;
  }
  .alert .text p:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
@media all {
  .alert .text:last-of-type {
    margin-bottom: 0;
  }
}
@media all {
  .js .alert {
    display: none;
  }
}
@media all {
  .alert--inline-header .text h1, .alert--inline-header .text h2, .alert--inline-header .text h3, .alert--inline-header .text h4, .alert--inline-header .text h5, .alert--inline-header .text h6 {
    margin-bottom: 0.4rem;
  }
  .alert--inline-header .text h1:first-child, .alert--inline-header .text h2:first-child, .alert--inline-header .text h3:first-child, .alert--inline-header .text h4:first-child, .alert--inline-header .text h5:first-child, .alert--inline-header .text h6:first-child {
    padding-right: 0.7rem;
    float: left;
    line-height: 0.9;
    margin-bottom: 0;
  }
}
@media all {
  .alert--emergency {
    background-color: #2B0906;
    border-bottom: 3px solid #e53e30;
  }
  .alert--emergency .text h1, .alert--emergency .text h2, .alert--emergency .text h3, .alert--emergency .text h4, .alert--emergency .text h5, .alert--emergency .text h6 {
    color: #F34233;
  }
  .alert--emergency:before, .alert--emergency:after {
    border-color: #e53e30;
  }
}
@media all {
  .alert-warning {
    background-color: #252406;
    border-bottom: 3px solid #ece819;
  }
  .alert-warning .text h1, .alert-warning .text h2, .alert-warning .text h3, .alert-warning .text h4, .alert-warning .text h5, .alert-warning .text h6 {
    color: #ece819;
  }
  .alert-warning:before, .alert-warning:after {
    border-color: #ece819;
  }
}
@media all {
  .alert-info {
    background-color: #08102e;
    border-bottom: 3px solid #59b7df;
  }
  .alert-info .text h1, .alert-info .text h2, .alert-info .text h3, .alert-info .text h4, .alert-info .text h5, .alert-info .text h6 {
    color: #59b7df;
  }
  .alert-info:before, .alert-info:after {
    border-color: #AEDDF2;
  }
}
@media all {
  .alert-dismissible .close {
    position: absolute;
    background-image: url("oia/resources/icons/icon-alert-close-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    padding: 1.4rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
  .alert-dismissible .close:hover, .alert-dismissible .close:focus {
    opacity: 0.5;
  }
}

@media all {
  #organisms-areas-of-excellence .sg-pattern-example {
    margin: 20px;
  }

  .aoe {
    background-color: #152655;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .aoe__title {
    font-family: "GT Haptik", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ece819;
    letter-spacing: 0.03333333em;
    line-height: 1.333333em;
    padding: 0;
    margin: 0;
    margin-bottom: 1.25em;
  }
}
@media (min-width: 1130px) {
  .aoe__title {
    margin-bottom: 2em;
  }
}
@media all {
  .aoe__list {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.0374999em;
    line-height: 1.374998em;
  }
  .aoe__list a {
    text-decoration: none;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .aoe__list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 0;
    -webkit-transition: width 0s ease, background 250ms ease;
    transition: width 0s ease, background 250ms ease;
  }
  .aoe__list a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 2px;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .aoe__list a:hover:before {
    width: 100%;
    background: #ffffff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
  }
  .aoe__list a:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media (max-width: 575.98px) {
  .aoe__list {
    font-size: 1.166665rem;
  }
}


.areas-of-excellence-module {
  background-color: #08102e;
  color: #ffffff;
  overflow: hidden;
}
.areas-of-excellence-module > .container {
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .areas-of-excellence-module > .container {
    border-left: 1px solid #1D4585;
    border-right: 1px solid #1D4585;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.areas-of-excellence-module > .container--first {
  border-bottom: 1px solid #1D4585;
  position: relative;
}
@media (max-width: 767.98px) {
  .areas-of-excellence-module > .container--second {
    padding-left: 55px;
  }
}
@media (min-width: 1130px) {
  .areas-of-excellence-module > .container--second:hover .areas-of-excellence-module__sectors__sector:before {
    background-color: #2a302b;
  }
  .areas-of-excellence-module > .container--second:hover .areas-of-excellence-module__sectors__sector__link {
    color: #52586d;
  }
}

.areas-of-excellence-module__intro-text {
  position: relative;
}

.areas-of-excellence-module__intro-text__title, .title .areas-of-excellence-module__intro-text__title {
  color: #ece819;
  font-size: 2.1333333333rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .areas-of-excellence-module__intro-text__title, .title .areas-of-excellence-module__intro-text__title {
    font-size: 2.3333333333rem;
  }
}
.areas-of-excellence-module__intro-text__title:before, .title .areas-of-excellence-module__intro-text__title:before {
  background-color: #ece819;
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 1rem;
  width: 33px;
}
@media (min-width: 768px) {
  .areas-of-excellence-module__intro-text__title:before, .title .areas-of-excellence-module__intro-text__title:before {
    height: 4px;
    width: 44px;
  }
}

.areas-of-excellence-module__intro-text__body {
  color: #ffffff;
  font-family: "museo-sans", sans-serif;
  letter-spacing: 0.4px;
  line-height: 1.6;
}
.areas-of-excellence-module__intro-text__body *:last-child {
  margin-bottom: 0;
}

.areas-of-excellence-module__sectors {
  list-style: none;
  padding: 0;
}

@media (min-width: 576px) {
  .areas-of-excellence-module__sectors__sector:nth-child(odd) {
    padding-right: 50px;
  }
}
.areas-of-excellence-module__sectors__sector.has-tooltip:before {
  background-color: #ece819 !important;
}
.areas-of-excellence-module__sectors__sector:before {
  background-color: #ece819;
  content: "";
  display: block;
  height: 1px;
  left: -18px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform ease 250ms;
  transition: -webkit-transform ease 250ms;
  transition: transform ease 250ms;
  transition: transform ease 250ms, -webkit-transform ease 250ms;
  -webkit-transition: background-color ease 250ms;
  transition: background-color ease 250ms;
  width: 20px;
}
@media (min-width: 768px) {
  .areas-of-excellence-module__sectors__sector:before {
    left: -30px;
    width: 26px;
  }
}

.areas-of-excellence-module__sectors__sector__link {
  display: inline-block;
  color: #ffffff;
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  -webkit-transition: color ease 250ms;
  transition: color ease 250ms;
}
@media (min-width: 768px) {
  .areas-of-excellence-module__sectors__sector__link {
    font-size: 2.2rem;
  }
}
@media (min-width: 1130px) {
  .areas-of-excellence-module__sectors__sector__link {
    font-size: 2.8rem;
  }
}
.has-tooltip .areas-of-excellence-module__sectors__sector__link {
  color: white !important;
}
.areas-of-excellence-module__sectors__sector__link:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .areas-of-excellence-module__sectors__explore-sectors {
    margin-left: -34px;
    margin-top: 8px;
  }
}

.areas-of-excellence-module__sectors__explore-sectors__link {
  color: #ece819;
  display: inline-block;
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  font-size: 1.3333333333rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.areas-of-excellence-module__sectors__explore-sectors__link:hover {
  color: inherit;
  text-decoration: none;
}
.areas-of-excellence-module__sectors__explore-sectors__link:after {
  background-color: #ece819;
  content: "";
  display: block;
  height: 1px;
  margin-top: 2px;
}

@media (max-width: 1129.98px) {
  .tooltip {
    display: none !important;
  }
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  background-color: #ece819;
  height: 1px;
  width: 35px;
}
.tooltip .arrow:before {
  display: none;
}

.bs-tooltip-right {
  left: 26px !important;
  padding-left: 35px;
  top: 1px !important;
}

.bs-tooltip-left {
  left: -19px !important;
  padding-right: 35px;
  top: 1px !important;
}

.tooltip-inner {
  background-color: #08102e;
  border: 1px solid #ece819;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.44px;
  max-width: 365px;
  padding: 20px 30px;
  text-align: left;
}



@media all {
  .list--display-related-links,
.related-links {
    width: 100%;
    font-family: "GT Haptik", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #274ac1;
    letter-spacing: 0.04444445em;
    line-height: 1.333334em;
  }
  .list--display-related-links a,
.related-links a {
    text-decoration: none;
    color: #274ac1;
  }
}
@media (min-width: 1130px) {
  .list--display-related-links,
.related-links {
    font-size: 1.3333333333rem;
    letter-spacing: 0.0500001em;
    line-height: 1.300001em;
  }
  .list--display-related-links a,
.related-links a {
    text-decoration: none;
  }
}
@media all {
  .list--display-related-links .related-link,
.related-links .related-link {
    width: 100%;
  }
}
@media all {
  .list--display-related-links .action-link,
.related-links .action-link {
    width: 100%;
  }
  .list--display-related-links .action-link a,
.related-links .action-link a {
    font-size: 1.2rem;
    color: #1D4585;
  }
}
@media (max-width: 767.98px) {
  .list--display-related-links .action-link a:after,
.related-links .action-link a:after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .list--display-related-links .action-link a:hover:after, .list--display-related-links .action-link a:active:after, .list--display-related-links .action-link a:focus:after,
.related-links .action-link a:hover:after,
.related-links .action-link a:active:after,
.related-links .action-link a:focus:after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media all {
  .list--display-related-links .action-link a:after,
.related-links .action-link a:after {
    color: #AF1F8E;
  }
}
@media all {
  .list--display-related-links,
.list--display-related-links a,
.related-links,
.related-links a {
    display: block;
  }
}
@media all {
  .list--display-related-links a,
.related-links a {
    border-bottom: 1px solid #dfe1df;
    padding: 15px 0;
    -webkit-transition: border-bottom-color ease 250ms;
    transition: border-bottom-color ease 250ms;
  }
}
@media (min-width: 1130px) {
  .list--display-related-links a,
.related-links a {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .list--display-related-links a,
.related-links a {
    padding-right: 38px;
  }
}
@media (max-width: 767.98px) {
  .list--display-related-links a,
.related-links a {
    position: relative;
    padding-right: 40px;
  }
}
@media all {
  .list--display-related-links a:hover, .list--display-related-links a:active, .list--display-related-links a:focus,
.related-links a:hover,
.related-links a:active,
.related-links a:focus {
    border-bottom-color: #59b7df;
  }
}
@media all {
  .container .list--display-related-links .container,
.container .related-links .container {
    padding-left: 0;
    padding-right: 0;
  }
}


@media all {
  .program-info,
.program-info-2 {
    position: relative;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 1.0666666667rem;
  }
}
@media (min-width: 768px) {
  .program-info__container,
.program-info-2__container {
    border-style: solid;
    border-color: #dfe1df;
    border-width: 0 1px 1px 0;
  }
  .program-info:after,
.program-info-2:after {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    border-bottom: 1px solid #dfe1df;
    height: 1px;
    bottom: 0;
  }
}
@media all {
  .program-info__content a,
.program-info-2__content a {
    color: #4678BC;
    text-decoration: none;
  }
  .program-info__content a:hover, .program-info__content a:focus,
.program-info-2__content a:hover,
.program-info-2__content a:focus {
    border-bottom: 1px solid #4678BC;
  }
  .program-info__content h2, .program-info__content h3, .program-info__content h4, .program-info__content h5, .program-info__content h6,
.program-info-2__content h2,
.program-info-2__content h3,
.program-info-2__content h4,
.program-info-2__content h5,
.program-info-2__content h6 {
    margin-bottom: 1.666666em;
    font-family: "GT Haptik", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737777;
    letter-spacing: 0.25em;
    line-height: 1.1em;
    text-transform: uppercase;
  }
}
@media (max-width: 767.98px) {
  .program-info__content,
.program-info-2__content {
    position: relative;
  }
  .program-info__content:before,
.program-info-2__content:before {
    content: "";
    background-color: #dfe1df;
    height: 1px;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
  }
}
@media all {
  .program-info .title--label,
.program-info-2 .title--label {
    margin-bottom: 1.666666em;
  }
}
@media all {
  .program-info__small,
.program-info-2__small {
    margin-bottom: 0.5em;
    font-family: "museo-sans", sans-serif;
    font-size: 0.8666666667rem;
    font-weight: 400;
    color: #08102e;
    letter-spacing: 0.0299999em;
    line-height: 1.99999em;
  }
}
@media all {
  .program-info__ctas .btn-full + .btn-full,
.program-info-2__ctas .btn-full + .btn-full {
    margin-top: 0.5em;
  }
}
@media (max-width: 767.98px) {
  .sub-nav + .program-info,
.sub-nav + .program-info-2 {
    float: left;
    width: 100%;
    margin-top: -43px;
  }
  .sub-nav + .program-info .program-info__ctas,
.sub-nav + .program-info .program-info__content,
.sub-nav + .program-info-2 .program-info__ctas,
.sub-nav + .program-info-2 .program-info__content {
    padding-left: 0;
    padding-right: 0;
  }
  .program-info:not(.program-info--no-divider),
.program-info-2:not(.program-info--no-divider) {
    border-bottom: 1px solid #dfe1df;
    margin-bottom: 1em;
  }
}


.program-info-home__wrapper {
  position: relative;
  z-index: 1;
}
.program-info-home__wrapper .container {
  max-width: 1175px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .program-info-home__wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.program-info-home {
  position: relative;
}
@media (min-width: 768px) {
  .program-info-home:before {
    background: transparent url("oia/resources/decorations/four-lines-red.svg") no-repeat scroll center top;
    content: "";
    height: 55px;
    left: -45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 64px;
    z-index: 1;
  }
}
.program-info-home .program-link__wrapper {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .program-info-home .program-link__wrapper {
    background-color: #ffffff;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.program-info-home .program-link {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .program-info-home .program-link:not(.program-link--blue):nth-child(2) .program-link__wrapper {
    padding-left: 0;
  }
}
.program-info-home .program-link .action-link a {
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  .program-info-home .program-link .action-link a {
    color: #363d3d;
  }
}
@media (max-width: 1129.98px) {
  .program-info-home .program-link .action-link a {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
  }
  .program-info-home .program-link .action-link a:after {
    display: none;
  }
}
@media (max-width: 1129.98px) {
  .program-info-home .program-link .action-link {
    padding-right: 0;
  }
}
.program-info-home .program-link--blue .program-link__wrapper {
  background-color: #4678BC;
  color: #ffffff;
}
.program-info-home .program-link--blue .title.title--label {
  color: inherit;
}
.program-info-home .program-link--blue .action-link a {
  color: #ffffff;
}
.program-info-home .title.title--label {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .program-info-home .title.title--label {
    color: #363d3d;
  }
}



@media all {
  .title {
    padding: 0;
    margin: 0;
  }
  .title h1 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 500;
    color: #4678BC;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 2.1333333333rem;
    margin-bottom: 0.714287em;
  }
}
@media (min-width: 1130px) {
  .title h1 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .title h2 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 500;
    color: #4678BC;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    margin-bottom: 0.6em;
  }
}
@media (min-width: 1130px) {
  .title h2 {
    font-size: 1.6666666667rem;
  }
}
@media all {
  .title h3 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .title h3 {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .title h4 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.1333333333rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .title h4 {
    font-size: 1.2666666667rem;
  }
}
@media all {
  .title h5 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.0666666667rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .title h5 {
    font-size: 1.2rem;
  }
}
@media all {
  .title h6 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .title h6 {
    font-size: 1.1333333333rem;
  }
}
@media all {
  .title:not(:first-child) {
    margin-top: 2.5em;
  }
}
@media all {
  .title--red h1, .title--red h2, .title--red h3, .title--red h4, .title--red h5, .title--red h6 {
    color: #AF1F8E;
  }
}
@media all {
  .title.title--label,
.title.title--label h2, .title.title--label h3, .title.title--label h4, .title.title--label h5, .title.title--label h6 {
    font-family: "GT Haptik", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737777;
    letter-spacing: 0.25em;
    line-height: 1.1em;
    text-transform: uppercase;
  }
}
@media all {
  .title--line h1, .title--line h2, .title--line h3, .title--line h4, .title--line h5, .title--line h6 {
    position: relative;
    padding-top: 20px;
  }
  .title--line h1:before, .title--line h2:before, .title--line h3:before, .title--line h4:before, .title--line h5:before, .title--line h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #59b7df;
    height: 3px;
    width: 30px;
  }
}
@media (min-width: 576px) {
  .title--line h1:before, .title--line h2:before, .title--line h3:before, .title--line h4:before, .title--line h5:before, .title--line h6:before {
    width: 40px;
  }
}
@media all {
  .text-center .title--line h1:before, .text-center .title--line h2:before, .text-center .title--line h3:before, .text-center .title--line h4:before, .text-center .title--line h5:before, .text-center .title--line h6:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media all {
  .title.mb-0 h1, .title.mb-0 h2, .title.mb-0 h3, .title.mb-0 h4, .title.mb-0 h5, .title.mb-0 h6, .title.mb-2 h1, .title.mb-2 h2, .title.mb-2 h3, .title.mb-2 h4, .title.mb-2 h5, .title.mb-2 h6, .title.mb-4 h1, .title.mb-4 h2, .title.mb-4 h3, .title.mb-4 h4, .title.mb-4 h5, .title.mb-4 h6, .title.mb-5 h1, .title.mb-5 h2, .title.mb-5 h3, .title.mb-5 h4, .title.mb-5 h5, .title.mb-5 h6, .title.mb-6 h1, .title.mb-6 h2, .title.mb-6 h3, .title.mb-6 h4, .title.mb-6 h5, .title.mb-6 h6 {
    margin-bottom: 0;
  }
}
@media all {
  html.aem-AuthorLayer-Edit .title.screen-reader-only {
    opacity: 0.5;
  }
}
@media all {
  html:not(.aem-AuthorLayer-Edit) .title.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}


@media all {
  .text,
.cmp-text {
    font-family: "museo-sans", sans-serif;
    margin: 0;
    padding: 0;
  }
  .text:not(:last-child),
.cmp-text:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .text h1,
.cmp-text h1 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 500;
    color: #4678BC;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 2.1333333333rem;
    margin-bottom: 0.714287em;
  }
}
@media (min-width: 1130px) {
  .text h1,
.cmp-text h1 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .text h2,
.cmp-text h2 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 500;
    color: #4678BC;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    margin-bottom: 0.6em;
  }
}
@media (min-width: 1130px) {
  .text h2,
.cmp-text h2 {
    font-size: 1.6666666667rem;
  }
}
@media all {
  .text h3,
.cmp-text h3 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .text h3,
.cmp-text h3 {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .text h4,
.cmp-text h4 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.1333333333rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .text h4,
.cmp-text h4 {
    font-size: 1.2666666667rem;
  }
}
@media all {
  .text h5,
.cmp-text h5 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.0666666667rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .text h5,
.cmp-text h5 {
    font-size: 1.2rem;
  }
}
@media all {
  .text h6,
.cmp-text h6 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #1D4585;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1130px) {
  .text h6,
.cmp-text h6 {
    font-size: 1.1333333333rem;
  }
}
@media all {
  .text p,
.cmp-text p {
    margin-bottom: 1.5em;
    line-height: 1.73333em;
    letter-spacing: 0.02666664em;
  }
}
@media all {
  .text > *:last-child,
.cmp-text > *:last-child {
    margin-bottom: 0;
  }
}
@media all {
  .text > .container > *:last-child,
.cmp-text > .container > *:last-child {
    margin-bottom: 0;
  }
}
@media all {
  .text ul,
.cmp-text ul {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .text ul li,
.cmp-text ul li {
    font-family: "museo-sans", sans-serif;
    position: relative;
    padding-left: 35px;
    list-style-type: none;
  }
  .text ul li:not(:last-child),
.cmp-text ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .text ul li ul,
.cmp-text ul li ul {
    margin-top: 1em;
  }
  .text ul li ul li:not(:last-child),
.cmp-text ul li ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .text ul li,
.cmp-text ul li {
    padding-left: 40px;
  }
}
@media all {
  .text ul li:before,
.cmp-text ul li:before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #59b7df;
    position: absolute;
    left: 0;
    top: 9px;
  }
}
@media (min-width: 768px) {
  .text ul li:before,
.cmp-text ul li:before {
    width: 20px;
  }
}
@media all {
  .text ol,
.cmp-text ol {
    counter-reset: item;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .text ol > li,
.cmp-text ol > li {
    font-family: "museo-sans", sans-serif;
    counter-increment: item;
    padding-left: 37px;
    list-style-type: none;
    position: relative;
  }
}
@media (min-width: 768px) {
  .text ol > li,
.cmp-text ol > li {
    padding-left: 40px;
  }
}
@media all {
  .text ol > li:before,
.cmp-text ol > li:before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: -5px;
    text-align: right;
    color: #dd3eb8;
    font-size: 1.6666666667rem;
    font-weight: 300;
  }
}
@media all {
  .text ol > li:not(:last-child),
.cmp-text ol > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .text ol > li:not(:last-child),
.cmp-text ol > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media all {
  .text--intro p,
.cmp-text--intro p {
    font-size: 1.13333em;
  }
}
@media all {
  .text--dark, .text--dark-with-yellow-text,
.cmp-text--dark,
.cmp-text--dark-with-yellow-text {
    background-color: #08102e;
    color: white;
    padding: 3rem;
  }
  .text--dark h1, .text--dark h2, .text--dark h3, .text--dark h4, .text--dark h5, .text--dark h6,
.text--dark .h1, .text--dark .h2, .text--dark .h3, .text--dark .h4, .text--dark .h5, .text--dark .h6, .text--dark-with-yellow-text h1, .text--dark-with-yellow-text h2, .text--dark-with-yellow-text h3, .text--dark-with-yellow-text h4, .text--dark-with-yellow-text h5, .text--dark-with-yellow-text h6,
.text--dark-with-yellow-text .h1, .text--dark-with-yellow-text .h2, .text--dark-with-yellow-text .h3, .text--dark-with-yellow-text .h4, .text--dark-with-yellow-text .h5, .text--dark-with-yellow-text .h6,
.cmp-text--dark h1,
.cmp-text--dark h2,
.cmp-text--dark h3,
.cmp-text--dark h4,
.cmp-text--dark h5,
.cmp-text--dark h6,
.cmp-text--dark .h1,
.cmp-text--dark .h2,
.cmp-text--dark .h3,
.cmp-text--dark .h4,
.cmp-text--dark .h5,
.cmp-text--dark .h6,
.cmp-text--dark-with-yellow-text h1,
.cmp-text--dark-with-yellow-text h2,
.cmp-text--dark-with-yellow-text h3,
.cmp-text--dark-with-yellow-text h4,
.cmp-text--dark-with-yellow-text h5,
.cmp-text--dark-with-yellow-text h6,
.cmp-text--dark-with-yellow-text .h1,
.cmp-text--dark-with-yellow-text .h2,
.cmp-text--dark-with-yellow-text .h3,
.cmp-text--dark-with-yellow-text .h4,
.cmp-text--dark-with-yellow-text .h5,
.cmp-text--dark-with-yellow-text .h6 {
    color: #ece819;
  }
  .text--dark a, .text--dark-with-yellow-text a,
.cmp-text--dark a,
.cmp-text--dark-with-yellow-text a {
    color: inherit;
    text-decoration: underline;
  }
}
@media all {
  .text--dark-with-yellow-text,
.cmp-text--dark-with-yellow-text {
    color: #ece819;
  }
}
@media all {
  .text--emphasize-bold strong,
.text--emphasize-bold b,
.cmp-text--emphasize-bold strong,
.cmp-text--emphasize-bold b {
    color: #59b7df;
  }
}
@media all {
  .text--light,
.cmp-text--light {
    background-color: #f5f5f5;
    padding: 3rem;
  }
}
@media all {
  .text--bright,
.cmp-text--bright {
    background-color: #AF1F8E;
    color: #ffffff;
    padding: 3rem;
  }
  .text--bright a,
.cmp-text--bright a {
    color: inherit;
    text-decoration: underline;
  }
  .text--bright h2, .text--bright h3, .text--bright h4, .text--bright h5, .text--bright h6,
.cmp-text--bright h2,
.cmp-text--bright h3,
.cmp-text--bright h4,
.cmp-text--bright h5,
.cmp-text--bright h6 {
    color: #ffffff;
  }
  .text--bright ul li:before,
.cmp-text--bright ul li:before {
    background-color: #ffffff;
  }
}
@media all {
  .text--blue,
.cmp-text--blue {
    background-color: #59b7df;
    color: #ffffff;
    padding: 3rem;
  }
  .text--blue h2, .text--blue h3, .text--blue h4, .text--blue h5, .text--blue h6,
.cmp-text--blue h2,
.cmp-text--blue h3,
.cmp-text--blue h4,
.cmp-text--blue h5,
.cmp-text--blue h6 {
    color: #ffffff;
  }
  .text--blue a,
.cmp-text--blue a {
    color: inherit;
    text-decoration: underline;
  }
  .text--blue.text--emphasize-bold strong,
.text--blue.text--emphasize-bold b,
.cmp-text--blue.text--emphasize-bold strong,
.cmp-text--blue.text--emphasize-bold b {
    color: #AF1F8E;
  }
  .text--blue ul li:before,
.cmp-text--blue ul li:before {
    background-color: #ffffff;
  }
}
@media all {
  .text--blue-with-dark-text,
.cmp-text--blue-with-dark-text {
    background-color: #59b7df;
    color: #08102e;
    padding: 3rem;
  }
  .text--blue-with-dark-text h2, .text--blue-with-dark-text h3, .text--blue-with-dark-text h4, .text--blue-with-dark-text h5, .text--blue-with-dark-text h6,
.cmp-text--blue-with-dark-text h2,
.cmp-text--blue-with-dark-text h3,
.cmp-text--blue-with-dark-text h4,
.cmp-text--blue-with-dark-text h5,
.cmp-text--blue-with-dark-text h6 {
    color: #08102e;
  }
  .text--blue-with-dark-text a,
.cmp-text--blue-with-dark-text a {
    color: inherit;
    text-decoration: underline;
  }
  .text--blue-with-dark-text.text--emphasize-bold strong,
.text--blue-with-dark-text.text--emphasize-bold b,
.cmp-text--blue-with-dark-text.text--emphasize-bold strong,
.cmp-text--blue-with-dark-text.text--emphasize-bold b {
    color: #AF1F8E;
  }
  .text--blue-with-dark-text ul li:before,
.cmp-text--blue-with-dark-text ul li:before {
    background-color: #08102e;
  }
}
@media all {
  .text--font-size-md,
.cmp-text--font-size-md {
    font-size: 1.2rem;
  }
  .text--font-size-md h2,
.cmp-text--font-size-md h2 {
    font-size: 2.6666666667rem;
  }
}
@media (min-width: 768px) {
  .text--font-size-md h2,
.cmp-text--font-size-md h2 {
    font-size: 3.6666666667rem;
  }
}
@media all {
  .text--font-size-lg,
.cmp-text--font-size-lg {
    font-size: 1.3333333333rem;
  }
  .text--font-size-lg h2,
.cmp-text--font-size-lg h2 {
    font-size: 2.6666666667rem;
  }
}
@media (min-width: 768px) {
  .text--font-size-lg h2,
.cmp-text--font-size-lg h2 {
    font-size: 4.6666666667rem;
  }
}
@media all {
  .text--font-size-lg p,
.cmp-text--font-size-lg p {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .text--font-size-lg,
.cmp-text--font-size-lg {
    font-size: 1.6rem;
  }
}
@media all {
  .text--font-size-xl,
.cmp-text--font-size-xl {
    font-size: 2.5333333333rem;
  }
  .text--font-size-xl p,
.cmp-text--font-size-xl p {
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .text--font-size-xl,
.cmp-text--font-size-xl {
    font-size: 3.6666666667rem;
  }
}
@media (min-width: 768px) {
  .text--font-size-xl,
.cmp-text--font-size-xl {
    font-size: 4rem;
  }
}
@media (min-width: 1130px) {
  .text--font-size-xl,
.cmp-text--font-size-xl {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .text--narrow-content .container,
.cmp-text--narrow-content .container {
    max-width: 990px;
  }
}


@media all {
  .list ul,
.cmp-list ul {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .list ul li,
.cmp-list ul li {
    font-family: "museo-sans", sans-serif;
    position: relative;
    padding-left: 35px;
    list-style-type: none;
  }
  .list ul li:not(:last-child),
.cmp-list ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .list ul li ul,
.cmp-list ul li ul {
    margin-top: 1em;
  }
  .list ul li ul li:not(:last-child),
.cmp-list ul li ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .list ul li,
.cmp-list ul li {
    padding-left: 40px;
  }
}
@media all {
  .list ul li:before,
.cmp-list ul li:before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #59b7df;
    position: absolute;
    left: 0;
    top: 9px;
  }
}
@media (min-width: 768px) {
  .list ul li:before,
.cmp-list ul li:before {
    width: 20px;
  }
}
@media all {
  .list ol,
.cmp-list ol {
    counter-reset: item;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .list ol > li,
.cmp-list ol > li {
    font-family: "museo-sans", sans-serif;
    counter-increment: item;
    padding-left: 37px;
    list-style-type: none;
    position: relative;
  }
}
@media (min-width: 768px) {
  .list ol > li,
.cmp-list ol > li {
    padding-left: 40px;
  }
}
@media all {
  .list ol > li:before,
.cmp-list ol > li:before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: -5px;
    text-align: right;
    color: #dd3eb8;
    font-size: 1.6666666667rem;
    font-weight: 300;
  }
}
@media all {
  .list ol > li:not(:last-child),
.cmp-list ol > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .list ol > li:not(:last-child),
.cmp-list ol > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  ul.list--2-column,
ul.list--two-column,
.list--2-column.cmp-list ul,
.list.list--2-column ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }

  ul.list--three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
}
@media all {
  ul.list--plain,
.list--plain.cmp-list ul,
.list.list--plain ul {
    padding-left: 0;
  }
  ul.list--plain li,
.list--plain.cmp-list ul li,
.list.list--plain ul li {
    list-style-type: none;
  }
  ul.list--plain li:before,
.list--plain.cmp-list ul li:before,
.list.list--plain ul li:before {
    display: none;
  }
  ul.list--plain > li,
.list--plain.cmp-list ul > li,
.list.list--plain ul > li {
    padding-left: 0 !important;
  }
}
@media all {
  .list.list--primary-font li {
    font-family: "GT Haptik", sans-serif;
  }
}


@media all {
  .image {
    margin-bottom: 5%;
  }
  .image img {
    max-width: 100%;
    height: auto;
  }
  .image .cmp-image__image {
    width: 100%;
  }
  .image--auto-width .cmp-image__image {
    width: auto;
  }
  .image--auto-width.image--left .cmp-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .image--auto-width.image--right .cmp-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .image--auto-width.image--center .cmp-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .image--left .cmp-image {
    margin-right: auto;
  }
  .image--right .cmp-image {
    margin-left: auto;
  }
  .image--center .cmp-image {
    margin-left: auto;
    margin-right: auto;
  }
  .image .cmp-image__title {
    font-family: "museo-sans", sans-serif;
    font-style: italic;
    color: #989c9c;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 13px;
  }
}
@media (min-width: 576px) {
  .image .cmp-image__title {
    margin-top: 17px;
  }
}
@media all {
  .image--decorate .image__wrapper {
    position: relative;
  }
}
@media (min-width: 576px) {
  .image--decorate .image__wrapper {
    margin-right: 15px;
    margin-top: 15px;
  }
  .image--decorate .image__wrapper:before {
    content: "";
    position: absolute;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    right: -15px;
    top: -15px;
    width: 136px;
    height: 156px;
    z-index: -1;
  }
}
@media all {
  .image--decorate .image__wrapper:after,
.image--decorate .image__wrapper .cmp-image__title:before {
    content: "";
    position: absolute;
    height: 10px;
    background-color: #ffffff;
    left: 0;
    right: 0;
  }
}
@media all {
  .image--decorate .image__wrapper:after {
    bottom: 20px;
  }
}
@media (min-width: 576px) {
  .image--decorate .image__wrapper:after {
    bottom: 27px;
  }
}
@media all {
  .image--decorate .image__wrapper .cmp-image__title:before {
    top: -43px;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .image--decorate .image__wrapper .cmp-image__title:before {
    top: -54px;
  }
}
@media all {
  .image--gradient .cmp-image {
    display: table;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.18%, #00a9d9), color-stop(31.82%, #00bcd1), color-stop(55.2%, #39c6a4), color-stop(72.87%, #c7e036), color-stop(85.72%, #efed5c), color-stop(94.27%, #f8f7b6), to(#fbfad6));
    background-image: linear-gradient(to bottom, #00a9d9 1.18%, #00bcd1 31.82%, #39c6a4 55.2%, #c7e036 72.87%, #efed5c 85.72%, #f8f7b6 94.27%, #fbfad6 100%);
    background-size: 100% 100%;
  }
  .image--gradient img {
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 1130px) {
  .image--gradient img {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media all {
  .image--gradient--right img {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 1130px) {
  .image--gradient--right img {
    padding-right: 20px;
  }
}
@media all {
  .image--gradient--bottom .cmp-image {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1.18%, #00a9d9), color-stop(31.82%, #00bcd1), color-stop(55.2%, #39c6a4), color-stop(72.87%, #c7e036), color-stop(85.72%, #efed5c), color-stop(94.27%, #f8f7b6), to(#fbfad6));
    background-image: linear-gradient(to top, #00a9d9 1.18%, #00bcd1 31.82%, #39c6a4 55.2%, #c7e036 72.87%, #efed5c 85.72%, #f8f7b6 94.27%, #fbfad6 100%);
  }
  .image--gradient--bottom img {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 1130px) {
  .image--gradient--bottom img {
    padding-bottom: 20px;
  }
}
@media all {
  .image--gradient .figure-caption,
.image--gradient .cmp-image__title {
    background-color: #fff;
    padding: 20px 30px 15px;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.33;
  }
}
@media (min-width: 1130px) {
  .image--gradient .figure-caption,
.image--gradient .cmp-image__title {
    font-size: 18px;
  }
}
@media all {
  .image--float-right {
    float: right;
    margin-left: 2rem;
  }
  .aem-AuthorLayer-Edit .image--float-right::before {
    content: "* Set to float right *";
  }
}
@media all {
  .image--float-left {
    float: left;
    margin-right: 2rem;
  }
  .aem-AuthorLayer-Edit .image--float-left::before {
    content: "* Set to float left *";
  }
}
@media all {
  .image--float-left, .image--float-right {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 600px) {
  .image--float-left, .image--float-right {
    float: none;
    display: block;
    margin: 0 auto 1em auto;
  }
  .image--float-left .cmp-image, .image--float-right .cmp-image {
    text-align: center;
  }
}
@media all {
  .image--float-left .cmp-image__image, .image--float-right .cmp-image__image {
    width: auto;
  }
}
@media all {
  .aem-AuthorLayer-Edit .image--float-left, .aem-AuthorLayer-Edit .image--float-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .aem-AuthorLayer-Edit .image--float-left::before, .aem-AuthorLayer-Edit .image--float-right::before {
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
  }
}


@media all {
  .contact-info {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .contact-info {
    padding-bottom: 1.5rem;
  }
}
@media all {
  .contact-info :last-child {
    margin-bottom: 0;
  }
}
@media all {
  .contact-info .title--label {
    margin: 0 0 2em 0;
    padding: 0;
  }
}
@media all {
  .contact-info__image {
    margin-bottom: 1rem;
  }
}
@media all {
  .contact-info__name, .contact-info__position {
    margin: 0;
    padding: 0;
    font-family: "museo-sans", sans-serif;
    font-size: 1.0666666667rem;
    font-weight: 500;
    color: #231f20;
    line-height: 1.624998em;
    letter-spacing: 0.0299999em;
  }
}
@media all {
  .contact-info__address {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}
@media all {
  .contact-info__name {
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  .contact-info__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all {
  .contact-info__position:first-child, .contact-info__email:first-child, .contact-info__telephone:first-child {
    padding-top: 0.9375em;
  }
}
@media all {
  .contact-info__email, .contact-info__telephone {
    margin: 0;
    padding: 0;
    font-family: "GT Haptik", sans-serif;
    font-size: 1.0666666667rem;
    font-weight: 500;
    line-height: 1.624998em;
    letter-spacing: 0.0299999em;
    margin-bottom: 9px;
  }
}
@media all {
  .contact-info__email, .contact-info__telephone {
    word-break: break-all;
  }
}
@media all {
  .contact-info .expand-toggle {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .contact-info .expand-toggle {
    display: block;
  }
}
@media (min-width: 768px) {
  .contact-info .collapse {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .contact-info {
    position: relative;
  }
  .contact-info:after {
    content: "";
    background-color: #dfe1df;
    height: 1px;
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: 0;
  }
}
@media all {
  .contact-info--display-theme-2 {
    background: transparent url("oia/resources/backgrounds/marble_grey.jpg") no-repeat scroll 0 0/cover;
    border-bottom: 3px solid #4678BC;
    padding: 2em;
  }
  .contact-info--display-theme-2.contact-info--gradient-bg:after {
    background-image: url("oia/resources/backgrounds/textured-gradient.jpg");
  }
  .contact-info--display-theme-2 .title.title--label {
    margin-bottom: 1.4em;
  }
  .contact-info--display-theme-2 .title.title--label > * {
    color: #AF1F8E;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
  }
  .contact-info--display-theme-2 a {
    color: #1D4585;
  }
  .contact-info--display-theme-2 .contact-info__name,
.contact-info--display-theme-2 .contact-info__position,
.contact-info--display-theme-2 .contact-info__email,
.contact-info--display-theme-2 .contact-info__telephone,
.contact-info--display-theme-2 .contact-info__address {
    font-size: 0.8666666667rem;
  }
  .contact-info--display-theme-2 .contact-info__name {
    font-weight: 500;
  }
  .contact-info--display-theme-2 .contact-info__position {
    font-style: italic;
    padding-top: 0;
  }
  .contact-info--display-theme-2 .contact-info__email {
    margin-top: 0.75em;
    margin-bottom: 0;
  }
}
@media all {
  .contact-info--display-theme-3 {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    padding: 25px 25px 55px 25px;
  }
}
@media (min-width: 576px) {
  .contact-info--display-theme-3 {
    padding: 42px 170px 42px 60px;
  }
}
@media all {
  .contact-info--display-theme-3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: url("oia/resources/backgrounds/marble_blue.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 576px) {
  .contact-info--display-theme-3:after {
    height: 100%;
    width: 170px;
    right: 0;
    left: auto;
    top: 0;
  }
}
@media all {
  .contact-info--display-theme-3.contact-info--gradient-bg:after {
    background-image: url("oia/resources/backgrounds/textured-gradient_sm.jpg");
  }
}
@media all {
  .contact-info--display-theme-3 .title {
    margin: 10px 0 20px 0;
  }
  .contact-info--display-theme-3 .title * {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 1.8666666667rem;
    color: #1D4585;
    line-height: 44px;
  }
}
@media (min-width: 576px) {
  .contact-info--display-theme-3 .title {
    margin: 15px 0 20px 0;
  }
  .contact-info--display-theme-3 .title * {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .contact-info--display-theme-3 [class^=contact-info__] {
    font-family: "museo-sans", sans-serif;
    line-height: 30px;
    font-size: 1.2rem;
  }
}
@media all {
  .contact-info--display-theme-3 .contact-info__email {
    margin-bottom: 0;
  }
}
@media all {
  .contact-info--display-theme-3.contact-info--dark {
    background-color: #152655;
  }
  .contact-info--display-theme-3.contact-info--dark .prefix .prefix__text,
.contact-info--display-theme-3.contact-info--dark .title *,
.contact-info--display-theme-3.contact-info--dark [class^=contact-info__] {
    color: #ffffff;
  }
  .contact-info--display-theme-3.contact-info--dark [class^=contact-info__] a {
    color: #59b7df;
  }
}
@media all {
  .container .contact-info--display-theme-3 .container {
    padding-left: 0;
    padding-right: 0;
  }
}


@media all {
  .action-link {
    margin: 0;
    padding: 0 2.5333333333rem 0 0;
    font-family: "GT Haptik", sans-serif;
    font-size: 1.0666666667rem;
    font-weight: 500;
    letter-spacing: 0.06875em;
    line-height: 1.249999em;
    color: #4678BC;
  }
  .action-link .icon {
    display: inline-block;
    font-size: 1.1em;
    margin-left: 1.19318em;
  }
  .action-link[class*=mb-] {
    margin-bottom: 0;
  }
  .action-link.action-link--button a {
    color: #ffffff;
    background-color: #08102e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0.6em 0.5em;
    line-height: 1.3;
    font-size: 2.1333333333rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .action-link.action-link--button a {
    font-size: 1.6666666667rem;
    margin: 0.4em;
  }
}
@media (min-width: 1130px) {
  .action-link.action-link--button a {
    font-size: 2.3333333333rem;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media all {
  .action-link.action-link--button a:after {
    color: #ece819;
    position: relative;
    padding-left: 0;
    padding-top: 20px;
    display: block;
    font-size: 16px;
  }
}
@media all {
  a.action-link,
.action-link a {
    text-decoration: none;
  }
  a.action-link:after,
.action-link a:after {
    font-family: "Jeff Custom Icons";
    content: "\e80c";
    position: absolute;
    padding-left: 17px;
    font-size: 0.65em;
    color: #AF1F8E;
    -webkit-transition: -webkit-transform ease 250ms;
    transition: -webkit-transform ease 250ms;
    transition: transform ease 250ms;
    transition: transform ease 250ms, -webkit-transform ease 250ms;
  }
  a.action-link:hover:after, a.action-link:focus:after, a.action-link:active:after,
.action-link a:hover:after,
.action-link a:focus:after,
.action-link a:active:after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media all {
  a.action-link.action-link--white,
.action-link.action-link--white a {
    color: #ffffff;
  }
  a.action-link.action-link--white:after,
.action-link.action-link--white a:after {
    color: #ece819;
  }
}
@media all {
  a.action-link.action-link--shuffle,
.action-link.action-link--shuffle a {
    color: #ece819;
    font-size: 1.6666666667rem;
    line-height: 1;
    font-weight: 400;
  }
  a.action-link.action-link--shuffle:after,
.action-link.action-link--shuffle a:after {
    content: url("oia/resources/icons/icon-shuffle.svg");
    color: #ece819;
  }
}
@media all {
  a.action-link.action-link--back,
.action-link.action-link--back a {
    padding-left: 40px;
    display: block;
    position: relative;
  }
  a.action-link.action-link--back:after,
.action-link.action-link--back a:after {
    display: none;
  }
  a.action-link.action-link--back:before,
.action-link.action-link--back a:before {
    font-family: "Jeff Custom Icons";
    content: "\e80c";
    position: absolute;
    padding-left: 17px;
    font-size: 0.65em;
    left: 0;
    color: #59b7df;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    -webkit-transition: -webkit-transform ease 250ms;
    transition: -webkit-transform ease 250ms;
    transition: transform ease 250ms;
    transition: transform ease 250ms, -webkit-transform ease 250ms;
  }
  a.action-link.action-link--back:hover:before, a.action-link.action-link--back:focus:before,
.action-link.action-link--back a:hover:before,
.action-link.action-link--back a:focus:before {
    -webkit-transform: scaleX(-1) translateX(10px);
            transform: scaleX(-1) translateX(10px);
  }
}


@media all {
  .stat .stat__wrapper > div {
    width: 100%;
  }
  .stat .stat__wrapper > div.prefix {
    position: relative;
    margin-bottom: 9px;
  }
  .stat .stat__wrapper > div.prefix:before {
    background-color: #AF1F8E;
    width: 25px;
    height: 4px;
    left: 0;
  }
  .stat .stat__wrapper > div.prefix .prefix__text {
    display: none;
  }
  .stat .stat__wrapper > div.stat__number {
    color: #59b7df;
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 4.8rem;
    font-weight: 700;
  }
  .stat .stat__wrapper > div.stat__content {
    font-family: "museo-sans", sans-serif;
    font-size: 1.0666666667rem;
  }
  .stat.stat--featured .stat__wrapper {
    position: relative;
    background-color: #f5f5f5;
    padding: 2rem;
    margin: 10px;
  }
  .stat.stat--featured .stat__wrapper:before {
    content: "";
    width: 200px;
    height: 100px;
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #4678BC;
    z-index: -1;
  }
}
@media (min-width: 576px) {
  .stat.stat--featured .stat__wrapper {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media all {
  .statistics .stat.stat--featured .stat__wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1129.98px) {
  .statistics .stat.stat--featured .stat__wrapper {
    padding: 1.25rem;
  }
}
@media all {
  .stat.stat--featured .stat__wrapper > div.prefix.prefix--no-text {
    display: none;
  }
  .stat.stat--featured .stat__wrapper > div.prefix:before {
    background-color: #AF1F8E;
    width: 8px;
    height: 8px;
    left: -18px;
  }
}
@media (min-width: 576px) {
  .stat.stat--featured .stat__wrapper > div.prefix {
    margin-left: 25%;
  }
}
@media all {
  .statistics .stat.stat--featured .stat__wrapper > div.prefix {
    margin-left: 0;
    margin-bottom: 9px;
  }
}
@media all {
  .stat.stat--featured .stat__wrapper > div.prefix .prefix__text {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .stat.stat--featured .stat__wrapper > div.prefix {
    display: none;
  }
}
@media all {
  .stat.stat--featured .stat__wrapper > div.stat__number {
    font-size: 4.8rem;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .stat.stat--featured .stat__wrapper > div.stat__number {
    width: 25%;
    padding-right: 2.5rem;
    text-align: right;
    line-height: 1;
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .stat.stat--featured .stat__wrapper > div.stat__number {
    font-size: 3.6666666667rem;
  }
}
@media (min-width: 1130px) {
  .stat.stat--featured .stat__wrapper > div.stat__number {
    font-size: 4.8rem;
  }
}
@media all {
  .statistics .stat.stat--featured .stat__wrapper > div.stat__number {
    text-align: center;
    width: 100%;
    font-size: 2.8rem;
    line-height: initial;
    padding-right: initial;
  }
}
@media all {
  .stat.stat--featured .stat__wrapper > div.stat__content {
    color: #1D4585;
    line-height: 1.46;
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 2.3333333333rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) {
  .stat.stat--featured .stat__wrapper > div.stat__content {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .stat.stat--featured .stat__wrapper > div.stat__content {
    font-size: 2.3333333333rem;
    line-height: 1.25;
  }
}
@media all {
  .statistics .stat.stat--featured .stat__wrapper > div.stat__content {
    width: 100%;
    font-size: 2.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 1129.98px) {
  .statistics .stat.stat--featured .stat__wrapper > div.stat__content {
    font-size: 1.4666666667rem;
  }
}
@media all {
  .statistics--display-theme-3 {
    background-color: #152655;
    position: relative;
  }
}
@media (min-width: 1130px) {
  .statistics--display-theme-3 {
    padding-top: 90px;
    padding-bottom: 75px;
  }
  .statistics--display-theme-3::after {
    content: "";
    width: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(89, 183, 223, 0)), color-stop(13%, rgba(89, 183, 223, 0)), color-stop(13%, rgba(89, 183, 223, 0.5)), color-stop(28%, rgba(89, 183, 223, 0.5)), color-stop(28%, #59b7df), color-stop(87%, #59b7df), color-stop(87%, rgba(89, 183, 223, 0)));
    background-image: linear-gradient(to top, rgba(89, 183, 223, 0) 0%, rgba(89, 183, 223, 0) 13%, rgba(89, 183, 223, 0.5) 13%, rgba(89, 183, 223, 0.5) 28%, #59b7df 28%, #59b7df 87%, rgba(89, 183, 223, 0) 87%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 1129.98px) {
  .statistics--display-theme-3 .statistics__bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100vw;
    opacity: 0.1;
  }
}
@media (min-width: 1130px) {
  .statistics--display-theme-3 .statistics__bg-image-lg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50% - 45px);
    opacity: 0.1;
  }
}
@media all {
  .statistics--display-theme-3,
.statistics--display-theme-3 .prefix .prefix__text,
.statistics--display-theme-3 .section-header__title.title *,
.statistics--display-theme-3 a.btn-cta.btn-red {
    color: #ffffff;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__body,
.statistics--display-theme-3 .statistics__stats {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1130px) {
  .statistics--display-theme-3 .statistics__body,
.statistics--display-theme-3 .statistics__stats {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .statistics--display-theme-3 .statistics__body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 576px) {
  .statistics--display-theme-3 .statistics__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__body .title {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__body .text {
    margin-bottom: 30px;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__body > :not(.statistics__bg-image) {
    z-index: 1;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__body .statistics__bg-image {
    z-index: 0;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__stats .stat .container {
    padding-right: 0;
    padding-left: 0;
  }
  .statistics--display-theme-3 .statistics__stats .stat__number {
    line-height: 4.8rem;
    margin-bottom: 10px;
  }
  .statistics--display-theme-3 .statistics__stats .stat .stat__wrapper > div.stat__content {
    font-size: 0.9333333333rem;
  }
}
@media (min-width: 1130px) {
  .statistics--display-theme-3 .statistics__stats .stat .stat__wrapper > div.stat__content {
    font-size: 0.8666666667rem;
  }
}
@media all {
  .statistics--display-theme-3 .statistics__stats .stat + .stat {
    margin-top: 47px;
  }
}
@media all {
  .statistics--display-theme-2 {
    position: relative;
  }
  .statistics--display-theme-2 .statistics__accent-image-wrapper {
    position: absolute;
    display: none;
  }
}
@media (min-width: 768px) {
  .statistics--display-theme-2 .statistics__accent-image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}
@media all {
  .statistics--display-theme-2 .statistics__accent-image-wrapper::before {
    content: "";
    border: 1px #AF1F8E solid;
    position: absolute;
    top: 20px;
    left: 0;
    right: -10px;
    bottom: 20px;
    z-index: -1;
  }
}
@media all {
  .statistics--display-theme-2 .statistics__accent-image {
    width: 190px;
    height: auto;
  }
}
@media (min-width: 1130px) {
  .statistics--display-theme-2 .statistics__accent-image {
    width: 265px;
  }
}
@media (min-width: 1280px) {
  .statistics--display-theme-2 .statistics__accent-image {
    width: 295px;
  }
}
@media (min-width: 768px) {
  .statistics--display-theme-2 .stat_3 .container {
    padding-top: 0 !important;
  }
}
@media all {
  .statistics--light-blue-marble {
    background-image: url(oia/resources/backgrounds/marble_light_blue.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .statistics--light-blue-marble .statistics__accent-image-wrapper::before {
    border-color: #1D4585;
  }
  .statistics--light-blue-marble .stat .stat__wrapper > div.prefix:before {
    background-color: #ffffff;
  }
  .statistics--light-blue-marble .stat .stat__wrapper > div.stat__number {
    color: #152655;
  }
}


@media all {
  .no-js .text-and-image [data-image] {
    display: none;
  }

  .text-and-image {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .text-and-image .text-and-image__container .row > div:first-child {
    margin-bottom: 1.5rem;
  }
}
@media all {
  .text-and-image .text-and-image__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-and-image .text-and-image__text > *:last-child {
    margin-bottom: 0;
  }
}
@media all {
  .text-and-image .title {
    margin-top: 1rem;
  }
}
@media all {
  .text-and-image .text {
    margin-bottom: 2rem;
  }
  .text-and-image .text:last-child {
    margin-bottom: 0;
  }
}
@media all {
  .text-and-image .image {
    margin-bottom: 0;
  }
}
@media all {
  .text-and-image .btn-cta {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .text-and-image .btn-cta {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .text-and-image .btn-cta {
    margin-right: 1rem;
  }
}
@media all {
  .text-and-image--single-link .text-and-image__text {
    position: relative;
  }
  .text-and-image--single-link .text-and-image__text .action-link a:before,
.text-and-image--single-link .text-and-image__text a.btn-cta:after,
.text-and-image--single-link .text-and-image__text div.btn-cta a:after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all {
  .text-and-image .container-wider {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
@media all {
  .text-and-image .text-and-image__background {
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media all {
  .text-and-image--emphasize-headline .title h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .text-and-image--emphasize-headline .title h2 {
    font-size: 2.5333333333rem;
  }
}
@media (min-width: 1130px) {
  .text-and-image--emphasize-headline .title h2 {
    font-size: 2.8rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-1 .image {
    display: block;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-1 .image {
    margin: 0 12px 0 7px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-1 .image img {
    width: 100%;
  }
}
@media all {
  .text-and-image.text-and-image--theme-1 .image:before {
    content: "";
    position: absolute;
    width: 2.5%;
    top: 0;
    bottom: 0;
    left: 18px;
    background-color: #ffffff;
  }
}
@media all {
  .text-and-image.text-and-image--theme-1 .image:after {
    content: "";
    position: absolute;
    background-color: #ece819;
    z-index: -1;
    width: 68%;
    height: 52%;
    right: -6px;
    bottom: -5px;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-1 .image:after {
    height: 62%;
    right: -14px;
    bottom: -15px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-1 .image .image__wrapper:after {
    content: "";
    width: 8%;
    height: 35%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media all {
  .text-and-image.text-and-image--theme-2 {
    overflow: hidden;
  }
  .text-and-image.text-and-image--theme-2 .text-and-image__background {
    z-index: -2;
    width: 40%;
    right: auto;
    background-position: right center;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-2 .text-and-image__background {
    min-height: 220px;
    left: 0;
    bottom: auto;
    width: 100%;
  }
}
@media all {
  .text-and-image.text-and-image--theme-2 .text-and-image__container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-2 .text-and-image__container {
    border-right: 1px solid #dfe1df;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-2.text-and-image--flip .text-and-image__background {
    right: 0;
    left: auto;
    background-position: left center;
  }
  .text-and-image.text-and-image--theme-2.text-and-image--flip .text-and-image__container {
    border-left: 1px solid #dfe1df;
    border-right: 0 none;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .text-and-image.text-and-image--theme-2.text-and-image--flip .text-and-image__container:after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-2.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-2.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-2.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-3 {
    overflow: hidden;
  }
  .text-and-image.text-and-image--theme-3 .text-and-image__background:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(4, 7, 21, 0.75);
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all {
  .text-and-image.text-and-image--theme-3.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-3.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-3.text-and-image--flip .text-and-image__container {
    border-right: 1px solid #ece819;
  }
}
@media all {
  .text-and-image.text-and-image--theme-3.text-and-image--flip .text-and-image__container:after {
    right: auto;
    left: -36px;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-3.text-and-image--flip .text-and-image__container:after {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__container {
    border-left: 1px solid #ece819;
  }
}
@media all {
  .text-and-image.text-and-image--theme-3 .text-and-image__container {
    position: relative;
  }
}
@media all {
  .text-and-image.text-and-image--theme-3 .prefix:before {
    background-color: #ece819;
  }
  .text-and-image.text-and-image--theme-3 .prefix__text {
    color: #ffffff;
  }
}
@media all {
  .text-and-image.text-and-image--theme-3 .text-and-image__text,
.text-and-image.text-and-image--theme-3 .title h2 {
    color: #ffffff;
  }
}
@media all {
  .text-and-image.text-and-image--theme-3 .text a {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media all {
  .text-and-image.text-and-image--theme-4 {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all {
  .text-and-image.text-and-image--theme-4.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-4.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-4.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
  }
}
@media all {
  .text-and-image.text-and-image--theme-4 .text-and-image__image {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-4 .text-and-image__image {
    height: 240px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-4 .text-and-image__image .image {
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: -30px;
    right: -30px;
    left: -30px;
  }
}
@media (max-width: 575.98px) {
  .text-and-image.text-and-image--theme-4 .text-and-image__image .image {
    right: -7%;
    left: -7%;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-4 .text-and-image__image .image {
    top: -20px;
    bottom: -20px;
    right: 0px;
    left: 0;
  }
}
@media all {
  .text-and-image.text-and-image--theme-4 .text-and-image__container {
    position: relative;
    background-color: #ffffff;
  }
}
@media (max-width: 575.98px) {
  .text-and-image.text-and-image--theme-4 .text-and-image__container {
    width: 88%;
  }
}
@media all {
  .text-and-image.text-and-image--theme-5 .collage-image {
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--1 {
    padding-bottom: 45.66%;
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--1 {
    display: none;
  }
}
@media all {
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--2 {
    width: 100%;
    padding-bottom: 66.17%;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--2 {
    width: 48%;
    padding-bottom: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--2 {
    margin-right: 10px;
    margin-left: 8px;
    position: relative;
  }
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--2:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    width: 113px;
    height: 129px;
    z-index: -1;
  }
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--2:after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    height: 9px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--3 {
    width: 48%;
    padding-bottom: 41%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-5 .collage-image.collage-image--3 {
    display: none;
  }
}
@media all {
  .text-and-image.text-and-image--theme-5.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-5.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-5.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
  }
}
@media all {
  .text-and-image.text-and-image--theme-5 .text-and-image__image {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-5 {
    border-color: #dfe1df;
    border-style: solid;
    border-width: 1px 0;
  }
  .text-and-image.text-and-image--theme-5 .text-and-image__container {
    border-color: #dfe1df;
    border-style: solid;
    border-width: 0 0 0 1px;
  }
  .text-and-image.text-and-image--theme-5 .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-5 .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-5 .collage-image--1 {
    position: relative;
  }
  .text-and-image.text-and-image--theme-5 .collage-image--1:after {
    content: "";
    position: absolute;
    bottom: -85px;
    right: -65px;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    width: 131px;
    height: 149px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-6 .container-wider {
    position: static;
  }
}
@media all {
  .text-and-image.text-and-image--theme-6 .container-wider:after {
    content: "";
    background: transparent url("oia/resources/decorations/four-lines-green-volt.svg") no-repeat scroll center top;
    width: 61px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-6 .container-wider:after {
    top: 34px;
    width: 80px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-6 .text-and-image__background {
    z-index: -2;
    width: 47%;
    left: auto;
    background-position: center top;
  }
  .text-and-image.text-and-image--theme-6 .text-and-image__background:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 74px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-6 .text-and-image__background:before {
    width: 60px;
    height: 162px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-6 .text-and-image__background:after {
    content: "";
    background: transparent url("oia/resources/decorations/four-lines-green-volt.svg") no-repeat scroll center top;
    width: 61px;
    height: 53px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-6 .text-and-image__background:after {
    left: 20px;
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-6 .text-and-image__background {
    min-height: 250px;
    width: 100%;
    position: relative;
  }
}
@media all {
  .text-and-image.text-and-image--theme-6 .text-and-image__container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-6 .text-and-image__container {
    border-color: #dfe1df;
    border-style: solid;
    border-width: 0 0 0 1px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-6.text-and-image--flip .container-wider:after {
    left: 0;
    right: auto;
  }
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__background:before {
    left: auto;
    right: 0;
  }
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__background:after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__background:after {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__text {
    margin-left: 50%;
  }
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__background {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__container {
    border-width: 0 1px 0 0;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-6.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-7 {
    overflow: hidden;
  }
  .text-and-image.text-and-image--theme-7 .text-and-image__background {
    z-index: -2;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-7 .text-and-image__background {
    position: relative;
    min-height: 300px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-7 .text-and-image__text {
    background-color: #ffffff;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-7 .text-and-image__text {
    margin-top: -52px !important;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-7 .text-and-image__text:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -54px;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    width: 281px;
    height: 243px;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-7.text-and-image--flip .text-and-image__text {
    margin-left: 50%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-8 .collage-wrapper {
    display: block !important;
  }
}
@media all {
  .text-and-image.text-and-image--theme-8 .collage-image {
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--1 {
    padding-bottom: 40%;
    width: 44%;
    position: relative;
  }
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--1:after {
    content: "";
    position: absolute;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    left: -10px;
    bottom: -15px;
    width: 132px;
    height: 152px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--1:after {
    top: 51%;
    left: 40%;
    width: 160%;
    height: 130%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--1 {
    width: 47%;
    padding-bottom: 60%;
    float: left;
  }
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--1:after {
    z-index: -1;
  }
}
@media all {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--2 {
    z-index: 0;
    width: 64%;
    padding-bottom: 63%;
    margin-top: -60px;
    margin-right: -8rem;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--2 {
    float: left;
    width: 53%;
    padding-bottom: 50%;
    margin-top: -42px;
    margin-right: -1rem;
    margin-left: 1rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--3 {
    z-index: 0;
    width: 66%;
    padding-bottom: 36.7%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--3 {
    width: 45.3%;
    padding-bottom: 38%;
    float: left;
    margin-top: -4px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--4 {
    width: 48%;
    padding-bottom: 45.5%;
    margin-right: -7rem;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-8 .collage-image.collage-image--4 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__container .row > div:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1130px) {
  .text-and-image.text-and-image--theme-8 .text-and-image__text h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-8.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-8.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-8.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-8 .text-and-image__text, .text-and-image.text-and-image--theme-8.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-8 .text-and-image__image, .text-and-image.text-and-image--theme-8.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: auto;
    margin-bottom: auto;
  }
  .text-and-image.text-and-image--theme-8 .text-and-image__image .collage-wrapper, .text-and-image.text-and-image--theme-8.text-and-image--flip .text-and-image__image .collage-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all {
  .text-and-image.text-and-image--theme-9 .collage-image {
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--1 {
    z-index: 1;
    padding-bottom: 65%;
    width: 74%;
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--1 {
    margin-top: -63px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 58%;
    padding-bottom: 50%;
    margin-right: -56px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--2 {
    z-index: 1;
    width: 61%;
    padding-bottom: 45.5%;
    margin-left: -3rem;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--2 {
    display: none;
  }
}
@media all {
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--3 {
    width: 50%;
    padding-bottom: 36.7%;
    margin-right: -7rem;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 49.6%;
    padding-bottom: 50%;
    margin-right: 12px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--3 {
    z-index: 0;
    position: relative;
  }
  .text-and-image.text-and-image--theme-9 .collage-image.collage-image--3:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 41%;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    width: 150%;
    height: 160%;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-9.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-9.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-9.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__container .row > div:first-child {
    margin-bottom: 0;
  }
  .text-and-image.text-and-image--theme-9 .collage-wrapper {
    position: relative;
  }
  .text-and-image.text-and-image--theme-9 .collage-wrapper:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 57%;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    width: 132px;
    height: 152px;
    z-index: -1;
  }
}
@media (min-width: 1130px) {
  .text-and-image.text-and-image--theme-9 .text-and-image__text h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-9 .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-9 .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: auto;
    margin-bottom: auto;
  }
  .text-and-image.text-and-image--theme-9 .text-and-image__image .collage-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all {
  .text-and-image.text-and-image--theme-10 .image {
    display: block;
    position: relative;
    padding: 15px;
  }
  .text-and-image.text-and-image--theme-10 .image img {
    width: 100%;
  }
  .text-and-image.text-and-image--theme-10 .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    width: 131px;
    height: 149px;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-10 .image {
    padding: 10px;
    margin-top: 17px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-10:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-10:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-10.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-10.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-11 {
    overflow: hidden;
    border-bottom: 1px solid #dfe1df;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-11 {
    border-top: 1px solid #dfe1df;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-11 .container-wider {
    position: relative;
    padding-bottom: 62.28%;
    margin: 2em 1em 0.5em;
  }
}
@media all {
  .text-and-image.text-and-image--theme-11 .text-and-image__background {
    width: 40%;
    right: auto;
    background-position: right center;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-11 .text-and-image__background {
    background-position: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-11 .text-and-image__background {
    margin-top: 4em;
  }
  .text-and-image.text-and-image--theme-11 .text-and-image__background:after {
    content: "";
    position: absolute;
    background: transparent url("oia/resources/decorations/grid-green-volt.svg") no-repeat scroll center top;
    width: 132px;
    height: 152px;
    right: -10px;
    top: -10px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .text-and-image.text-and-image--theme-11 .text-and-image__background:after {
    right: -22px;
    top: -20px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__text {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-11 .text-and-image__container {
    border-width: 0 1px;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media all {
  .text-and-image.text-and-image--theme-11.text-and-image--flip .text-and-image__background:after {
    left: -10px;
    right: auto;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-11.text-and-image--flip .text-and-image__background:after {
    left: -22px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-11.text-and-image--flip .text-and-image__background {
    right: 0;
    left: auto;
    background-position: left center;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-11.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-11.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-11.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-12 {
    position: relative;
    overflow: hidden;
  }
  .text-and-image.text-and-image--theme-12:before {
    content: "";
    position: absolute;
    background: transparent url("oia/resources/decorations/rams-horn_grey.svg") no-repeat scroll 0 0;
    background-size: cover;
    width: 630px;
    height: 712px;
    z-index: -1;
    opacity: 0.75;
    top: -351px;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-12:before {
    top: -294px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-12 .image {
    display: block;
    position: relative;
  }
  .text-and-image.text-and-image--theme-12 .image img {
    width: 100%;
  }
  .text-and-image.text-and-image--theme-12 .image:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    border: 1px solid #AF1F8E;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-12 .image:before {
    left: -11px;
    right: -11px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-12 .image {
    padding: 10px;
    margin-top: 17px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-12:not(.text-and-image--flip):before {
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
    left: -300px;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-12:not(.text-and-image--flip):before {
    left: -350px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-12:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all {
  .text-and-image.text-and-image--theme-12:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all {
  .text-and-image.text-and-image--theme-12.text-and-image--flip:before {
    -webkit-transform: scaleX(-1) rotate(16deg);
            transform: scaleX(-1) rotate(16deg);
    right: -300px;
  }
}
@media (min-width: 576px) {
  .text-and-image.text-and-image--theme-12.text-and-image--flip:before {
    right: -350px;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-12.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-12.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13 {
    overflow: hidden;
  }
  .text-and-image.text-and-image--theme-13 .container-wider {
    border-width: 10px 0 0 0;
    border-color: #59b7df;
    border-style: solid;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-13 .container-wider {
    border-color: #4678BC;
    border-width: 0 0 0 20px;
  }
  .text-and-image.text-and-image--theme-13 .container-wider:before {
    content: "";
    position: absolute;
    height: 115px;
    width: 20px;
    bottom: 0;
    background-color: rgba(89, 183, 223, 0.75);
    z-index: 1;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13 .text-and-image__background {
    z-index: 0;
    width: 40%;
    right: auto;
    background-position: right center;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-13 .text-and-image__background {
    min-height: 220px;
    left: 0;
    bottom: auto;
    width: 100%;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13 .image__sliver {
    width: 50px;
    position: absolute;
    top: 4rem;
    bottom: 4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-13:not(.text-and-image--flip) .container-wider:before {
    left: 0;
  }
  .text-and-image.text-and-image--theme-13:not(.text-and-image--flip) .image__sliver {
    right: 0;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-13.text-and-image--flip .container-wider {
    border-width: 0 20px 0 0;
  }
  .text-and-image.text-and-image--theme-13.text-and-image--flip .container-wider:before {
    right: 0;
  }
  .text-and-image.text-and-image--theme-13.text-and-image--flip .text-and-image__background {
    right: 0;
    left: auto;
    background-position: left center;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .text-and-image.text-and-image--theme-13.text-and-image--flip .text-and-image__container:after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-13.text-and-image--flip .image__sliver {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-13.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text-and-image.text-and-image--theme-13.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .text-and-image.text-and-image--theme-13.text-and-image--flip .text-and-image__container .row > div:first-child {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13.text-and-image--dark .container-wider {
    background-color: #152655;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-13.text-and-image--dark .container-wider {
    border-color: #59b7df;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13.text-and-image--dark .prefix .prefix__text {
    color: #ffffff;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13.text-and-image--dark .text-and-image__text,
.text-and-image.text-and-image--theme-13.text-and-image--dark .title h2 {
    color: #ffffff;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13.text-and-image--dark .text a {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13.text-and-image--dark .btn-cta.btn-red a {
    color: #ffffff;
  }
}
@media all {
  .text-and-image.text-and-image--theme-13.text-and-image--bg-image-overlay .text-and-image__background {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .text-and-image.text-and-image--theme-13.text-and-image--bg-image-overlay .text-and-image__background:before, .text-and-image.text-and-image--theme-13.text-and-image--bg-image-overlay .text-and-image__background:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: auto;
    bottom: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .text-and-image.text-and-image--theme-13.text-and-image--bg-image-overlay .text-and-image__background:before {
    mix-blend-mode: screen;
    background-color: #152655;
  }
  .text-and-image.text-and-image--theme-13.text-and-image--bg-image-overlay .text-and-image__background:after {
    mix-blend-mode: multiply;
    background-color: #4678BC;
  }
}
@media all {
  .text-and-image.text-and-image--theme-14 {
    overflow: hidden;
    position: relative;
  }
  .text-and-image.text-and-image--theme-14:before {
    content: "";
    position: absolute;
    background-color: #4678BC;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-14:before {
    height: 10px;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-14:before {
    width: 20px;
    top: 0;
    bottom: 0;
  }
}
@media all {
  .text-and-image.text-and-image--theme-14 .text-and-image__background {
    z-index: -2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media all {
  .text-and-image.text-and-image--theme-14 .title h2 {
    color: #1D4585;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-14 .title h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-14 .text {
    font-size: 1.0666666667rem;
  }
}
@media all {
  .text-and-image.text-and-image--theme-14.text-and-image--light .text-and-image__background {
    background-image: url("oia/resources/backgrounds/marble_white_lg.jpg");
  }
  .text-and-image.text-and-image--theme-14.text-and-image--light .btn-cta.btn-red > a {
    background-color: #ffffff;
  }
  .text-and-image.text-and-image--theme-14.text-and-image--light .btn-cta.btn-red > a:hover, .text-and-image.text-and-image--theme-14.text-and-image--light .btn-cta.btn-red > a:focus {
    background-color: #AF1F8E;
  }
}
@media all {
  .text-and-image.text-and-image--theme-14.text-and-image--dark .text-and-image__background {
    background-image: url("oia/resources/backgrounds/marble_blue_lg.jpg");
  }
  .text-and-image.text-and-image--theme-14.text-and-image--dark .title h2,
.text-and-image.text-and-image--theme-14.text-and-image--dark .text,
.text-and-image.text-and-image--theme-14.text-and-image--dark .prefix .prefix__text {
    color: #ffffff;
  }
  .text-and-image.text-and-image--theme-14.text-and-image--dark .btn-cta.btn-red > a {
    color: #ffffff;
  }
}
@media all {
  .text-and-image.text-and-image--theme-14 .prefix {
    padding-left: 0;
  }
  .text-and-image.text-and-image--theme-14 .prefix:before {
    display: none;
  }
}
@media all {
  .no-js .text-and-image.text-and-image--theme-15 .text-and-image__play-button {
    display: none !important;
  }
}
@media all {
  .text-and-image.text-and-image--theme-15 {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-15 .text-and-image__background {
    z-index: -2;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-15 .text-and-image__background {
    position: relative;
    min-height: 300px;
  }
}
@media all {
  .text-and-image.text-and-image--theme-15 .text-and-image__text {
    background-color: #ffffff;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .text-and-image.text-and-image--theme-15 .text-and-image__text {
    margin-top: -52px !important;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-15 .text-and-image__text:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 370px;
    height: 130px;
    z-index: -1;
  }
}
@media all {
  .text-and-image.text-and-image--theme-15 .text-and-image__container {
    position: relative;
    z-index: 2;
  }
}
@media all {
  .text-and-image.text-and-image--theme-15 .text-and-image__play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .text-and-image.text-and-image--theme-15 .text-and-image__play-button .text-and-image__play-button__anchor {
    padding: 3rem;
    position: relative;
    z-index: 3;
    font-size: 65px;
    color: #ffffff;
    text-decoration: none;
  }
  .text-and-image.text-and-image--theme-15 .text-and-image__play-button .text-and-image__play-button__anchor .icon-button-play:before {
    border: 3px solid transparent;
    border-radius: 50%;
    width: 70px;
    height: 70px;
  }
  .text-and-image.text-and-image--theme-15 .text-and-image__play-button .text-and-image__play-button__anchor:hover .icon-button-play:before, .text-and-image.text-and-image--theme-15 .text-and-image__play-button .text-and-image__play-button__anchor:focus .icon-button-play:before {
    border-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-15 .title h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-15 .text {
    font-size: 1.0666666667rem;
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-15:not(.text-and-image--flip) .text-and-image__play-button .text-and-image__play-button__col {
    margin-left: 50%;
  }
  .text-and-image.text-and-image--theme-15:not(.text-and-image--flip) .text-and-image__text:before {
    left: -10px;
    
    background: #ee5442;
    
    
    
    background: -webkit-gradient(linear, left top, right top, from(#ee5442), color-stop(50%, #e43f30), color-stop(50%, #ee5442), to(#e43f30));
    background: linear-gradient(to right, #ee5442 0%, #e43f30 50%, #ee5442 50%, #e43f30 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee5442", endColorstr="#e43f30",GradientType=1 );
    
  }
}
@media (min-width: 768px) {
  .text-and-image.text-and-image--theme-15.text-and-image--flip .text-and-image__text {
    margin-left: 50%;
  }
  .text-and-image.text-and-image--theme-15.text-and-image--flip .text-and-image__text:before {
    right: -10px;
    
    background: #e43f30;
    
    
    
    background: -webkit-gradient(linear, left top, right top, from(#e43f30), color-stop(50%, #ee5442), color-stop(50%, #e43f30), to(#ee5442));
    background: linear-gradient(to right, #e43f30 0%, #ee5442 50%, #e43f30 50%, #ee5442 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e43f30", endColorstr="#ee5442",GradientType=1 );
    
  }
}



.card-list {
  background-color: #fff;
}
.card-list__container {
  max-width: 1110px;
}
.card-list__title {
  color: #4678BC;
  font-size: 45px;
  margin-bottom: 0;
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
}
@media (max-width: 767.98px) {
  .card-list__title {
    font-size: 32px;
  }
}
@media (max-width: 1279.98px) {
  .card-list__title {
    margin-bottom: 20px;
  }
}
.card-list--light .card-list__title {
  color: #4678BC;
}
.card-list--dark .card-list__title {
  color: #fff;
}
.card-list [class*=col-] {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-list [class*=col-] {
    margin-bottom: 30px;
  }
}
.card-list .prefix {
  margin-bottom: 10px;
}
.card-list .prefix .prefix__text {
  color: #152655;
}
.card-list--light .prefix .prefix__text {
  color: #152655;
}
.card-list--dark .prefix .prefix__text {
  color: #fff;
}
.card-list__intro {
  color: #231f20;
  margin-bottom: 20px;
}
.card-list--light .card-list__intro {
  color: #231f20;
}
.card-list--dark .card-list__intro {
  color: #fff;
}
.card-list__header {
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1130px) {
  .card-list__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .card-list__content--limited [class*=col-]:nth-child(6) ~ * {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .card-list__content--limited [class*=col-]:nth-child(8) ~ * {
    display: none !important;
  }
}
.card-list__content--limited [class*=col-].card-list-wrapper--loader {
  display: block !important;
}
.card-list__filters {
  color: #4678BC;
}
.card-list--light .card-list__filters {
  color: #4678BC;
}
.card-list--dark .card-list__filters {
  color: #fff;
}
.card-list__filters__label {
  margin: 0;
  padding: 10px 0;
  color: inherit;
}
.card-list__filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.card-list__filters__list li {
  padding: 10px 0 10px 40px;
}
.card-list__filters__list a {
  color: inherit;
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.card-list__filters__list a:after {
  background-color: #4678BC;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.card-list--light .card-list__filters__list a:after {
  background-color: #4678BC;
}
.card-list--dark .card-list__filters__list a:after {
  background-color: #737777;
}
.card-list__filters__list a:hover {
  text-decoration: none;
}
.card-list .card-list__filters {
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  font-size: 1.6rem;
  color: #1D4585;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  
}
.card-list .card-list__filters__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  list-style: none;
}
@media (min-width: 1130px) {
  .card-list .card-list__filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 115px;
  }
}
.card-list .card-list__filters__list li {
  padding-left: 0;
}
.card-list .card-list__filters__list a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
}
.card-list .card-list__filters__list a:after {
  width: 0;
  height: 4px;
  background-color: #AF1F8E;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.card-list .card-list__filters__list a:active, .card-list .card-list__filters__list a:hover, .card-list .card-list__filters__list a:focus {
  background-color: transparent;
  color: inherit;
}
.card-list .card-list__filters__list li.active a:after,
.card-list .card-list__filters__list a:hover:after {
  width: 100%;
}
@media (max-width: 1129.98px) {
  .card-list .card-list__filters {
    font-size: 1.3333333333rem;
  }
  .card-list .card-list__filters .dropdown, .card-list .card-list__filters .dropdown-menu {
    width: 100%;
  }
  .card-list .card-list__filters a.dropdown-toggle {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: 0.5px;
    line-height: 36px;
    width: 100%;
    border: #4678BC 1px solid;
    padding: 14px 20px;
    background: #ffffff;
  }
  .card-list .card-list__filters .dropdown-toggle:after {
    position: absolute;
    right: 41px;
    color: #86A2FF;
    font-size: 12px;
    border: 0;
    content: "\e80b";
    font-family: "Jeff Custom Icons";
  }
  .card-list .card-list__filters__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
    border: #4678BC 1px solid;
  }
  .card-list .card-list__filters__list.show {
    display: block;
  }
  .card-list .card-list__filters__list li {
    text-align: center;
  }
  .card-list .card-list__filters__list a {
    display: inline-block;
    width: auto;
  }
}
.card-list--light {
  background-color: #fff;
}
.card-list--dark {
  background-color: #152655;
}
@media (min-width: 1130px) {
  .card-list--dark .card-list__filters {
    color: #ffffff;
  }
}
.card-list--theme-1 .prefix + .card-list__title, .card-list--theme-1--4 .prefix + .card-list__title, .card-list--theme-2 .prefix + .card-list__title, .card-list--theme-3 .prefix + .card-list__title {
  margin-top: 10px;
}
.card-list--theme-1 .card-list__header > *, .card-list--theme-1--4 .card-list__header > *, .card-list--theme-2 .card-list__header > *, .card-list--theme-3 .card-list__header > * {
  margin-bottom: 0;
  margin-top: 20px;
}
.card-list--theme-1 .card-list__header > :first-child, .card-list--theme-1--4 .card-list__header > :first-child, .card-list--theme-2 .card-list__header > :first-child, .card-list--theme-3 .card-list__header > :first-child {
  margin-top: 0;
}
.card-list--theme-1 .card-list__intro, .card-list--theme-1--4 .card-list__intro, .card-list--theme-2 .card-list__intro, .card-list--theme-3 .card-list__intro {
  width: 100%;
}
.card-list--theme-1 .card-list__intro :last-child, .card-list--theme-1--4 .card-list__intro :last-child, .card-list--theme-2 .card-list__intro :last-child, .card-list--theme-3 .card-list__intro :last-child {
  margin-bottom: 0;
}
.card-list--theme-1 .card-list__filters, .card-list--theme-1--4 .card-list__filters, .card-list--theme-2 .card-list__filters, .card-list--theme-3 .card-list__filters {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-list--theme-2, .card-list--theme-3 {
  background-color: #FFF;
}
.card-list--theme-2.card-list--light, .card-list--theme-3.card-list--light {
  background-image: url("oia/resources/backgrounds/marble_grey_lg_fade.jpg");
  background-color: #f5f5f5;
}
.card-list--theme-2.card-list--dark, .card-list--theme-3.card-list--dark {
  background-image: url("oia/resources/backgrounds/marble_blue_lg_fade.jpg");
  background-color: #152655;
}
.card-list--theme-2.card-list--dark .card-list__title, .card-list--theme-2.card-list--dark .card-list__intro, .card-list--theme-2.card-list--dark .prefix .prefix__text, .card-list--theme-3.card-list--dark .card-list__title, .card-list--theme-3.card-list--dark .card-list__intro, .card-list--theme-3.card-list--dark .prefix .prefix__text {
  color: #FFF;
}
.card-list--theme-2.card-list--dark, .card-list--theme-2.card-list--light, .card-list--theme-3.card-list--dark, .card-list--theme-3.card-list--light {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.card-list--theme-2.card-list--dark .card-list-item__inner, .card-list--theme-2.card-list--light .card-list-item__inner, .card-list--theme-3.card-list--dark .card-list-item__inner, .card-list--theme-3.card-list--light .card-list-item__inner {
  background-color: #fff;
}
@media (min-width: 768px) {
  .card-list--theme-2.card-list--dark .card-list-item__inner, .card-list--theme-2.card-list--light .card-list-item__inner, .card-list--theme-3.card-list--dark .card-list-item__inner, .card-list--theme-3.card-list--light .card-list-item__inner {
    background-color: transparent;
  }
}
.card-list--theme-2 {
  position: relative;
}
@media (min-width: 768px) {
  .card-list--theme-2:after {
    content: "";
    background-color: #4678BC;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 10px;
  }
}
.card-list--theme-2 .prefix .prefix__text {
  color: #152655;
}
.card-list--theme-2 .card-list__title {
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  color: #4678BC;
}
.card-list--theme-2 .card-list__intro {
  color: #231f20;
}
@media (min-width: 768px) {
  .card-list--theme-2 .card-list-item, .card-list--theme-2.card-list--dark .card-list-item, .card-list--theme-2.card-list--light .card-list-item {
    border: none;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
  }
}
.card-list--theme-2 .card-list-item:after, .card-list--theme-2.card-list--dark .card-list-item:after, .card-list--theme-2.card-list--light .card-list-item:after {
  content: none;
}
.card-list--theme-2 .card-list-item__inner, .card-list--theme-2.card-list--dark .card-list-item__inner, .card-list--theme-2.card-list--light .card-list-item__inner {
  background-color: #f5f5f5;
  border: #59b7df solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #1D4585;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .card-list--theme-2 .card-list-item__inner, .card-list--theme-2.card-list--dark .card-list-item__inner, .card-list--theme-2.card-list--light .card-list-item__inner {
    border-width: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(56%, rgba(45, 45, 45, 0.42)), to(rgba(0, 0, 0, 0.42)));
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.42) 56%, rgba(0, 0, 0, 0.42) 100%);
    color: #fff;
  }
}
.card-list--theme-2 .card-list-item__inner h3, .card-list--theme-2.card-list--dark .card-list-item__inner h3, .card-list--theme-2.card-list--light .card-list-item__inner h3 {
  margin-bottom: 0;
  font-weight: 700;
  color: inherit;
}
@media (min-width: 768px) {
  .card-list--theme-2 .card-list-item__inner h3, .card-list--theme-2.card-list--dark .card-list-item__inner h3, .card-list--theme-2.card-list--light .card-list-item__inner h3 {
    position: relative;
  }
  .card-list--theme-2 .card-list-item__inner h3::before, .card-list--theme-2.card-list--dark .card-list-item__inner h3::before, .card-list--theme-2.card-list--light .card-list-item__inner h3::before {
    content: "";
    position: absolute;
    background-color: #AF1F8E;
    width: 25px;
    height: 4px;
    top: -15px;
    left: 0;
  }
  .card-list--theme-2 .card-list-item__inner h3:before, .card-list--theme-2.card-list--dark .card-list-item__inner h3:before, .card-list--theme-2.card-list--light .card-list-item__inner h3:before {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .card-list--theme-2 .card-list-item__inner h3:after, .card-list--theme-2.card-list--dark .card-list-item__inner h3:after, .card-list--theme-2.card-list--light .card-list-item__inner h3:after {
    content: none;
  }
}
@media (min-width: 768px) {
  .card-list--theme-2 .card-list-item__cta, .card-list--theme-2.card-list--dark .card-list-item__cta, .card-list--theme-2.card-list--light .card-list-item__cta {
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.25s;
    transition: height 0.25s;
  }
}
.card-list--theme-2 .card-list-item__cta.action-link, .card-list--theme-2.card-list--dark .card-list-item__cta.action-link, .card-list--theme-2.card-list--light .card-list-item__cta.action-link {
  color: inherit;
}
@media (min-width: 768px) {
  .card-list--theme-2 .card-list-item__cta:after, .card-list--theme-2.card-list--dark .card-list-item__cta:after, .card-list--theme-2.card-list--light .card-list-item__cta:after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: unset;
    transition: unset;
  }
}
.card-list--theme-2 .card-list-item--loader, .card-list--theme-2.card-list--dark .card-list-item--loader, .card-list--theme-2.card-list--light .card-list-item--loader {
  border: none;
}
.card-list--theme-2 .card-list-item--loader .card-list-item__load-more, .card-list--theme-2.card-list--dark .card-list-item--loader .card-list-item__load-more, .card-list--theme-2.card-list--light .card-list-item--loader .card-list-item__load-more {
  background-image: url("oia/resources/backgrounds/marble_blue_lg.jpg");
  background-size: cover;
  background-color: transparent;
}
.card-list--theme-2 .card-list-item--loader .card-list-item__load-more span, .card-list--theme-2.card-list--dark .card-list-item--loader .card-list-item__load-more span, .card-list--theme-2.card-list--light .card-list-item--loader .card-list-item__load-more span {
  color: #fff;
}
.card-list--theme-2 .card-list-item--loader .card-list-item__load-more:hover:before, .card-list--theme-2 .card-list-item--loader .card-list-item__load-more:focus:before, .card-list--theme-2.card-list--dark .card-list-item--loader .card-list-item__load-more:hover:before, .card-list--theme-2.card-list--dark .card-list-item--loader .card-list-item__load-more:focus:before, .card-list--theme-2.card-list--light .card-list-item--loader .card-list-item__load-more:hover:before, .card-list--theme-2.card-list--light .card-list-item--loader .card-list-item__load-more:focus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #59b7df solid 4px;
}
.card-list--theme-2 .card-list-item--loader .card-list-item__load-more span:after, .card-list--theme-2.card-list--dark .card-list-item--loader .card-list-item__load-more span:after, .card-list--theme-2.card-list--light .card-list-item--loader .card-list-item__load-more span:after {
  background-color: #AF1F8E;
  height: 1px;
}
.card-list--theme-3 .card-list-item {
  background: #fff;
  border: 1px solid #59b7df;
}
.card-list--theme-3 .card-list-item:after {
  content: none;
}
.card-list--theme-3 .card-list-item__bg-image-wrapper {
  position: relative;
  height: 190px;
}
@media (min-width: 768px) {
  .card-list--theme-3 .card-list-item__bg-image-wrapper {
    height: 211px;
  }
}
.card-list--theme-3 .card-list-item__bg-image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  background-image: -webkit-gradient(linear, left top, right top, from(#1D4585), color-stop(11%, #1D4585), color-stop(11%, #4678BC), color-stop(50%, #4678BC), color-stop(50%, #59b7df), to(#59b7df));
  background-image: linear-gradient(to right, #1D4585 0%, #1D4585 11%, #4678BC 11%, #4678BC 50%, #59b7df 50%, #59b7df 100%);
}
.card-list--theme-3 .card-list-item__inner {
  border: none;
  background-color: #fff;
  height: auto;
  color: #1D4585;
}
.card-list--theme-3 .card-list-item__tag {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.8666666667rem;
  color: #AF1F8E;
  letter-spacing: 0.7px;
  line-height: 20px;
  margin-bottom: 5px;
}
.card-list--theme-3 .card-list-item__load-more.btn-red {
  position: static;
  background-color: #fff;
}
.card-list--theme-3 .card-list-item__load-more.btn-red span:after {
  height: 0;
}
.card-list--theme-3.card-list--smooth-gradient-hover .card-list-item__bg-image-wrapper::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#152655), color-stop(50%, #59b7df), to(#ece819));
  background-image: linear-gradient(to right, #152655 0%, #59b7df 50%, #ece819 100%);
}
.card-list--theme-3 .card-list__content--limited [class*=col-].card-list-wrapper--loader {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.card-list--theme-3 a.card-list-item:hover .card-list-item__bg-image-wrapper::after,
.card-list--theme-3 a.card-list-item:focus .card-list-item__bg-image-wrapper::after {
  width: 100%;
}
.card-list--theme-4 {
  background-color: #fff;
}
.card-list--theme-4 .card-list__intro {
  color: #231f20;
}
.card-list--theme-4 .card-list__title {
  color: #1D4585;
}
.card-list--theme-4 a.card-list-item:hover, .card-list--theme-4 a.card-list-item:focus {
  color: #1D4585;
}
.card-list--theme-4 .card-list-item {
  background: #f5f5f5;
  border: 1px solid #4678BC;
}
.card-list--theme-4 .card-list-item::after {
  display: none;
}
.card-list--theme-4 .card-list-item__image-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #4678BC;
}
.card-list--theme-4 .card-list-item .image {
  margin-bottom: 0;
}
.card-list--theme-4 .card-list-item__image .cmp-image {
  height: 10.9333333333rem;
}
.card-list--theme-4 .card-list-item__image .cmp-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-list--theme-4 .card-list-item h3 {
  color: #1D4585;
}
.card-list--theme-4 .card-list-item__inner {
  border: 0 none;
  height: auto;
}
.card-list--theme-4 .card-list-item--loader .card-list-item__inner {
  height: 100%;
}
.card-list--theme-4 .card-list-item__load-more {
  background-color: transparent;
}
.card-list--theme-4 .card-list-item__load-more,
.card-list--theme-4 .card-list-item__load-more span {
  color: #4678BC;
}
.card-list--theme-4 .card-list-item__load-more span:after {
  background-color: #4678BC;
}
.card-list--remove-top-inner-padding .card-list__container {
  padding-top: 0 !important;
}
.card-list--remove-bottom-inner-padding .card-list__container {
  padding-bottom: 0 !important;
}

a.card-list-item {
  display: block;
}
a.card-list-item:hover, a.card-list-item:focus {
  text-decoration: none;
  color: #ffffff;
}
a.card-list-item:hover .card-list-item__inner, a.card-list-item:focus .card-list-item__inner {
  border-width: 1px 15px 1px 1px;
}
a.card-list-item:hover .card-list-item__bg-image, a.card-list-item:focus .card-list-item__bg-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card-list--light a.card-list-item:hover, .card-list--light a.card-list-item:focus {
  color: #1D4585;
}
a.card-list-item:hover .card-list-item__cta:after, a.card-list-item:focus .card-list-item__cta:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.card-list--theme-2 a.card-list-item:hover, .card-list--theme-2.card-list--light a.card-list-item:hover, .card-list--theme-2 a.card-list-item:focus, .card-list--theme-2.card-list--light a.card-list-item:focus {
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .card-list--theme-2 a.card-list-item:hover .card-list-item__inner, .card-list--theme-2.card-list--light a.card-list-item:hover .card-list-item__inner, .card-list--theme-2 a.card-list-item:focus .card-list-item__inner, .card-list--theme-2.card-list--light a.card-list-item:focus .card-list-item__inner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    border-width: 4px;
    padding-left: 21px;
  }
}
.card-list--theme-2 a.card-list-item:hover .card-list-item__inner h3:before, .card-list--theme-2.card-list--light a.card-list-item:hover .card-list-item__inner h3:before, .card-list--theme-2 a.card-list-item:focus .card-list-item__inner h3:before, .card-list--theme-2.card-list--light a.card-list-item:focus .card-list-item__inner h3:before {
  height: 0px;
}
@media (min-width: 768px) {
  .card-list--theme-2 a.card-list-item:hover .card-list-item__cta, .card-list--theme-2.card-list--light a.card-list-item:hover .card-list-item__cta, .card-list--theme-2 a.card-list-item:focus .card-list-item__cta, .card-list--theme-2.card-list--light a.card-list-item:focus .card-list-item__cta {
    height: 18px;
    overflow: visible;
  }
}

.card-list-item {
  background-color: #f5f5f5;
  color: #ffffff;
  position: relative;
}
[class*=col-] > .card-list-item {
  height: 100%;
}
.card-list-item--loader {
  min-height: 100px;
}
.card-list--light .card-list-item {
  background-color: #f5f5f5;
  color: #1D4585;
}
.card-list-item:after {
  background: transparent url("oia/resources/icons/icon-grid-yellow.svg") no-repeat scroll center top;
  bottom: 0;
  content: none;
  height: 30px;
  position: absolute;
  right: 0;
  width: 30px;
}
.card-list-item__inner {
  border: solid #59b7df;
  border-width: 1px 10px 1px 1px;
  -webkit-transition: border-width 0.25s;
  transition: border-width 0.25s;
  height: 100%;
  padding: 30px 25px 32px;
  position: relative;
  z-index: 1;
}
.card-list-item__inner a {
  color: #ffffff;
}
.card-list--light .card-list-item__inner {
  border-color: solid #59b7df;
}
.card-list-item h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 22px;
  color: #1D4585;
}
.card-list--light .card-list-item h3 {
  color: #1D4585;
}
.card-list-item__tag {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.47px;
  color: #1D4585;
}
.card-list--light .card-list-item__tag {
  color: #1D4585;
}
.card-list-item__tag a {
  color: inherit;
}
.card-list-item__tag a:hover {
  text-decoration: none;
}
.card-list-item__tag a:after {
  background-color: #737777;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.card-list--light .card-list-item__tag a:after {
  background-color: #4678BC;
}
.card-list-item__bg-image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.card-list-item__bg-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.card-list-item__cta {
  position: relative;
  font-size: 15px;
  color: inherit;
  margin-top: 20px;
}
.card-list-item__cta.action-link {
  color: #1D4585;
}
.card-list-item__cta.action-link:after {
  font-family: "Jeff Custom Icons";
  content: "\e80c";
  position: absolute;
  padding-left: 17px;
  font-size: 0.65em;
  color: #AF1F8E;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.card-list-item__load-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  bottom: 0;
  color: #ece819;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.card-list--light .card-list-item__load-more {
  background-color: #f5f5f5;
  color: #4678BC;
}
.card-list-item__load-more:hover {
  color: inherit;
  text-decoration: none;
}
.card-list-item__load-more span {
  color: #1D4585;
}
.card-list-item__load-more span:after {
  background-color: #59b7df;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.card-list--light .card-list-item__load-more span {
  color: #1D4585;
}
.card-list--light .card-list-item__load-more span:after {
  background-color: #59b7df;
}



@media all {
  .news-item__image {
    position: relative;
    margin-bottom: 1em;
    padding-top: 10px;
    overflow: hidden;
  }
  .news-listing.news-listing.news-listing--mobile-scroll .news-item__image {
    height: 275px;
  }
  .news-listing.news-listing.news-listing--mobile-scroll .news-item__image .img {
    display: block;
  }
  .news-listing.news-listing.news-listing--mobile-scroll .news-item__image img {
    display: none;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .news-listing.news-listing.news-listing--mobile-scroll .news-item__image .img {
      display: none;
    }
    .news-listing.news-listing.news-listing--mobile-scroll .news-item__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: static;
      -webkit-transform: none;
              transform: none;
    }
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .news-listing:not(.news-listing--display-one-column) .news-item__image .img {
      display: none;
    }
    .news-listing:not(.news-listing--display-one-column) .news-item__image .cmp-image, .news-listing:not(.news-listing--display-one-column) .news-item__image img {
      display: block;
    }
  }
}
@media (min-width: 768px) {
  .news-listing:not(.news-listing--display-one-column) .news-item__image {
    height: 275px;
  }
  .news-listing:not(.news-listing--display-one-column) .news-item__image .img {
    display: block;
  }
  .news-listing:not(.news-listing--display-one-column) .news-item__image .cmp-image, .news-listing:not(.news-listing--display-one-column) .news-item__image img {
    display: none;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .news-listing:not(.news-listing--display-one-column) .news-item__image .img {
      display: none;
    }
    .news-listing:not(.news-listing--display-one-column) .news-item__image .cmp-image {
      display: block;
    }
    .news-listing:not(.news-listing--display-one-column) .news-item__image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: static;
      -webkit-transform: none;
              transform: none;
    }
    .news-listing:not(.news-listing--display-one-column) .news-item__image .cmp-image img {
      position: absolute;
    }
  }
}
@media all {
  .news-item__image .img {
    display: none;
    background: transparent none no-repeat scroll center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
  }
}
@media all {
  .news-item__image img {
    width: 100%;
    height: auto;
  }
}
@media all {
  .news-item__image:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    bottom: 0;
    border: 1px solid #AF1F8E;
    z-index: -1;
  }
}
@media all {
  .news-item a {
    padding-right: 0.5em;
    line-height: 1.4;
    display: inline-block;
  }
}
@media all {
  .news-item__date {
    color: #363d3d;
    font-family: "museo-sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .news-item__date {
    margin-bottom: 0;
  }
}
@media all {
  .news-item__title {
    color: #4678BC;
    font-size: 1.3333333333rem;
    font-weight: 500;
    letter-spacing: 0.024em;
  }
}
@media all {
  .news-item__content {
    color: #231f20;
    font-size: 15px;
    letter-spacing: 0.024em;
    line-height: 1.7;
  }
}
@media all {
  .news-listing .title > * {
    margin-bottom: 0;
  }
  .news-listing .title + .action-link {
    margin-bottom: 0 !important;
  }
  .news-listing .action-link {
    margin-bottom: 0;
  }
  .news-listing .action-link a:after {
    position: relative;
    top: -1px;
  }
  .news-listing .news-listing__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .news-listing .news-item {
    margin-bottom: 1.5em;
  }
  .news-listing.news-listing--mobile-scroll .news-listing__wrapper {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .news-listing.news-listing--mobile-scroll .news-listing__container {
    padding-right: 0;
    padding-left: 0;
  }
  .news-listing.news-listing--mobile-scroll .news-listing__container .title {
    padding-left: 1em;
  }
  .news-listing.news-listing--mobile-scroll .news-listing__container .news-listing__wrapper {
    padding-left: 25px;
    margin-right: 10px;
  }
  .news-listing.news-listing--mobile-scroll .news-item {
    min-width: 305px;
    margin-bottom: 0;
  }
  .news-listing.news-listing--mobile-scroll .news-item__image {
    max-height: 275px;
  }
}
@media all {
  .column-2 .news-listing .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .news-listing--more-impact .news-item__tag a {
    font-family: "GT Haptik", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.1em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 25px;
    color: #fff;
    background-color: #1D4585;
    text-decoration: none;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
  }
  .news-listing--more-impact .news-item__tag a:hover, .news-listing--more-impact .news-item__tag a:focus {
    background-color: #152655;
  }
  .news-listing--more-impact .news-item__image {
    margin-bottom: 0;
  }
  .news-listing--more-impact .news-item__image::before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-listing--more-impact .news-item__image .cmp-image {
    height: 0;
    padding-bottom: 75%;
    width: 100%;
    position: relative;
  }
  .news-listing--more-impact .news-item__image .cmp-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all {
  .news-listing--more-impact .news-item__title.mb-3 {
    margin-bottom: 0 !important;
  }
  .news-listing--more-impact .news-item__title a {
    padding: 15px 25px;
    background-color: #1D4585;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
  }
}
@media (min-width: 1130px) {
  .news-listing--more-impact .news-item__title a {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media all {
  .news-listing--more-impact .news-item__title a:hover, .news-listing--more-impact .news-item__title a:focus {
    background-color: #152655;
  }
}
@media (min-width: 576px) {
  .news-listing--more-impact .news-item__title a::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    background-color: inherit;
  }
}
@media (min-width: 1130px) {
  .news-listing--more-impact:not(.news-listing--display-one-column) .news-item__image {
    height: 395px;
  }
}
@media all {
  .news-listing--display-one-column .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .news-listing--display-one-column .news-item {
    border-bottom: 1px solid #dfe1df;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .news-listing--display-one-column .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all {
  .news-listing--display-one-column .news-item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .news-listing--display-one-column .news-item__body {
    padding-top: 6px;
  }
}
@media all {
  .news-listing--display-one-column .news-item__image {
    padding-top: 10px;
    position: relative;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .news-listing--display-one-column .news-item__image {
    margin-right: 2rem;
    max-width: 249px;
  }
}
@media (max-width: 767.98px) {
  .news-listing--display-one-column .news-item__image {
    width: 100%;
  }
}
@media all {
  .news-listing--display-one-column .news-item__image img {
    width: 100%;
  }
}
@media all {
  .news-listing--display-one-column .news-item__image:before {
    border: 1px solid #AF1F8E;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 38px;
    top: 0;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .news-listing--display-one-column .news-item__image:before {
    left: -10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .news-listing--display-one-column.news-listing--larger-images .news-item__image {
    max-width: 50%;
  }
}
@media (min-width: 1130px) {
  .news-listing--theme-2 .title {
    margin-right: auto;
  }
}
@media all {
  .news-listing--theme-2 .title > * {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    color: #4678BC;
    margin: 10px 0 0px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1130px) {
  .news-listing--theme-2 .title > * {
    font-size: 3rem;
  }
}
@media all {
  .news-listing--theme-2 .card-list-item {
    background: #fff;
    border: 1px solid #59b7df;
  }
  .news-listing--theme-2 .card-list-item:after {
    content: none;
  }
  .news-listing--theme-2 .card-list-item__bg-image-wrapper {
    position: relative;
    height: 190px;
  }
}
@media (min-width: 768px) {
  .news-listing--theme-2 .card-list-item__bg-image-wrapper {
    height: 211px;
  }
}
@media all {
  .news-listing--theme-2 .card-list-item__bg-image-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 0;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    background-image: -webkit-gradient(linear, left top, right top, from(#1D4585), color-stop(11%, #1D4585), color-stop(11%, #4678BC), color-stop(50%, #4678BC), color-stop(50%, #59b7df), to(#59b7df));
    background-image: linear-gradient(to right, #1D4585 0%, #1D4585 11%, #4678BC 11%, #4678BC 50%, #59b7df 50%, #59b7df 100%);
  }
}
@media all {
  .news-listing--theme-2 .card-list-item__inner {
    border: none;
    background-color: #fff;
    height: auto;
    color: #1D4585;
  }
}
@media all {
  .news-listing--theme-2 .card-list-item__tag {
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 0.8666666667rem;
    color: #AF1F8E;
    letter-spacing: 0.7px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
@media all {
  .news-listing--theme-2 .card-list-item__cta {
    position: relative;
    font-size: 15px;
    color: inherit;
    margin-top: 20px;
  }
  .news-listing--theme-2 .card-list-item__cta.action-link:after {
    font-family: "Jeff Custom Icons";
    content: "\e80c";
    position: absolute;
    padding-left: 17px;
    font-size: 0.65em;
    color: #AF1F8E;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
@media all {
  .news-listing--theme-2 a.card-list-item:hover .card-list-item__bg-image-wrapper::after,
.news-listing--theme-2 a.card-list-item:focus .card-list-item__bg-image-wrapper::after {
    width: 100%;
  }
  .news-listing--theme-2 a.card-list-item:hover .card-list-item__cta:after,
.news-listing--theme-2 a.card-list-item:focus .card-list-item__cta:after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media all {
  .news-listing--criss-cross {
    background-image: url("oia/resources/backgrounds/rams_horn_lg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all {
  .news-listing__wrapper .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .news-listing__wrapper .slick-dots li {
    display: block;
    margin: 0 10px;
  }
  .news-listing__wrapper .slick-dots li button {
    background-color: #cccccc;
    border: 0;
    display: block;
    font-size: 0;
    height: 16px;
    padding: 0;
    width: 16px;
  }
  .news-listing__wrapper .slick-dots li.slick-active button {
    background-color: #AF1F8E;
  }
}


@media all {
  .overview-text-link {
    padding: 15px !important;
  }
}
@media (min-width: 768px) {
  .overview-text-links__inner--two-count .overview-text-link {
    border-width: 0;
    border-style: solid;
    border-color: #dfe1df;
  }
  .overview-text-links__inner--two-count .overview-text-link + .overview-text-link {
    margin-left: -1px;
  }
}
@media all {
  .overview-text-link .overview-text-link__inner-wrapper {
    padding: 1.5em;
    border: 1px solid #4678BC;
    height: 100%;
  }
}
@media all {
  .overview-text-link .btn-cta.btn-primary a {
    border: 0 none;
    color: #1D4585;
  }
  .overview-text-link .btn-cta.btn-primary a:hover, .overview-text-link .btn-cta.btn-primary a:focus, .overview-text-link .btn-cta.btn-primary a:active {
    color: #1D4585;
    background-color: transparent;
  }
}
@media all {
  .overview-text-link .btn-cta a {
    border: 0 none;
    padding: 0;
    height: auto;
    min-height: 0;
    font-weight: 500;
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .overview-text-link .btn-cta a {
    font-size: 1.0666666667rem;
  }
}
@media all {
  .overview-text-link .btn-cta a:after {
    font-family: "Jeff Custom Icons";
    content: "\e80c";
    position: relative;
    top: -1px;
    padding-left: 17px;
    font-size: 0.65em;
    color: #AF1F8E;
    -webkit-transition: padding-left ease 250ms;
    transition: padding-left ease 250ms;
  }
}
@media all {
  .overview-text-link .btn-cta a:hover:after, .overview-text-link .btn-cta a:focus:after, .overview-text-link .btn-cta a:active:after {
    padding-left: 27px;
  }
}
@media all {
  .overview-text-link .title h2 {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "GT Haptik", sans-serif;
    color: #1D4585;
  }
}
@media all {
  .overview-text-link .text {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .overview-text-link {
    border-width: 0;
    border-style: solid;
    border-color: #dfe1df;
  }
  .overview-text-link:last-child {
    border-width: 0;
  }
}
@media (min-width: 768px) {
  .overview-text-links {
    border-width: 0;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media all {
  .overview-text-links.overview-text-links--dark {
    background-color: #152655;
    border: 0 none;
    color: #ffffff;
  }
  .overview-text-links.overview-text-links--dark .btn-cta a {
    border: 0 none;
  }
  .overview-text-links.overview-text-links--dark .btn-cta a:hover, .overview-text-links.overview-text-links--dark .btn-cta a:focus, .overview-text-links.overview-text-links--dark .btn-cta a:active {
    background-color: transparent;
  }
  .overview-text-links.overview-text-links--dark .prefix .prefix__text {
    color: #ffffff;
  }
  .overview-text-links.overview-text-links--dark .title h2 {
    color: #ffffff;
  }
  .overview-text-links.overview-text-links--dark .text a {
    color: #ffffff;
    text-decoration: underline;
  }
  .overview-text-links.overview-text-links--dark .overview-text-link {
    border-color: #AF1F8E;
  }
  .overview-text-links.overview-text-links--dark .overview-text-link .overview-text-link__inner-wrapper {
    border-color: #ffffff;
  }
}
@media all {
  .overview-text-links .overview-text-link {
    margin: 0 !important;
  }
}
@media all {
  .overview-text-links .section-header {
    margin-bottom: 40px;
  }
}
@media all {
  .overview-text-links--criss-cross {
    background-image: url("oia/resources/backgrounds/rams-horn_grey_lg.svg");
    background-repeat: no-repeat;
    background-position: -106px -1705px;
    background-size: 2838px auto;
    overflow: hidden;
  }
  .overview-text-links--criss-cross .overview-text-link__inner-wrapper {
    background-color: #ffffff;
  }
}
@media all {
  .overview-text-links--criss-cross.overview-text-links--dark {
    background-image: url("oia/resources/backgrounds/rams-horn_blue_lg.svg");
  }
  .overview-text-links--criss-cross.overview-text-links--dark .overview-text-link__inner-wrapper {
    background-color: #152655;
  }
}


@media all {
  .container form.container {
    padding-left: 0;
    padding-right: 0;
  }

  .label--default {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1D4585;
  }

  select.select--default,
input.text-input--default {
    padding: 0.5rem 2.667rem 0.5rem 1rem;
    font-family: "museo-sans", sans-serif;
    color: #737777;
    border: 1px solid #bbc0c0;
    border-radius: 0;
    height: 3.25rem !important;
  }
  select.select--default + .input-icon,
input.text-input--default + .input-icon {
    margin-right: 16px;
    float: right;
    margin-top: -39px;
    pointer-events: none;
    color: #4678BC;
  }
  textarea.text-input--default {
    padding: 1.067rem 2.667rem 1.067rem 1.333rem;
    font-family: "museo-sans", sans-serif;
    color: #737777;
    border: 1px solid #bbc0c0;
    border-radius: 0;
  }

  label,
fieldset legend {
    font-family: "GT Haptik", sans-serif;
    color: #152655;
    font-weight: 500;
    font-size: 1rem;
  }
  input[type=checkbox] + label, input[type=radio] + label, input[type=file] + label,
input[type=checkbox] + fieldset legend,
input[type=radio] + fieldset legend,
input[type=file] + fieldset legend {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .search-and-filters label,
.search-and-filters fieldset legend {
    display: none;
  }
}
@media all {
  .custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
    font-family: "museo-sans", sans-serif;
  }
  .custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after,
.custom-radio .custom-control-label:before,
.custom-radio .custom-control-label:after {
    top: 0.13em;
  }
  .custom-checkbox .custom-control-label:before,
.custom-radio .custom-control-label:before {
    border: 1px solid #ced4da;
  }
  .custom-checkbox .custom-control-label:after,
.custom-radio .custom-control-label:after {
    background-size: 65% 65%;
  }
}
@media all {
  select.select--default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #737777;
  }
  select.select--default::-ms-expand {
    display: none;
  }
  select.select--default.selected {
    color: #231f20;
  }
  select.select--default option {
    color: #737777;
  }
  select.select--default option:first-child {
    color: #737777;
  }
  select.select--default + .icon-dropdown {
    font-size: 70%;
    margin-top: -31px;
    margin-right: 25px;
  }
}
@media all {
  input.text-input--default,
textarea.text-input--default {
    color: #231f20;
  }
  input.text-input--default::-webkit-input-placeholder, textarea.text-input--default::-webkit-input-placeholder {
    color: #737777;
  }
  input.text-input--default::-moz-placeholder, textarea.text-input--default::-moz-placeholder {
    color: #737777;
  }
  input.text-input--default:-ms-input-placeholder, textarea.text-input--default:-ms-input-placeholder {
    color: #737777;
  }
  input.text-input--default::-ms-input-placeholder, textarea.text-input--default::-ms-input-placeholder {
    color: #737777;
  }
  input.text-input--default::placeholder,
textarea.text-input--default::placeholder {
    color: #737777;
  }
  input.text-input--default + .icon-search,
textarea.text-input--default + .icon-search {
    font-size: 125%;
  }
  input.text-input--default + .icon-close,
textarea.text-input--default + .icon-close {
    pointer-events: all;
    margin-right: 18px;
    margin-top: -43px;
  }
  input.text-input--default::-ms-clear,
textarea.text-input--default::-ms-clear {
    display: none;
  }
  input.form-control,
textarea.form-control {
    font-family: "museo-sans", sans-serif;
  }
}
@media all {
  input.form-control {
    height: 3.25rem;
  }
}
@media all {
  .reset-button-link {
    line-height: 1.867em;
    padding: 0 2px;
    margin: 0.375rem 0.75rem;
    border-bottom: 1px solid #4678BC;
    color: #4678BC;
    text-decoration: none;
  }
  .reset-button-link[disabled] {
    color: #bbc0c0;
    border-bottom-color: #bbc0c0;
  }
  .reset-button-link:hover, .reset-button-link:active, .reset-button-link:focus {
    text-decoration: none;
    border-bottom: 1px solid #4678BC;
  }
}
@media all {
  .btn-toggle-below {
    color: #4678BC;
  }
  .btn-toggle-below [class^=icon-] {
    color: #4678BC;
    font-size: 70%;
  }
  .btn-toggle-below [class^=icon-]::before {
    width: 19px;
    height: 15px;
    line-height: 161%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .btn-toggle-below.collapsed [class^=icon-]::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .btn-toggle-below:hover, .btn-toggle-below:active, .btn-toggle-below:focus {
    text-decoration: none;
  }
}
@media all {
  .form__required-marker {
    color: red;
  }
}
@media (max-width: 767.98px) {
  .toggler-bottom::after, .toggler-top::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #dfe1df;
    left: 15px;
  }

  .toggler-top {
    margin-top: 1em;
    position: relative;
    padding: 12px 0;
  }
  .toggler-top::before {
    top: 0;
  }

  .toggler-bottom {
    position: relative;
  }
  .toggler-bottom::after {
    bottom: 0;
  }
}
@media all {
  #alphabet-holder {
    padding: 0;
    margin: 0 6px;
    overflow: hidden;
    position: relative;
  }
  #alphabet-holder::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: #dfe1df;
  }
}
@media (max-width: 767.98px) {
  #alphabet-holder {
    margin: 0 15px;
  }
}
@media all {
  #alphabet-holder .scroller {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  #alphabet-holder .scroller {
    width: 756px;
  }
}
@media all {
  #alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 26px 0;
    padding: 0;
  }
  #alphabet li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    min-width: 29px;
  }
  #alphabet li a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 1.7;
  }
  #alphabet li a.selected::after {
    content: "";
    width: calc(100% + 2px);
    position: absolute;
    height: 2px;
    background-color: #AF1F8E;
    bottom: 0;
    left: -1px;
  }
  #alphabet li a:hover {
    text-decoration: none;
  }
  #alphabet li.disabled a {
    color: #dfe1df;
  }
}
@media all {
  #sticky_header {
    position: fixed;
    top: 0;
    background-color: #f5f5f5;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #sticky_header {
    padding: 0 15px;
  }
}
@media all {
  #sticky_header #alphabet-holder {
    margin: 0 auto;
  }
  #sticky_header #alphabet-holder::after {
    display: none;
  }
}
@media all {
  #programs-list a.program-label {
    color: #1D4585;
    text-decoration: none;
    font-size: 1.0666666667rem;
    font-weight: 500;
    letter-spacing: 0.0286666667rem;
  }
  #programs-list > div {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
  }
  #programs-list > div::after {
    content: "";
    left: 15px;
    bottom: 0;
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background-color: #dfe1df;
  }
  #programs-list ul {
    list-style-type: none;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  #programs-list .col-list {
    margin-bottom: 0;
  }
}
@media all {
  #programs-list .col-list > li {
    padding: 10px 0;
  }
}
@media all {
  #programs-list .col-list ul li {
    margin-bottom: 1em;
  }
  #programs-list .col-list ul li:first-child {
    margin-top: 1em;
  }
  #programs-list .col-list ul li a {
    font-family: "museo-sans", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.0266666667rem;
    color: #4678BC;
    position: relative;
    padding-bottom: 4px;
  }
  #programs-list .col-list ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4678BC;
  }
  #programs-list .col-list ul li a:hover, #programs-list .col-list ul li a:focus {
    color: #152655;
    text-decoration: none;
  }
  #programs-list .col-list ul li a:hover:after, #programs-list .col-list ul li a:focus:after {
    background-color: #152655;
  }
}
@media (min-width: 768px) {
  #programs-list .col-list--two-col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  #programs-list .col-list--two-col > li {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    display: table;
  }
}
@media all {
  #programs-list h2 {
    font-size: 35px;
    color: #AF1F8E;
    font-weight: bold;
  }
}
@media all {
  .hide-search, .hide-degree, .hide-format {
    display: none;
  }
}
@media all {
  [class*=form--btn] .form_action button,
[class*=form--btn] .action button {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06667em;
    line-height: 1.33333em;
    min-height: 47px;
    height: 46px;
    padding: 5px 34px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  [class*=form--btn] .form_action button:hover, [class*=form--btn] .form_action button:focus,
[class*=form--btn] .action button:hover,
[class*=form--btn] .action button:focus {
    cursor: pointer;
  }
}
@media all {
  .form--external {
    font-family: "museo-sans", sans-serif;
  }
  .form--external .form_label {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1D4585;
    margin-bottom: 0.5rem;
  }
  .form--external div.form_header .form_label {
    color: #231f20;
  }
  .form--external input {
    color: #231f20;
    font-family: "museo-sans", sans-serif;
    border: 1px solid #bbc0c0;
    border-radius: 0;
  }
  .form--external input[type=text], .form--external input[type=email], .form--external input[type=tel], .form--external input[type=email], .form--external input[type=date], .form--external input[type=number], .form--external input[type=url], .form--external input[type=time], .form--external input[type=search], .form--external input[type=password], .form--external input[type=month] {
    height: 4rem;
    padding: 1.067rem 2.667rem 1.067rem 1.333rem;
  }
  .form--external textarea {
    padding: 1.067rem 2.667rem 1.067rem 1.333rem;
    color: #231f20;
    font-family: "museo-sans", sans-serif;
    border: 1px solid #bbc0c0;
    border-radius: 0;
  }
  .form--external select {
    height: 4rem;
    border: 1px solid #bbc0c0;
    padding: 1.067rem 2.667rem 1.067rem 1.333rem;
    color: #231f20;
  }
  .form--external fieldset > div {
    margin-bottom: 1em;
  }
  .form--external fieldset > div:last-child {
    margin-bottom: 0;
  }
  .form--external .form_action button {
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06667em;
    line-height: 1.33333em;
    min-height: 50px;
    height: 49px;
    padding: 5px 34px;
    color: #4678BC;
    background-color: transparent;
    border: 1px solid #4678BC;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .form--external .form_action button:hover, .form--external .form_action button:focus {
    background-color: #4678BC;
    color: #ffffff;
    cursor: pointer;
  }
  .form--header-sm h2 {
    font-size: 1.2rem;
  }
  .form--btn-red.cmp-button > .btn-cta.btn-primary,
.form--btn-red .form_action button,
.form--btn-red .action button {
    color: #ffffff;
    background-color: #AF1F8E;
    border-color: #AF1F8E;
  }
  .form--btn-red.cmp-button > .btn-cta.btn-primary:hover, .form--btn-red.cmp-button > .btn-cta.btn-primary:focus,
.form--btn-red .form_action button:hover,
.form--btn-red .form_action button:focus,
.form--btn-red .action button:hover,
.form--btn-red .action button:focus {
    background-color: transparent;
    color: #AF1F8E;
  }
  .form--btn-blue.cmp-button > .btn-cta.btn-primary,
.form--btn-blue .form_action button,
.form--btn-blue .action button {
    background-color: #1D4585;
    border-color: #1D4585;
    color: #ffffff;
  }
  .form--btn-blue.cmp-button > .btn-cta.btn-primary:hover, .form--btn-blue.cmp-button > .btn-cta.btn-primary:focus,
.form--btn-blue .form_action button:hover,
.form--btn-blue .form_action button:focus,
.form--btn-blue .action button:hover,
.form--btn-blue .action button:focus {
    background-color: #AF1F8E;
    border-color: #AF1F8E;
  }
  .form--btn-blue-outline.cmp-button > .btn-cta.btn-primary,
.form--btn-blue-outline .form_action button,
.form--btn-blue-outline .action button {
    background-color: transparent;
    border-color: #1D4585;
    color: #1D4585;
  }
  .form--btn-blue-outline.cmp-button > .btn-cta.btn-primary:hover, .form--btn-blue-outline.cmp-button > .btn-cta.btn-primary:focus,
.form--btn-blue-outline .form_action button:hover,
.form--btn-blue-outline .form_action button:focus,
.form--btn-blue-outline .action button:hover,
.form--btn-blue-outline .action button:focus {
    background-color: #4678BC;
    border-color: #4678BC;
    color: #ffffff;
  }
  .form--btn-red-outline.cmp-button > .btn-cta.btn-primary,
.form--btn-red-outline .form_action button,
.form--btn-red-outline .action button {
    background-color: transparent;
    border-color: #AF1F8E;
    color: #AF1F8E;
  }
  .form--btn-red-outline.cmp-button > .btn-cta.btn-primary:hover, .form--btn-red-outline.cmp-button > .btn-cta.btn-primary:focus,
.form--btn-red-outline .form_action button:hover,
.form--btn-red-outline .form_action button:focus,
.form--btn-red-outline .action button:hover,
.form--btn-red-outline .action button:focus {
    background-color: #AF1F8E;
    color: #ffffff;
  }
  .form--btn-yellow-outline.cmp-button > .btn-cta.btn-primary,
.form--btn-yellow-outline .form_action button,
.form--btn-yellow-outline .action button {
    background-color: transparent;
    border-color: #ece819;
    color: #ece819;
  }
  .form--btn-yellow-outline.cmp-button > .btn-cta.btn-primary:hover, .form--btn-yellow-outline.cmp-button > .btn-cta.btn-primary:focus,
.form--btn-yellow-outline .form_action button:hover,
.form--btn-yellow-outline .form_action button:focus,
.form--btn-yellow-outline .action button:hover,
.form--btn-yellow-outline .action button:focus {
    background-color: #ece819;
    color: #ffffff;
  }
  .form--btn-yellow.cmp-button > .btn-cta.btn-primary,
.form--btn-yellow .form_action button,
.form--btn-yellow .action button {
    background-color: #ece819;
    border-color: #ece819;
    color: #ffffff;
  }
  .form--btn-yellow.cmp-button > .btn-cta.btn-primary:hover, .form--btn-yellow.cmp-button > .btn-cta.btn-primary:focus,
.form--btn-yellow .form_action button:hover,
.form--btn-yellow .form_action button:focus,
.form--btn-yellow .action button:hover,
.form--btn-yellow .action button:focus {
    background-color: transparent;
    color: #ece819;
  }
}


@media all {
  .text-media::after {
    display: block;
    clear: both;
    content: "";
  }
  .text-media .video {
    margin-top: 0 !important;
    margin-bottom: 1.5em !important;
  }
}
@media (min-width: 576px) {
  .text-media--w-75 .text-media__media--video {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-media--w-50 .text-media__media--video {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all {
  .text-media .image {
    margin-bottom: 2em;
  }
  .text-media .image .cmp-image {
    display: table;
    width: 100%;
  }
  .text-media .image .cmp-image__title {
    display: table-caption;
    caption-side: bottom;
  }
}
@media all {
  .text-media--media-center {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .text-media--media-center {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media all {
  .text-media--media-center .image {
    margin-bottom: 2em;
  }
  .text-media--media-center .image .cmp-image {
    text-align: center;
    margin: 0 auto;
  }
  .text-media--media-center .image .cmp-image__image {
    width: auto;
  }
}
@media all {
  .text-media--media-left {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .text-media--media-left {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media (min-width: 576px) {
  .text-media--media-left .text-media__media {
    float: left;
    margin-right: 2.5em;
  }
  .text-media--media-left .text-media__media--video {
    width: 45% !important;
  }
  .text-media--media-left .text-media__media .image {
    margin-bottom: 1.5em;
  }
  .text-media--media-left ul,
.text-media--media-left ol {
    overflow: hidden;
  }
}
@media all {
  .text-media--media-right {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .text-media--media-right {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
@media (min-width: 576px) {
  .text-media--media-right .text-media__media {
    float: right;
    margin-left: 2.5em;
  }
  .text-media--media-right .text-media__media--video {
    min-width: 45%;
  }
  .text-media--media-right .text-media__media .image {
    margin-bottom: 1.5em;
  }
  .text-media--media-right .text-media__media .image .cmp-image__title {
    text-align: right;
  }
}
@media all {
  .text-media:not(.text-media--full-width-image) .image .cmp-image__image {
    width: auto;
  }
}
@media all {
  .text-media.text-media--full-width-image .image .cmp-image {
    display: block;
  }
  .text-media.text-media--full-width-image .image .cmp-image__title {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .text-media--float-media-on-mobile.text-media--media-left .text-media__media {
    float: left;
    margin-right: 1.5em;
  }
  .text-media--float-media-on-mobile.text-media--media-left .text-media__media .image {
    margin-bottom: 1em;
  }
  .text-media--float-media-on-mobile.text-media--media-right .text-media__media {
    float: right;
    margin-left: 1.5em;
  }
  .text-media--float-media-on-mobile.text-media--media-right .text-media__media .image {
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .text-media.text-media--mobile-full-width-image .image .cmp-image {
    display: block;
  }
  .text-media.text-media--mobile-full-width-image .image .cmp-image__title {
    display: block;
  }
  .text-media.text-media--mobile-full-width-image .image .cmp-image__image {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .text-media--decorate .text-media__container {
    border-style: solid;
    border-width: 0 1px;
    border-color: #dfe1df;
    position: relative;
  }
  .text-media--decorate .text-media__container:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    bottom: 0;
    background: transparent url("oia/resources/decorations/double-slashes-vertical-yellow.svg") no-repeat scroll center center;
    height: 100%;
    width: 20px;
  }
}
@media all {
  .text-media--decorate .text-media__text .text {
    position: relative;
  }
  .text-media--decorate .text-media__text .text:before {
    content: "";
    position: absolute;
    top: -28px;
    width: 30px;
    height: 3px;
    background-color: #59b7df;
    left: 0;
  }
}
@media (min-width: 576px) {
  .text-media--decorate .text-media__text .text:before {
    top: -32px;
  }
}
@media (max-width: 767.98px) {
  .text-media--decorate .text-media__text .text {
    margin-bottom: 2em;
  }
}
@media (min-width: 576px) {
  .column-2 .text-media.text-media--media-right .text-media__media, .column-2 .text-media.text-media--media-left .text-media__media {
    max-width: 45%;
  }
  .column-2 .text-media.text-media--media-right .text-media__media .image .cmp-image__image[style*=max-width], .column-2 .text-media.text-media--media-left .text-media__media .image .cmp-image__image[style*=max-width] {
    width: 100%;
  }
}
@media all {
  .column-2 .text-media .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .text-media--gradient .cmp-image {
    display: table;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.18%, #00a9d9), color-stop(31.82%, #00bcd1), color-stop(55.2%, #39c6a4), color-stop(72.87%, #c7e036), color-stop(85.72%, #efed5c), color-stop(94.27%, #f8f7b6), to(#fbfad6));
    background-image: linear-gradient(to bottom, #00a9d9 1.18%, #00bcd1 31.82%, #39c6a4 55.2%, #c7e036 72.87%, #efed5c 85.72%, #f8f7b6 94.27%, #fbfad6 100%);
    background-size: 100% 100%;
  }
  .text-media--gradient img {
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 1130px) {
  .text-media--gradient img {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media all {
  .text-media--gradient--right img {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 1130px) {
  .text-media--gradient--right img {
    padding-right: 20px;
  }
}
@media all {
  .text-media--gradient--bottom .cmp-image {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1.18%, #00a9d9), color-stop(31.82%, #00bcd1), color-stop(55.2%, #39c6a4), color-stop(72.87%, #c7e036), color-stop(85.72%, #efed5c), color-stop(94.27%, #f8f7b6), to(#fbfad6));
    background-image: linear-gradient(to top, #00a9d9 1.18%, #00bcd1 31.82%, #39c6a4 55.2%, #c7e036 72.87%, #efed5c 85.72%, #f8f7b6 94.27%, #fbfad6 100%);
  }
  .text-media--gradient--bottom img {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 1130px) {
  .text-media--gradient--bottom img {
    padding-bottom: 20px;
  }
}


@media all {
  .list--display-link-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list--display-link-list__container {
    padding-left: 0;
    padding-right: 0;
  }
  .list--display-link-list__card {
    border-top: 0 none;
  }
  .list--display-link-list__card:last-child {
    border-bottom: 0 none;
  }
}
@media (min-width: 768px) {
  .list--display-link-list__card:last-child {
    padding-bottom: 5em !important;
  }
}
@media all {
  .list--display-link-list__card h2 {
    font-size: 1.7333333333rem;
  }
}
@media (min-width: 768px) {
  .list--display-link-list__card h2 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .list--display-link-list__card .link-list__content {
    letter-spacing: 0.032em;
    line-height: 1.6;
    font-family: "museo-sans", sans-serif;
  }
}
@media all {
  .list--display-link-list__card .action-link {
    margin-bottom: 1em;
  }
}
@media all {
  .list--display-link-list.list--link-list--aoe h2 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  }
}
@media (min-width: 768px) {
  .list--display-link-list .collapse {
    display: block !important;
  }
}


@media all {
  .featured-list .title h2 {
    padding-top: 18px;
    position: relative;
  }
  .featured-list .title h2:before {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 3px;
  }
  .featured-list .text .container {
    padding-left: 0;
    padding-right: 0;
  }
  .featured-list--theme-1 {
    background-color: #08102e;
    color: white;
  }
  .featured-list--theme-1 .title h2:before {
    background-color: #ece819;
  }
  .featured-list--theme-1 .text {
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .featured-list--theme-1 .featured-list__container {
    border-left: 1px solid rgba(41, 70, 168, 0.3);
    position: relative;
    padding-left: 6em;
    padding-right: 6em;
  }
  .featured-list--theme-1 .featured-list__container:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    bottom: 0;
    background: transparent url("oia/resources/decorations/double-slashes-vertical-yellow.svg") no-repeat scroll center center;
    height: 100%;
    width: 20px;
  }
}
@media all {
  .featured-list--theme-1 h1, .featured-list--theme-1 h2, .featured-list--theme-1 h3, .featured-list--theme-1 h4, .featured-list--theme-1 h5, .featured-list--theme-1 h6,
.featured-list--theme-1 .h1, .featured-list--theme-1 .h2, .featured-list--theme-1 .h3, .featured-list--theme-1 .h4, .featured-list--theme-1 .h5, .featured-list--theme-1 .h6 {
    color: #ece819;
  }
}
@media all {
  .featured-list--theme-1 ul li {
    font-size: 1.2rem;
  }
  .featured-list--theme-1 ul li ul li {
    font-size: 1.0666666667rem;
  }
}
@media all {
  .featured-list--theme-1 a {
    color: inherit;
    text-decoration: underline;
  }
}
@media all {
  .featured-list--theme-2 {
    border-width: 1px 0;
    border-style: solid;
    border-color: #dfe1df;
  }
  .featured-list--theme-2 .title h2:before {
    background-color: #59b7df;
    display: none;
  }
  .featured-list--theme-2 .text {
    margin-bottom: 2.5em;
  }
  .featured-list--theme-2 .text:not(.featured-list__intro-text) {
    padding-top: 18px;
    position: relative;
  }
  .featured-list--theme-2 .text:not(.featured-list__intro-text):before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #59b7df;
    width: 30px;
    height: 3px;
  }
}
@media (min-width: 1130px) {
  .featured-list--theme-2 .featured-list__container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media all {
  .featured-list--theme-2 .image {
    margin-bottom: 2em;
    position: relative;
  }
}
@media (min-width: 768px) {
  .featured-list--theme-2 .image {
    position: absolute;
    right: 30px;
    width: 300px;
  }
}
@media (min-width: 768px) and (min-width: 1130px) {
  .featured-list--theme-2 .image {
    right: 47px;
    width: 409px;
  }
}
@media all {
  .featured-list--theme-2 .image:before {
    content: "";
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    background-color: #ffffff;
  }
}
@media all {
  .featured-list--theme-2 .image:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 15px;
    left: 0;
    width: 47%;
    background-color: #ffffff;
  }
}
@media all {
  .featured-list--theme-3 {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .featured-list--theme-3 .featured-list__container {
    padding-bottom: 1.5rem;
  }
}
@media all {
  .featured-list--theme-3 .featured-list__side-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
  }
}
@media (min-width: 1445px) {
  .featured-list--theme-3 .featured-list__side-image {
    width: 135px;
  }
}
@media (min-width: 576px) {
  .featured-list--theme-3:not(.featured-list--no-border) .featured-list__container {
    border-right: 1px solid #59b7df;
  }
}
@media all {
  .featured-list--theme-3 .prefix + .title {
    margin-top: 0;
  }
}
@media all {
  .featured-list--theme-3 .title h2 {
    margin-bottom: 0.1em;
  }
}
@media (min-width: 768px) {
  .featured-list--theme-3 .title h2 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .featured-list--theme-3 .featured-list__list a {
    font-family: "GT Haptik", sans-serif;
    border-bottom: 1px solid #4678BC;
  }
}
@media (min-width: 768px) {
  .featured-list--theme-3 .featured-list__list a {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .featured-list--theme-3 .featured-list__list a:hover, .featured-list--theme-3 .featured-list__list a:focus {
    color: #4678BC;
    text-decoration: none;
    border-color: #AF1F8E;
  }
}
@media (min-width: 1130px) {
  .featured-list--theme-3 .featured-list__list ul.list--2-column, .featured-list--theme-3 .featured-list__list ul.list--two-column {
    -webkit-column-gap: 4em;
       -moz-column-gap: 4em;
            column-gap: 4em;
  }
}
@media all {
  .featured-list--theme-3.featured-list--dark {
    background-color: #152655;
  }
}
@media (max-width: 767.98px) {
  .featured-list--theme-3.featured-list--dark .featured-list__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media all {
  .featured-list--theme-3.featured-list--dark .title h2,
.featured-list--theme-3.featured-list--dark .prefix .prefix__text,
.featured-list--theme-3.featured-list--dark .text {
    color: #ffffff;
  }
}
@media all {
  .featured-list--theme-3.featured-list--dark .featured-list__list a {
    color: #ffffff;
    border-color: #AF1F8E;
  }
  .featured-list--theme-3.featured-list--dark .featured-list__list a:hover, .featured-list--theme-3.featured-list--dark .featured-list__list a:focus {
    color: #ffffff;
    border-color: #59b7df;
  }
}
@media (min-width: 768px) {
  .featured-list--theme-3.featured-list--remove-left-inner-padding .featured-list__container {
    padding-left: 1em !important;
  }
  .featured-list--theme-3.featured-list--remove-right-inner-padding .featured-list__container {
    padding-right: 1em !important;
  }
}
@media all {
  .featured-list--theme-3.featured-list--remove-top-inner-padding .featured-list__container {
    padding-top: 0 !important;
  }
}
@media all {
  .featured-list--theme-3.featured-list--remove-bottom-inner-padding .featured-list__container {
    padding-bottom: 0 !important;
  }
}


@media all {
  .accordion__item {
    border-bottom: 1px solid #dfe1df;
  }
  .accordion__item h2,
.accordion__item h3,
.accordion__item h4,
.accordion__item h5,
.accordion__item h6 {
    font-size: 1.4666666667rem;
    font-weight: 700;
  }
  .accordion__item h2 a,
.accordion__item h3 a,
.accordion__item h4 a,
.accordion__item h5 a,
.accordion__item h6 a {
    color: #1D4585;
  }
  .accordion__item h2 a .icon.expand,
.accordion__item h3 a .icon.expand,
.accordion__item h4 a .icon.expand,
.accordion__item h5 a .icon.expand,
.accordion__item h6 a .icon.expand {
    color: #86A2FF;
  }
  .accordion__item h2 a .icon.shrink,
.accordion__item h3 a .icon.shrink,
.accordion__item h4 a .icon.shrink,
.accordion__item h5 a .icon.shrink,
.accordion__item h6 a .icon.shrink {
    color: #1D4585;
  }
  .accordion__item .text {
    margin-bottom: 2rem;
  }
  .accordion__item .text .container {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion__item .title .container {
    padding-left: 0;
    padding-right: 0;
  }
  .column-2 .accordion .container {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion .title h2,
.accordion .title h3,
.accordion .title h4,
.accordion .title h5 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 500;
    color: #4678BC;
    line-height: 1.2em;
    letter-spacing: 0.02657148em;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    margin-bottom: 0.6em;
    margin-bottom: 0.25em;
  }
}
@media (min-width: 1130px) {
  .accordion .title h2,
.accordion .title h3,
.accordion .title h4,
.accordion .title h5 {
    font-size: 1.6666666667rem;
  }
}
@media (min-width: 768px) {
  .accordion .title h2,
.accordion .title h3,
.accordion .title h4,
.accordion .title h5 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .container .accordion .container {
    padding-left: 0;
    padding-right: 0;
  }
}


@media all {
  .tabs:not(.tabs--boxed) .nav-tabs {
    position: relative;
  }
  .tabs:not(.tabs--boxed) .nav-tabs:before, .tabs:not(.tabs--boxed) .nav-tabs:after {
    content: "";
    height: 1px;
    width: 3000px;
    position: absolute;
    bottom: -1px;
    background-color: #4678BC;
  }
  .tabs:not(.tabs--boxed) .nav-tabs:before {
    left: -3000px;
  }
  .tabs:not(.tabs--boxed) .nav-tabs:after {
    right: -3000px;
  }
}
@media (min-width: 768px) {
  .tabs.tabs--boxed .tab-content {
    border-color: #4678BC;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    padding: 2.5em 2.7em 1em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .tabs.tabs--boxed .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .tabs.tabs--boxed .tabs__hr {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .tabs {
    background-color: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media all {
  .tabs .title h2 {
    position: relative;
    padding-top: 17px;
  }
  .tabs .title h2:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #59b7df;
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .tabs .title h2 {
    font-size: 2.3333333333rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.98px) {
  .tabs .title h2 {
    margin-bottom: 0;
  }
}
@media all {
  .nav-tabs .nav-link {
    border-color: #dfe1df #dfe1df #4678BC;
    color: #737777;
    font-weight: 500;
  }
}
@media all {
  .tab-content {
    padding: 2em 1em;
  }
}
@media (min-width: 576px) {
  .tab-content {
    padding-top: 3em;
  }
}
@media (max-width: 767.98px) {
  .tab-content .tab-pane {
    display: block;
  }
  .tab-content .tab-pane.fade {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .tab-content .tab-pane .collapse {
    display: block;
  }
}
@media all {
  .tab-content .tab-pane__header {
    font-size: 1.2rem;
    font-weight: 500;
    border-top: 1px solid #dfe1df;
  }
}
@media (max-width: 575.98px) {
  .tab-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .tab-content .tab-pane:last-child {
    border-bottom: 1px solid #dfe1df;
  }
}
@media all {
  .tabs__hr {
    border-top-color: #4678BC;
  }
}


@media all {
  .video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    
    height: 0;
  }
  .video__wrapper object,
.video__wrapper embed,
.video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video--decorate .video__wrapper {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .video--decorate .video__wrapper:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 106px;
    height: 130px;
    background-color: #ece819;
  }
  .modal-body .aem-Grid .video--modal-impact:first-child {
    margin-top: -3rem;
  }
  .modal-body .aem-Grid .video--modal-impact .video__wrapper {
    margin-left: -3rem;
    margin-right: -3rem;
    padding-bottom: calc(56.25% + 3rem);
  }
}


@media all {
  .quick-links .title h2 {
    margin-bottom: 0.9em;
  }
  .quick-links .text ul li {
    font-weight: 500;
    font-family: "GT Haptik", sans-serif;
  }
}
@media (min-width: 768px) {
  .quick-links .text ul li {
    font-size: 1.2rem;
  }
}


@media all {
  #searchResults input.text-input--default + .icon-search,
#searchResults input.text-input--default + .icon-close {
    font-size: 28px;
    position: relative;
    top: -9px;
  }
  #searchResults .searchResults__search-bar {
    border-bottom: 4px solid #dfe1df;
  }
  #searchResults .searchResults__search-bar #searchBox {
    border: 0 none;
    height: 60px;
    font-size: 2rem;
    width: 100%;
    color: #AF1F8E;
    caret-color: #AF1F8E;
    font-weight: 500;
    font-family: "GT Haptik", sans-serif;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media (min-width: 576px) {
  #searchResults .searchResults__search-bar #searchBox {
    height: 70px;
    font-size: 2.6666666667rem;
  }
}
@media all {
  #searchResults .searchResults__search-bar #searchBox::-webkit-input-placeholder {
    
    color: #dfe1df;
  }
}
@media all {
  #searchResults .searchResults__search-bar #searchBox::-moz-placeholder {
    
    color: #dfe1df;
  }
}
@media all {
  #searchResults .searchResults__search-bar #searchBox:-ms-input-placeholder {
    
    color: #dfe1df;
  }
}
@media all {
  #searchResults .searchResults__search-bar #searchBox:-moz-placeholder {
    
    color: #dfe1df;
  }
}
@media all {
  #searchResults .gsc-results > .gsc-webResult.gsc-result,
#searchResults .gsc-expansionArea > .gsc-webResult.gsc-result {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media (min-width: 768px) {
  #searchResults .gsc-results > .gsc-webResult.gsc-result,
#searchResults .gsc-expansionArea > .gsc-webResult.gsc-result {
    position: relative;
  }
  #searchResults .gsc-results > .gsc-webResult.gsc-result:before,
#searchResults .gsc-expansionArea > .gsc-webResult.gsc-result:before {
    content: "";
    position: absolute;
    left: -61px;
    width: 30px;
    height: 3px;
    top: 35px;
    background-color: #59b7df;
  }
}
@media all {
  #searchResults #searchButton {
    -webkit-appearance: none;
    border: 0 none;
    font-size: 1.7333333333rem;
    color: #bbc0c0;
    margin-bottom: 0.4em;
    background-color: transparent;
  }
}
@media all {
  #searchResults .gsc-selected-option-container {
    background-image: none;
    background-color: transparent;
    font-size: 1rem;
    color: #bbc0c0;
    font-weight: 500;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0px 48px 0 16px;
    border-color: #bbc0c0;
    font-family: "museo-sans", sans-serif;
  }
}
@media all {
  #searchResults .gsc-control-cse {
    padding: 0;
    border: 0 none;
  }
  #searchResults .gsc-control-cse .gs-spelling,
#searchResults .gsc-control-cse .gs-result .gs-title,
#searchResults .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.3333333333rem;
    font-weight: 500;
    font-family: "GT Haptik", sans-serif;
    text-decoration: none;
  }
  #searchResults .gsc-control-cse .gsc-table-result {
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
  }
}
@media all {
  #searchResults .gsc-tabsArea {
    border-bottom: 0 none;
    height: auto;
  }
  #searchResults .gsc-tabsArea .gsc-tabHeader {
    font-size: 0.9333333333rem;
    line-height: 1.3;
    font-weight: 500;
    font-family: "GT Haptik", sans-serif;
  }
  #searchResults .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive {
    color: #4678BC;
    border-color: #4678BC #4678BC #ffffff #4678BC;
  }
  #searchResults .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive {
    color: #737777;
    border-width: 1px;
    border-style: solid;
    border-color: #dfe1df #dfe1df #4678BC #dfe1df;
  }
  #searchResults .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:hover, #searchResults .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:focus {
    color: #363d3d;
    border-color: #363d3d #363d3d #4678BC #363d3d;
  }
  #searchResults .gsc-tabsArea .gs-spacer {
    display: block;
    width: 10px;
    border-bottom: 1px solid #4678BC;
  }
  #searchResults .gsc-tabsArea > div {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  #searchResults .gsc-tabsArea > div > .gsc-tabHeader {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    height: auto;
  }
}
@media all {
  #searchResults .gs-webResult.gs-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #searchResults .gs-webResult.gs-result > .gsc-thumbnail-inside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #searchResults .gs-webResult.gs-result > .gsc-url-top {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #searchResults .gs-webResult.gs-result > .gsc-table-result {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all {
  #searchResults .gs-webResult.gs-result a.gs-title:visited,
#searchResults .gs-webResult.gs-result a.gs-title:visited b,
#searchResults .gs-imageResult a.gs-title:visited,
#searchResults .gs-imageResult a.gs-title:visited b {
    color: #4678BC;
  }
}
@media all {
  #searchResults .gsc-result .gs-title {
    height: 1.4em;
  }
}
@media all {
  #searchResults .gs-webResult div.gs-visibleUrl,
#searchResults .gs-imageResult div.gs-visibleUrl {
    color: #4678BC;
    font-weight: 700px;
    font-size: 1rem;
    font-family: "museo-sans", sans-serif;
  }
}
@media all {
  #searchResults .gsc-table-result,
#searchResults .gsc-thumbnail-inside,
#searchResults .gsc-url-top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  #searchResults .gsc-thumbnail-inside {
    margin-bottom: 10px;
  }
}
@media all {
  #searchResults .gsc-table-result {
    margin-bottom: 13px;
  }
}
@media (max-width: 767.98px) {
  #searchResults .gsc-table-result .gsc-thumbnail {
    display: none;
  }
}
@media all {
  #searchResults .gsc-webResult .gsc-result {
    padding: 23px 0 20px 0;
  }
}
@media all {
  #searchResults .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
  }
}
@media all {
  #searchResults .gsc-results .gsc-cursor-box {
    margin-top: 55px;
  }
  #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 1.3333333333rem;
    font-weight: 300;
    font-family: "museo-sans", sans-serif;
    color: #4678BC;
    margin-right: 23px;
  }
  #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child {
    margin-right: 0;
  }
  #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    font-weight: 700;
  }
}
@media all {
  #searchResults .gsc-above-wrapper-area {
    border-bottom: 0 none;
  }
}


@media all {
  .intro-block-with-action-links .title h2 {
    position: relative;
    padding-top: 22px;
  }
  .intro-block-with-action-links .title h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #59b7df;
  }
  .intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) {
    border-width: 1px 0;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media (min-width: 768px) {
  .intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) .intro-block-with-action-links__container {
    border-width: 0 1px;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media all {
  .intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) .intro-block-with-action-links__column-2 {
    background-color: #f5f5f5;
  }
  .intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) .intro-block-with-action-links__column-2 .action-link {
    padding-right: 28px;
  }
}
@media all {
  .intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) a.action-link,
.intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) .action-link a {
    display: block;
  }
  .intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) a.action-link:after,
.intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) .action-link a:after {
    right: 2em;
  }
}
@media (max-width: 575.98px) {
  .intro-block-with-action-links:not(.intro-block-with-action-links--display-buttons) .intro-block-with-action-links__row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all {
  .intro-block-with-action-links .text {
    margin-bottom: 1.5em;
  }
}


@media all {
  .feature-block {
    background-color: #f5f5f5;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
  }
  .feature-block:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ece819;
    width: 200px;
    height: 100px;
    z-index: -1;
  }
}
@media (min-width: 1130px) {
  .feature-block .title h2 {
    font-size: 2.4rem;
  }
}
@media all {
  .feature-block .text {
    margin-bottom: 1em;
  }
}


@media all {
  .intro-block-with-featured-button {
    border-width: 1px 0;
    border-style: solid;
    border-color: #dfe1df;
  }
  .intro-block-with-featured-button .title h2 {
    position: relative;
    padding-top: 22px;
  }
  .intro-block-with-featured-button .title h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #59b7df;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button .intro-block-with-featured-button__container {
    border-width: 0 1px;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media all {
  .intro-block-with-featured-button .text {
    margin-bottom: 1.5em;
  }
}
@media all {
  .intro-block-with-featured-button--theme-2 {
    border: 0 none;
  }
  .intro-block-with-featured-button--theme-2 .title h2 {
    padding-top: 0;
  }
  .intro-block-with-featured-button--theme-2 .title h2:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--theme-2 .title h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--theme-2 .text {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .intro-block-with-featured-button--theme-2 .btn-cta {
    margin-bottom: 0 !important;
  }
}
@media all {
  .intro-block-with-featured-button--theme-2 a.btn-cta,
.intro-block-with-featured-button--theme-2 div.btn-cta > a {
    text-transform: uppercase;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--theme-2 a.btn-cta,
.intro-block-with-featured-button--theme-2 div.btn-cta > a {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .intro-block-with-featured-button--theme-2 .intro-block-with-featured-button__container {
    border: 0 none;
  }
}
@media all {
  .intro-block-with-featured-button--theme-2 .feature-block {
    background-color: transparent;
    margin-top: 0;
    margin-right: 0;
    padding: 0 !important;
  }
  .intro-block-with-featured-button--theme-2 .feature-block:before {
    display: none;
  }
  .intro-block-with-featured-button--theme-2 .feature-block .text {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .intro-block-with-featured-button--theme-2 .feature-block .btn-cta {
    margin-bottom: 0.7em !important;
  }
}
@media all {
  .intro-block-with-featured-button--theme-3 {
    border: 0 none;
  }
  .intro-block-with-featured-button--theme-3 .title h2 {
    padding-top: 0;
    margin-bottom: 0;
  }
  .intro-block-with-featured-button--theme-3 .title h2:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--theme-3 .title h2 {
    font-size: 2.4rem;
  }
}
@media all {
  .intro-block-with-featured-button--theme-3 .title + .text {
    margin-top: 0.6em;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--theme-3 .text {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .intro-block-with-featured-button--theme-3 .btn-cta {
    margin-bottom: 0 !important;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .intro-block-with-featured-button--theme-3 .btn-cta {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .intro-block-with-featured-button--theme-3 .btn-cta + .btn-cta {
    margin-top: 1em;
  }
}
@media all {
  .intro-block-with-featured-button--theme-3 a.btn-cta,
.intro-block-with-featured-button--theme-3 div.btn-cta > a {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
}
@media (min-width: 1130px) {
  .intro-block-with-featured-button--theme-3 a.btn-cta,
.intro-block-with-featured-button--theme-3 div.btn-cta > a {
    font-size: 1.3333333333rem;
  }
}
@media (min-width: 576px) {
  .intro-block-with-featured-button--theme-3 .intro-block-with-featured-button--one-button .btn-cta {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--theme-3 .intro-block-with-featured-button--one-button .btn-cta {
    width: auto;
    margin-left: auto !important;
  }
}
@media all {
  .intro-block-with-featured-button--theme-3 .intro-block-with-featured-button__container {
    border: 0 none;
  }
}
@media all {
  .intro-block-with-featured-button--light .title h2 {
    color: #152655;
  }
  .intro-block-with-featured-button--light.intro-block-with-featured-button--bg-full-width {
    background-color: #f5f5f5;
  }
  .intro-block-with-featured-button--light .text a {
    color: #231f20;
    text-decoration: underline;
  }
  .intro-block-with-featured-button--light a.btn-cta,
.intro-block-with-featured-button--light div.btn-cta > a {
    color: #AF1F8E;
    background-color: transparent;
    border: 1px solid #AF1F8E;
  }
  .intro-block-with-featured-button--light a.btn-cta:hover,
.intro-block-with-featured-button--light div.btn-cta > a:hover {
    background-color: #AF1F8E;
    color: #ffffff;
  }
  .intro-block-with-featured-button--light.intro-block-with-featured-button--button-fill a.btn-cta,
.intro-block-with-featured-button--light.intro-block-with-featured-button--button-fill div.btn-cta > a {
    background-color: #AF1F8E;
    color: #ffffff;
  }
  .intro-block-with-featured-button--light.intro-block-with-featured-button--button-fill a.btn-cta:hover,
.intro-block-with-featured-button--light.intro-block-with-featured-button--button-fill div.btn-cta > a:hover {
    background-color: transparent;
    color: #AF1F8E;
  }
  .intro-block-with-featured-button--light .intro-block-with-featured-button__container {
    background-color: #f5f5f5;
  }
}
@media all {
  .intro-block-with-featured-button--dark.intro-block-with-featured-button--bg-full-width {
    background-color: #152655;
  }
  .intro-block-with-featured-button--dark .title h2,
.intro-block-with-featured-button--dark .title h3,
.intro-block-with-featured-button--dark .text {
    color: #ffffff;
  }
  .intro-block-with-featured-button--dark .text a {
    color: #ffffff;
    text-decoration: underline;
  }
  .intro-block-with-featured-button--dark a.btn-cta,
.intro-block-with-featured-button--dark div.btn-cta > a {
    color: #ece819;
    background-color: transparent;
    border: 1px solid #ece819;
  }
  .intro-block-with-featured-button--dark a.btn-cta:hover,
.intro-block-with-featured-button--dark div.btn-cta > a:hover {
    background-color: #ece819;
    color: #08102e;
  }
  .intro-block-with-featured-button--dark .action-link > a {
    color: #ece819;
  }
  .intro-block-with-featured-button--dark.intro-block-with-featured-button--button-fill a.btn-cta,
.intro-block-with-featured-button--dark.intro-block-with-featured-button--button-fill div.btn-cta > a {
    background-color: #ece819;
    color: #152655;
  }
  .intro-block-with-featured-button--dark.intro-block-with-featured-button--button-fill a.btn-cta:hover,
.intro-block-with-featured-button--dark.intro-block-with-featured-button--button-fill div.btn-cta > a:hover {
    background-color: transparent;
    color: #ece819;
  }
  .intro-block-with-featured-button--dark .intro-block-with-featured-button__container {
    background-color: #152655;
  }
}
@media all {
  .intro-block-with-featured-button--blue.intro-block-with-featured-button--bg-full-width {
    background-color: #59b7df;
  }
  .intro-block-with-featured-button--blue .title h2,
.intro-block-with-featured-button--blue .title h3,
.intro-block-with-featured-button--blue .text {
    color: #ffffff;
  }
  .intro-block-with-featured-button--blue .text a {
    color: #ffffff;
    text-decoration: underline;
  }
  .intro-block-with-featured-button--blue a.btn-cta,
.intro-block-with-featured-button--blue div.btn-cta > a {
    background-color: #AF1F8E;
    color: #ffffff;
    border-color: #AF1F8E;
  }
  .intro-block-with-featured-button--blue a.btn-cta:hover,
.intro-block-with-featured-button--blue div.btn-cta > a:hover {
    background-color: #d71524;
    color: #ffffff;
    border-color: #d71524;
  }
  .intro-block-with-featured-button--blue .intro-block-with-featured-button__container {
    background-color: #59b7df;
  }
}
@media all {
  .intro-block-with-featured-button--font-size-md .title h2 {
    font-size: 2.6666666667rem;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--font-size-md .title h2 {
    font-size: 3.6666666667rem;
  }
}
@media all {
  .intro-block-with-featured-button--font-size-md .text {
    font-size: 1.2rem;
  }
}
@media all {
  .intro-block-with-featured-button--font-size-lg .title h2 {
    font-size: 2.6666666667rem;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--font-size-lg .title h2 {
    font-size: 4.6666666667rem;
  }
}
@media all {
  .intro-block-with-featured-button--font-size-lg .text {
    font-size: 1.3333333333rem;
  }
  .intro-block-with-featured-button--font-size-lg .text p {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--font-size-lg .text {
    font-size: 1.6rem;
  }
}
@media all {
  .intro-block-with-featured-button--font-size-xl .text {
    font-size: 2.5333333333rem;
  }
  .intro-block-with-featured-button--font-size-xl .text p {
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--font-size-xl .text p {
    line-height: 1.4;
  }
}
@media (min-width: 576px) {
  .intro-block-with-featured-button--font-size-xl .text {
    font-size: 3.6666666667rem;
  }
}
@media (min-width: 768px) {
  .intro-block-with-featured-button--font-size-xl .text {
    font-size: 4rem;
  }
}
@media (min-width: 1130px) {
  .intro-block-with-featured-button--font-size-xl .text {
    font-size: 6rem;
  }
}


@media all {
  .image-grid .image-grid__image {
    width: 100%;
    padding-bottom: 63.21%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .image-grid .text {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 576px) {
  .image-grid .image-grid__row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media all {
  .image-grid--featured {
    background: transparent none;
  }
  .image-grid--featured .title h2 {
    margin-bottom: 0;
    color: #4678BC;
  }
}
@media (min-width: 768px) {
  .image-grid--featured .title h2 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .image-grid--featured .image-grid__image--large {
    padding-bottom: 70.6%;
    height: 100%;
  }
  .image-grid--featured .image-grid__image--medium {
    padding-bottom: 88.8%;
    height: 100%;
  }
  .image-grid--featured .image-grid__image--small {
    padding-bottom: 120%;
    height: 100%;
  }
}
@media all {
  .image-grid--featured .btn-cta.btn-primary {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .image-grid--featured .image-grid__col:first-child .image-grid__image, .image-grid--featured .image-grid__col:last-child .image-grid__image {
    position: relative;
  }
  .image-grid--featured .image-grid__col:first-child .image-grid__image:before, .image-grid--featured .image-grid__col:last-child .image-grid__image:before {
    content: "";
    width: 10px;
    position: absolute;
    top: 20px;
    bottom: 20px;
    background-color: #AF1F8E;
  }
  .image-grid--featured .image-grid__col:first-child .image-grid__image:before {
    left: -10px;
  }
  .image-grid--featured .image-grid__col:last-child .image-grid__image:before {
    right: -10px;
  }
}
@media (min-width: 576px) {
  .image-grid--featured .action-link {
    margin-bottom: 0 !important;
  }
  .image-grid--featured .action-link a:after {
    position: relative;
    top: -1px;
  }
}
@media all {
  .column-2 .image-grid .container {
    padding-left: 0;
    padding-right: 0;
  }
}


@media all {
  .pagination .page-link {
    font-family: "museo-sans", sans-serif;
    font-size: 1.3333333333rem;
    font-weight: 300;
  }
  .pagination .page-item.active .page-link {
    font-weight: bold;
  }
  .pagination .page-item--arrow:not(.disabled) [class*=icon-] {
    color: #AF1F8E;
  }
}


@media all {
  .text--enable-table-styles table {
    width: 100%;
  }
  .text--enable-table-styles table th,
.text--enable-table-styles table td {
    padding: 1rem;
    border-top: 1px solid #dfe1df;
  }
  .text--enable-table-styles table td {
    vertical-align: top;
  }
  .text--enable-table-styles table thead th {
    border-bottom: 2px solid #dfe1df;
    vertical-align: bottom;
  }

  table.table,
.text--enable-table-styles table {
    font-family: "museo-sans", sans-serif;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dfe1df;
  }
  .text + table.table, p + table.table,
.text + .text--enable-table-styles table,
p + .text--enable-table-styles table {
    margin-top: -1em;
  }
  table.table th,
table.table td,
.text--enable-table-styles table th,
.text--enable-table-styles table td {
    border-left: 0 none;
    border-right: 0 none;
  }
  table.table th:first-child,
table.table td:first-child,
.text--enable-table-styles table th:first-child,
.text--enable-table-styles table td:first-child {
    padding-left: 0;
  }
  table.table th,
.text--enable-table-styles table th {
    border-top: 0 none;
    padding-bottom: 1.66rem;
    font-size: 1.1333333333rem;
    color: #4678BC;
    font-weight: 500;
    font-family: "GT Haptik", sans-serif;
  }
}


@media all {
  .search-and-filters [aria-expanded=true] .expand-message {
    display: none;
  }
  .search-and-filters [aria-expanded=true] .collapse-message {
    display: inline;
  }
  .search-and-filters [aria-expanded=false] .expand-message {
    display: inline;
  }
  .search-and-filters [aria-expanded=false] .collapse-message {
    display: none;
  }
}


@media all {
  .card .text:last-child {
    margin-bottom: 0;
  }
  .card .title * {
    color: #ffffff;
  }
}


@media (min-width: 768px) {
  .text-with-featured-blocks .title h2 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .text-with-featured-blocks .card {
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks .card .card-body {
    padding: 2em;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks .card .title h3 {
    font-size: 1.4666666667rem;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks .card .title h3 {
    font-size: 1.6666666667rem;
  }
}
@media all {
  .text-with-featured-blocks .card .title * {
    color: #1D4585;
  }
}
@media all {
  .text-with-featured-blocks--display-dark {
    background-color: #08102e;
    color: #ffffff;
  }
  .text-with-featured-blocks--display-dark .title * {
    color: #ece819;
  }
  .text-with-featured-blocks--display-dark .title *:before {
    background-color: #ece819;
  }
  .text-with-featured-blocks--display-dark .text a {
    color: #ffffff;
    text-decoration: underline;
  }
  .text-with-featured-blocks--display-dark .card {
    background-color: #08102e;
    border-color: #ece819;
  }
  .text-with-featured-blocks--display-dark .card .title > *:before {
    background-color: #ece819;
  }
  .text-with-featured-blocks--display-dark .card .title * {
    color: #ffffff;
  }
  .text-with-featured-blocks--display-dark .card a.card-body {
    color: #ffffff;
    text-decoration: none;
  }
  .text-with-featured-blocks--display-dark .card a.card-body:hover, .text-with-featured-blocks--display-dark .card a.card-body:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media all {
  .text-with-featured-blocks--display-light-blue {
    background-color: #f5f5f5;
  }
  .text-with-featured-blocks--display-light-blue .card {
    background-color: #59b7df;
    border-color: #59b7df;
  }
  .text-with-featured-blocks--display-light-blue .card .title > * {
    color: #ffffff;
  }
  .text-with-featured-blocks--display-light-blue .card .title > *:before {
    background-color: #ffffff;
  }
  .text-with-featured-blocks--display-light-blue .card .title * {
    color: #ffffff;
  }
  .text-with-featured-blocks--display-light-blue .card .text {
    color: #ffffff;
  }
  .text-with-featured-blocks--display-light-blue .card a.card-body {
    color: #ffffff;
    text-decoration: none;
  }
  .text-with-featured-blocks--display-light-blue .card a.card-body:hover, .text-with-featured-blocks--display-light-blue .card a.card-body:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media all {
  .text-with-featured-blocks--display-light {
    background-color: #f5f5f5;
  }
  .text-with-featured-blocks--display-light .card {
    border-color: #4678BC;
    background-color: #ffffff;
  }
  .text-with-featured-blocks--display-light .card .title * {
    color: #1D4585;
  }
  .text-with-featured-blocks--display-light .card a:hover, .text-with-featured-blocks--display-light .card a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
  }
}
@media all {
  .text-with-featured-blocks--display-with-images .card {
    min-height: 269px;
  }
  .text-with-featured-blocks--display-with-images .card .card-body {
    padding: 30px 25px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ffffff;
    z-index: 1;
  }
  .text-with-featured-blocks--display-with-images .card .card-body:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: background-image 3s;
    transition: background-image 3s;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(56%, rgba(45, 45, 45, 0.42)), to(rgba(0, 0, 0, 0.42)));
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.42) 56%, rgba(0, 0, 0, 0.42) 100%);
  }
  .text-with-featured-blocks--display-with-images .card a.card-body:hover, .text-with-featured-blocks--display-with-images .card a.card-body:focus {
    text-decoration: none;
  }
  .text-with-featured-blocks--display-with-images .card a.card-body:hover:before, .text-with-featured-blocks--display-with-images .card a.card-body:focus:before {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .text-with-featured-blocks--display-with-images .card .title * {
    color: #ffffff;
  }
  .text-with-featured-blocks--display-with-images .card .title.title--line h3:before {
    width: 25px;
    height: 4px;
    background-color: #AF1F8E;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .title:not(:first-child) {
    margin-top: 20px;
  }
  .text-with-featured-blocks--display-theme-2 .title {
    margin-top: 20px;
  }
  .text-with-featured-blocks--display-theme-2 .title h2 {
    padding: 0;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--display-theme-2 .title h2 {
    font-size: 3rem;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .title h2:before {
    content: none;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card {
    border: none;
    min-height: 225px;
    position: relative;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card {
    min-height: 400px;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card--first:after, .text-with-featured-blocks--display-theme-2 .card--last:after {
    content: "";
    height: 150px;
    width: 10px;
    background-color: #AF1F8E;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card--first:after {
    left: -10px;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card--last:not(.card--first):after {
    right: -10px;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card .title * {
    color: #ffffff;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card__cta.action-link, .text-with-featured-blocks--display-theme-2 .card__cta {
    display: inline-block;
    font-family: "GT Haptik", sans-serif;
    font-size: 1.0666666667rem;
    font-weight: 700;
    margin-top: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: #AF1F8E solid 1px;
    color: #fff;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card__cta.action-link, .text-with-featured-blocks--display-theme-2 .card__cta {
    height: 0;
    border-bottom-color: transparent;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card__duotone-container {
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  .text-with-featured-blocks--display-theme-2 .card__duotone-container _:-ms-lang(x), .text-with-featured-blocks--display-theme-2 .card__duotone-container {
    
  }
  .text-with-featured-blocks--display-theme-2 .card__duotone-container _:-ms-lang(x):after, .text-with-featured-blocks--display-theme-2 .card__duotone-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background-image: linear-gradient(rgba(8, 16, 46, 0.4), rgba(8, 16, 46, 0.4));
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card__duotone-img {
    display: none;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card__duotone-img {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    -webkit-filter: url("oia/resources/overlays/blue-duotone.svg#blue-duotone");
            filter: url("oia/resources/overlays/blue-duotone.svg#blue-duotone");
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card .card-body, .text-with-featured-blocks--display-theme-2 .card .card__duotone-container {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card.hover .card-body, .text-with-featured-blocks--display-theme-2 .card.hover .card__duotone-container {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .text-with-featured-blocks--display-theme-2 .card.hover .card__duotone-img {
    -webkit-filter: none;
            filter: none;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card.hover .card__duotone-container:after {
    opacity: 0;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card.hover .card-body {
    text-decoration: none;
  }
  .text-with-featured-blocks--display-theme-2 .card.hover .card-body:before {
    opacity: 0;
  }
  .text-with-featured-blocks--display-theme-2 .card.hover .card-body:after {
    opacity: 1;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card.hover .card__cta {
    height: auto;
    border-bottom-color: #AF1F8E;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card .card-body {
    padding: 1.6666666667rem;
    opacity: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .text-with-featured-blocks--display-theme-2 .card .card-body:before, .text-with-featured-blocks--display-theme-2 .card .card-body:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .text-with-featured-blocks--display-theme-2 .card .card-body:before {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#152655), to(#152655));
    background-image: linear-gradient(#152655, #152655);
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card .card-body:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 38, 85, 0.65)), color-stop(25%, rgba(21, 38, 85, 0.65)), color-stop(50%, rgba(21, 38, 85, 0.1)));
    background-image: linear-gradient(to top, rgba(21, 38, 85, 0.65) 0%, rgba(21, 38, 85, 0.65) 25%, rgba(21, 38, 85, 0.1) 50%);
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card .card-body:after {
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card .card-body .title {
    position: relative;
  }
  .text-with-featured-blocks--display-theme-2 .card .card-body .title h3 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.1rem;
  }
  .text-with-featured-blocks--display-theme-2 .card .card-body .title h3:before {
    content: "";
    position: absolute;
    background-color: #AF1F8E;
    width: 25px;
    height: 4px;
    top: -10px;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .text-with-featured-blocks--display-theme-2 .card .card-body .title h3 {
    font-size: 2.3333333333rem;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-2 .card .card-body .text {
    min-height: 56px;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .card .card-body .text p {
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--with-overlap {
    margin-top: -50px !important;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--with-decorative-text .row.text-with-featured-blocks__blocks div[class*=col-]:nth-child(4) {
    position: relative;
  }
  .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--with-decorative-text .row.text-with-featured-blocks__blocks div[class*=col-]:nth-child(4)::after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--with-decorative-text .row.text-with-featured-blocks__blocks div[class*=col-]:nth-child(4)::after {
    content: "i'm in";
    display: block;
    position: absolute;
    z-index: -20;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -220px;
    top: 177px;
    font-size: 161px;
    white-space: nowrap;
    color: #f5f5f5;
    font-family: "museo-sans", sans-serif;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2 .btn-cta a {
    color: #AF1F8E;
    background-color: transparent;
    border: 1px solid #AF1F8E;
  }
  .text-with-featured-blocks--display-theme-2 .btn-cta a:hover {
    background-color: #AF1F8E;
    color: #ffffff;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--gradient-overlay .card .card-body::before, .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--gradient-overlay .card .card-body::after {
    display: none;
  }
  .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--gradient-overlay .card__duotone-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(21, 36, 86, 0.15) 0%, rgba(21, 36, 86, 0.15) 100%), linear-gradient(19deg, black 11.59%, rgba(1, 30, 64, 0.59) 38.73%, rgba(88, 183, 221, 0) 77.28%, rgba(57, 198, 164, 0) 103.45%), linear-gradient(19deg, rgba(0, 0, 0, 0) 20%, rgba(88, 183, 221, 0.7) 77.28%, rgba(57, 198, 164, 0.7) 103.45%);
    background-size: 100%, 100%, 120%;
    background-position: bottom left, bottom left, top right;
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
  }
  .text-with-featured-blocks--display-theme-2.text-with-featured-blocks--gradient-overlay .card.hover .card__duotone-container::after {
    background-size: 100%, 100%, 1000%;
    background-position: bottom left, bottom left, bottom left;
    opacity: 1;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3 .prefix, .text-with-featured-blocks--display-theme-3-condensed .prefix {
    margin-bottom: 10px;
  }
  .text-with-featured-blocks--display-theme-3 .title h2, .text-with-featured-blocks--display-theme-3-condensed .title h2 {
    font-size: 3rem;
  }
  .text-with-featured-blocks--display-theme-3 .card, .text-with-featured-blocks--display-theme-3-condensed .card {
    border: none;
    background-color: transparent;
  }
  .text-with-featured-blocks--display-theme-3 .card__feature-inner-wrapper, .text-with-featured-blocks--display-theme-3-condensed .card__feature-inner-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 61.34%;
    width: 100%;
    overflow: hidden;
  }
  .text-with-featured-blocks--display-theme-3 .card__feature-image, .text-with-featured-blocks--display-theme-3-condensed .card__feature-image {
    position: absolute;
    width: 100%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .text-with-featured-blocks--display-theme-3 .card .card-body, .text-with-featured-blocks--display-theme-3-condensed .card .card-body {
    padding: 0;
  }
  .text-with-featured-blocks--display-theme-3 .card .title, .text-with-featured-blocks--display-theme-3-condensed .card .title {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--display-theme-3 .card .title, .text-with-featured-blocks--display-theme-3-condensed .card .title {
    margin-top: 35px;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3 .card .title *, .text-with-featured-blocks--display-theme-3-condensed .card .title * {
    color: #1D4585;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3 .card .title + .card__cta,
.text-with-featured-blocks--display-theme-3 .card .title + .text.hide-on-preview + .card__cta, .text-with-featured-blocks--display-theme-3-condensed .card .title + .card__cta,
.text-with-featured-blocks--display-theme-3-condensed .card .title + .text.hide-on-preview + .card__cta {
    margin-top: 1.5em;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3 .card .text, .text-with-featured-blocks--display-theme-3-condensed .card .text {
    color: #231f20;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3 .card__cta.action-link, .text-with-featured-blocks--display-theme-3-condensed .card__cta.action-link {
    color: #1D4585;
  }
  .text-with-featured-blocks--display-theme-3 .card__cta.action-link:after, .text-with-featured-blocks--display-theme-3-condensed .card__cta.action-link:after {
    font-family: "Jeff Custom Icons";
    content: "\e80c";
    position: absolute;
    padding-left: 17px;
    font-size: 0.65em;
    color: #AF1F8E;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3 .card a.card-body:hover, .text-with-featured-blocks--display-theme-3 .card a.card-body:focus, .text-with-featured-blocks--display-theme-3-condensed .card a.card-body:hover, .text-with-featured-blocks--display-theme-3-condensed .card a.card-body:focus {
    text-decoration: none;
  }
  .text-with-featured-blocks--display-theme-3 .card a.card-body:hover .card__feature-image, .text-with-featured-blocks--display-theme-3 .card a.card-body:focus .card__feature-image, .text-with-featured-blocks--display-theme-3-condensed .card a.card-body:hover .card__feature-image, .text-with-featured-blocks--display-theme-3-condensed .card a.card-body:focus .card__feature-image {
    -webkit-transform: scale(1.1) translateY(-0.25%);
            transform: scale(1.1) translateY(-0.25%);
  }
  .text-with-featured-blocks--display-theme-3 .card a.card-body:hover .card__cta.action-link:after, .text-with-featured-blocks--display-theme-3 .card a.card-body:focus .card__cta.action-link:after, .text-with-featured-blocks--display-theme-3-condensed .card a.card-body:hover .card__cta.action-link:after, .text-with-featured-blocks--display-theme-3-condensed .card a.card-body:focus .card__cta.action-link:after {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media (max-width: 1129.98px) {
  .text-with-featured-blocks--display-theme-3 .text-with-featured-blocks--4-col .card__feature-inner-wrapper, .text-with-featured-blocks--display-theme-3-condensed .text-with-featured-blocks--4-col .card__feature-inner-wrapper {
    padding-bottom: 55%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-3 .text-with-featured-blocks--4-col .card__feature-inner-wrapper, .text-with-featured-blocks--display-theme-3-condensed .text-with-featured-blocks--4-col .card__feature-inner-wrapper {
    padding-bottom: 92.59%;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .card--first .card__feature-outer-wrapper, .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .card--last .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3 .row--row-accents .card--first .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3 .row--row-accents .card--last .card__feature-outer-wrapper, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .card--first .card__feature-outer-wrapper, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .card--last .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .card--first .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .card--last .card__feature-outer-wrapper {
    position: relative;
  }
}
@media (min-width: 576px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .card--first .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .card--last .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3 .row--row-accents .card--first .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3 .row--row-accents .card--last .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .card--first .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .card--last .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .card--first .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .card--last .card__feature-outer-wrapper:after {
    content: "";
    height: 150px;
    width: 10px;
    background-color: #AF1F8E;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .card--first .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3 .row--row-accents .card--first .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .card--first .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .card--first .card__feature-outer-wrapper:after {
    left: -10px;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .card--last:not(.card--first) .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3 .row--row-accents .card--last:not(.card--first) .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .card--last:not(.card--first) .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .card--last:not(.card--first) .card__feature-outer-wrapper:after {
    right: -10px;
  }
}
@media (max-width: 1129.98px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .text-with-featured-blocks--4-col .card--first .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--row-accents .text-with-featured-blocks--4-col .card--last .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3 .row--row-accents .text-with-featured-blocks--4-col .card--first .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3 .row--row-accents .text-with-featured-blocks--4-col .card--last .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .text-with-featured-blocks--4-col .card--first .card__feature-outer-wrapper:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--row-accents .text-with-featured-blocks--4-col .card--last .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .text-with-featured-blocks--4-col .card--first .card__feature-outer-wrapper:after,
.text-with-featured-blocks--display-theme-3-condensed .row--row-accents .text-with-featured-blocks--4-col .card--last .card__feature-outer-wrapper:after {
    display: none;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--condensed .card .title h3, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--condensed .card .title h3 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--condensed .card .title h3, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--condensed .card .title h3 {
    font-size: 1.3333333333rem;
    margin-top: 29px;
  }
}
@media all {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--section-accent, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--section-accent {
    position: relative;
  }
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--section-accent:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--section-accent:after {
    content: "";
    background-color: #AF1F8E;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1129.98px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--section-accent:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--section-accent:after {
    left: 0;
    height: 10px;
  }
}
@media (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--section-accent:after, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--section-accent:after {
    top: 0;
    width: 20px;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3 .row--card-accents .card__feature-outer-wrapper, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents .card__feature-outer-wrapper {
    position: relative;
    height: 225px;
  }
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents .card__feature-outer-wrapper:before,
.text-with-featured-blocks--display-theme-3 .row--card-accents .card__feature-outer-wrapper:before, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents .card__feature-outer-wrapper:before,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents .card__feature-outer-wrapper:before {
    content: "";
    position: absolute;
    border: 1px #AF1F8E solid;
    height: 77%;
    top: 25px;
    left: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 768px) and (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3 .row--card-accents .card__feature-outer-wrapper, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents .card__feature-outer-wrapper,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents .card__feature-outer-wrapper {
    height: 325px;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents .card__feature-inner-wrapper,
.text-with-featured-blocks--display-theme-3 .row--card-accents .card__feature-inner-wrapper, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents .card__feature-inner-wrapper,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents .card__feature-inner-wrapper {
    height: inherit;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents .text-with-featured-blocks__blocks, .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents.text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3 .row--card-accents .text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3 .row--card-accents.text-with-featured-blocks__blocks, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents .text-with-featured-blocks__blocks, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents.text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents .text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents.text-with-featured-blocks__blocks {
    margin: 0 -25px;
  }
}
@media (min-width: 768px) and (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents .text-with-featured-blocks__blocks, .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents.text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3 .row--card-accents .text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3 .row--card-accents.text-with-featured-blocks__blocks, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents .text-with-featured-blocks__blocks, .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents.text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents .text-with-featured-blocks__blocks,
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents.text-with-featured-blocks__blocks {
    margin: 0 -55px;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents [class*=col-],
.text-with-featured-blocks--display-theme-3 .row--card-accents [class*=col-], .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents [class*=col-],
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents [class*=col-] {
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (min-width: 1130px) {
  .text-with-featured-blocks--display-theme-3.text-with-featured-blocks--card-accents [class*=col-],
.text-with-featured-blocks--display-theme-3 .row--card-accents [class*=col-], .text-with-featured-blocks--display-theme-3-condensed.text-with-featured-blocks--card-accents [class*=col-],
.text-with-featured-blocks--display-theme-3-condensed .row--card-accents [class*=col-] {
    padding: 0 55px;
  }
}
@media all {
  .text-with-featured-blocks--remove-card-title-line .card .title.title--line h3 {
    padding-top: 0;
  }
  .text-with-featured-blocks--remove-card-title-line .card .title.title--line > *:before {
    display: none;
  }
}
@media all {
  .text-with-featured-blocks--rams-horn-top-right .section-header__title.title h2, .text-with-featured-blocks--grey-with-rams-horn-top-left .section-header__title.title h2, .text-with-featured-blocks--white-with-rams-horn-top-left .section-header__title.title h2, .text-with-featured-blocks--criss-cross .section-header__title.title h2, .text-with-featured-blocks--white-marble .section-header__title.title h2 {
    color: #1D4585;
  }
}
@media all {
  .text-with-featured-blocks--rams-horn-top-right, .text-with-featured-blocks--grey-with-rams-horn-top-left, .text-with-featured-blocks--white-with-rams-horn-top-left, .text-with-featured-blocks--criss-cross {
    background: #ffffff url("oia/resources/backgrounds/rams-horn_grey_lg.svg") no-repeat scroll -1640px -1551px;
    background-size: 6000px auto;
  }
}
@media all {
  .text-with-featured-blocks--grey-with-rams-horn-top-left, .text-with-featured-blocks--criss-cross {
    background-image: url("oia/resources/backgrounds/rams-horn_white_lg.svg");
    background-color: #f5f5f5;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--rams-horn-top-right {
    background: transparent url("oia/resources/backgrounds/rams-horn_grey_thin.svg") no-repeat scroll top -215px right -215px;
    background-size: 726px auto;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--grey-with-rams-horn-top-left {
    background: #f5f5f5 url("oia/resources/backgrounds/rams-horn_white_thin.svg") no-repeat scroll -58px 25px;
    background-size: 686px auto;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--white-with-rams-horn-top-left {
    background: #ffffff url("oia/resources/backgrounds/rams-horn_grey_thin.svg") no-repeat scroll -58px 25px;
    background-size: 686px auto;
  }
}
@media (min-width: 768px) {
  .text-with-featured-blocks--criss-cross {
    background-position: right -3452px top -2244px;
  }
}
@media all {
  .text-with-featured-blocks--white-marble {
    background: transparent url("oia/resources/backgrounds/marble_white_lg.jpg") no-repeat scroll 0px 0px;
    background-size: cover;
  }
}


@media all {
  .quote .blockquote {
    position: relative;
    border-width: 0;
    border-color: #dfe1df;
    border-style: solid;
    margin: 0;
    padding: 0;
    color: #23457C;
    line-height: 1.28;
  }
  .quote .blockquote:before {
    content: "\201c";
    color: #59b7df;
    font-family: "museo-sans", sans-serif;
    font-weight: 100;
    font-size: 145px;
    position: absolute;
    top: 1rem;
    line-height: 1;
    left: 50%;
    margin-left: -15px;
  }
}
@media (min-width: 576px) {
  .quote .blockquote:before {
    font-size: 235px;
    top: 2.7rem;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .quote .blockquote {
    margin-left: 1.75em;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .quote .blockquote:before {
    left: -40px;
    top: 0;
  }
}
@media all {
  .quote .blockquote .quote-text {
    position: relative;
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 500;
  }
  .quote .blockquote .quote-text:before {
    content: "";
    position: absolute;
    background: transparent url("oia/resources/decorations/rams-horn_grey.svg") no-repeat scroll 0 0;
    background-size: cover;
    width: 367px;
    height: 415px;
    opacity: 0.8;
    z-index: -1;
    top: -63px;
    left: -252px;
  }
}
@media (min-width: 576px) {
  .quote .blockquote .quote-text:before {
    left: -180px;
  }
}
@media (min-width: 576px) {
  .quote .blockquote {
    font-size: 3rem;
  }
}
@media all {
  .quote .blockquote a {
    color: inherit;
  }
  .quote .blockquote a.quote-text > *:last-child:after {
    font-family: "Jeff Custom Icons";
    content: "\e80c";
    padding-left: 55px;
    font-size: 0.3em;
    color: #59b7df;
    -webkit-transition: padding-left ease 250ms;
    transition: padding-left ease 250ms;
    position: relative;
    top: -6px;
  }
  .quote .blockquote a:hover, .quote .blockquote a:focus, .quote .blockquote a:active {
    text-decoration: none;
  }
  .quote .blockquote a:hover.quote-text > *:last-child:after, .quote .blockquote a:focus.quote-text > *:last-child:after, .quote .blockquote a:active.quote-text > *:last-child:after {
    padding-left: 65px;
  }
}
@media all {
  .quote .blockquote .blockquote-footer {
    position: relative;
    padding-left: 16px;
    font-weight: 500;
    font-family: "GT Haptik", sans-serif;
    text-transform: uppercase;
    margin-top: 2em;
    color: #152655;
    font-size: 0.8rem;
  }
  .quote .blockquote .blockquote-footer:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #AF1F8E;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
  }
}
@media (min-width: 576px) {
  .quote .blockquote .blockquote-footer:before {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 576px) {
  .quote .blockquote .blockquote-footer {
    margin-top: 2.5em;
    font-size: 0.8666666667rem;
  }
}
@media all {
  .quote .blockquote .blockquote-footer cite {
    font-style: normal;
  }
}
@media all {
  .quote .blockquote .blockquote-footer__attribute-title {
    display: block;
    font-style: italic;
    text-transform: none;
    margin-top: 0.5em;
  }
}
@media all {
  .quote--display-theme-2 {
    background-color: #1D4585;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .quote--display-theme-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 20px;
    background-color: #4678BC;
  }
}
@media all {
  .quote--display-theme-2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 50%;
    background-color: #4678BC;
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  .quote--display-theme-2:after {
    display: none;
  }
}
@media all {
  .quote--display-theme-2 a.quote-text {
    color: inherit;
  }
}
@media all {
  .quote--display-theme-2 .image-wrapper {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media (min-width: 576px) {
  .quote--display-theme-2 .image-wrapper {
    width: 160px;
    height: 160px;
    margin-right: 2em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .quote--display-theme-2 .image-wrapper {
    width: 130px;
    height: 130px;
  }
}
@media all {
  .quote--display-theme-2 .image-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media all {
  .quote--display-theme-2 .blockquote {
    border: 0 none;
    color: #ffffff;
    letter-spacing: 0.024em;
    line-height: 1.17;
    padding: 0 0.5em;
    margin-left: unset;
  }
}
@media (min-width: 576px) {
  .quote--display-theme-2 .blockquote {
    font-size: 3rem;
  }
}
@media all {
  .quote--display-theme-2 .blockquote:before {
    display: none;
  }
}
@media all {
  .quote--display-theme-2 .blockquote .blockquote-footer {
    color: #ffffff;
  }
  .quote--display-theme-2 .blockquote .blockquote-footer:before {
    background-color: #AF1F8E;
  }
}
@media all {
  .quote--display-theme-2.quote--light {
    background-image: url("oia/resources/backgrounds/marble_white.jpg");
  }
  .quote--display-theme-2.quote--light .image-wrapper:after {
    -webkit-box-shadow: inset 0px 0px 11px -3px rgba(35, 31, 32, 0.5);
            box-shadow: inset 0px 0px 11px -3px rgba(35, 31, 32, 0.5);
    border-radius: 50%;
  }
  .quote--display-theme-2.quote--light .blockquote {
    color: #152655;
  }
  .quote--display-theme-2.quote--light .blockquote-footer {
    color: #1D4585;
  }
  .quote--display-theme-2.quote--light .blockquote-footer__attribute-title {
    color: #231f20;
  }
}
@media all {
  .quote--display-theme-2.quote--dark {
    background-image: url("oia/resources/backgrounds/marble_blue.jpg");
  }
}
@media all {
  .quote--display-theme-3 {
    position: relative;
  }
  .quote--display-theme-3:after {
    content: "";
    background: transparent url("oia/resources/decorations/double-slashes-vertical-yellow.svg") no-repeat scroll center right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
  }
  .quote--display-theme-3 .quote__background-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .quote--display-theme-3 .quote__background-image:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .quote--display-theme-3 .image-wrapper {
    height: 0;
    padding-bottom: 103.9%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .quote--display-theme-3 .image-wrapper {
    padding-bottom: 81.7%;
    width: 85%;
    margin-left: auto;
    margin-right: 2%;
  }
}
@media all {
  .quote--display-theme-3 .image-wrapper .image {
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .quote--display-theme-3 .image-wrapper .image--1 {
    background-position: left top;
    width: 21px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .quote--display-theme-3 .image-wrapper .image--1 {
    width: 32px;
  }
}
@media all {
  .quote--display-theme-3 .image-wrapper .image--2 {
    background-position: -31px top;
    margin-left: 31px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 576px) {
  .quote--display-theme-3 .image-wrapper .image--2 {
    background-position: -46px top;
    margin-left: 46px;
  }
}
@media all {
  .quote--display-theme-3 a.quote-text {
    color: inherit;
  }
}
@media all {
  .quote--display-theme-3 .blockquote {
    margin-left: unset;
    font-size: 2rem;
    color: #ffffff;
    border-width: 0;
  }
  .quote--display-theme-3 .blockquote:before {
    color: #ffffff;
    font-size: 145px;
    top: -48px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .quote--display-theme-3 .blockquote:before {
    font-size: 235px;
    top: -6px;
    left: -65px;
  }
}
@media (min-width: 1130px) {
  .quote--display-theme-3 .blockquote {
    font-size: 3rem;
  }
}
@media all {
  .quote--display-theme-3 .blockquote .blockquote-footer {
    color: #ffffff;
  }
}
@media (min-width: 576px) {
  .quote--smaller-text .blockquote {
    font-size: 1.6rem;
  }
}


@media all {
  .row-of-text-and-image-blocks:not(.row-of-text-and-image-blocks--display-theme-2) .text-and-image-block {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .row-of-text-and-image-blocks:not(.row-of-text-and-image-blocks--display-theme-2) .text-and-image-block {
    padding: 20px;
  }
}
@media all {
  .row-of-text-and-image-blocks:not(.row-of-text-and-image-blocks--display-theme-2) .text-and-image-block .image {
    position: relative;
  }
  .row-of-text-and-image-blocks:not(.row-of-text-and-image-blocks--display-theme-2) .text-and-image-block .image:before {
    content: "";
    position: absolute;
    left: -10px;
    right: 0;
    top: 8%;
    bottom: 8%;
    background-color: #ece819;
    z-index: -1;
  }
}
@media all {
  .text-and-image-block .image img {
    width: 100%;
  }
  .row-of-text-and-image-blocks--gradient-accent .text-and-image-block .image::before {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: linear-gradient(-21deg, #009ede 20.83%, #00a9d9 35.42%, #00bcd1 60%, #39c6a4 65%, #c7e036 76%, #e9e723 78%, #efed5c 80.73%, #f4f38e 85.42%);
  }
}
@media all {
  .text-and-image-block .title:not(:first-child) {
    margin-top: 1.25em;
  }
}
@media all {
  .text-and-image-block .text {
    margin-bottom: 1.25rem;
  }
}


@media all {
  .row-of-text-and-image-blocks:not(.row-of-text-and-image-blocks--display-theme-2) {
    border-width: 1px 0;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media (min-width: 768px) {
  .row-of-text-and-image-blocks:not(.row-of-text-and-image-blocks--display-theme-2) .row-of-text-and-image-blocks__container {
    border-width: 0 1px;
    border-style: solid;
    border-color: #dfe1df;
  }
}
@media (min-width: 768px) {
  .row-of-text-and-image-blocks--display-theme-2 .title h2 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .row-of-text-and-image-blocks--display-theme-3 {
    border-width: 0 !important;
  }
}
@media (min-width: 768px) {
  .row-of-text-and-image-blocks--display-theme-3 .row-of-text-and-image-blocks__container {
    border-width: 0 !important;
  }
}
@media all {
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block {
    text-align: center;
  }
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .image {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .image img {
    width: auto;
  }
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .image:before {
    display: none;
  }
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title {
    margin-bottom: 0;
  }
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h2, .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h3 {
    color: #152655;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h2, .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h3 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media all {
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .text {
    color: #59b7df;
    margin-bottom: 0;
  }
}
@media (min-width: 1130px) {
  .row-of-text-and-image-blocks--display-theme-3 .col-12 + .col-12 {
    position: relative;
  }
  .row-of-text-and-image-blocks--display-theme-3 .col-12 + .col-12:before {
    content: "";
    position: absolute;
    background-color: #AF1F8E;
    width: 1px;
    height: 60%;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .row-of-text-and-image-blocks--smaller-headings .text-and-image-block h2 {
    font-size: 1.6666666667rem;
  }
}
@media all {
  .row-of-text-and-image-blocks--dark {
    background-color: #152655;
    color: #ffffff;
  }
  .row-of-text-and-image-blocks--dark .container {
    padding-top: 2.75em;
  }
  .row-of-text-and-image-blocks--dark h2 {
    color: #ece819;
  }
  .row-of-text-and-image-blocks--dark a {
    color: #ffffff;
    text-decoration: underline;
  }
}


@media all {
  .byline {
    font-size: 1.0666666667rem;
    font-weight: 500;
  }
  .title + .byline {
    margin-top: 0;
  }
}


@media all {
  .date-label {
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 0.9333333333rem;
    font-style: italic;
  }
  .date-label,
.date-label .text-muted {
    color: #AF1F8E !important;
  }
  .date-label + .title {
    margin-top: 1.5em;
  }
}


@media all {
  .category a {
    font-size: 1.0666666667rem;
    font-weight: 500;
  }
  .category ul {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .category {
    margin-top: 0.5em;
  }
}


@media (min-width: 576px) {
  .featured-text .title h2,
.featured-text .title h3,
.featured-text .title h4,
.featured-text .title h5,
.featured-text .title h6 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .featured-text .title--line h2:before,
.featured-text .title--line h3:before,
.featured-text .title--line h4:before,
.featured-text .title--line h5:before,
.featured-text .title--line h6:before {
    background-color: #AF1F8E;
  }
}
@media (min-width: 576px) {
  .featured-text__container {
    border-color: #59b7df;
    border-width: 0 1px 0 0;
    border-style: solid;
    padding-right: 7rem !important;
  }
}
@media (min-width: 768px) {
  .featured-text .text {
    font-size: 1.0666666667rem;
  }
}
@media all {
  .featured-text--dark {
    background-color: #152655;
    color: #ffffff;
  }
  .featured-text--dark .featured-text__container {
    border-color: #59b7df;
  }
  .featured-text--dark .prefix .prefix__text {
    color: #ffffff;
  }
  .featured-text--dark .title.title--line h2:before,
.featured-text--dark .title.title--line h3:before,
.featured-text--dark .title.title--line h4:before,
.featured-text--dark .title.title--line h5:before,
.featured-text--dark .title.title--line h6:before {
    background-color: #AF1F8E;
  }
  .featured-text--dark .title h2,
.featured-text--dark .title h3,
.featured-text--dark .title h4,
.featured-text--dark .title h5,
.featured-text--dark .title h6 {
    color: #ffffff;
  }
  .featured-text--dark .text a {
    color: #ffffff;
    text-decoration: underline;
  }
  .featured-text--dark .btn-cta.btn-red > a {
    color: #ffffff;
  }
}
@media (min-width: 576px) {
  .featured-text--no-border .featured-text__container {
    border-width: 0;
  }
}
@media (min-width: 576px) {
  .featured-text--wide-border .featured-text__container {
    border-width: 0 4px 0 0;
  }
}
@media all {
  .featured-text .btn-cta {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  .featured-text .btn-cta {
    margin-right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .featured-text .btn-cta {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .featured-text--remove-left-inner-padding .featured-text__container {
    padding-left: 1em !important;
  }
}
@media all {
  .featured-text--remove-top-inner-padding .featured-text__container {
    padding-top: 0 !important;
  }
}
@media all {
  .featured-text--remove-bottom-inner-padding .featured-text__container {
    padding-bottom: 0 !important;
  }
}


@media all {
  .two-full-images-with-a-caption__wrapper {
    position: relative;
  }
  .two-full-images-with-a-caption__wrapper > .row {
    padding-top: 6.5em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .two-full-images-with-a-caption__wrapper > .row {
    padding-top: 2em;
  }
}
@media all {
  .two-full-images-with-a-caption__wrapper > .row .col-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .two-full-images-with-a-caption__wrapper > .row .col-6 .image-wrapper {
    margin-right: -1px;
  }
}
@media all {
  .two-full-images-with-a-caption__caption {
    position: absolute;
    z-index: 1;
    right: 0;
    margin-left: 30px;
    background-color: #ece819;
  }
  .two-full-images-with-a-caption__caption:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    background: transparent url("oia/resources/decorations/grid-square-green-volt.svg") no-repeat scroll top left;
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 768px) {
  .two-full-images-with-a-caption__caption {
    max-width: 432px;
  }
}
@media all {
  .two-full-images-with-a-caption__caption .title h2 {
    color: #08102e;
  }
}
@media all {
  .two-full-images-with-a-caption__caption .text {
    color: #363d3d;
  }
}
@media all {
  .two-full-images-with-a-caption .image-wrapper .image {
    margin-bottom: 0;
  }
  .two-full-images-with-a-caption .image-wrapper .image__background-image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 768px) {
  .two-full-images-with-a-caption .image-wrapper .image__background-image {
    height: 560px;
  }
}


@media all {
  .events-listing * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .events-listing--display-featured .action-link a:after {
    position: relative;
    top: -1px;
  }
  .events-listing:not(.events-listing--display-related) .events-listing__wrapper {
    position: relative;
  }
}
@media (min-width: 768px) {
  .events-listing:not(.events-listing--display-related) .events-listing__wrapper {
    overflow: auto;
    margin-left: -2%;
    margin-right: -2%;
  }
  .events-listing:not(.events-listing--display-related) .events-listing__wrapper + * {
    clear: left;
  }
}
@media (min-width: 768px) {
  .events-listing:not(.events-listing--display-related) .event {
    margin: 10px 0;
    margin-right: 2%;
    margin-left: 2%;
    width: 46%;
    float: left;
  }
  .events-listing:not(.events-listing--display-related) .event--single .event__wrapper {
    height: 191px;
  }
  .events-listing:not(.events-listing--display-related) .event--double .event__wrapper {
    height: 484px;
  }
  .events-listing:not(.events-listing--display-related) .event--pull-up {
    margin-top: -284px;
  }
}
@media all {
  .events-listing .pagination {
    border-top: 1px solid #dfe1df;
    padding-top: 2.5em;
  }
}
@media all {
  .events-listing .action-link.mb-5.mr-6 {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .events-listing.events-listing--mobile-scroll .events-listing__wrapper {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events-listing.events-listing--mobile-scroll .events-listing__container {
    padding-right: 0;
    padding-left: 0;
  }
  .events-listing.events-listing--mobile-scroll .events-listing__container .title {
    padding-left: 1em;
  }
  .events-listing.events-listing--mobile-scroll .events-listing__container .events-listing__wrapper {
    padding-left: 25px;
  }
  .events-listing.events-listing--mobile-scroll .event {
    min-width: 305px;
    margin-bottom: 0;
    margin-right: 11px;
    
  }
}
@media all {
  .event {
    margin-bottom: 20px;
    border: 1px solid #AF1F8E;
  }
  .event__wrapper {
    margin: 20px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .event__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1130px) {
  .event__wrapper {
    margin: 40px;
  }
}
@media all {
  .event__image {
    width: 100%;
    margin-bottom: 1.5em;
    
  }
}
@media (max-width: 767.98px) {
  .event__image {
    height: 0;
    padding-bottom: 68% !important;
    position: relative;
  }
  .event__image .event__background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .event__image {
    height: 50%;
    padding-bottom: 0;
  }
}
@media all {
  .event__image .event__background-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all {
  .event__date {
    color: #AF1F8E;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 1.3333333333rem;
  }
}
@media all {
  .event__title a {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    color: #4678BC;
    letter-spacing: 0.03em;
  }
}
@media (min-width: 1130px) {
  .event__title a {
    font-size: 1.6666666667rem;
    line-height: 1.24;
  }
}
@media all {
  .event__content {
    font-family: "museo-sans", sans-serif;
    color: #363d3d;
    letter-spacing: 0.032em;
    line-height: 1.67;
  }
}
@media all {
  .event-theme-2 {
    height: 100%;
    border-width: 10px 1px 1px 1px;
    border-style: solid;
    border-color: #AF1F8E;
    position: relative;
    font-family: "museo-sans", sans-serif;
  }
  .event-theme-2__date {
    position: absolute;
    top: -10px;
    left: 0;
    min-width: 101px;
    padding: 8px 10px 4px 8px;
    background: #AF1F8E;
    font-size: 0.9333333333rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    color: white;
  }
  .event-theme-2__image {
    position: relative;
    height: 0;
    padding-bottom: 58.65%;
  }
  .event-theme-2__image .event-theme-2__background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .event-theme-2__location {
    color: #AF1F8E;
    font-size: 0.8666666667rem;
    font-weight: 500;
    margin-bottom: 0.5em;
  }
  .event-theme-2__title {
    margin-bottom: 1em;
  }
  .event-theme-2__title a {
    color: #1D4585;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
  .event-theme-2__content {
    font-size: 1.0666666667rem;
    font-weight: 400;
    margin-bottom: 1em;
  }
  .event-theme-2__more-link a {
    font-size: 1.0666666667rem;
    color: #1D4585;
    letter-spacing: 0.0625em;
  }
}


@media all {
  .profile-directory .profile__name {
    font-size: 1.2rem;
    font-family: "museo-sans", sans-serif;
    letter-spacing: 0.03em;
    font-weight: 700;
    display: block;
  }
  .profile-directory .profile__name[href] {
    color: #4678BC;
  }
  .profile-directory .profile__title, .profile-directory .profile__email, .profile-directory .profile__phone, .profile-directory .profile__more {
    display: block;
    font-weight: 500;
    font-size: 1.0666666667rem;
  }
  .profile-directory .profile__title {
    font-family: "museo-sans", sans-serif;
    margin-top: 0.25em;
  }
  .profile-directory .profile__email {
    font-family: "museo-sans", sans-serif;
    color: #4678BC;
    margin-top: 1em;
  }
  .profile-directory .profile__phone {
    font-family: "museo-sans", sans-serif;
    color: #231f20;
    margin-top: 0;
  }
  .profile-directory .profile__more {
    margin-top: 1em;
  }
  .profile-directory .col-list {
    font-size: 1.0666666667rem;
  }
  .profile-directory .col-list li {
    margin-bottom: 2em;
  }
  .profile-directory.profile-directory--theme-2 .prefix + .title {
    margin-top: 1.5em;
  }
  .profile-directory.profile-directory--theme-2 h2 {
    color: #4678BC;
  }
  .profile-directory.profile-directory--theme-2 .profile-directory__row {
    border-bottom: 1px solid #59b7df;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .profile-directory.profile-directory--theme-2 .profile-directory__row {
    margin-left: 0;
  }
}
@media all {
  .profile-directory.profile-directory--theme-2 .profile__name {
    color: #231f20;
    font-size: 1.2rem;
  }
}
@media all {
  .profile-directory.profile-directory--theme-2 .profile__summary {
    font-size: 0.9333333333rem;
  }
}
@media (max-width: 767.98px) {
  .profile-directory.profile-directory--theme-2 .profile__summary {
    margin-top: 1em;
  }
}
@media all {
  .profile-directory.profile-directory--theme-2 .profile-directory__image-wrapper {
    max-width: 200px;
  }
}
@media all {
  .profile-directory.profile-directory--theme-2 .profile-directory__image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .profile-directory.profile-directory--theme-2 .profile-directory__image {
    margin-bottom: 1.5em;
  }
}
@media all {
  .profile-directory.profile-directory--theme-3 .section-header {
    margin-bottom: 40px;
  }
  .profile-directory.profile-directory--theme-3 .section-header__title.title h2 {
    font-size: 1.8666666667rem;
  }
}
@media (min-width: 1130px) {
  .profile-directory.profile-directory--theme-3 .section-header__title.title h2 {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .profile-directory.profile-directory--theme-3 .profile-list__item {
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .profile-directory.profile-directory--theme-3 .profile-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 1em;
  }
}
@media all {
  .profile-directory.profile-directory--theme-3 .profile-list__item__img__wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .profile-directory.profile-directory--theme-3 .profile-list__item__img__wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
@media all {
  .profile-directory.profile-directory--theme-3 .profile-list__item__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all {
  .profile-directory.profile-directory--theme-3 .profile-list__item__name {
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #231f20;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .profile-directory.profile-directory--theme-3 .profile-list__item__name a {
    color: #4678BC;
  }
}
@media all {
  .profile-directory.profile-directory--theme-3 .profile-list__item__title {
    margin-bottom: 0;
    font-family: "museo-sans", sans-serif;
  }
}
@media all {
  .profile-directory.profile-directory--theme-3 .profile-list__item__summary {
    font-family: "museo-sans", sans-serif;
    padding-top: 2px;
  }
}
@media all {
  .container .profile-directory .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .profile-directory ul {
    list-style-type: none;
    padding-left: 0;
  }
  .profile-directory .col-list > li {
    padding: 10px 0;
  }
  .profile-directory .col-list ul {
    font-family: "museo-sans", sans-serif;
    font-size: 15px;
    color: #4678BC;
  }
  .profile-directory .alpha-row {
    margin-top: 2em;
  }
  .profile-directory h2 {
    font-size: 35px;
    color: #AF1F8E;
    font-weight: bold;
  }
}
@media all {
  .profile-list {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1129.98px) {
  .profile-list .col-md-3 {
    max-width: 27%;
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
  }
}
@media all {
  .accordion__item .profile-directory > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion__item .profile-directory .text {
    margin-bottom: 0;
  }
}


@media all {
  .carousel .slick-carousel__container:not(.slick-slider) {
    padding-top: 1px;
    margin-top: -1px;
  }
  .carousel .slick-carousel__container:not(.slick-slider) .slick-slide:first-child {
    display: block;
    float: none;
  }
  .carousel.carousel--display-vertical {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .carousel.carousel--display-vertical .carousel__arrow {
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-appearance: none;
    border: 0 none;
    background-color: transparent;
    color: #AF1F8E;
    padding: 8px 3px 10px;
    margin-left: 32px;
    z-index: 2;
  }
}
@media (min-width: 1600px) {
  .carousel.carousel--display-vertical .carousel__arrow {
    left: 8%;
  }
}
@media (min-width: 2000px) {
  .carousel.carousel--display-vertical .carousel__arrow {
    left: 16%;
  }
}
@media all {
  .carousel.carousel--display-vertical .carousel__arrow.slick-disabled {
    color: #dfe1df;
  }
}
@media all {
  .carousel.carousel--display-vertical .carousel__arrow .icon-dropdown:before {
    font-size: 9px;
    width: 15px;
    height: 10px;
  }
}
@media all {
  .carousel.carousel--display-vertical .carousel__prev-arrow {
    top: 50%;
    margin-top: -58px;
  }
  .carousel.carousel--display-vertical .carousel__prev-arrow .icon-dropdown:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media all {
  .carousel.carousel--display-vertical .carousel__next-arrow {
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    margin-bottom: -58px;
  }
}
@media (min-width: 768px) {
  .carousel.carousel--display-vertical .carousel__navigation-container {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .carousel.carousel--display-vertical .carousel__navigation-container {
    left: 8%;
  }
}
@media (min-width: 768px) and (min-width: 2000px) {
  .carousel.carousel--display-vertical .carousel__navigation-container {
    left: 16%;
  }
}
@media (min-width: 768px) {
  .carousel.carousel--display-vertical .carousel__navigation-container li {
    display: none;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 1.0666666667rem;
  }
  .carousel.carousel--display-vertical .carousel__navigation-container li a {
    color: #1D4585;
  }
  .carousel.carousel--display-vertical .carousel__navigation-container li.slick-active {
    display: block;
  }
  .carousel.carousel--display-vertical .carousel__navigation-container li hr {
    border-top: 1px solid #1D4585;
    margin: 7px 0 7px -3px;
    width: 16px;
  }
}
@media (max-width: 767.98px) {
  .carousel.carousel--display-vertical .carousel__navigation-container {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
  }
  .carousel.carousel--display-vertical .carousel__navigation-container li {
    display: inline-block;
    padding: 0.5em;
  }
  .carousel.carousel--display-vertical .carousel__navigation-container li .slick-dot--square,
.carousel.carousel--display-vertical .carousel__navigation-container li button {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border: 0 none;
    background-color: #CCCCCC;
  }
  .carousel.carousel--display-vertical .carousel__navigation-container li.slick-active .slick-dot--square, .carousel.carousel--display-vertical .carousel__navigation-container li.slick-active button {
    background-color: #AF1F8E;
  }
}
@media (min-width: 768px) {
  .carousel.carousel--display-vertical .text-and-image--theme-6 {
    height: 520px;
  }
  .carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__container {
    border-left-width: 0;
  }
  .carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__container,
.carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__container > .row,
.carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__container .text-and-image__text {
    height: 100%;
  }
  .carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__text {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 920px) {
  .carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__text {
    padding-left: 5em;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__text .text {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__text .text .container,
.carousel.carousel--display-vertical .text-and-image--theme-6 .text-and-image__text .title .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .carousel.carousel--display-featured .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-featured .container {
    max-width: none;
  }
}
@media all {
  .carousel.carousel--display-featured .carousel__wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all {
  .carousel.carousel--display-featured .carousel__main-image {
    position: relative;
    margin: 5px;
  }
}
@media (min-width: 992px) {
  .carousel.carousel--display-featured .carousel__main-image {
    margin: 50px;
  }
}
@media all {
  .carousel.carousel--display-featured .carousel__main-image .carousel__main-image__wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .carousel.carousel--display-featured .carousel__main-image .carousel__main-image__wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 46.86%;
  }
}
@media all {
  .carousel.carousel--display-featured .carousel__main-image__caption {
    background-color: #ffffff;
  }
  .carousel.carousel--display-featured .carousel__main-image__caption > .title {
    position: relative;
    padding-top: 15px;
  }
  .carousel.carousel--display-featured .carousel__main-image__caption > .title:before {
    content: "";
    height: 3px;
    width: 40px;
    background-color: #4678BC;
    position: absolute;
    top: 0;
  }
  .carousel.carousel--display-featured .carousel__main-image__caption > .title h2 {
    color: #4678BC;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4678BC), color-stop(7%, #4678BC), color-stop(0%, transparent));
    background-image: linear-gradient(to bottom, #4678BC 0, #4678BC 7%, transparent 0%);
    background-position-y: -0.16em;
    background-repeat: repeat;
    background-size: 1px 2em;
    line-height: 2em;
  }
}
@media (min-width: 992px) {
  .carousel.carousel--display-featured .carousel__main-image__caption {
    position: absolute;
    width: 40%;
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 991.98px) {
  .carousel.carousel--display-featured .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-featured .slick-current .carousel__main-image .carousel__main-image__wrapper {
    width: 992px;
    height: 465px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .carousel.carousel--display-featured .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-featured .slick-current .carousel__main-image .carousel__main-image__wrapper {
    width: 768px;
    height: 360px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .carousel.carousel--display-featured .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-featured .slick-current .carousel__main-image .carousel__main-image__wrapper {
    width: 576px;
    height: 270px;
  }
}
@media (max-width: 991.98px) and (max-width: 534px) {
  .carousel.carousel--display-featured .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-featured .slick-current .carousel__main-image .carousel__main-image__wrapper {
    width: 534px;
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .carousel.carousel--display-featured .carousel__main-image .carousel__main-image__wrapper {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
}
@media (max-width: 991.98px) {
  .carousel.carousel--display-featured .slick-current .carousel__main-image .carousel__main-image__wrapper {
    position: relative;
    left: -70px;
    z-index: -1;
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .carousel.carousel--display-featured .carousel__main-image__caption {
    position: relative;
    margin-top: -40px;
  }
}
@media all {
  .carousel.carousel--display-featured .carousel__navigation-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  .carousel.carousel--display-featured .carousel__navigation-container button {
    -webkit-appearance: none;
    border: 0 none;
  }
}
@media (min-width: 768px) {
  .carousel.carousel--display-featured .carousel__navigation-container {
    position: absolute;
    left: 0;
    margin-left: 10px;
    top: 6.5em;
    width: 248px;
  }
  .carousel.carousel--display-featured .carousel__navigation-container li {
    background-color: white;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
  .carousel.carousel--display-featured .carousel__navigation-container li a {
    color: #737777;
  }
  .carousel.carousel--display-featured .carousel__navigation-container li.slick-active a {
    color: #4678BC;
  }
}
@media (max-width: 767.98px) {
  .carousel.carousel--display-featured .carousel__navigation-container {
    margin-bottom: 1em;
  }
  .carousel.carousel--display-featured .carousel__navigation-container li {
    display: inline-block;
    padding: 0.5em;
  }
}
@media all {
  .carousel.carousel--display-featured-vertical {
    position: relative;
  }
  .carousel.carousel--display-featured-vertical .carousel__slide__container .title h2, .carousel.carousel--display-featured-vertical .carousel__slide__container .title h3, .carousel.carousel--display-featured-vertical .carousel__slide__container .title h4, .carousel.carousel--display-featured-vertical .carousel__slide__container .title h5, .carousel.carousel--display-featured-vertical .carousel__slide__container .title h6 {
    color: #ffffff;
  }
  .carousel.carousel--display-featured-vertical .carousel__slide__container .title .container,
.carousel.carousel--display-featured-vertical .carousel__slide__container .text .container {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel.carousel--display-featured-vertical .carousel__slide__container .action-link.mb-5 {
    margin-bottom: 0 !important;
  }
  .carousel.carousel--display-featured-vertical .carousel__main-image {
    position: relative;
  }
  .carousel.carousel--display-featured-vertical .carousel__main-image__wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 61%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .carousel.carousel--display-featured-vertical .carousel__main-image__caption {
    background-color: #1D4585;
    color: #ffffff;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li {
    display: none;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    font-size: 1.0666666667rem;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li.slick-active {
    display: block;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li a {
    color: #1D4585;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li a:hover {
    text-decoration: none;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li hr {
    border-top: 1px solid #1D4585;
    margin: 7px 0 7px -3px;
    width: 16px;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li .slick-dot--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1130px) {
  .carousel.carousel--display-featured-vertical .carousel__navigation-container {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li .slick-dot--label {
    display: inline-block;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-featured-vertical .carousel__navigation-container {
    list-style-type: none;
    margin: 35px 0 1em 0;
    padding: 0;
    text-align: center;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li {
    padding: 0.5em;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li button {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border: 0 none;
    background-color: #CCCCCC;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li hr {
    margin: 10px 13px 0 13px;
    width: 13px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li.slick-active button {
    background-color: #AF1F8E;
  }
}
@media all {
  .carousel.carousel--display-featured-vertical .carousel__arrow {
    background-color: transparent;
    color: #AF1F8E;
    position: absolute;
    -webkit-appearance: none;
    border: 0 none;
    padding: 8px 3px 10px;
    z-index: 2;
  }
  .carousel.carousel--display-featured-vertical .carousel__arrow.slick-disabled {
    color: #dfe1df;
  }
  .carousel.carousel--display-featured-vertical .carousel__arrow .icon-dropdown:before {
    font-size: 9px;
    width: 15px;
    height: 10px;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-featured-vertical .carousel__arrow {
    bottom: 2px;
  }
  .carousel.carousel--display-featured-vertical .carousel__prev-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: calc(50% - 65px);
  }
  .carousel.carousel--display-featured-vertical .carousel__next-arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: calc(50% - 65px);
  }
}
@media (min-width: 1130px) {
  .carousel.carousel--display-featured-vertical .slick-carousel__container:not(.slick-carousel--no-nav) {
    width: calc(100% + 57px);
    left: -57px;
  }
  .carousel.carousel--display-featured-vertical .slick-carousel__container:not(.slick-carousel--no-nav) .carousel__main-image {
    margin-left: 57px;
  }
  .carousel.carousel--display-featured-vertical .carousel__main-image__caption {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 340px;
  }
  .carousel.carousel--display-featured-vertical .carousel__main-image__caption::before {
    content: "";
    background-color: #59b7df;
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 10px;
    height: 20px;
  }
  .carousel.carousel--display-featured-vertical .carousel__main-image {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container {
    width: auto;
    top: 50%;
    margin-left: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .carousel.carousel--display-featured-vertical .carousel__navigation-container li {
    margin-bottom: 0;
  }
  .carousel.carousel--display-featured-vertical .carousel__arrow {
    margin-left: 4px;
  }
  .carousel.carousel--display-featured-vertical .carousel__prev-arrow {
    top: 50%;
    margin-top: -58px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .carousel.carousel--display-featured-vertical .carousel__prev-arrow .icon-dropdown:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .carousel.carousel--display-featured-vertical .carousel__next-arrow {
    bottom: 50%;
    -webkit-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
    margin-bottom: -58px;
  }
}
@media (min-width: 1130px) and (max-width: 1440px) {
  .carousel.carousel--display-featured-vertical .carousel__navigation-container {
    margin-left: 30px;
  }
  .carousel.carousel--display-featured-vertical .carousel__next-arrow,
.carousel.carousel--display-featured-vertical .carousel__prev-arrow {
    margin-left: 34px;
  }
}
@media (min-width: 1130px) and (max-width: 1350px) {
  .carousel.carousel--display-featured-vertical .slick-carousel__container {
    margin-left: 40px;
  }
  .carousel.carousel--display-featured-vertical .container {
    max-width: 1060px;
  }
}
@media all {
  .carousel.carousel--display-featured-vertical .title > *,
.carousel.carousel--display-featured-vertical .action-link a {
    color: #ffffff;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-events {
    background: url("oia/resources/backgrounds/marble_grey.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 25px;
  }
  .carousel.carousel--display-events .container-wider {
    position: relative;
  }
}
@media all {
  .carousel.carousel--display-events .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-events .container {
    max-width: none;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image {
    position: relative;
    background: url("oia/resources/backgrounds/marble_grey.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .carousel.carousel--display-events .carousel__main-image {
    margin: 0;
  }
}
@media (min-width: 1130px) {
  .carousel.carousel--display-events .carousel__main-image {
    background: url("oia/resources/backgrounds/marble_grey.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 50px;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 1130px) {
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper {
    width: 58.5%;
    height: 0;
    padding-bottom: 46.86%;
    position: relative;
  }
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 20px;
    background-color: #4678BC;
  }
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 115px;
    background-color: #20C2F1;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image__caption {
    background-color: #ffffff;
    border: #AF1F8E 1px solid;
    border-top-width: 10px;
    position: relative;
    width: 100%;
    padding: 55px 25px 25px 25px;
    margin-bottom: 2.8em;
  }
}
@media (min-width: 1130px) {
  .carousel.carousel--display-events .carousel__main-image__caption {
    position: absolute;
    width: 43%;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 65px 50px 50px 50px;
    margin-bottom: 0;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image__caption > .title {
    position: relative;
    padding-top: 10px;
    margin-top: 0;
  }
  .carousel.carousel--display-events .carousel__main-image__caption > .title h2 {
    color: #1D4585;
    font-size: 2.3333333333rem;
    line-height: 2.9333333333rem;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image__caption > .text {
    color: #152655;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image__caption__category {
    color: #ffffff;
    background: #AF1F8E;
    height: 30px;
    font-family: "museo-sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
    position: absolute;
    left: -1px;
    top: -10px;
    padding: 0 12.5px;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image__caption__prefix {
    color: #AF1F8E;
    font-style: italic;
    font-family: "museo-sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.7px;
    line-height: 20px;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__main-image__caption .action-link a {
    color: #1D4585;
  }
}
@media (min-width: 1130px) {
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-events .slick-current .carousel__main-image .carousel__main-image__wrapper {
    min-height: 514px;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-events .slick-current .carousel__main-image .carousel__main-image__wrapper {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 575.98px) {
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-events .slick-current .carousel__main-image .carousel__main-image__wrapper {
    height: 270px;
  }
}
@media (max-width: 534px) {
  .carousel.carousel--display-events .carousel__main-image .carousel__main-image__wrapper,
.carousel.carousel--display-events .slick-current .carousel__main-image .carousel__main-image__wrapper {
    height: 250px;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__arrows-container {
    position: absolute;
    width: 100%;
    bottom: -1px;
    right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .carousel.carousel--display-events .carousel__arrows-container {
    left: -1px;
  }
}
@media (min-width: 768px) {
  .carousel.carousel--display-events .carousel__arrows-container {
    width: 325px;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@media all {
  .carousel.carousel--display-events .carousel__arrow {
    color: #ffffff;
    border: none;
    display: none;
    height: 40px;
    line-height: 40px;
    background: #AF1F8E;
    width: 50%;
    overflow: hidden;
    cursor: pointer;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-events .carousel__arrow {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
  }
}
@media all {
  .carousel.carousel--display-events .carousel__arrow .icon-dropdown:before {
    font-size: 12px;
    width: 15px;
    height: 10px;
    display: inline-block;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.8;
    background-color: #dfe1df;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media all {
  .carousel.carousel--display-events .carousel__prev-arrow {
    text-align: left;
    padding-left: 24px;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-events .carousel__prev-arrow {
    left: 0;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__prev-arrow .icon-dropdown {
    padding-right: 15px;
    display: inline-block;
  }
  .carousel.carousel--display-events .carousel__prev-arrow .icon-dropdown:before {
    -webkit-transform: translateY(-2px) rotate(90deg);
            transform: translateY(-2px) rotate(90deg);
    padding-right: 15px;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__next-arrow {
    text-align: right;
    padding-right: 24px;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-events .carousel__next-arrow {
    right: -2px;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__next-arrow .icon-dropdown {
    padding-left: 15px;
    display: inline-block;
  }
  .carousel.carousel--display-events .carousel__next-arrow .icon-dropdown:before {
    -webkit-transform: translateY(17px) rotate(-90deg);
            transform: translateY(17px) rotate(-90deg);
    padding-left: 15px;
  }
}
@media all {
  .carousel.carousel--display-events .carousel__prev-arrow + .carousel__next-arrow {
    border-left: #ffffff 1px solid;
  }
}
@media (max-width: 1129.98px) {
  .carousel.carousel--display-events .carousel__prev-arrow:not(.d-none) + .slick-list + .carousel__next-arrow {
    border-left: #ffffff 1px solid;
  }
}
@media all {
  .carousel .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media all {
  .container .carousel .container {
    padding-left: 0;
    padding-right: 0;
  }
}


@media all {
  .featured-faculty-item__image-wrapper {
    margin-bottom: 1em;
    height: 0;
    width: 100%;
    padding-bottom: 70.79%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .featured-faculty-item__image-wrapper:before {
    content: "";
    position: absolute;
    top: 7%;
    left: 0;
    width: 11px;
    bottom: 4%;
    background-color: #ece819;
    z-index: -1;
  }
}
@media all {
  .featured-faculty-item__image-wrapper .featured-faculty-item__image {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .featured-faculty-item__image-wrapper .featured-faculty-item__image {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .featured-faculty-item__image-wrapper {
    margin-left: -10px;
  }
}
@media all {
  .featured-faculty-item a {
    padding-right: 0.5em;
    line-height: 1.4;
    display: inline-block;
  }
}
@media all {
  .featured-faculty-item__name a {
    color: #4678BC;
    font-family: "museo-sans", sans-serif;
    font-size: 1.6666666667rem;
    font-weight: 300;
    letter-spacing: 0.024em;
  }
}
@media all {
  .featured-faculty-item__title {
    color: #737777;
    font-family: "GT Haptik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.024em;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .featured-faculty-item__title {
    margin-bottom: 0;
  }
}
@media all {
  .featured-faculty-item__content {
    color: #231f20;
    font-family: "museo-sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.024em;
    line-height: 1.67;
  }
}
@media all {
  .featured-faculty-listing .title > * {
    margin-bottom: 0;
  }
  .featured-faculty-listing .action-link {
    margin-bottom: 0;
  }
  .featured-faculty-listing .action-link a:after {
    position: relative;
    top: -1px;
  }
  .featured-faculty-listing .featured-faculty-listing__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .featured-faculty-listing .featured-faculty-item {
    margin-bottom: 1.5em;
  }
  .featured-faculty-listing.featured-faculty-listing--mobile-scroll .featured-faculty-listing__wrapper {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .featured-faculty-listing.featured-faculty-listing--mobile-scroll .featured-faculty-listing__container {
    padding-right: 0;
    padding-left: 0;
  }
  .featured-faculty-listing.featured-faculty-listing--mobile-scroll .featured-faculty-listing__container .title {
    padding-left: 1em;
  }
  .featured-faculty-listing.featured-faculty-listing--mobile-scroll .featured-faculty-listing__container .featured-faculty-listing__wrapper {
    padding-left: 25px;
    margin-right: 10px;
  }
  .featured-faculty-listing.featured-faculty-listing--mobile-scroll .featured-faculty-item {
    min-width: 305px;
    margin-bottom: 0;
  }
  .featured-faculty-listing.featured-faculty-listing--mobile-scroll .featured-faculty-item__image {
    max-height: 275px;
  }
}
@media all {
  .column-2 .featured-faculty-listing .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .featured-faculty-listing--display-one-column .featured-faculty-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .featured-faculty-listing--display-one-column .featured-faculty-item {
    border-bottom: 1px solid #dfe1df;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .featured-faculty-listing--display-one-column .featured-faculty-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all {
  .featured-faculty-listing--display-one-column .featured-faculty-item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .featured-faculty-listing--display-one-column .featured-faculty-item__body {
    padding-top: 6px;
  }
}
@media all {
  .featured-faculty-listing--display-one-column .featured-faculty-item__image {
    padding-top: 10px;
    position: relative;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .featured-faculty-listing--display-one-column .featured-faculty-item__image {
    margin-right: 2rem;
    max-width: 249px;
  }
}
@media (max-width: 767.98px) {
  .featured-faculty-listing--display-one-column .featured-faculty-item__image {
    width: 100%;
  }
}
@media all {
  .featured-faculty-listing--display-one-column .featured-faculty-item__image img {
    width: 100%;
  }
}
@media all {
  .featured-faculty-listing--display-one-column .featured-faculty-item__image:before {
    border: 1px solid #AF1F8E;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 38px;
    top: 0;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .featured-faculty-listing--display-one-column .featured-faculty-item__image:before {
    left: -10px;
    right: 10px;
  }
}
@media all {
  .featured-faculty-listing__wrapper .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .featured-faculty-listing__wrapper .slick-dots li {
    display: block;
    margin: 0 10px;
  }
  .featured-faculty-listing__wrapper .slick-dots li button {
    background-color: #cccccc;
    border: 0;
    display: block;
    font-size: 0;
    height: 16px;
    padding: 0;
    width: 16px;
  }
  .featured-faculty-listing__wrapper .slick-dots li.slick-active button {
    background-color: #AF1F8E;
  }
}


.aem-AuthorLayer-Edit .modal {
  position: static;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.aem-AuthorLayer-Edit .modal.fade {
  opacity: 1;
}
.aem-AuthorLayer-Edit .modal.fade .modal-dialog {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.modal-dialog .modal-content .close--floating {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1000;
  color: white;
  opacity: 1;
  padding: 0;
  margin: 0;
}
.modal-dialog .modal-content .text .container,
.modal-dialog .modal-content .title .container {
  padding-left: 0;
  padding-right: 0;
}

.modal {
  
}
.modal .modal-header--hide-title {
  position: absolute;
  right: 0;
  z-index: 51;
  border-bottom: 0;
}
.modal .modal-header--hide-title .modal-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal .modal-header--hide-title .close {
  background-color: white;
  padding: 0.5rem 0.7rem;
}
.modal--video-theme .modal-content {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
}
.modal--video-theme button.close {
  color: #fff;
  text-shadow: none;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: border-width 0.25s;
  transition: border-width 0.25s;
}
@media (min-width: 1130px) {
  .modal--video-theme button.close {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    font-size: 18px;
  }
}
.modal--video-theme button.close:not(:disabled):not(.disabled):hover, .modal--video-theme button.close:not(:disabled):not(.disabled):focus {
  border-width: 3px;
  color: #fff;
  opacity: 1;
}
.modal--video-theme button.close.close--floating {
  top: 0;
  right: 0;
}
@media (min-width: 576px) {
  .modal--video-theme button.close.close--floating {
    top: -10px;
    right: -43px;
  }
}
@media (min-width: 1130px) {
  .modal--video-theme button.close.close--floating {
    right: -70px;
  }
}
@media (min-width: 576px) {
  .modal--xl .modal-lg {
    max-width: 86%;
  }
}
@media (min-width: 1280px) {
  .modal--xl .modal-lg {
    max-width: 1100px;
  }
}
@media (max-width: 575.98px) {
  .modal--xl.modal--video-theme {
    max-width: none;
  }
  .modal--xl.modal--video-theme .modal-content {
    padding-top: 3rem;
  }
}
.modal--fullwidth {
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 1129.98px) {
  .modal--fullwidth {
    padding-right: 0 !important;
  }
}
@media (min-width: 1130px) {
  .modal--fullwidth {
    padding-left: 15px;
  }
}
.modal--fullwidth .close {
  text-shadow: none;
  opacity: 1;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.modal--fullwidth .close:not(:disabled):not(.disabled):hover, .modal--fullwidth .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.modal--fullwidth .modal-dialog {
  max-width: none;
}
@media (max-width: 1129.98px) {
  .modal--fullwidth .modal-dialog {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
}
.modal--fullwidth .modal-content {
  background-color: transparent;
  border: 0 none;
}
.modal--sharethis .modal-content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
.modal--sharethis .icon-close {
  float: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal__spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 68px;
  margin-left: -32px;
  margin-top: -34px;
}
.modal__spinner .icon-spin4 {
  font-size: 46px;
  position: absolute;
  color: #1D4585;
}
.modal__spinner .icon-logo {
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 18px;
  color: #1D4585;
}
.modal .modal-header > *,
.modal .modal-body,
.modal .modal-footer > * {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.modal--loading .modal__spinner {
  display: block;
}
.modal--loading .modal-header > *,
.modal--loading .modal-footer > * {
  visibility: hidden;
  opacity: 0;
}
.modal--loading .modal-header > [data-dismiss=modal],
.modal--loading .modal-footer > [data-dismiss=modal] {
  visibility: visible;
  opacity: 1;
}
.modal--loading .modal-body {
  visibility: hidden;
  opacity: 0;
}



@media all {
  .shuffle-module {
    background-color: #08102e;
    color: #ffffff;
  }
  .shuffle-module .text--intro {
    font-family: "GT Haptik", sans-serif;
  }
  .shuffle-module .text--intro * {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.26;
    letter-spacing: 0.0426666667rem;
  }
}
@media (min-width: 576px) {
  .shuffle-module .text--intro * {
    font-size: 2.3333333333rem;
    letter-spacing: 0.0233333333rem;
  }
}
@media all {
  .shuffle-module__col-1 {
    background-image: url("oia/resources/decorations/grid-lines-yellow-mobile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top: 1px solid rgba(236, 232, 25, 0.3);
    border-bottom: 1px solid rgba(236, 232, 25, 0.3);
    position: relative;
  }
  .shuffle-module__col-1 h2 {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 2.6666666667rem;
    line-height: 1;
    letter-spacing: 0.0533333333rem;
    font-weight: 700;
    margin-bottom: 70px;
    height: 100%;
  }
}
@media (min-width: 1130px) {
  .shuffle-module__col-1 h2 {
    font-size: 5.3333333333rem;
  }
}
@media all {
  .shuffle-module__col-1 h2 small {
    font-family: "GT Haptik", sans-serif;
    font-weight: 400;
    color: #dfe1df;
    font-size: 1.2rem;
  }
}
@media (min-width: 1130px) {
  .shuffle-module__col-1 h2 small {
    font-size: 1.3333333333rem;
  }
}
@media all {
  .shuffle-module__col-1 .action-link--shuffle {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
  }
}
@media all {
  .shuffle-module .action-link a {
    padding-right: 4.5em;
  }
  .shuffle-module .action-link--shuffle a {
    padding-right: 2em;
  }
}
@media all {
  .shuffle-module__image {
    position: relative;
  }
  .shuffle-module__image img {
    width: 100%;
  }
  .shuffle-module__image:before {
    content: "";
    position: absolute;
    width: 10px;
    background-color: #08102e;
    top: 0;
    bottom: 0;
    left: 15px;
  }
}
@media all {
  .shuffle-module .shuffle-module__row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all {
  .no-js .shuffle-module .shuffle-module__slide:not(:first-child) {
    display: none;
  }
  .no-js .shuffle-module .shuffle-module__col-1 h2 {
    margin-bottom: 0;
  }
  .no-js .shuffle-module .action-link--shuffle {
    display: none;
  }
}


@media all {
  .content-hub__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-hub__row ~ .content-hub__row {
    display: none;
  }
  .content-hub__wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .content-hub__wrapper:before {
    content: "";
    background-color: rgba(0, 75, 255, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-hub__wrapper:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .content-hub__wrapper:after {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}
@media all {
  .content-hub__container {
    position: relative;
    z-index: 1;
  }
}
@media all {
  .content-hub__box {
    height: 0;
    padding-bottom: 70%;
    margin-bottom: 2em;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .content-hub__box.content-hub__box--content {
    padding-bottom: 98.83%;
    overflow: hidden;
  }
  .content-hub__box.content-hub__box--content:before {
    content: "";
    background-color: rgba(70, 120, 188, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-hub__box.content-hub__box--content .content-hub__box__wrapper {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .content-hub__box.content-hub__box--content * {
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .content-hub__box.content-hub__box--content .action-link {
    font-size: 1rem;
  }
  .content-hub__box.content-hub__box--content .text {
    margin-bottom: 0.5em;
  }
}
@media all {
  .content-hub .title--line h2 {
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    font-size: 0.8666666667rem;
    color: #363d3d;
    letter-spacing: 0.15em;
    line-height: 1.38;
    text-transform: uppercase;
  }
}
@media all {
  .content-hub .quote {
    margin: 0 0 -1em 0 !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  .content-hub .quote .container {
    padding: 0;
  }
  .content-hub .quote blockquote {
    font-size: 1.3333333333rem;
    letter-spacing: 0.032em;
    line-height: 1.12;
    position: static;
    border-width: 0;
  }
  .content-hub .quote blockquote:before {
    font-size: 7rem;
    top: -15px;
    left: 5px;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .content-hub .quote blockquote:before {
    font-size: 8.3333333333rem;
    left: 0;
  }
}
@media (min-width: 768px) {
  .content-hub .quote blockquote {
    font-size: 1.6666666667rem;
  }
}
@media all {
  .content-hub .quote blockquote .blockquote-footer {
    margin-bottom: 1.1rem;
  }
}


@media all {
  .profile__pronouns {
    display: block;
    font-size: 0.9333333333rem;
    letter-spacing: 0.076rem;
    margin-top: -10px;
    margin-bottom: 0.7em;
  }
  .profile__position {
    font-size: 1.0666666667rem;
    letter-spacing: 0.076rem;
  }
  .profile__contact-info {
    font-family: "museo-sans", sans-serif;
  }
}
@media (max-width: 767.98px) {
  .profile__ctas {
    padding-bottom: 2em;
    border-bottom: 1px solid #dfe1df;
  }
}
@media all {
  .list.list--primary-font li {
    font-weight: 500;
    font-size: 1.0666666667rem;
  }
}


@media (min-width: 768px) {
  .event-page__image {
    float: right;
    max-width: 45%;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .event-page__image + .aem-Grid.aem-Grid--default--12 .aem-GridColumn.aem-GridColumn--default--12 {
    float: none;
  }
}
@media all {
  .event-page__location, .event-page__date {
    font-family: "museo-sans", sans-serif;
    font-size: 1.0666666667rem;
    color: #586061;
    font-weight: 500;
  }
}


@media all {
  .wayin .title h2, .wayin .title h3, .wayin .title h4, .wayin .title h5, .wayin .title h6 {
    color: #4678BC;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}


@media all {
  .icon-heading__wrapper {
    position: relative;
  }
  .icon-heading__wrapper .icon-heading__image-wrapper {
    margin-bottom: 1em;
    border-radius: 50%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .icon-heading__wrapper .icon-heading__image-wrapper {
    position: absolute;
    left: -85px;
    bottom: 0;
    margin-bottom: 0.5em;
  }
  .icon-heading__wrapper .icon-heading__image-wrapper.icon-heading__image-wrapper--lower-icon {
    bottom: -14px;
  }
}
@media all {
  .icon-heading__image {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .icon-heading__image {
    width: 65px;
    height: 65px;
  }
}
@media all {
  .icon-heading .prefix + .title {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .icon-heading .title h2 {
    font-size: 3rem;
  }
}


@media (min-width: 768px) {
  .embed-with-intro {
    overflow: hidden;
    position: relative;
  }
  .embed-with-intro:after {
    content: "";
    background: transparent url("oia/resources/decorations/rams-horn_stroke-1.svg") no-repeat scroll 0 0/cover;
    position: absolute;
    right: -670px;
    bottom: -620px;
    opacity: 0.06;
    width: 1250px;
    height: 1272px;
    z-index: -1;
  }
  .embed-with-intro.embed-with-intro--remove-rams-horn:after {
    display: none;
  }
}
@media all {
  .embed-with-intro.embed-with-intro--remove-inner-padding .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media all {
  .embed-with-intro .prefix:before {
    display: none;
  }
  .embed-with-intro .prefix + .title {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .embed-with-intro .title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .embed-with-intro .text {
    font-size: 1.0666666667rem;
  }
}


.section-header__title.title {
  margin-top: 0;
}
.section-header__title.title h2 {
  color: #4678BC;
  font-size: 45px;
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  margin-bottom: 0;
}
@media (max-width: 1279.98px) {
  .section-header__title.title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-header__title.title h2 {
    font-size: 32px;
  }
}
.section-header .prefix {
  margin-bottom: 10px;
}
.section-header__intro {
  margin-top: 15px;
}
@media (min-width: 1130px) {
  .section-header__intro {
    margin-top: 20px;
  }
}




@media all {
  .divider-line hr {
    background: #4678BC;
    height: 5px;
    
    
    
    background: -webkit-gradient(linear, left top, right top, from(#4678bc), color-stop(30%, #4678bc), color-stop(30%, #4678bc), color-stop(30%, #59b7df), color-stop(90%, #59b7df), color-stop(90%, #457bbb), to(#457bbb));
    background: linear-gradient(to right, #4678bc 0%, #4678bc 30%, #4678bc 30%, #59b7df 30%, #59b7df 90%, #457bbb 90%, #457bbb 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4678bc", endColorstr="#457bbb",GradientType=1 );
    
  }
  .divider-line--thin hr {
    border: 0;
  }
}


@media all {
  .story-page h1 {
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .story-page h1 {
    font-size: 3rem;
  }
}
@media all {
  .story-page .column-1 {
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .story-page .column-1 {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .story-page .column-1 .category {
    width: 50%;
    float: left;
    padding-right: 0.5em;
  }
  .story-page .column-1 .sharethis {
    width: 50%;
    float: left;
    padding-left: 0.5em;
  }
}


.featured-story {
  background-color: #152655;
  color: #ffffff;
  border-top: 10px #59b7df solid;
}
@media (min-width: 768px) {
  .featured-story {
    border-top: none;
  }
}
.featured-story__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .featured-story__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.featured-story__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 275px;
}
@media (min-width: 576px) {
  .featured-story__image {
    height: 370px;
  }
}
@media (min-width: 768px) {
  .featured-story__image {
    width: 44%;
    height: auto;
    min-height: 550px;
    position: relative;
  }
  .featured-story__image::after {
    content: "";
    height: 250px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 20px solid #59b7df;
    background: linear-gradient(to top, rgba(89, 183, 223, 0.5) 0px, rgba(89, 183, 223, 0.5) 20px, rgba(89, 183, 223, 0) 20px);
  }
}
.featured-story__content {
  position: relative;
  padding: 40px 82px 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-size: auto auto;
  background-position: left -312px top -282px;
  background-repeat: no-repeat;
  background-image: url("oia/resources/backgrounds/rams_horn_med_blue_rotated.svg");
}
@media (min-width: 768px) {
  .featured-story__content {
    width: 66%;
    padding: 50px 120px 60px 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: left -348px top -298px;
  }
}
@media (min-width: 1130px) {
  .featured-story__content {
    padding: 4em 135px;
  }
}
.featured-story__content::before {
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 39px;
  background-color: #59b7df;
  position: absolute;
}
@media (min-width: 1130px) {
  .featured-story__content::before {
    right: 70px;
  }
}
.featured-story--remove-horn .featured-story__content {
  background-image: none;
}
.featured-story--gradient-bg .featured-story__content {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(45deg, #466d73 0%, #0b1438 45%, #0b1438 73%, #0b1438 73%, #652a6f 100%);
}
.featured-story .title * {
  color: inherit;
  margin-bottom: 50px;
  font-size: 1.8666666667rem;
}
@media (min-width: 768px) {
  .featured-story .title * {
    margin-bottom: 20px;
  }
}
@media (min-width: 1130px) {
  .featured-story .title * {
    font-size: 3rem;
  }
}
.featured-story .text {
  color: inherit;
  margin-bottom: 30px;
}
.featured-story .text a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  text-underline-offset: 4px;
  -webkit-transition: -webkit-text-decoration-color 0.35s ease;
  transition: -webkit-text-decoration-color 0.35s ease;
  transition: text-decoration-color 0.35s ease;
  transition: text-decoration-color 0.35s ease, -webkit-text-decoration-color 0.35s ease;
}
.featured-story .text a:hover {
  -webkit-text-decoration-color: #59b7df;
          text-decoration-color: #59b7df;
}
.featured-story .action-link a {
  color: #ffffff;
}
.featured-story__category {
  position: absolute;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(90deg) translate(100%, 50%);
          transform: rotate(90deg) translate(100%, 50%);
  right: 39px;
  top: 10%;
  background-color: #152655;
  padding: 0 18px;
  font-size: 1.2rem;
}
@media (min-width: 1130px) {
  .featured-story__category {
    right: 70px;
  }
}
.featured-story--column-layout .featured-story__content {
  background-image: none;
}
@media (min-width: 768px) {
  .featured-story--column-layout .featured-story__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featured-story--column-layout .featured-story__image {
    height: 370px;
    min-height: 370px;
    width: 100%;
  }
  .featured-story--column-layout .featured-story__image::after {
    content: none;
  }
  .featured-story--column-layout .featured-story__content {
    padding: 48px 160px 62px 40px;
    width: 100%;
    background-image: none;
  }
  .featured-story--column-layout .featured-story__content::before {
    right: 52px;
  }
  .featured-story--column-layout.featured-story .title * {
    margin-bottom: 15px;
    font-size: 2.3333333333rem;
  }
  .featured-story--column-layout .featured-story__category {
    right: 52px;
  }
}



.featured-links {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("oia/resources/backgrounds/marble_grey.jpg");
  position: relative;
}
.featured-links__accent-image {
  display: none;
}
@media (min-width: 992px) {
  .featured-links__accent-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
  }
}
.featured-links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 45px 15px 90px 15px;
}
@media (min-width: 992px) {
  .featured-links__container {
    padding: 45px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1130px) {
  .featured-links__container {
    padding: 90px 15px 90px 40px;
  }
}
@media (min-width: 1357px) {
  .featured-links__container {
    padding: 90px 15px;
  }
}
.featured-links__header {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: static;
  max-width: 370px;
}
@media (min-width: 992px) {
  .featured-links__header {
    -ms-flex-item-align: center;
        align-self: center;
    width: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1130px) {
  .featured-links__header {
    width: 370px;
  }
}
.featured-links .title > * {
  font-family: "GT Sectra Fine", Georgia, "Times New Roman";
  font-size: 45px;
  color: #1D4585;
  letter-spacing: 0.5px;
  line-height: 55px;
  margin-bottom: 30px;
}
.featured-links .btn-cta.btn-red {
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}
@media (min-width: 992px) {
  .featured-links .btn-cta.btn-red {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.featured-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 992px) {
  .featured-links__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 40px;
  }
}
@media (min-width: 1130px) {
  .featured-links__content {
    margin-left: 70px;
  }
}
.featured-links .card {
  margin-bottom: 30px;
  border: none;
}
@media (min-width: 992px) {
  .featured-links .card {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 30px;
    margin-bottom: 0px;
  }
}
.featured-links .card:first-child {
  margin-left: 0px;
}
.featured-links .card .title * {
  color: #1D4585;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
}
.featured-links .card .action-link {
  color: #1D4585;
}
.featured-links .card .card-body {
  padding: 30px 35px;
  border: 1px solid #4678BC;
  border-right-width: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.featured-links .card a.card-body {
  color: inherit;
}
.featured-links .card a.card-body .action-link:after {
  font-family: "Jeff Custom Icons";
  content: "\e80c";
  position: absolute;
  padding-left: 17px;
  font-size: 0.65em;
  color: #AF1F8E;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.featured-links .card a.card-body:hover, .featured-links .card a.card-body:focus {
  text-decoration: none;
  border-right-width: 15px;
  padding-right: 30px;
}
.featured-links .card a.card-body:hover .action-link:after, .featured-links .card a.card-body:focus .action-link:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.featured-links--gradient-bg {
  background-image: linear-gradient(45deg, #152655 0%, #152655 10%, #59b7df 60%, #59b7df 64%, #B7348B 100%);
  background-size: 100% 100%;
}
.featured-links--gradient-bg .title > * {
  color: #fff;
}
.featured-links--gradient-bg .card .card-body {
  border-color: #B7348B;
}
.featured-links--gradient-bg .card a.card-body {
  color: inherit;
}
.featured-links--gradient-bg .card a.card-body .action-link:after {
  color: #B7348B;
}



@media all {
  .scopusFeed h3,
.scopus-feed h3 {
    font-family: "GT Haptik", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #737777;
    letter-spacing: 0.25em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .scopusFeed p,
.scopus-feed p {
    font-family: "museo-sans", sans-serif;
  }
  .scopusFeed ul,
.scopus-feed ul {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .scopusFeed ul li,
.scopus-feed ul li {
    font-family: "museo-sans", sans-serif;
    position: relative;
    padding-left: 35px;
    list-style-type: none;
  }
  .scopusFeed ul li:not(:last-child),
.scopus-feed ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .scopusFeed ul li ul,
.scopus-feed ul li ul {
    margin-top: 1em;
  }
  .scopusFeed ul li ul li:not(:last-child),
.scopus-feed ul li ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .scopusFeed ul li,
.scopus-feed ul li {
    padding-left: 40px;
  }
}
@media all {
  .scopusFeed ul li:before,
.scopus-feed ul li:before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #59b7df;
    position: absolute;
    left: 0;
    top: 9px;
  }
}
@media (min-width: 768px) {
  .scopusFeed ul li:before,
.scopus-feed ul li:before {
    width: 20px;
  }
}
@media all {
  .scopusFeed ol,
.scopus-feed ol {
    counter-reset: item;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .scopusFeed ol > li,
.scopus-feed ol > li {
    font-family: "museo-sans", sans-serif;
    counter-increment: item;
    padding-left: 37px;
    list-style-type: none;
    position: relative;
  }
}
@media (min-width: 768px) {
  .scopusFeed ol > li,
.scopus-feed ol > li {
    padding-left: 40px;
  }
}
@media all {
  .scopusFeed ol > li:before,
.scopus-feed ol > li:before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: -5px;
    text-align: right;
    color: #dd3eb8;
    font-size: 1.6666666667rem;
    font-weight: 300;
  }
}
@media all {
  .scopusFeed ol > li:not(:last-child),
.scopus-feed ol > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .scopusFeed ol > li:not(:last-child),
.scopus-feed ol > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media all {
  .container .scopusFeed .container,
.container .scopus-feed .container {
    padding-left: 0;
    padding-right: 0;
  }
}


@media all {
  .mosaic {
    position: relative;
    overflow: hidden;
  }
  .mosaic__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 68px;
    margin-left: -32px;
    margin-top: -34px;
  }
  .mosaic__spinner .icon-spin4 {
    font-size: 46px;
    position: absolute;
    color: #1D4585;
  }
  .mosaic__spinner .icon-logo {
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 18px;
    color: #1D4585;
  }
  .mosaic__grid {
    height: 525px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
}
@media (min-width: 768px) {
  .mosaic__grid {
    height: 771px;
  }
}
@media all {
  .mosaic__parent-wrapper {
    position: relative;
  }
}
@media all {
  .mosaic__wrapper {
    opacity: 0;
    overflow: auto;
    position: relative;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .mosaic__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: transparent url("oia/resources/backgrounds/marble_white_lg.jpg") no-repeat scroll center/cover;
    z-index: -3;
  }
}
@media all {
  .mosaic--searching .mosaic__wrapper:after {
    opacity: 1;
  }
}
@media all {
  .mosaic__no-results {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mosaic__no-results {
    top: 0;
  }
}
@media (min-width: 768px) {
  .mosaic__no-results {
    bottom: 0;
  }
  .mosaic--search-above .mosaic__no-results {
    top: 0;
  }
}
@media all {
  .mosaic__no-results--show {
    display: block;
  }
}
@media all {
  .mosaic__no-results__search-term {
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media all {
  .mosaic__footer {
    background-color: #ffffff;
  }
}
@media all {
  .mosaic__search {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .mosaic__search {
    width: 100%;
  }
}
@media all {
  .mosaic__search__input {
    width: 100%;
    color: #1D4585;
    border-width: 0 0 1.5px 0;
    border-style: solid;
    border-color: #dfe1df;
    font-size: 0.8666666667rem;
    line-height: 1.38;
    font-weight: 500;
    font-family: "museo-sans", sans-serif;
    letter-spacing: 0.43px;
    height: 2.4666666667rem;
    padding-right: 2em;
  }
}
@media (min-width: 768px) {
  .mosaic__search__input {
    min-width: 280px;
  }
}
@media all {
  .mosaic__search__input + .icon-search {
    color: #59b7df;
    position: absolute;
    right: 21px;
  }
}
@media all {
  .mosaic__search__input::-webkit-input-placeholder {
    
    color: #1D4585;
  }
}
@media all {
  .mosaic__search__input ::-moz-placeholder {
    
    color: #1D4585;
  }
}
@media all {
  .mosaic__search__input:-ms-input-placeholder {
    
    color: #1D4585;
  }
}
@media all {
  .mosaic__search__input:-moz-placeholder {
    
    color: #1D4585;
  }
}
@media all {
  .mosaic__search__input:focus {
    outline: none;
    border-color: #1D4585;
  }
  .mosaic__search__input:focus + .icon-search {
    color: #1D4585;
  }
}
@media all {
  .mosaic__search__results-count {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -35px;
    padding: 0.6em 1em;
    color: #ffffff;
    font-size: 0.8666666667rem;
    margin-bottom: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
  }
  .mosaic__search__results-count:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 768px) {
  .mosaic__search__results-count--show {
    opacity: 1;
  }
}
@media all {
  .mosaic .gutter-sizer {
    width: 0;
  }
}
@media (min-width: 768px) {
  .mosaic .gutter-sizer {
    width: 10px;
  }
}
@media (max-width: 767.98px) {
  .mosaic__footer-links,
.mosaic__footer-links li {
    width: 100%;
  }
}
@media all {
  .mosaic__footer-links a {
    color: #4678BC;
    letter-spacing: 0.9px;
    font-size: 0.9333333333rem;
  }
  .mosaic__footer-links a:hover, .mosaic__footer-links a:focus {
    color: #AF1F8E;
    text-decoration: none;
  }
}
@media all {
  .mosaic__scroll-hint {
    position: absolute;
    top: 0;
    height: 771px;
    right: 0;
    width: 284px;
    overflow: hidden;
    padding-left: 20px;
    z-index: 3;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .mosaic__scroll-hint--hide {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-name: fade-out-hide;
            animation-name: fade-out-hide;
  }
  .mosaic__scroll-hint .scroll-hint__wrapper {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    background: transparent url("oia/resources/backgrounds/marble_white_lg.jpg") no-repeat scroll center/cover;
  }
  .mosaic__scroll-hint .scroll-hint__text {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "GT Haptik", sans-serif;
    line-height: 1.25;
    color: #1D4585;
  }
  .mosaic__scroll-hint .scroll-hint__arrow {
    width: 0;
    height: 0;
    margin-right: 4px;
    border-top: 4px solid transparent;
    border-left: 8px solid #AF1F8E;
    border-bottom: 4px solid transparent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: slide-data;
            animation-name: slide-data;
  }
  .mosaic__scroll-hint .scroll-hint__arrow--first {
    -webkit-animation-name: slide-data, fade-in-data;
            animation-name: slide-data, fade-in-data;
  }
  .mosaic__scroll-hint .scroll-hint__arrow--last {
    -webkit-animation-name: slide-data, fade-out-data;
            animation-name: slide-data, fade-out-data;
  }
}
@media all {
  .mosaic__sharethis {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    right: 30px;
    top: calc(525px - 35px);
    width: 45px;
    height: 45px;
    color: #4678BC;
    background-color: #ffffff;
    border: 2px solid #152655;
    border-radius: 23px;
    font-size: 1.3333333333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 0px 6px 0px #0840ae;
            box-shadow: 0px 0px 6px 0px #0840ae;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
}
@media (min-width: 768px) {
  .mosaic__sharethis {
    top: calc(771px - 80px);
  }
}
@media all {
  .mosaic__sharethis .icon-share {
    position: relative;
    top: -1px;
    right: -1px;
  }
}
@media all {
  .mosaic__sharethis:hover, .mosaic__sharethis:focus {
    background-color: #152655;
    color: #ffffff;
  }
}
@media all {
  .mosaic-tile {
    width: 175px;
    height: 175px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px) {
  .mosaic-tile {
    width: 250px;
    height: 250px;
  }
}
@media all {
  .mosaic-tile__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
@media all {
  .mosaic-tile__category {
    color: #ffffff;
    font-size: 0.9333333333rem;
    
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .mosaic-tile__category {
    margin-left: 20px;
  }
}
@media all {
  .mosaic-tile__tag {
    padding: 8px 10px;
    font-size: 0.9333333333rem;
    text-transform: uppercase;
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    background-color: white;
    color: #231f20;
  }
  .mosaic-tile__tag--red {
    background-color: #AF1F8E;
    color: #ffffff;
  }
}
@media all {
  .mosaic-tile__submitter {
    margin-bottom: 10px;
    margin-left: 10px;
    color: #ffffff;
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    font-size: 0.9333333333rem;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 768px) {
  .mosaic-tile__submitter {
    margin-left: 20px;
  }
}
@media all {
  .mosaic-tile__preview-quote {
    color: #ffffff;
    font-family: "GT Haptik", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 0.9333333333rem;
    line-height: 1.25;
    padding-left: 12px;
    padding-right: 12px;
    max-height: 98px;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .mosaic-tile__preview-quote {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 170px;
  }
}
@media all {
  .mosaic-tile--large {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 768px) {
  .mosaic-tile--large {
    width: 510px;
    height: 510px;
  }
}
@media all {
  .mosaic-tile--large .mosaic-tile__tag {
    padding: 16px 19px;
    font-size: 1.2rem;
  }
  .mosaic-tile--large .mosaic-tile__category {
    font-size: 2rem;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .mosaic-tile--large .mosaic-tile__category {
    margin-left: 30px;
  }
}
@media all {
  .mosaic-tile--large .mosaic-tile__submitter {
    font-size: 1.6rem;
    letter-spacing: 0.75px;
  }
}
@media all {
  .mosaic-tile--large .mosaic-tile__img {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 768px) {
  .mosaic-tile--large .mosaic-tile__img {
    width: 510px;
    height: 510px;
  }
}
@media all {
  .mosaic-tile--large .mosaic-tile__preview-quote {
    font-size: 1.6666666667rem;
    max-height: 208px;
  }
}
@media (min-width: 768px) {
  .mosaic-tile--large .mosaic-tile__preview-quote {
    max-height: 410px;
    font-size: 2rem;
  }
}
@media all {
  .mosaic-tile__label:hover + .mosaic-tile--hover-rotate-scale .mosaic-tile__duotone-img,
.mosaic-tile__label:hover + .mosaic-tile--hover-rotate-scale .mosaic-tile__img, .mosaic-tile__label:focus + .mosaic-tile--hover-rotate-scale .mosaic-tile__duotone-img,
.mosaic-tile__label:focus + .mosaic-tile--hover-rotate-scale .mosaic-tile__img, .mosaic-tile--hover-rotate-scale:hover .mosaic-tile__duotone-img,
.mosaic-tile--hover-rotate-scale:hover .mosaic-tile__img, .mosaic-tile--hover-rotate-scale:focus .mosaic-tile__duotone-img,
.mosaic-tile--hover-rotate-scale:focus .mosaic-tile__img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media all {
  .mosaic-tile__label:hover + .mosaic-tile--hover-zoom .mosaic-tile__duotone-img,
.mosaic-tile__label:hover + .mosaic-tile--hover-zoom .mosaic-tile__img, .mosaic-tile__label:focus + .mosaic-tile--hover-zoom .mosaic-tile__duotone-img,
.mosaic-tile__label:focus + .mosaic-tile--hover-zoom .mosaic-tile__img, .mosaic-tile--hover-zoom:hover .mosaic-tile__duotone-img,
.mosaic-tile--hover-zoom:hover .mosaic-tile__img, .mosaic-tile--hover-zoom:focus .mosaic-tile__duotone-img,
.mosaic-tile--hover-zoom:focus .mosaic-tile__img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media all {
  .mosaic-tile--hover-dark-text .mosaic-tile__preview-quote {
    -webkit-transition: color 150ms, text-shadow 150ms;
    transition: color 150ms, text-shadow 150ms;
  }
  .mosaic-tile__label:hover + .mosaic-tile--hover-dark-text .mosaic-tile__preview-quote, .mosaic-tile__label:focus + .mosaic-tile--hover-dark-text .mosaic-tile__preview-quote, .mosaic-tile--hover-dark-text:hover .mosaic-tile__preview-quote, .mosaic-tile--hover-dark-text:focus .mosaic-tile__preview-quote {
    color: #152655;
    text-shadow: 1px 1px 5px white;
  }
}
@media all {
  .mosaic-tile--dark-text .mosaic-tile__category, .mosaic-tile--dark-text .mosaic-tile__submitter, .mosaic-tile--dark-text .mosaic-tile__preview-quote {
    color: #152655;
  }
}
@media all {
  .mosaic-tile__label:hover + .mosaic-tile--hover-spin .mosaic-tile__duotone-img,
.mosaic-tile__label:hover + .mosaic-tile--hover-spin .mosaic-tile__img, .mosaic-tile__label:focus + .mosaic-tile--hover-spin .mosaic-tile__duotone-img,
.mosaic-tile__label:focus + .mosaic-tile--hover-spin .mosaic-tile__img, .mosaic-tile--hover-spin:hover .mosaic-tile__duotone-img,
.mosaic-tile--hover-spin:hover .mosaic-tile__img, .mosaic-tile--hover-spin:focus .mosaic-tile__duotone-img,
.mosaic-tile--hover-spin:focus .mosaic-tile__img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media all {
  .mosaic-tile--photo-doctor .mosaic-tile__img,
.mosaic-tile--photo-doctor .mosaic-tile__duotone-img {
    background-image: url("oia/resources/mosaic/mosaic-theme-1.jpg");
  }
  .mosaic-tile--photo-doctor.mosaic-tile--duo-blue .mosaic-tile__duotone-img {
    opacity: 0;
  }
  .mosaic-tile--photo-doctor.mosaic-tile--duo-blue .mosaic-tile__img-container:after {
    display: none;
  }
  .mosaic-tile--photo-doctor.mosaic-tile--hover-dark-text:hover .mosaic-tile__preview-quote, .mosaic-tile--photo-doctor.mosaic-tile--hover-dark-text:focus .mosaic-tile__preview-quote {
    text-shadow: none;
    color: #fff;
  }
}
@media all {
  .mosaic-tile--photo-texture-1 .mosaic-tile__img {
    background-image: url("oia/resources/mosaic/mosaic-theme-3.jpg");
  }
  .mosaic-tile--photo-texture-1 .mosaic-tile__category, .mosaic-tile--photo-texture-1 .mosaic-tile__submitter, .mosaic-tile--photo-texture-1 .mosaic-tile__preview-quote {
    color: #08102e;
  }
}
@media all {
  .mosaic-tile--photo-texture-2 .mosaic-tile__img {
    background-image: url("oia/resources/mosaic/mosaic-theme-4.jpeg");
  }
  .mosaic-tile--photo-texture-2 .mosaic-tile__category, .mosaic-tile--photo-texture-2 .mosaic-tile__submitter, .mosaic-tile--photo-texture-2 .mosaic-tile__preview-quote {
    color: #08102e;
  }
}
@media all {
  .mosaic-tile--photo-texture-3 .mosaic-tile__img,
.mosaic-tile--photo-texture-3 .mosaic-tile__duotone-img {
    background-image: url("oia/resources/mosaic/mosaic-theme-2.jpg");
  }
  .mosaic-tile--photo-texture-3.mosaic-tile--duo-gray .mosaic-tile__duotone-img {
    opacity: 0;
  }
  .mosaic-tile--photo-texture-3.mosaic-tile--duo-gray .mosaic-tile__img-container:after {
    display: none;
  }
  .mosaic-tile--photo-texture-3 .mosaic-tile__category, .mosaic-tile--photo-texture-3 .mosaic-tile__submitter, .mosaic-tile--photo-texture-3 .mosaic-tile__preview-quote {
    color: #08102e;
  }
}
@media all {
  .mosaic-tile--photo-rams-horn .mosaic-tile__img {
    background-image: url("oia/resources/mosaic/mosaic-theme-5.jpeg");
  }
  .mosaic-tile--photo-rams-horn.mosaic-tile--dark-text .mosaic-tile__category, .mosaic-tile--photo-rams-horn.mosaic-tile--dark-text .mosaic-tile__submitter, .mosaic-tile--photo-rams-horn.mosaic-tile--dark-text .mosaic-tile__preview-quote {
    color: #ffffff;
  }
}
@media all {
  .mosaic-tile--photo-custom .mosaic-tile__img {
    background-image: url("//placehold.co/250/ccc/ccc");
  }
}
@media all {
  .mosaic-tile__img-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
}
@media all {
  .mosaic-tile__img, .mosaic-tile__duotone-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: opacity 1s, -webkit-transform 0.5s;
    transition: opacity 1s, -webkit-transform 0.5s;
    transition: opacity 1s, transform 0.5s;
    transition: opacity 1s, transform 0.5s, -webkit-transform 0.5s;
  }
}
@media all {
  .mosaic-tile__img {
    width: 175px;
    height: 175px;
  }
}
@media (min-width: 768px) {
  .mosaic-tile__img {
    width: 250px;
    height: 250px;
  }
}
@media all {
  .mosaic-tile--duo-gray .mosaic-tile__duotone-img {
    opacity: 1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  .mosaic-tile--duo-gray .mosaic-tile__img-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    background-color: rgba(98, 106, 141, 0.55);
  }
}
@media all {
  .mosaic-tile--duo-blue .mosaic-tile__duotone-img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  .mosaic-tile--duo-blue .mosaic-tile__img-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    background-color: rgba(35, 64, 143, 0.55);
  }
}
@media all {
  .mosaic-tile__label:hover + .mosaic-tile, .mosaic-tile__label:focus + .mosaic-tile, .mosaic-tile:hover, .mosaic-tile:focus {
    
  }
  .mosaic-tile__label:hover + .mosaic-tile .mosaic-tile__img, .mosaic-tile__label:focus + .mosaic-tile .mosaic-tile__img, .mosaic-tile:hover .mosaic-tile__img, .mosaic-tile:focus .mosaic-tile__img {
    opacity: 1;
  }
  .mosaic-tile__label:hover + .mosaic-tile .mosaic-tile__duotone-img, .mosaic-tile__label:focus + .mosaic-tile .mosaic-tile__duotone-img, .mosaic-tile:hover .mosaic-tile__duotone-img, .mosaic-tile:focus .mosaic-tile__duotone-img {
    opacity: 0;
  }
  .mosaic-tile__label:hover + .mosaic-tile.mosaic-tile--duo-blue .mosaic-tile__img-container:after, .mosaic-tile__label:hover + .mosaic-tile.mosaic-tile--duo-gray .mosaic-tile__img-container:after, .mosaic-tile__label:focus + .mosaic-tile.mosaic-tile--duo-blue .mosaic-tile__img-container:after, .mosaic-tile__label:focus + .mosaic-tile.mosaic-tile--duo-gray .mosaic-tile__img-container:after, .mosaic-tile:hover.mosaic-tile--duo-blue .mosaic-tile__img-container:after, .mosaic-tile:hover.mosaic-tile--duo-gray .mosaic-tile__img-container:after, .mosaic-tile:focus.mosaic-tile--duo-blue .mosaic-tile__img-container:after, .mosaic-tile:focus.mosaic-tile--duo-gray .mosaic-tile__img-container:after {
    opacity: 0;
  }
}
@media all {
  input[type=radio]:checked + label + .mosaic-tile {
    border: 2px solid #AF1F8E;
  }
}
@media all {
  .mosaic-tile__label {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1.0666666667rem;
    z-index: 3;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .mosaic-tile__label {
    font-size: 1.2rem;
    padding: 1em;
  }
}
@media all {
  .photo-option {
    position: relative;
    width: 50%;
  }
}
@media (min-width: 576px) {
  .photo-option {
    width: 33.33%;
  }
}
@media (min-width: 1130px) {
  .photo-options--lg-five-col .photo-option {
    width: 20%;
  }
}
@media all {
  .photo-option .mosaic-tile {
    border: 2px solid #ffffff;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .photo-option .mosaic-tile__img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal--mosaic {
    padding-right: 0 !important;
  }
}
@media all {
  .modal--mosaic .modal-dialog {
    max-width: 771px;
  }
}
@media (max-width: 767.98px) {
  .modal--mosaic .modal-dialog {
    margin: 25px;
  }
}
@media all {
  .modal--mosaic .modal-content {
    border: 0 none;
    border-radius: 0;
    padding: 10px 25px;
  }
}
@media (min-width: 768px) {
  .modal--mosaic .modal-content {
    padding: 45px 80px 50px;
  }
}
@media all {
  .modal--mosaic .modal-header {
    border: 0 none;
    padding-left: 0;
    padding-right: 2em;
  }
}
@media all {
  .modal--mosaic .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2B7FDE;
    color: #ffffff;
    margin: 0;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .modal--mosaic .close {
    padding: 0.5em 0.5em 0.65em;
    font-size: 0.9333333333rem;
  }
}
@media all {
  .modal--mosaic .close:not(:disabled):not(.disabled):hover, .modal--mosaic .close:not(:disabled):not(.disabled):focus {
    background-color: #AF1F8E;
    color: #ffffff;
  }
}
@media all {
  .modal--mosaic .modal-title {
    font-size: 0.9333333333rem;
    font-family: "GT Haptik", sans-serif;
    font-weight: 700;
    position: relative;
  }
  .modal--mosaic .modal-title:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #AF1F8E;
    position: absolute;
    top: 5px;
    left: -20px;
  }
}
@media all {
  .modal--mosaic .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all {
  .modal--mosaic .mosaic__quote {
    position: relative;
    font-size: 1.3333333333rem;
    font-weight: 700;
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .modal--mosaic .mosaic__quote {
    font-size: 1.8666666667rem;
    line-height: 1.35;
  }
}
@media all {
  .modal--mosaic .mosaic__quote p:last-child {
    margin-bottom: 0;
  }
}
@media all {
  .modal--mosaic .mosaic__quote .mosaic__quote-char {
    position: absolute;
    top: -3px;
    left: -19px;
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 800;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .modal--mosaic .mosaic__quote .mosaic__quote-char {
    font-size: 2.3333333333rem;
  }
}
@media all {
  .modal--mosaic .modal-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
  }
  .modal--mosaic .modal-footer .btn-cta {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .modal--mosaic .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal--mosaic .modal-footer .btn-cta {
    margin: 0;
    width: 100%;
  }
  .modal--mosaic .modal-footer .btn-cta + .btn-cta {
    margin-top: 1em;
  }
}
@media all {
  .toggle-element-by-fieldset {
    display: none;
  }
  .toggle-element-by-fieldset--show {
    display: block;
  }
}
@-webkit-keyframes move {
  0%, 100% {
    background-position: bottom left;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  30% {
    background-position: top right;
    -webkit-transform: scale(1.25) rotate(15deg);
            transform: scale(1.25) rotate(15deg);
  }
  70% {
    background-position: center center;
    -webkit-transform: scale(1.25) rotate(-15deg);
            transform: scale(1.25) rotate(-15deg);
  }
}
@keyframes move {
  0%, 100% {
    background-position: bottom left;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  30% {
    background-position: top right;
    -webkit-transform: scale(1.25) rotate(15deg);
            transform: scale(1.25) rotate(15deg);
  }
  70% {
    background-position: center center;
    -webkit-transform: scale(1.25) rotate(-15deg);
            transform: scale(1.25) rotate(-15deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes slide-data {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  to {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@keyframes slide-data {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  to {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@-webkit-keyframes fade-in-data {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-data {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-data {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-data {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out-hide {
  0% {
    opacity: 1;
    right: 0;
    top: 0;
  }
  70% {
    right: -290px;
    top: 0;
  }
  100% {
    opacity: 0;
    right: -9999px;
    top: -9999px;
  }
}
@keyframes fade-out-hide {
  0% {
    opacity: 1;
    right: 0;
    top: 0;
  }
  70% {
    right: -290px;
    top: 0;
  }
  100% {
    opacity: 0;
    right: -9999px;
    top: -9999px;
  }
}



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

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

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

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

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

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



@media all {
  .gallery {
    position: relative;
    overflow: hidden;
  }
  .gallery__wrapper {
    overflow-x: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 135px;
  }
  .gallery__wrapper:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent url("oia/resources/decorations/criss-cross-pattern.png") repeat-y scroll right top/auto 867px;
    opacity: 0;
    -webkit-transition: opacity ease-in 1s;
    transition: opacity ease-in 1s;
  }
  .gallery__grid {
    height: 624px;
  }
}
@media (max-width: 767.98px) {
  .gallery__grid {
    height: 312px;
  }
}
@media all {
  .gallery__grid--vertical {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gallery__grid--vertical {
    height: auto;
  }
}
@media all {
  .gallery--search-background .gallery__wrapper:before {
    opacity: 0.4;
  }
}
@media all {
  .gallery__filters {
    color: #1D4585;
  }
  .gallery__filters__label {
    margin: 0;
    padding: 10px 0;
    color: inherit;
  }
  .gallery__filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .gallery__filters__list__item--active a:after {
    background-color: #1D4585;
  }
  .gallery__filters__list li {
    padding: 0 0 0 40px;
  }
  .gallery__filters__list a {
    color: inherit;
    font-family: "museo-sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 0;
  }
  .gallery__filters__list a:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    -webkit-transition: background-color ease-in 150ms;
    transition: background-color ease-in 150ms;
  }
  .gallery__filters__list a:hover, .gallery__filters__list a:focus {
    text-decoration: none;
  }
  .gallery__filters__list a:hover:after, .gallery__filters__list a:focus:after {
    background-color: #1D4585;
  }
  .gallery__filters__list li.active a {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
}
@media all {
  .gallery__search {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery__search__input {
    color: #1D4585;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #1D4585;
    font-size: 15px;
    line-height: 1.38;
    font-weight: 500;
    font-family: "museo-sans", sans-serif;
    width: 150px;
    padding-right: 2em;
  }
}
@media (max-width: 767.98px) {
  .gallery__search__input {
    width: 250px;
  }
}
@media all {
  .gallery__search__input + .icon-search {
    color: #1D4585;
    position: absolute;
    right: 0;
  }
}
@media all {
  .gallery__search__input::-webkit-input-placeholder {
    
    color: #1D4585;
    font-weight: 300;
    font-style: italic;
  }
}
@media all {
  .gallery__search__input ::-moz-placeholder {
    
    color: #1D4585;
  }
}
@media all {
  .gallery__search__input:-ms-input-placeholder {
    
    color: #1D4585;
  }
}
@media all {
  .gallery__search__input:-moz-placeholder {
    
    color: #4678BC;
  }
}
@media all {
  .gallery__search__input:focus {
    outline: none;
    border-color: #1D4585;
  }
  .gallery__search__input:focus + .icon-search {
    color: #1D4585;
  }
}
@media all {
  .gallery__parent-wrapper {
    position: relative;
  }
}
@media all {
  .gallery__scroll-hint {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 284px;
    overflow: hidden;
    padding-left: 20px;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .gallery__scroll-hint--hide {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-name: gallery-fade-out-hide;
            animation-name: gallery-fade-out-hide;
  }
  .gallery__scroll-hint .scroll-hint__wrapper {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #ffffff;
  }
  .gallery__scroll-hint .scroll-hint__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url("oia/resources/decorations/criss-cross-pattern.png") repeat-y scroll right top/auto 867px;
    opacity: 0.4;
  }
  .gallery__scroll-hint .scroll-hint__text {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "GT Haptik", sans-serif;
    line-height: 1.25;
    color: #1D4585;
  }
  .gallery__scroll-hint .scroll-hint__arrow {
    width: 0;
    height: 0;
    margin-right: 4px;
    border-top: 4px solid transparent;
    border-left: 8px solid #AF1F8E;
    border-bottom: 4px solid transparent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: slide-data;
            animation-name: slide-data;
  }
  .gallery__scroll-hint .scroll-hint__arrow--first {
    -webkit-animation-name: slide-data, fade-in-data;
            animation-name: slide-data, fade-in-data;
  }
  .gallery__scroll-hint .scroll-hint__arrow--last {
    -webkit-animation-name: slide-data, fade-out-data;
            animation-name: slide-data, fade-out-data;
  }
}
@media all {
  .gallery .grid-item, .gallery__grid-item {
    float: left;
    background: transparent none no-repeat scroll center center;
    background-size: cover;
  }
  .gallery .grid-item, .gallery .grid-item--l, .gallery__grid-item, .gallery__grid-item--l {
    width: 435px;
    height: 307px;
  }
  .gallery .grid-item--p, .gallery__grid-item--p {
    width: 208.8px;
  }
  .gallery .grid-item--s, .gallery__grid-item--s {
    width: 307px;
  }
}
@media (max-width: 767.98px) {
  .gallery .grid-item, .gallery__grid-item {
    width: 217.5px;
    height: 153.5px;
  }
  .gallery .grid-item--p, .gallery__grid-item--p {
    width: 104.4px;
  }
  .gallery .grid-item--s, .gallery__grid-item--s {
    width: 153.5px;
  }
}
@media all {
  .gallery .grid-item a, .gallery__grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0;
    opacity: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity ease-in 200ms;
    transition: opacity ease-in 200ms;
  }
  .gallery .grid-item a:hover, .gallery .grid-item a:focus, .gallery__grid-item a:hover, .gallery__grid-item a:focus {
    opacity: 1;
  }
  .gallery .grid-item a span, .gallery__grid-item a span {
    display: block;
    position: relative;
    color: white;
    font-weight: 600;
    font-size: 1.0666666667rem;
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .gallery .grid-item a span, .gallery__grid-item a span {
    font-size: 1.6rem;
  }
}
@media all {
  .gallery .grid-item a span:before, .gallery__grid-item a span:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 40px;
    top: -10px;
    background-color: #AF1F8E;
  }
}
@media all {
  .gallery .grid-item a span:empty, .gallery__grid-item a span:empty {
    display: none;
  }
}
@media all {
  .gallery--auto-height .gallery__grid {
    height: auto;
  }
}
@media all {
  .gallery__no-results {
    font-size: 1.3333333333rem;
    display: none;
  }
  .gallery__no-results--show {
    display: block;
  }
  .gallery__no-results__search-term {
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media all {
  .gallery .gutter-sizer {
    width: 10px;
  }
}
@media (max-width: 767.98px) {
  .gallery .gutter-sizer {
    width: 5px;
  }
}
@media all {
  .gallery.gallery .modal-dialog .brightcoveplayer:first-child {
    margin-top: -3em;
    margin-left: -3em;
    width: calc(100% + 6em);
  }
  .gallery.gallery .modal-dialog .brightcoveplayer:first-child .brightcove-container {
    margin-top: 0 !important;
  }
}
@-webkit-keyframes gallery-fade-out-hide {
  0% {
    opacity: 1;
    right: 0;
    bottom: 0;
  }
  70% {
    right: -290px;
    bottom: 0;
  }
  100% {
    opacity: 0;
    right: -9999px;
    bottom: -9999px;
  }
}
@keyframes gallery-fade-out-hide {
  0% {
    opacity: 1;
    right: 0;
    bottom: 0;
  }
  70% {
    right: -290px;
    bottom: 0;
  }
  100% {
    opacity: 0;
    right: -9999px;
    bottom: -9999px;
  }
}


@media all {
  .gallery-contributor {
    font-family: "GT Haptik", sans-serif;
    font-size: 1em;
    margin-bottom: 1rem;
  }
  .gallery-contributor__title {
    margin: 0 0 1.5em;
  }
  .gallery-contributor__name {
    font-family: "GT Haptik", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
  }
  .gallery-contributor .gallery-contributor__image {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    height: auto;
    max-width: 40%;
  }
  .gallery-contributor--image-right .gallery-contributor__image {
    float: right;
    margin-left: 1.5em;
    margin-right: 0;
  }
}


@media all {
  .image-slider {
    margin-bottom: 6.5rem;
  }
  .image-slider .slider {
    margin-bottom: 3rem;
  }
  .image-slider .image {
    margin-bottom: 0;
  }
  .image-slider .slick-arrow {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    bottom: 0;
    z-index: 3;
    border: 0 none;
    background-color: transparent;
    color: #ffffff;
    font-size: 1.6666666667rem;
    cursor: pointer;
    padding: 2em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity ease-in 150ms, -webkit-transform ease-in 150ms;
    transition: opacity ease-in 150ms, -webkit-transform ease-in 150ms;
    transition: transform ease-in 150ms, opacity ease-in 150ms;
    transition: transform ease-in 150ms, opacity ease-in 150ms, -webkit-transform ease-in 150ms;
  }
  .image-slider .slick-arrow [class*=icon-]:after {
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    margin-left: -2.4666666667rem;
    border-radius: 50%;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .image-slider .slick-arrow.slick-prev {
    left: 0;
    padding-left: 0.8em;
    width: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .image-slider .slick-arrow.slick-prev:hover, .image-slider .slick-arrow.slick-prev:focus {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  .image-slider .slick-arrow.slick-next {
    right: 0;
    padding-right: 0.8em;
    width: 25px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .image-slider .slick-arrow.slick-next [class*=icon-]:after {
    margin-left: -2.6rem;
  }
  .image-slider .slick-arrow.slick-next:hover, .image-slider .slick-arrow.slick-next:focus {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  .image-slider .slick-arrow:hover, .image-slider .slick-arrow:focus {
    outline: none;
  }
  .image-slider .slick-arrow:hover [class*=icon-]:after, .image-slider .slick-arrow:focus [class*=icon-]:after {
    opacity: 1;
  }
  .image-slider .slick-dots {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1.5em 0 0 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-slider .slick-dots li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .image-slider .slick-dots li button {
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 0;
    width: 26px;
    height: 26px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .image-slider .slick-dots li button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #cccccc;
    -webkit-transition: width ease-in 150ms, height ease-in 150ms;
    transition: width ease-in 150ms, height ease-in 150ms;
  }
  .image-slider .slick-dots li button:hover::before, .image-slider .slick-dots li button:focus::before {
    width: 20px;
    height: 20px;
  }
  .image-slider .slick-dots li.slick-active button:before {
    background-color: #AF1F8E;
  }
  .image-slider .slick-dots li.slick-active button:hover::before, .image-slider .slick-dots li.slick-active button:focus::before {
    width: 16px;
    height: 16px;
  }
  .modal-body .aem-Grid .image-slider:first-child {
    margin-top: -3rem;
  }
  .modal-body .aem-Grid .image-slider .image-slider__container {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .image-slider--overlapping-caption .image {
    position: relative;
  }
  .image-slider--overlapping-caption .image .cmp-image__title {
    position: absolute;
    bottom: 0;
    padding: 15px 15px 11px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    color: #231f20;
  }
}


@media all {
  .progress-tracker {
    text-align: center;
  }
  .progress-tracker__value {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 1.3333333333rem;
    font-weight: 600;
    line-height: 1.5;
    color: #152655;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .progress-tracker__value {
    font-size: 2.1333333333rem;
  }
}
@media all {
  .progress-tracker__count {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .progress-tracker__count {
    font-size: 3rem;
  }
}
@media all {
  .progress-tracker__goal {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-weight: 700;
    text-transform: uppercase;
    color: #152655;
    font-size: 3.3333333333rem;
  }
  .progress-tracker__goal big {
    font-size: 4.7333333333rem;
  }
}
@media (min-width: 1130px) {
  .progress-tracker__goal {
    font-size: 4.8rem;
  }
  .progress-tracker__goal big {
    font-size: 6.9333333333rem;
  }
}
@media all {
  .progress-tracker__bar-wrapper {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 2em;
    position: relative;
  }
}
@media all {
  .progress-tracker__markers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all {
  .progress-tracker__marker {
    font-family: "GT Sectra Fine", Georgia, "Times New Roman";
    font-size: 0.8666666667rem;
    color: #AF1F8E;
    padding-bottom: 26px;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .progress-tracker__marker:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 16px;
    background-color: #AF1F8E;
  }
  .progress-tracker__marker:first-child {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .progress-tracker__marker:first-child:after {
    left: 0;
  }
  .progress-tracker__marker:last-child {
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 0;
  }
  .progress-tracker__marker:last-child:after {
    left: auto;
    right: 0;
  }
}
@media all {
  .progress-tracker .progress {
    background-color: #ffffff;
    height: 45px;
    border-radius: 12px;
    border: 1px solid #AF1F8E;
  }
}
@media all {
  .progress-tracker .progress-bar {
    width: 0;
    background-color: #AF1F8E;
    -webkit-transition: width 3.5s ease-in-out;
    transition: width 3.5s ease-in-out;
    border-radius: 10px;
  }
}
@media all {
  .progress-tracker__details {
    font-family: "museo-sans", sans-serif;
    color: #59b7df;
    font-size: 0.8666666667rem;
    font-weight: 600;
  }
}


@media all {
  .read-time {
    color: #737777;
    font-family: "museo-sans", sans-serif;
    font-size: 1.0666666667rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
  .read-time:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 22px;
    background: transparent url("oia/resources/icons/icon-read-time.png") no-repeat scroll center center;
    vertical-align: text-bottom;
  }

  .title + .read-time {
    margin-top: -1.25em;
  }
}


@media all {
  .timeline--dark {
    background-color: #152456; }
  .timeline--dark,
  .timeline--dark h1,
  .timeline--dark h2,
  .timeline--dark h3,
  .timeline--dark h4,
  .timeline--dark h5 {
    color: #ffffff; }
  .timeline--dark .timeline__tag div,
  .timeline--dark .timeline__tag span {
    background-color: #152456;
    color: #ffffff; }
  .timeline--dark .circle-bio .text,
  .timeline--dark .circle-bio .title {
    background-color: #152456; } }

@media all and (min-width: 768px) {
  .timeline h2 {
    font-size: 3.33333rem; } }

@media all and (min-width: 576px) {
  .timeline__tag {
    position: absolute;
    margin-bottom: 0;
    text-align: center;
    width: 50%;
    z-index: 1;
    bottom: -0.7rem;
    right: 0; } }
@media all and (min-width: 576px) and (min-width: 768px) {
  .timeline__tag {
    right: -25%; } }

@media all and (min-width: 576px) {
  .timeline__tag span,
  .timeline__tag div {
    padding: 0.5rem 3rem;
    white-space: nowrap; } }

@media all {
  .timeline__tag span,
  .timeline__tag div {
    font-weight: 700;
    font-size: 1.2rem;
    background-color: #ffffff; }
  .timeline__header {
    border-right: 4px solid #59b7df;
    margin-bottom: -4px; }
  .timeline__col.timeline__col--last:after {
    display: none; } }

@media all and (max-width: 1129.98px) {
  .timeline__col:first-child:before {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #59b7df;
    left: 50%;
    right: 0; } }

@media all and (min-width: 768px) {
  .timeline__col:before {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #59b7df;
    left: 0;
    right: 0; } }

@media all and (min-width: 768px) and (max-width: 1129.98px) {
  .timeline__col:first-child + .timeline__col:before {
    width: 100%; }
  .timeline__col:nth-child(odd):before {
    left: auto;
    width: 50%; }
  .timeline__col:nth-child(even):before {
    width: 50%; }
  .timeline__col:nth-child(4n + 4):after, .timeline__col:nth-child(4n + 1):after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100px;
    background-color: #59b7df;
    left: 50%;
    bottom: 0; }
  .timeline__col.timeline__col--second-to-last:nth-child(4n + 4):after {
    bottom: -4px;
    height: 104px; }
  .timeline__col.timeline__col--second-to-last:nth-child(4n + 4) .timeline__accents:after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #59b7df;
    left: -50%;
    right: 50%;
    bottom: -4px;
    margin-right: -2px; }
  .timeline__col.timeline__col--second-to-last:nth-child(odd):after {
    display: none; }
  .timeline__col.timeline__col--second-to-last:nth-child(odd) .circle-bio {
    padding-bottom: 50px; }
  .timeline__col.timeline__col--last:nth-child(odd):before {
    display: none; }
  .timeline__col.timeline__col--last:nth-child(even) .circle-bio {
    padding-bottom: 50px; } }

@media all and (min-width: 1130px) {
  .timeline__col:nth-child(6n + 6):after, .timeline__col:nth-child(6n + 1):after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100px;
    background-color: #59b7df;
    left: 50%;
    bottom: 0; }
  .timeline__col:first-child:before, .timeline__col:nth-child(3n + 4):before {
    left: auto;
    width: 50%; }
  .timeline__col:nth-child(n + 6):nth-child(3n + 3):before {
    width: 50%; }
  .timeline__col.timeline__col--last:nth-child(3n + 4):before {
    display: none; }
  .timeline__col.timeline__col--last:before {
    width: 50%; }
  .timeline__col.timeline__col--last:nth-child(6n + 8):before {
    width: 105%; }
  .timeline__col.timeline__col--last .circle-bio {
    padding-bottom: 50px; }
  .timeline__col.timeline__col--second-to-last:nth-child(6n + 6) .timeline__accents:after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: #59b7df;
    left: -150%;
    right: 50%;
    bottom: -4px;
    margin-right: -2px; }
  .timeline__col.timeline__col--second-to-last:nth-child(6n + 6) .circle-bio:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100px;
    background-color: #59b7df;
    left: 50%;
    bottom: 0;
    margin-left: -2px; }
  .timeline__col.timeline__col--second-to-last:after {
    display: none; }
  .timeline__col.timeline__col--third-to-last:nth-child(6n + 6):after {
    height: 104px;
    bottom: -4px; }
  .timeline__col.timeline__col--third-to-last:nth-child(6n + 6) .timeline__accents:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: #59b7df;
    right: 50%;
    bottom: -4px;
    margin-right: -2px; }
  .timeline__col.timeline__col--third-to-last:nth-child(6n + 1):after {
    display: none; } }

@media all {
  .circle-bio {
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 164px;
    position: relative; }
  .circle-bio__img {
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 215px;
    height: 215px;
    position: relative;
    background-color: #152456;
    -webkit-transition: width 335ms ease, height 335ms ease, background-color 335ms ease, margin 335ms ease;
    transition: width 335ms ease, height 335ms ease, background-color 335ms ease, margin 335ms ease; }
  .circle-bio__img img {
    width: 100%;
    mix-blend-mode: luminosity; }
  .circle-bio .title,
  .circle-bio .text {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 335ms ease;
    transition: opacity 335ms ease; }
  .circle-bio .title {
    margin-top: 0.8em; }
  .circle-bio .title h2,
  .circle-bio .title h3,
  .circle-bio .title h4,
  .circle-bio .title h5 {
    font-family: "Museo Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0; } }
@media all and (min-width: 1130px) {
  .circle-bio .title h2,
  .circle-bio .title h3,
  .circle-bio .title h4,
  .circle-bio .title h5 {
    font-size: 1.6rem; } }

@media all {
  .circle-bio .text {
    padding-bottom: 0.8rem; } }
@media all and (min-width: 1130px) {
  .circle-bio .text {
    font-size: 1.2rem; } }

@media all {
  .circle-bio .text p {
    line-height: 1.3; }
  .circle-bio__wrapper {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 304px;
    height: 304px;
    color: inherit; }
  .circle-bio__wrapper:hover .circle-bio__img, .circle-bio__wrapper:focus .circle-bio__img {
    background-color: #ffffff; }
  .circle-bio__wrapper:hover .circle-bio__img img, .circle-bio__wrapper:focus .circle-bio__img img {
    mix-blend-mode: normal; }
  .circle-bio a.circle-bio__wrapper:hover, .circle-bio a.circle-bio__wrapper:focus {
    text-decoration: none; }
  .circle-bio a.circle-bio__wrapper:hover .circle-bio__img, .circle-bio a.circle-bio__wrapper:focus .circle-bio__img {
    margin-top: -15px;
    width: 300px;
    height: 300px; }
  .circle-bio a.circle-bio__wrapper:hover .title,
  .circle-bio a.circle-bio__wrapper:hover .text, .circle-bio a.circle-bio__wrapper:focus .title,
  .circle-bio a.circle-bio__wrapper:focus .text {
    opacity: 0; } }
@media all and (min-width: 768px) {
  .circle-bio {
    padding-bottom: 155px; } }

@media all {
  .circle-bio:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100px;
    background-color: #59b7df;
    top: 0;
    left: 50%; } }



.thumbnail-gallery {
  margin-bottom: 50px;
}
.thumbnail-gallery__grid {
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .thumbnail-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .thumbnail-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.thumbnail-gallery__grid + .tile-gallery__grid {
  margin-top: 20px;
}
.thumbnail-gallery__item {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.thumbnail-gallery__item[data-stop] ~ .thumbnail-gallery__item {
  display: none;
}
.thumbnail-gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumbnail-gallery__item__button {
  cursor: pointer;
  border: 0 none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background-color: transparent;
}
.thumbnail-gallery__item__button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.thumbnail-gallery__item__button__wrapper::after {
  content: attr(aria-label);
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  min-height: 46px;
  font-size: 0;
  color: transparent;
  -webkit-transition: width 0.2s ease 0.2s, font-size 0s ease, color 0.25s ease;
  transition: width 0.2s ease 0.2s, font-size 0s ease, color 0.25s ease;
}
.thumbnail-gallery__item__button svg {
  width: 20px;
  height: 15px;
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}
.thumbnail-gallery__item__button:focus .thumbnail-gallery__item__button__wrapper, .thumbnail-gallery__item__button:hover .thumbnail-gallery__item__button__wrapper, .thumbnail-gallery__item__button:focus-visible .thumbnail-gallery__item__button__wrapper {
  background-color: rgba(0, 0, 0, 0.75);
}
.thumbnail-gallery__item__button:focus .thumbnail-gallery__item__button__wrapper svg, .thumbnail-gallery__item__button:hover .thumbnail-gallery__item__button__wrapper svg, .thumbnail-gallery__item__button:focus-visible .thumbnail-gallery__item__button__wrapper svg {
  fill: #fff;
  z-index: 1;
}
.thumbnail-gallery__item__button:focus .thumbnail-gallery__item__button__wrapper::after, .thumbnail-gallery__item__button:hover .thumbnail-gallery__item__button__wrapper::after, .thumbnail-gallery__item__button:focus-visible .thumbnail-gallery__item__button__wrapper::after {
  color: #fff;
  width: 184px;
  font-size: 12px;
  padding: 10px 58px 10px 12px;
  -webkit-transition: width 0.25s ease, font-size 0s ease 0.25s, color 0.35s ease 0.26s;
  transition: width 0.25s ease, font-size 0s ease 0.25s, color 0.35s ease 0.26s;
}
.thumbnail-gallery__item .cmp-image__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px 10px 8px;
}
.thumbnail-gallery__item .cmp-image__title,
.thumbnail-gallery__item .cmp-image__title p:first-child {
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
.thumbnail-gallery__item .cmp-image__title p:not(:first-child) {
  display: none;
}
.thumbnail-gallery__button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thumbnail-gallery--landscape-thumbnails .thumbnail-gallery__item {
  padding-bottom: 75%;
}

@media (max-width: 1129.98px) {
  .lazy-load-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 65px;
  }
}
@media (min-width: 1130px) {
  .lazy-load-slider {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 9px;
  }
}
.lazy-load-slider.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1130px) {
  .lazy-load-slider.slick-initialized .slick-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lazy-load-slider .slick-slide:not(.slick-active) .slick-loading {
  visibility: hidden;
  pointer-events: none;
}
.lazy-load-slider .slick-slide img {
  max-width: 100%;
}
.lazy-load-slider .slick-slide .cmp-image {
  display: table;
}
.lazy-load-slider .slick-slide .cmp-image__title {
  display: table-caption;
  caption-side: bottom;
}
.lazy-load-slider .slick-arrow {
  text-indent: -9999px;
  background-color: transparent;
  border: 0 none;
  position: absolute;
  top: 0;
  width: 50px;
}
@media (min-width: 1130px) {
  .lazy-load-slider .slick-arrow {
    bottom: 0;
    width: 100px;
  }
}
@media (max-width: 1129.98px) {
  .lazy-load-slider .slick-arrow {
    top: -14px;
  }
}
.lazy-load-slider .slick-arrow.slick-disabled {
  display: none;
}
.lazy-load-slider .slick-arrow:hover, .lazy-load-slider .slick-arrow:focus {
  opacity: 0.8;
  outline: 0 none;
}
.lazy-load-slider .slick-arrow:focus-visible::before {
  outline: 2px solid #fff;
}
.lazy-load-slider .slick-arrow::before {
  font-family: "Jeff Custom Icons";
  color: #fff;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 35px;
  border-radius: 50%;
}
@media (min-width: 1130px) {
  .lazy-load-slider .slick-arrow::before {
    top: 50%;
  }
}
@media (max-width: 1129.98px) {
  .lazy-load-slider .slick-arrow.slick-next {
    left: 70px;
  }
}
@media (min-width: 1130px) {
  .lazy-load-slider .slick-arrow.slick-next {
    right: -50px;
  }
}
.lazy-load-slider .slick-arrow.slick-next::before {
  content: "\e808";
  right: 0;
}
@media (max-width: 1129.98px) {
  .lazy-load-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media (min-width: 1130px) {
  .lazy-load-slider .slick-arrow.slick-prev {
    left: -50px;
  }
}
.lazy-load-slider .slick-arrow.slick-prev::before {
  left: 0;
  content: "\e806";
}
.lazy-load-slider .cmp-image__title {
  color: #fff;
  font-style: normal;
  font-size: 1rem;
}
.lazy-load-slider .cmp-image__title a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1129.98px) {
  .lazy-load-slider .cmp-image__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.oiasearch .formcontainer {
    margin-top:15px;
    margin-bottom:15px;                                                                                                                                                                                        
}        

.oiasearch .oiasortbytext {
	color: #676767;
    padding: 5px 5px 6px 0;
}

.oiasearch .dropdown-toggle::after {
	margin-left: 0.7em;
}

.oiasearch .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.45rem 1.9rem;
    clear: both;
    font-weight: 400;
    color: #777;
}     

.oiasearch .dropdown-menu.show { 
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: default;     
}

.oiasearch .btn-secondary {
	color: #bbc0c0;
    background-color: transparent;
    border-color: #bbc0c0;

}

.oiasearch .show > .btn-secondary.dropdown-toggle {
	color: #bbc0c0;
    background-color: transparent;  
    border-color: #bbc0c0;                                                                                                                                                                                            
}

.oiasearch .btn-secondary:not(:disabled):not(.disabled):active {
	color: #bbc0c0;
    background-color: transparent;
    border-color: #bbc0c0;                                                                                                                                                                                                         
}

.oiasearch .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow:none;
    box-shadow:none;                                                                                                                                                                                                
}

.oiasearch .dropdown-item.active, 
.oiasearch .dropdown-item:active {
    color: black;
    text-decoration: none;
    background-color: #EEE;
}     

.oiasearch .gsc-result-info{
	text-align: left;
    color: #676767;
    font-size: 13px;
    padding-left: 8px;
    margin: 10px 0 10px 0;
}

.oiasearch .gsc-result {
	text-align:left;
}

.oiasearch .searchdescription {
	font-family: "Museo Sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom:0px;                                                                                                                
}

.oiasearch .pagenumbers {
    margin-top:10px;                                                                                                  
	font-size: 1.33333rem;
    font-weight: 300;
    font-family: "Museo Sans", sans-serif;
    color: #152655;
    margin-right: 23px;
}

.oiasearch #page-numbers-section-bottom {
	margin-top:10px;
   	white-space: nowrap;
}

.oiasearch .currentpagenumber {
	font-weight: 700;
} 

.oiasearch .typeahead__container {
	width:100%;
}

.oiasearch .typeahead__cancel-button {
	display:none;
}         

.oiasearch .typeahead__query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.oiasearch #searchResults .searchResults__search-bar #searchBox {
	/*width:90%;*/
    color:#AF1F8E; /* was #E53E30 */
    text-overflow: ellipsis;
}
.oiasearch #searchResults input.text-input--default + .icon-search, 
.oiasearch #searchResults input.text-input--default + .icon-close {
    top: 0;
}
.oiasearch #searchResults .searchResults__search-bar #searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #AAAAAA;
}
.oiasearch #searchResults .searchResults__search-bar #searchBox:-ms-input-placeholder { /* IE 10+ */
    color: #AAAAAA;
}
.oiasearch #searchResults .searchResults__search-bar #searchBox::placeholder {
    color: #AAAAAA;
}

.oiasearch select.select--default + .input-icon, 
.oiasearch input.text-input--default + .input-icon {
    color:#AF1F8E; /* was #E53E30 */
    float: none;
    margin-top: 0 !important;
}

.oiasearch select.select--default + .input-icon, 
.oiasearch input.text-input--default + .input-icon:hover {
	cursor:pointer;
}

.oiasearch select.select--default + .input-icon, 
.oiasearch input.text-input--default + .input-icon {
	pointer-events:auto;
}

.oiasearch .typeahead__container .typeahead__list {
   max-height: 250px;
   overflow-y: auto;
}

@media screen and (max-width: 600px) {
	.oiasearch .pagenumbers {
		font-size: 15px;
        margin-right:15px;
	}
}

.expand-toggle .icon {
  font-size: 1rem;
}
.expand-toggle .expand {
  display: inline-block;
}
.expand-toggle .shrink {
  display: none;
}
.expand-toggle[aria-expanded=true] .expand {
  display: none;
}
.expand-toggle[aria-expanded=true] .shrink {
  display: inline-block;
}



@media all {
  .prefix {
    position: relative;
    padding-left: 0;
  }
  .prefix:before {
    content: "";
    background-color: #AF1F8E;
    width: 6px;
    height: 6px;
    left: -13px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
  }
}
@media (min-width: 576px) {
  .prefix:before {
    width: 8px;
    height: 8px;
    left: -18px;
  }
}
@media all {
  .prefix .prefix__text {
    text-transform: uppercase;
    color: #152655;
    font-size: 0.8666666667rem;
    font-family: "museo-sans", sans-serif;
  }
}
@media all {
  .prefix--stacked .prefix,
.prefix.prefix--stacked {
    padding-left: 0;
    padding-top: 25px;
  }
  .prefix--stacked .prefix:before,
.prefix.prefix--stacked:before {
    top: 0;
  }
}


.keeptogether {
  margin: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  display: table;
}



@media all {
  .ic-p-0 > * {
    padding: 0;
  }
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* large */
@media (max-width: 1279.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--hide {
    /* hide behavior */
    display: none;
  }
}
/* medium */
@media (max-width: 1129.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--hide {
    /* hide behavior */
    display: none;
  }
}
/* small */
@media (max-width: 767.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--hide {
    /* hide behavior */
    display: none;
  }
}
/* small */
@media (max-width: 575.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xs--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xs--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xs--hide {
    /* hide behavior */
    display: none;
  }
}
.responsivegrid--gutters {
  margin-left: -15px;
  margin-right: -15px;
}
.responsivegrid--gutters.responsivegrid.aem-GridColumn.aem-GridColumn {
  width: auto;
  float: none;
  clear: both;
}
.responsivegrid--gutters .aem-GridColumn {
  padding-left: 15px;
  padding-right: 15px;
}

