@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
#cookie-consent-banner {
  position: fixed;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
  max-width: 800px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  opacity: 0.95;
  font-family: system-ui, sans-serif;
  font-weight: normal;
  color: #000000;
  z-index: 40000;
}

#cookie-consent-banner h3 {
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 20px;
}

#cookie-consent-banner p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  text-wrap: balance;
  margin-bottom: 20px;
}

#cookie-consent-banner label {
  font-size: 18px;
  line-height: 26px;
}

#cookie-consent-banner label input {
  margin-right: 7px;
}

#cookie-consent-banner .cookie-consent-options,
#cookie-consent-banner .cookie-consent-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

#cookie-consent-banner .cookie-consent-buttons button {
  display: block;
  width: 200px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  cursor: pointer;
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(1) {
  background-color: #000000;
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(2) {
  background-color: #1A0D60;
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(3) {
  background-color: #4E38C7;
}

@media screen and (max-width: 600px) {
  #cookie-consent-banner h3 {
    font-size: 20px;
    line-height: 25px;
  }
  #cookie-consent-banner p {
    font-size: 14px;
    line-height: 16px;
  }
  #cookie-consent-banner .cookie-consent-buttons {
    flex-direction: column;
  }
}
.cookie-consent-banner-open {
  cursor: pointer;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../static/fonts/HelveticaNeueLTStd-Lt/font.woff2") format("woff2"), url("../static/fonts/HelveticaNeueLTStd-Lt/font.woff") format("woff");
}
@font-face {
  font-family: "FFDINWebPro";
  font-weight: 700;
  font-display: swap;
  font-stretch: condensed;
  src: url("../static/fonts/FFDINWebProCondensedBold/font.woff2") format("woff2"), url("../static/fonts/FFDINWebProCondensedBold/font.woff") format("woff");
}
@font-face {
  font-family: "FFDINWebPro";
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url("../static/fonts/FFDINWebProMedium/font.woff2") format("woff2"), url("../static/fonts/FFDINWebProMedium/font.woff") format("woff");
}
@font-face {
  font-family: "FFDINWebPro";
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url("../static/fonts/FFDINWebProBold/font.woff2") format("woff2"), url("../static/fonts/FFDINWebProBold/font.woff") format("woff");
}
@font-face {
  font-family: "FFDINWebPro";
  font-weight: 900;
  font-display: swap;
  font-stretch: normal;
  src: url("../static/fonts/FFDINWebProBlack/font.woff2") format("woff2"), url("../static/fonts/FFDINWebProBlack/font.woff") format("woff");
}
@font-face {
  font-family: "FFDINWebPro";
  font-weight: 900;
  font-display: swap;
  font-stretch: normal;
  font-stretch: condensed;
  src: url("../static/fonts/FFDINWebProCondensedBlack/font.woff2") format("woff2"), url("../static/fonts/FFDINWebProCondensedBlack/font.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../static/fonts/FontAwesome/FontAwesome.woff2") format("woff2");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

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

.flex-dir-column {
  flex-direction: column;
}

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.grid-y {
  min-height: 100%;
}

a:link {
  color: #330072;
}

.hang {
  position: relative;
}
.hang > sup,
.hang > span {
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 1;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.125rem;
  position: relative;
}
p span.hang {
  position: absolute;
  right: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0.3125rem;
  line-height: 1;
  letter-spacing: -0.019375rem;
  font-stretch: condensed;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

html,
body {
  background-color: white;
  font-weight: 500;
  font-family: "FFDINWebPro", "Helvatica Neue", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  color: #333333;
  line-height: 1.125rem;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: auto;
}

:focus {
  outline: none;
}

video {
  max-width: 100%;
  background-color: #000;
}

figure {
  margin: 0;
  padding: 0;
}

small {
  line-height: 1.1;
  display: block;
}

video {
  object-fit: cover;
}

ol {
  counter-reset: index;
  margin: 0;
  padding: 0;
  margin-left: 1.3125rem;
}
ol li {
  counter-increment: index;
  list-style-type: none;
  position: relative;
}
ol li::before {
  content: counter(index) ".";
  position: absolute;
  right: 100%;
  margin-right: 0.5rem;
}

ul {
  margin: 0;
  padding: 0;
  margin-left: 1rem;
}
ul li {
  position: relative;
  list-style-type: none;
  counter-increment: none;
}
ul li::before {
  content: "•";
  position: absolute;
  right: 100%;
  margin-right: 6px;
}

.max-content-width {
  max-width: 73.9375rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .max-content-width {
    padding: 1.25rem;
  }
}

header .max-content-width {
  max-width: 73.9375rem;
}
@media print, screen and (min-width: 40em) {
  header .max-content-width {
    padding: 0 1.25rem;
  }
}

p {
  max-width: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .section-why-xhance {
    padding: 1.25rem;
  }
}
.btn-primary {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 0.625rem;
  background: #F68D2D;
  font-weight: bold;
}

.btn-primary.purple {
  color: #330072 !important;
}

main .main-content,
main section,
main .hero {
  max-width: 100vw;
  overflow: hidden;
}

.btn-download,
a.btn-download {
  text-transform: uppercase;
  font-stretch: condensed;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  color: #F68D2D;
  font-weight: 900;
  margin-top: 1.5625rem;
  display: inline-block;
  margin-left: 1.875rem;
}
.btn-download::before,
a.btn-download::before {
  position: absolute;
  right: 100%;
  content: url(../images/download-icon.png);
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0.5rem;
}

button {
  cursor: pointer;
}

[type=text] {
  border: none;
}

[role=dialog] {
  z-index: 999;
  background-color: rgba(31, 6, 80, 0.63) !important;
}

.page {
  visibility: visible !important;
  transition: all 300ms linear;
}

.hero-text {
  background: #EEE9F3;
  padding: 1.875rem 1.25rem;
}
.hero-text h1 {
  margin: 0;
  font-size: 3rem;
  color: #330072;
  text-transform: uppercase;
  width: fit-content;
}
.hero-text h1::after {
  display: block;
  height: 0.3125rem;
  width: 100%;
  background: #330072;
  margin-top: 0.5rem;
  content: "";
}

.hero {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .hero {
    max-height: 300px;
  }
  .hero.hero-component .hero-wrapper {
    min-height: 300px !important;
    padding-bottom: 0 !important;
  }
  .hero.hero-component .hero-wrapper .hero-content {
    background: radial-gradient(farthest-corner at 100% 15%, #f68d2d 0%, #330072 100%);
  }
  .hero.hero-component .hero-wrapper .hero-content .download-kit {
    margin-top: -5px !important;
    max-width: 10rem;
  }
  .hero.hero-component .hero-wrapper .hero-content .download-kit .btn-download {
    border-bottom: 0 !important;
    line-height: 135% !important;
    font-size: 16px !important;
  }
  .hero.hero-component .hero-wrapper .hero-content .download-kit span {
    border-bottom: 1px solid #fff;
    line-height: 100%;
    display: block;
    margin-bottom: 4px;
  }
  .hero.hero-component .hero-wrapper .hero-content .homepagehead {
    max-width: 247px !important;
    margin-top: -50px;
  }
  .hero.hero-component .hero-wrapper .hero-content .homepagehead h1 {
    font-size: 22px !important;
    line-height: 100% !important;
    margin-bottom: 10px !important;
    margin-top: 1rem !important;
  }
  .hero.hero-component .hero-wrapper .hero-content .homepagehead small {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .hero.hero-component .hero-wrapper .hero-content .homepagehead::after {
    margin-top: 25px !important;
    width: 11rem !important;
    height: 0.1875rem !important;
  }
  .hero.hero-component .hero-wrapper .hero-content .max-content-width > .grid-x > .cell:nth-of-type(1) {
    height: 70% !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 420px) {
  .hero {
    max-height: 350px;
  }
  .hero.hero-component .hero-wrapper {
    max-height: 350px;
    min-height: 350px !important;
    padding-bottom: 0 !important;
  }
  .hero.hero-component .hero-wrapper .hero-content {
    padding: 0;
  }
  .hero.hero-component .hero-wrapper .hero-content .max-content-width {
    padding: 1.25rem !important;
  }
  .hero.hero-component .hero-wrapper .hero-content .max-content-width > .grid-x > .cell:nth-of-type(1) {
    height: 70% !important;
  }
  .hero.hero-component .hero-wrapper .hero-content .max-content-width .homepagehead h1 {
    font-size: 25px !important;
    line-height: 100% !important;
  }
  .hero.hero-component .hero-wrapper .hero-content .max-content-width .homepagehead small {
    font-size: 16px !important;
    line-height: 100% !important;
  }
}
.hero.endcap .hero-wrapper {
  padding-bottom: 34.4444444444%;
  background-color: #F0EFEE;
  min-height: 540px;
}
.hero .hero-wrapper {
  position: relative;
  padding-bottom: 100%;
}
@media print, screen and (min-width: 40em) {
  .hero .hero-wrapper {
    padding-bottom: 823px;
  }
}
@media screen and (orientation: portrait) {
  .hero .hero-wrapper {
    padding-bottom: 65%;
  }
}
.hero .hero-wrapper h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
}
@media print, screen and (min-width: 40em) {
  .hero .hero-wrapper h2 {
    font-size: 3rem;
    padding-top: 1.875rem;
  }
}
.hero .hero-wrapper h2::after {
  content: "";
  width: 1.4375rem;
  height: 0.375rem;
  background-color: #fff;
  display: block;
  margin-top: 4px;
}
.hero .hero-wrapper .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  height: 100%;
}
.hero .hero-wrapper .content > div {
  width: 60%;
}
@media screen and (max-width: 1160px) {
  .hero .hero-wrapper .content > div {
    width: 55%;
  }
}
.hero .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .hero .hero-content {
    padding: 0.625rem 1.125rem;
  }
}
.hero .hero-content .content > div {
  justify-content: flex-end;
}
.hero img.hero-image {
  object-fit: fill;
  left: 17%;
  width: auto;
}
@media screen and (max-width: 900px) {
  .hero img.hero-image {
    left: 95%;
  }
}
@media screen and (min-width: 1600px) {
  .hero img.hero-image {
    left: 30%;
  }
}
.hero img,
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100.5%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: none;
  object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .hero img,
  .hero video {
    width: 100%;
    height: 100%;
  }
}
@media screen and (orientation: portrait) {
  .hero img,
  .hero video {
    width: auto;
    height: 100%;
  }
}
.hero video {
  top: 50%;
}

section[data-anchor] {
  padding: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  section[data-anchor] {
    padding: 4.6875rem 1.25rem 0;
  }
}

.video-container img,
.video-container video {
  width: 47.1875rem;
}
@media screen and (max-width: 768px) {
  .video-container img,
  .video-container video {
    width: 100vw;
    height: auto !important;
  }
}
.video-container .cell:nth-child(2) {
  background-color: #330072;
  display: flex;
  padding: 1.25rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .video-container .cell:nth-child(2) {
    padding: 0 5%;
  }
}
.video-container .cell:nth-child(2) hgroup {
  width: 100%;
}
.video-container .cell:nth-child(2) h3 {
  color: #fff;
}
.video-container .cell:nth-child(2) h3::after {
  border-color: #fff;
}

.linear-nav .max-content-width {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.25rem;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .linear-nav .max-content-width {
    padding: 5rem 1.25rem;
    flex-direction: row;
  }
}
.linear-nav a {
  display: block;
  max-width: 31.625rem;
  width: 100%;
  color: #fff;
  background-color: #330072;
  padding: 0.625rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.linear-nav a:nth-of-type(1) {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .linear-nav a {
    margin: 0 !important;
    white-space: nowrap;
  }
}

.video-modal {
  font-size: 0;
}

.video-modal video {
  width: 100%;
  margin-bottom: -1.5%;
}

.video-modal .modal-header {
  border-bottom: none;
  padding: 10px 15px 0 15px;
  min-height: 22px;
}

.video-modal .modal-body {
  padding: 15px 30px 30px 30px;
}

[role=dialog] {
  background: blue;
}
[role=dialog] > div {
  width: 75% !important;
  height: auto !important;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  [role=dialog] > div {
    max-width: 42.890625rem !important;
  }
}
[role=dialog] > div hgroup h3 {
  font-size: 1.625rem;
}
@media print, screen and (min-width: 40em) {
  [role=dialog] > div hgroup h3 {
    font-size: 2.49375rem;
  }
}
[role=dialog] > div p {
  color: #330072;
}
[role=dialog] > div p,
[role=dialog] > div a,
[role=dialog] > div button.modal-exit {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  [role=dialog] > div p,
  [role=dialog] > div a,
  [role=dialog] > div button.modal-exit {
    font-size: 1.03125rem;
    line-height: 1.265625rem;
  }
}
[role=dialog] > div button.modal-close {
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-image: url(../images/modal-close-icon.png);
  background-size: contain;
}
@media print, screen and (min-width: 40em) {
  [role=dialog] > div button.modal-close {
    width: 3.125rem;
    height: 3.125rem;
  }
}
[role=dialog] > div button.modal-exit,
[role=dialog] > div a {
  cursor: pointer;
  display: block;
  padding: 0.5rem;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  [role=dialog] > div button.modal-exit,
  [role=dialog] > div a {
    padding: 0.875rem;
  }
}
[role=dialog] > div button.modal-exit {
  background-color: #330072;
  margin: 1.875rem 0 0 0;
}
[role=dialog] > div a {
  background-color: #F68D2D;
  margin-top: 1.875rem;
}
[role=dialog] > div a img {
  filter: brightness(0) invert(1);
  max-width: 6.25rem;
}
[role=dialog] > div .modal {
  background-color: #fff;
  padding: 3.4375rem;
}

[data-component=Accordion] [data-content] {
  display: none;
}
[data-component=Accordion] [data-content].active {
  display: block;
}

[data-component=Tabs] [data-tab-menu] {
  display: flex;
}
[data-component=Tabs] [data-tab-menu] button {
  display: block;
  width: 100%;
}
[data-component=Tabs] [data-tab-title] {
  display: none;
}
[data-component=Tabs] [data-tab-title].active {
  display: block;
}

@media all and (-ms-high-contrast: none) {
  nav {
    position: relative;
    z-index: 5;
  }
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
}
nav ul li {
  font-size: 1.125rem;
  line-height: 1.25rem;
  position: relative;
}
nav ul li::before {
  display: none;
}
nav ul li:hover ul {
  display: block;
}
nav ul li a {
  line-height: 1;
  text-transform: uppercase;
}

#isi {
  background-color: #330072;
  color: #FFF;
  line-height: 1.4;
  padding: 0 0 40px;
}
#isi h3 {
  margin-bottom: 0.5rem;
  margin-top: 0.3125rem;
  line-height: 1;
  letter-spacing: -0.019375rem;
  font-stretch: condensed;
}
#isi .isi-toggle {
  display: none;
  position: relative;
}
#isi .isi-toggle button {
  width: 1.25rem;
  position: sticky;
  top: 0;
  display: block;
  color: white;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
  font-size: 1.75rem;
}
#isi strong {
  font-weight: 900;
}
#isi ul {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
#isi ul li {
  position: relative;
  padding-left: 0.125rem;
  padding-bottom: 0.5rem;
}
#isi a[href],
#isi a:link {
  color: #FFF;
}
#isi h2 {
  font-size: 1.125rem;
  font-weight: 16;
  font-stretch: normal;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
}
#isi:not(.fixed) .isi-text {
  padding: 12px;
}
#isi:not(.fixed) .isi-guts {
  max-width: 1170px;
  margin: 0 20px;
}
@media screen and (min-width: 1200px) {
  #isi:not(.fixed) .isi-guts {
    margin: 0 auto;
  }
}
#isi.fullscreen .isi-wrapper .isi-container .isi-controls .isi-button.isi-expand {
  display: none !important;
}
#isi.fullscreen .isi-wrapper .isi-container .isi-controls .isi-button.isi-collapse {
  display: flex !important;
}
#isi.fixed.fullscreen {
  z-index: 12;
}
#isi.fixed.fullscreen .isi-wrapper {
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  width: 100%;
  max-width: none;
  left: 0;
  overflow: auto;
  background: #ffffff;
}
#isi.fixed.fullscreen .isi-wrapper .isi-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
#isi.fixed.fullscreen .isi-wrapper .isi-scroll {
  height: 100%;
  overflow: scroll;
  padding-top: 60px;
}
#isi.fixed.collapse {
  z-index: 9;
}
#isi.fixed.collapse .isi-wrapper {
  height: 50px;
}
#isi.fixed .isi-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  z-index: 9;
  transition: height 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
#isi.fixed .isi-scroll {
  color: #330072;
  position: relative;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
}
#isi.fixed .isi-scroll a[href],
#isi.fixed .isi-scroll #isi a:link {
  color: #330072;
}
#isi.fixed .isi-scroll .isi-guts {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 !important;
}
#isi.fixed .isi-collapse {
  transform: rotate(180deg);
}
#isi h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.3125rem;
  line-height: 1;
  letter-spacing: -0.019375rem;
  font-stretch: condensed;
  text-decoration: none;
  margin-bottom: 24px;
}
#isi h3 {
  font-size: 1.125rem;
  font-weight: 16;
  font-stretch: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#isi .strong {
  font-weight: 900;
}
#isi .isi-container {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  background: #f68d2d;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.27);
}
#isi .isi-container .isi-head {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin: 0 20px;
  max-width: 1170px;
  cursor: pointer;
  user-select: none;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  #isi .isi-container .isi-head {
    margin: 0 auto;
  }
}
#isi .isi-container .isi-head .isi-title-bar {
  color: #200650;
  font-weight: 700;
  font-size: 1.125rem;
}
#isi .isi-container .isi-head .isi-controls {
  display: flex;
  flex-direction: row;
}
#isi .isi-container .isi-head .isi-controls .isi-button {
  all: unset;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  margin: 0;
  padding: 0;
}
#isi .isi-container .isi-head .isi-controls .isi-button img {
  margin-bottom: 0;
}
#isi .isi-container .isi-head .isi-controls .isi-button.isi-collapse {
  display: none;
  transform: rotate(180deg);
}
#isi.collapse:not(.fixed) .isi-wrapper .isi-container .isi-head .isi-controls {
  display: none;
}
#isi.collapse:not(.fixed) .isi-wrapper .isi-scroll {
  margin-top: 28px;
}

body.scroll-locked {
  overflow: hidden;
}

header {
  border-bottom: 5px solid #F68D2D;
  background-color: #fff;
  position: relative;
  top: 0;
  z-index: 4;
  font-stretch: condensed;
}
@media print, screen and (min-width: 40em) {
  header {
    border-bottom-width: 5px;
  }
}
header a[href],
header a:link {
  text-decoration: none;
}
header ul {
  margin: 0;
}
header .search {
  position: relative;
  z-index: 99;
}
header .search button {
  cursor: pointer;
}
header .search form {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 0.625rem;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
@media print, screen and (max-width: 39.99875em) {
  header .search form {
    position: fixed;
    top: 109px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    width: 100%;
    padding-top: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: -5px;
  }
}
header .search form.active {
  opacity: 1;
  pointer-events: all;
}
header .search form input {
  width: 27.6875rem;
  font-size: 1.25rem;
  padding: 0.9375rem;
  border: 5px solid #F68D2D;
}
@media print, screen and (max-width: 39.99875em) {
  header .search form input {
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
  }
}
header .utility-nav {
  background-color: #330072;
  color: #fff;
  height: 2rem;
  position: relative;
  z-index: 6;
}
header .utility-nav a {
  font-size: 0.78125rem;
}
header .utility-nav br {
  display: none;
}
header .utility-nav .search button {
  filter: brightness(0) invert(1);
}
header .utility-nav .search button img {
  width: 1rem;
}
header .utility-nav .for-hcp button {
  background: #F68D2D;
  padding: 0.125rem 0.5rem;
  font-size: 0.78125rem;
  color: #1F0650;
  font-stretch: condensed;
  text-transform: uppercase;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  header .utility-nav .for-hcp button {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .utility-nav .for-hcp button * {
    line-height: 1;
  }
}
header .utility-nav nav,
header .utility-nav ul,
header .utility-nav div {
  height: 100%;
}
header .utility-nav button,
header .utility-nav a[href],
header .utility-nav a:link {
  text-decoration: none;
  color: #fff;
  font-size: 0.78125rem;
  line-height: 1;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  header .utility-nav br {
    display: table;
    height: 0;
  }
  header .utility-nav li.cell {
    flex: 1 1 25%;
    height: 100%;
    border-right: 0.09375rem solid #fff;
  }
  header .utility-nav button,
  header .utility-nav a[href],
  header .utility-nav a:link {
    font-size: 0.625rem !important;
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  header .utility-nav li.for-hcp {
    background-color: #F68D2D;
    border: none;
  }
}
header .search-button {
  max-width: 1.5625rem;
  margin-left: 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  header .primary-nav .max-content-width {
    padding: 0 1.25rem;
    background-color: #fff;
  }
}
header .primary-nav li {
  cursor: pointer;
}
header .primary-nav li a:link,
header .primary-nav li a[href] {
  transition: all 150ms linear;
}
header .primary-nav li.current-menu-item > a:link, header .primary-nav li.current-menu-item > a[href] {
  color: #F68D2D !important;
}
header .primary-nav li .gtm-top-nav.navpopup {
  position: relative;
}
@media screen and (max-width: 640px) {
  header .primary-nav li .gtm-top-nav.navpopup[href] {
    color: #330072 !important;
  }
}
header .primary-nav li .gtm-top-nav.navpopup::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #f68d2d;
  width: 136px;
  height: 83px;
  right: 0;
  z-index: -1;
  top: -23px;
  left: -25px;
}
@media screen and (max-width: 640px) {
  header .primary-nav li .gtm-top-nav.navpopup::after {
    width: unset;
    height: 50px;
    left: -30px;
    right: -40px;
    top: -16px;
  }
}
@media screen and (max-width: 640px) {
  header .primary-nav nav > ul > li:nth-child(5) {
    border: 0;
  }
}
header .primary-nav nav > ul > li:nth-child(6):hover a,
header .primary-nav nav > ul > li:nth-child(6):hover a[href],
header .primary-nav nav > ul > li:nth-child(6):hover a:link {
  color: #330072;
}
@media screen and (max-width: 640px) {
  header .primary-nav nav > ul > li:nth-child(6) {
    border: 0;
  }
}
header .primary-nav li:hover a[href],
header .primary-nav li:hover a:link {
  color: #F68D2D;
}
header .primary-nav li:hover li a[href],
header .primary-nav li:hover li a:link {
  color: #330072;
}
@media screen and (min-width: 640px) and (max-width: 1279px) {
  header .primary-nav nav > ul > li:last-of-type ul {
    transform: translateX(-73%);
  }
}
header .brand-logo {
  margin: 0.625rem 1.25rem 0.625rem 0;
  max-width: 180px;
}
@media print, screen and (max-width: 39.99875em) {
  header .brand-logo {
    max-width: 6.278125rem;
    margin: 0.46875rem 0;
  }
}
header nav {
  max-width: 45rem;
  float: right;
  width: 100%;
}
header nav ul ul {
  padding-top: 1.6875rem;
  left: 50%;
  transform: translateX(-50%);
}
header nav ul ul li {
  padding-bottom: 3px;
}
header nav ul ul a {
  white-space: nowrap;
  display: block;
  background-color: #F68D2D;
  width: 12.8125rem;
  padding: 0.5rem;
  text-align: center;
}
header nav ul ul a:hover {
  background-color: #330072;
  color: #F68D2D !important;
}
@media print, screen and (max-width: 39.99875em) {
  header nav.main-menu {
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 4.645625rem);
    background-color: #330072;
    margin-top: 5.145625rem;
    transform: translateY(-100vh);
    transition: all 300ms ease;
    z-index: -4;
  }
  header nav.main-menu.active {
    transform: translateY(0);
  }
  header nav.main-menu a,
  header nav.main-menu a[href],
  header nav.main-menu a:link {
    color: #fff !important;
  }
  header nav.main-menu br {
    display: none;
  }
  header nav.main-menu ul {
    flex-direction: column;
    text-align: center;
    font-size: 1.25rem;
  }
  header nav.main-menu ul li {
    border-bottom: 0.0625rem solid #fff;
    min-height: 3.4375rem;
    height: fit-content;
    overflow: hidden;
  }
  header nav.main-menu ul li a {
    display: block;
    position: relative;
    padding: 1.125rem 0;
    text-transform: none;
  }
  header nav.main-menu ul li.has-children .expand-button {
    border-left: 1px solid #fff;
    cursor: pointer;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  header nav.main-menu ul li.has-children .expand-button::before {
    content: "\f055";
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: block;
    color: white;
    font-size: 1.5rem;
  }
  header nav.main-menu ul li.has-children .expand-button.open::before {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav.main-menu ul .sub-menu {
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    top: 0;
    left: unset;
    transform: unset;
    position: relative;
    background-color: #fff;
  }
  header nav.main-menu ul .sub-menu.open {
    max-height: 1000px;
  }
  header nav.main-menu ul .sub-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
    margin: auto;
  }
  header nav.main-menu ul .sub-menu li a {
    color: #1F0650 !important;
  }
  header nav.main-menu ul .sub-menu li:not(:last-child) {
    border-bottom: solid 1px #1F0650;
  }
  header nav.main-menu ul ul {
    display: block;
    padding: 0;
    padding-top: 0.75rem;
  }
  header nav.main-menu ul ul li {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  header nav.main-menu ul ul a {
    background-color: transparent;
    width: auto;
    font-size: 1rem;
    padding: 0;
  }
}
header nav.main-menu ul[data-dropdown-menu-owns].active {
  display: block;
}
header nav.main-menu ul[data-dropdown-menu-owns].active li .expand-button {
  display: none;
}
header nav.main-menu ul[data-dropdown-menu-owns].active li a {
  color: #330072;
}

@media print, screen and (max-width: 39.99875em) {
  hgroup.section-header br {
    display: none;
  }
}
hgroup.section-header h4 {
  background-color: #F68D2D;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.625rem;
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  text-transform: uppercase;
}
@media all and (-ms-high-contrast: none) {
  hgroup.section-header h4 {
    padding-top: 15px;
  }
}
hgroup.section-header h2 {
  font-size: 2.375rem;
  color: #330072;
  font-weight: 900;
  text-transform: uppercase;
}
hgroup.section-header h2::after {
  border-bottom: 0.375rem solid #330072;
  margin-top: 1.125rem;
  margin-bottom: 1.375rem;
  width: 8.5rem;
  content: "";
  display: block;
}
hgroup.section-header h3 {
  font-size: 1.625rem;
  color: #330072;
  font-weight: 900;
}
hgroup.section-header h3::after {
  border-bottom: 0.375rem solid #330072;
  margin-top: 1.125rem;
  margin-bottom: 1.375rem;
  width: 8.5rem;
  content: "";
  display: block;
}

footer .footer-nav {
  background: #1F0650;
  text-align: center;
}
footer .footer-nav .max-content-width {
  max-width: 44.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  footer .footer-nav nav {
    padding: 1.25rem 0;
  }
}
footer .footer-nav button,
footer .footer-nav a[href],
footer .footer-nav a:link {
  color: #F68D2D;
  font-size: 1.0625rem;
  padding: 1.25rem 0;
  text-decoration: none;
  display: block;
  font-stretch: condensed;
  background: none;
  outline: none;
  border: none;
  text-align: left;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  footer .footer-nav button,
  footer .footer-nav a[href],
  footer .footer-nav a:link {
    padding: 2.5rem 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  footer .footer-nav button,
  footer .footer-nav a[href],
  footer .footer-nav a:link {
    padding-left: 15px;
  }
}
footer .footer-credits {
  padding: 0 1.25rem;
  font-stretch: condensed;
  color: #330072;
  background: #EEE9F3;
}
@media print, screen and (max-width: 39.99875em) {
  footer .footer-credits {
    text-align: center;
    padding-bottom: 1.875rem;
  }
}
footer .footer-credits img {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  footer .footer-credits img {
    max-width: 6.9375rem;
    display: block;
    margin: 1.875rem auto;
  }
}

.footer-logo {
  font-family: "HelveticaNeueLTStd-Lt", sans-serif;
  text-align: left;
  display: block;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .footer-logo {
    margin: 40px auto;
  }
}

.footer-logo img {
  width: 220px;
  height: 56px;
}

.footer-logo a {
  outline: 0;
}

.footer-copy {
  width: 100%;
  margin: 20px 0;
  text-align: left;
  padding: 0;
  color: #330072;
  font-weight: bold;
}

.screen-reader-text, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.footer-content {
  margin: 0 20px 20px;
}

#root .herodisc {
  padding-top: 0.1rem;
  font-size: 12px;
  max-width: 100%;
  font-weight: 500;
}
@media print, screen and (min-width: 40em) {
  #root .herodisc {
    max-width: 45ch;
    padding-top: 3.5rem;
    font-size: 17px;
    font-weight: 800;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content > .max-content-width {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#root .main-content > .max-content-width .content-row .cell.small-12 {
  display: flex;
  justify-content: center;
}
#root .main-content .hero-wrapper {
  max-height: 500px;
  color: #fff;
}
#root .main-content .hero-wrapper small {
  max-width: 30rem;
  font-family: FFDINWebPro, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: -0.21px;
  display: block;
}
#root .main-content .hero-wrapper small b {
  font-weight: 800;
}
#root .main-content .hero-wrapper .btn-download {
  font-stretch: normal;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1rem;
  letter-spacing: -0.24px;
  font-weight: 800;
  margin: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}
#root .main-content .hero-wrapper .btn-download::before {
  content: "";
}
#root .main-content .hero-wrapper .max-content-width {
  display: flex;
  padding: 1.25rem 0;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .hero-wrapper .max-content-width {
    padding: 1.875rem 1.25rem;
    align-self: flex-start;
  }
}
#root .main-content .hero-wrapper .max-content-width,
#root .main-content .hero-wrapper .max-content-width > .grid-x,
#root .main-content .hero-wrapper .grid-y {
  height: 100%;
}
#root .main-content .hero-wrapper .max-content-width .grid-x {
  position: relative;
}
@media screen and (max-width: 1160px) {
  #root .main-content .hero-wrapper .max-content-width {
    padding: 0 1.25rem;
  }
}
#root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
  transform: scale(84%);
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 1000px) {
  #root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
    transform: scale(60%);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1399px) {
  #root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
    transform: scale(70%);
  }
}
@media screen and (min-width: 1440px) {
  #root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
    transform: scale(88%);
  }
}
#root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary {
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: space-around;
  min-width: 188px;
}
#root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary span {
  font-size: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell:nth-of-type(1) {
    height: 80%;
  }
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-download br {
    display: none;
  }
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-download,
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary {
    max-width: 75%;
  }
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell small,
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-download,
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 10px;
    min-width: 140px;
  }
}
#root .main-content .hero-wrapper .hgroup {
  display: flex;
  height: 100%;
  position: relative;
}
#root .main-content .hero-wrapper .hgroup .homepagehead > h1, #root .main-content .hero-wrapper .hgroup .homepagehead > h2 {
  font-family: FFDINWebPro, sans-serif;
  font-style: normal;
  color: #fff;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.61px;
  margin-bottom: 20px;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .hero-wrapper .hgroup .homepagehead > h1, #root .main-content .hero-wrapper .hgroup .homepagehead > h2 {
    font-size: 3.25rem;
    line-height: 3.0625rem;
  }
}
#root .main-content .hero-wrapper .hgroup .homepagehead {
  height: fit-content;
  opacity: 0;
  transition: all 300ms ease-in;
  will-change: transform;
  pointer-events: none;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .hero-wrapper .hgroup .homepagehead {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  #root .main-content .hero-wrapper .hgroup .homepagehead {
    max-width: 13rem;
  }
  #root .main-content .hero-wrapper .hgroup .homepagehead::after {
    width: 13rem;
  }
}
#root .main-content .hero-wrapper .hgroup .homepagehead h1 {
  color: #F68D2D;
  font-size: 121px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .first {
  font-size: 27px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 100%;
  margin-bottom: 0;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .third {
  font-size: 90px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 100%;
  margin-bottom: 24px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .parallelogram {
  width: fit-content;
  margin: 0 auto 14px;
  text-align: center;
  background-color: #0297AB;
  padding: 20px 20px;
  transform: skewX(-12deg);
  margin-bottom: 80px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .parallelogram p {
  transform: skewX(12deg);
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 4px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .pre-list {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  margin-bottom: 24px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list {
  list-style: none;
  margin-left: 0;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li {
  font-size: 16px;
  margin-bottom: 24px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li::before {
  display: none;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon {
  border-radius: 50%;
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: 25px;
  height: 25px;
  max-width: none;
  object-fit: contain;
  z-index: auto;
  margin-right: 4px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.first {
  background-color: #F58D2E;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.second {
  background-color: #DE358C;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.third {
  background-color: #7C80B8;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.fourth {
  background-color: #0097A8;
}
#root .main-content .hero-wrapper .hgroup.message-1 > .homepagehead:nth-of-type(1) {
  opacity: 1;
  pointer-events: all;
}
#root .main-content .hero-wrapper .hgroup.message-2 > .homepagehead:nth-of-type(2) {
  opacity: 1;
  pointer-events: all;
}
#root .main-content .hero-wrapper .hgroup.message-3 > .homepagehead:nth-of-type(3) {
  opacity: 1;
  pointer-events: all;
}
#root .main-content {
  position: relative;
}
#root .main-content > div {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #root .main-content .mobile-landing {
    display: block;
    height: 100%;
    width: auto;
    left: unset;
    top: unset;
    right: 0;
    bottom: 0;
    transform: unset;
    object-fit: fill;
  }
}
#root .main-content .mobile-banner {
  display: none;
}
@media screen and (max-width: 768px) {
  #root .main-content .mobile-banner {
    display: block;
  }
}
#root .main-content .mobile-banner .btn-primary {
  width: 100vw;
  text-align: center;
  font-weight: 800;
}
#root .main-content h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  color: #330072;
  width: fit-content;
}
#root .main-content h3::after {
  border-bottom: 4px solid #330072;
  margin: 8px 0 24px;
  width: 100%;
  content: "";
  display: block;
}
#root .main-content .product {
  width: 100vw;
  max-width: 10.25625rem;
  margin-left: -20%;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .product {
    max-width: 34.146rem;
    position: absolute;
    left: 70%;
    top: 22%;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .product {
    position: absolute;
    margin-left: 65%;
    margin-top: -16rem;
  }
}
#root .main-content .content-row {
  padding: 0 1.25rem;
  position: relative;
}
#root .main-content .content-row br {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .content-row {
    padding: 4.6875rem 1.25rem 4.6875rem 1.25rem;
  }
  #root .main-content .content-row br {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content .content-row:nth-of-type(odd)::before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F0EFEE;
    z-index: -1;
    content: "";
    transform: translate(-50%, -50%);
    display: block;
    background-color: white;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .content-row > .cell {
    padding: 1.25rem 0;
  }
  #root .main-content .content-row > .cell:not(.transparent):nth-of-type(even) {
    position: relative;
  }
  #root .main-content .content-row > .cell:not(.transparent):nth-of-type(even)::before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F0EFEE;
    z-index: -1;
    content: "";
    transform: translate(-50%, -50%);
    display: block;
  }
}
#root .main-content .info-box {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .info-box {
    max-width: 19.1875rem;
  }
}
#root .main-content .info-box a {
  display: flex;
  align-items: flex-end;
  flex: 1 1 auto;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .info-box a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  #root .main-content .pop-up-home {
    margin-top: 0;
  }
}
#root .main-content .pop-up-home {
  width: 21ch;
  margin-top: 10px;
  text-align: start;
}
#root .main-content .xhance-symptoms {
  display: flex;
  padding: 2rem 0;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #root .main-content .xhance-symptoms {
    padding-inline: 1.25rem;
  }
}
#root .main-content .xhance-symptoms .section-wrapper {
  max-width: 1240px;
  width: 100%;
  align-items: start;
}
#root .main-content .xhance-symptoms .section-wrapper .wrapper-header {
  color: #330072;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 58px !important;
}
#root .main-content .xhance-symptoms .section-wrapper .broken-border {
  position: relative;
  margin: 0 auto;
}
#root .main-content .xhance-symptoms .section-wrapper .broken-border .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #330072;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#root .main-content .xhance-symptoms .section-wrapper .broken-border .top::before, #root .main-content .xhance-symptoms .section-wrapper .broken-border .top::after {
  display: none;
}
@media screen and (min-width: 930px) {
  #root .main-content .xhance-symptoms .section-wrapper .broken-border .top::before, #root .main-content .xhance-symptoms .section-wrapper .broken-border .top::after {
    display: block;
    content: "";
    flex: 1;
    height: 2px;
    background-color: #F68D2D;
  }
}
@media screen and (min-width: 930px) {
  #root .main-content .xhance-symptoms .section-wrapper .broken-border .bottom {
    height: 25px;
    border-left: 2px solid #F68D2D;
    border-right: 2px solid #F68D2D;
    position: absolute;
    top: 17px;
    width: 100%;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper {
  display: flex;
  flex-direction: row;
  margin: 2.5rem auto 52px;
  padding: 0 48px;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .card-wrapper {
    flex-direction: column;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex: 1 1 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card {
    flex-direction: column;
    gap: 0.625rem;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card .img-wrapper {
  max-width: 3.75rem !important;
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card .img-wrapper img {
  height: 110px;
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card .card-header {
  font-stretch: normal;
  font-weight: 700;
  font-size: 20px;
  border-bottom: none !important;
  margin-bottom: 0.5rem;
  color: var(--Black, #000);
  line-height: 110%;
}
#root .main-content .xhance-symptoms .section-wrapper .parallelogram {
  width: fit-content;
  margin: 0 auto 14px;
  text-align: center;
  background-color: #BFE5E9;
  padding: 20px 20px;
  transform: skewX(-12deg);
  max-width: 92%;
}
@media screen and (min-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .parallelogram {
    padding: 20px 100px;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .parallelogram p {
  transform: skewX(12deg);
  margin: 0;
  color: var(--Xhance-Brand-Colors-Xhance-Deep-Purple, #100038);
  font-size: 20px;
  font-weight: 700;
  line-height: 112%;
}
#root .main-content .xhance-symptoms .section-wrapper .parallelogram p span {
  color: #313895;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .parallelogram p {
    font-size: 26px;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .results-disclaimer {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #root .main-content .xhance-symptoms .section-wrapper .results-disclaimer {
    text-align: left;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .results-disclaimer.hanging-indent {
  text-indent: -0.55em;
}
#root .main-content .how-to-use {
  color: white;
}
#root .main-content .how-to-use h2 {
  margin-bottom: 24px;
}
#root .main-content .how-to-use .how-to-use-subline {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #root .main-content .how-to-use .instructions {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    justify-content: center;
    justify-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #root .main-content .how-to-use .instructions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center;
    justify-items: center;
  }
}
@media (max-width: 1000px) {
  #root .main-content .how-to-use .instructions .cell {
    max-width: 90%;
  }
}
#root .main-content .do-it-right {
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  #root .main-content .do-it-right {
    margin: 0 auto;
  }
}
#root .main-content .do-it-right::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-bottom: 3px solid #330072;
}
#root .main-content .do-it-right a {
  font-weight: 700;
}
#root .main-content .clinical-trials {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #root .main-content .clinical-trials {
    padding-inline: 1.25rem;
  }
}
#root .main-content .clinical-trials .clinical-section-wrapper {
  max-width: 1240px;
  width: 100%;
  align-items: start;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-wrapper-header {
  color: #330072;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 4rem !important;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  #root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 2rem;
  }
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .clinical-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #F0EFEE;
  padding-block: 3rem 4px;
  padding-inline: 1.5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .clinical-card .clinical-card-header {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px !important;
  border-bottom: 3px solid #330072;
  text-align: center;
  font-stretch: normal;
  margin-top: 1rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .clinical-card .img-wrapper {
  max-width: 3.75rem !important;
  height: auto;
  align-items: center;
  margin: auto;
  margin-top: -5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper .reduction-results {
  align-items: center;
  margin: auto;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper .reduction-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper .reduction-image-section .reduction-img-wrapper {
  height: 2.5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper h5 {
  color: #330072;
  font-weight: 700;
  font-size: 1.25rem;
  font-stretch: normal;
  text-align: center;
  margin-block: 1rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper h4 {
  color: #330072;
  font-stretch: normal;
  font-size: 2.5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper p {
  text-align: center;
}
#root .main-content .max-content-width.howto-use {
  background-color: #F0EFEE;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-use {
    padding: 4.6875rem 0 4.6875rem 0;
  }
}
#root .main-content .max-content-width.howto-use .video-wrapper {
  max-width: 1240px;
  min-height: 423px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell {
  height: 423px;
}
@media screen and (max-width: 768px) {
  #root .main-content .max-content-width.howto-use .video-wrapper .cell {
    height: 100%;
  }
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell {
  align-items: start;
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell.copy-sec {
  justify-content: space-between;
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell.copy-sec > div {
  height: fit-content;
  margin: auto 0;
}
#root .main-content .max-content-width.howto-use .video-wrapper img {
  height: 423px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .header-size {
  font-weight: 800;
  color: white;
  max-width: 100%;
  text-wrap: wrap;
  font-size: 1.625rem;
}
#root .main-content .max-content-width.howto-use .video-wrapper .header-size::after {
  border-bottom-color: white;
}
#root .main-content .max-content-width.howto-use .video-wrapper a {
  text-align: left;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
#root .main-content .max-content-width.howto-use .video-wrapper a:active,
#root .main-content .max-content-width.howto-use .video-wrapper a:visited,
#root .main-content .max-content-width.howto-use .video-wrapper a:link {
  color: white !important;
}
#root .main-content .max-content-width.howto-use .video-wrapper p {
  margin-bottom: 2rem;
  letter-spacing: -0.19px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .description {
  font-size: 14px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .disclaimer {
  margin-top: 2.1875rem;
  width: 100%;
  color: #333333;
  font-size: 12px;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-use .video-wrapper .disclaimer {
    padding: 0 1.25rem;
  }
}
#root .main-content .max-content-width.howto-save {
  padding: 50px;
  background-color: white;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 1028px) {
  #root .main-content .max-content-width.howto-save {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-save {
    padding: 50px;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper {
  max-width: 1100px;
  min-height: 423px;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(2),
#root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(2) {
  padding: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(2) p {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(3) {
    border-left: 2px solid #F68D2D;
    padding-left: 10%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper hgroup {
    width: calc(100vw - 100px) !important;
  }
  #root .main-content .max-content-width.howto-save .copy-wrapper .video-container {
    max-width: calc(100vw - 100px) !important;
  }
  #root .main-content .max-content-width.howto-save .copy-wrapper .cell {
    border-bottom: 2px solid #F68D2D;
    padding-bottom: 5%;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell {
  padding: 1.25rem;
  background-color: white !important;
  height: 100%;
  align-items: start;
  justify-content: start;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell img {
  width: 100%;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .header-size {
  font-weight: 800;
  max-width: 100%;
  text-wrap: wrap;
  font-size: 1.35rem;
  padding: 0 0 0 1.25rem;
  margin: 0;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .header-size::after {
  width: 100%;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .header-size.copay {
  width: fit-content;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper .header-size br {
    display: none;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper .disclaimer {
  margin-top: 35px;
  width: 100%;
  color: #333333;
  padding: 1.25rem;
  padding-bottom: 0;
  font-size: 12px;
  margin-bottom: 0;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .disclaimer span {
  display: block;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .disclaimer p sup {
  margin-left: -8px;
}
#root .main-content .max-content-width.howto-save .copy-wrapper p {
  color: #333333;
  font-size: 16px;
  margin-top: auto;
}
#root .main-content .max-content-width.howto-save .copy-wrapper p a {
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper p.bottom-copy {
    margin-top: 60px;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper p.bottom-copy a {
  color: #333333;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .link {
  cursor: pointer;
  color: #330072;
  text-decoration: underline;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .video-container {
  max-width: 85%;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .btn-primary {
  padding: 1rem;
  text-transform: uppercase;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .btn-primary.lowercase {
  text-transform: none;
  font-weight: 800;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .card-image {
  border-radius: 20px;
}
#root .content_bottom {
  align-items: center;
  padding-top: 65px;
}
#root .download-kit {
  margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
  #root .download-kit {
    margin-top: 2rem;
  }
}
#root .button-direction {
  margin-top: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
  #root .button-direction {
    margin-top: 2.3125rem;
  }
}
#root .howto-use {
  background-color: #F0EFEE;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#root .howto-use .video {
  width: 50%;
  height: 80%;
}
#root .howto-use .video-disc {
  width: 30%;
  height: 80%;
  background-color: #877C9F;
}
#root [data-anchor=how-to-use] {
  padding-bottom: 0;
  padding-top: 0;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) {
  position: relative;
  padding: 1.25rem 0;
  z-index: 1;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li,
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ul li {
  font-weight: bold;
  margin-left: 1.0625rem;
  margin-bottom: 1.875rem;
  position: relative;
  color: #330072;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li:before,
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ul li:before {
  background-color: #F68D2D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.21875rem;
  border-radius: 50%;
  width: 1.8125rem;
  height: 1.8125rem;
  color: #fff;
  font-stretch: condensed;
  content: url(../images/check-bullet-dot.png);
  top: 50%;
  transform: translateY(-50%);
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol {
  margin-bottom: 1.875rem;
  counter-reset: customCounter;
}
@media print, screen and (min-width: 40em) {
  #root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol {
    margin-bottom: 0;
  }
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li {
  counter-increment: customCounter;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li::before {
  background-color: #F68D2D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.21875rem;
  border-radius: 50%;
  width: 1.8125rem;
  height: 1.8125rem;
  color: #fff;
  font-stretch: condensed;
  content: counter(customCounter);
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 40em) {
  #root [data-anchor=how-to-use] .max-content-width:nth-child(2) {
    padding: 4.625rem 0;
  }
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2)::before {
  background: url(../images/homepage-savings-gradient-background.jpg) no-repeat center/cover;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(3) {
  padding: 1.25rem 0;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(3) .grid-x {
  gap: 1.25rem;
}
@media screen and (max-width: 639px) {
  #root [data-anchor=how-to-use] .instructions > div {
    margin-bottom: 48px;
  }
}
#root [data-anchor=how-to-use] .instructions .image {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  #root [data-anchor=how-to-use] .instructions .cell {
    text-align: center;
    max-width: 220px;
  }
}
#root [data-anchor=how-to-use] .instructions .strong {
  color: white;
  font-weight: 800;
}
#root [data-anchor=how-to-use] .instructions h4 {
  color: #F68D2D;
  font-stretch: normal;
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 8px;
  border-bottom: 2px solid #0097A8;
  margin-bottom: 14px;
}
#root [data-anchor=how-to-use] .instructions img {
  max-width: 9.6875rem;
  margin: 0.625rem 0 0.9375rem;
  width: 100%;
  padding-right: 1.25rem;
}
@media screen and (max-width: 639px) {
  #root [data-anchor=how-to-use] .instructions img {
    padding: 0;
  }
}
#root [data-anchor=how-to-use] .instructions p {
  text-align: left;
}

.home-hero {
  background: url(../images/homepage-hero-gradient-background.jpg) no-repeat center/cover;
}
.home-hero .hero-img {
  position: absolute;
  top: 50%;
  left: 12%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: none;
  object-fit: fill;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-img {
    position: relative;
    margin-top: -5%;
    left: -17%;
    transform: none;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero .hero-img {
    left: 26%;
  }
}
.home-hero .hero-img.desktop {
  display: none;
}
@media screen and (min-width: 901px) {
  .home-hero .hero-img.desktop {
    display: block;
  }
}
.home-hero .hero-img.mobile {
  display: block;
}
@media screen and (min-width: 901px) {
  .home-hero .hero-img.mobile {
    display: none;
  }
}
.home-hero .hero-flex {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-flex {
    display: block !important;
  }
}
.home-hero .hero-copy-wrapper {
  transform: scale(84%);
  color: white;
  max-width: 700px;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(90%);
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 900px) and (max-width: 979px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(60%);
    width: 80%;
    display: flex;
    justify-content: flex-end;
    transform-origin: right center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1140px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(70%);
    width: 70%;
    display: flex;
    justify-content: flex-end;
    transform-origin: right center;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(88%);
    transform-origin: right center;
  }
}
.home-hero .hero-copy-wrapper h1 {
  color: #F68D2D;
  font-size: 121px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper h1 {
    line-height: 82%;
    margin-bottom: 22px;
  }
}
.home-hero .hero-copy-wrapper .first {
  font-size: 27px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper .first {
    font-size: 22px;
  }
}
.home-hero .hero-copy-wrapper .third {
  font-size: 50px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .third {
    font-size: 35px;
  }
}
.home-hero .hero-copy-wrapper .third span {
  font-size: 30px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .third span {
    font-size: 18px;
  }
}
.home-hero .hero-copy-wrapper .parallelogram {
  width: fit-content;
  text-align: left;
  background-color: #0297AB;
  padding: 20px 20px;
  transform: skewX(-12deg);
  margin-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper .parallelogram {
    width: 100%;
    margin-bottom: 24px;
  }
}
.home-hero .hero-copy-wrapper .parallelogram p {
  transform: skewX(12deg);
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 4px;
  font-stretch: condensed;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .parallelogram p {
    font-size: 17px;
  }
}
.home-hero .hero-copy-wrapper .pre-list {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  margin-bottom: 14px;
  line-height: 1.25em;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .pre-list {
    font-size: 20px;
    line-height: 112%;
  }
}
.home-hero .hero-copy-wrapper .hero-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.home-hero .hero-copy-wrapper .hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .hero-list li {
    font-size: 16px;
  }
}
.home-hero .hero-copy-wrapper .hero-list li::before {
  display: none;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon {
  border-radius: 50%;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  display: block;
  margin-top: -2px;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.first {
  background-color: #F58D2E;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.second {
  background-color: #DE358C;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.third {
  background-color: #7C80B8;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.fourth {
  background-color: #0097A8;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-copy-wrapper .hero-list {
    display: none;
  }
}
.home-hero .hero-copy-wrapper .dekstop-top-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-copy-wrapper .dekstop-top-list {
    display: none;
  }
}
.home-hero .hero-list-mobile {
  list-style-type: none;
  margin: 0 5%;
  padding: 0 0 40px;
  color: white;
}
.home-hero .hero-list-mobile.top-list {
  list-style: disc outside;
  margin-bottom: 12px;
  padding-left: 1.25rem;
  margin-top: -6%;
}
.home-hero .hero-list-mobile.top-list li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 8px;
}
.home-hero .hero-list-mobile li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-list-mobile li {
    font-size: 16px;
  }
}
.home-hero .hero-list-mobile li::before {
  display: none;
}
.home-hero .hero-list-mobile li .li-icon {
  border-radius: 50%;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  display: block;
  margin-top: -2px;
}
.home-hero .hero-list-mobile li .li-icon.first {
  background-color: #F58D2E;
}
.home-hero .hero-list-mobile li .li-icon.second {
  background-color: #DE358C;
}
.home-hero .hero-list-mobile li .li-icon.third {
  background-color: #7C80B8;
}
.home-hero .hero-list-mobile li .li-icon.fourth {
  background-color: #0097A8;
}
@media screen and (min-width: 901px) {
  .home-hero .hero-list-mobile {
    display: none;
  }
}
.home-hero .top-list {
  list-style-type: disc;
  font-size: 16px;
}
.home-hero .dekstop-top-list li {
  margin-bottom: 8px;
}

.no-right {
  margin-right: 0 !important;
}

@media screen and (max-width: 639px) {
  .add-mobile-bottom {
    margin-bottom: 20px;
  }
}

.how-to-use-subline .strong {
  font-weight: 900;
}

.hanging-indent {
  padding-left: 1.25em;
  text-indent: -0.75em;
}
.hanging-indent sup {
  margin-right: 0.25em;
}

#resources h3 {
  margin: 0;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
}

.disclaimer.hanging-indent {
  margin-top: 0 !important;
}

.bottom-copy.update {
  margin-top: 18px !important;
  padding-left: 1.25rem !important;
}

.error-page {
  background-color: #DFDEDE;
}
@media print, screen and (max-width: 39.99875em) {
  .error-page {
    height: 23.625rem;
    background: #DFDEDE url(../images/error-page-helmet-mobile.png) no-repeat;
    background-size: 12.5rem auto;
    background-position: 100% 100%;
  }
}
.error-page .max-content-width {
  padding: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .error-page .max-content-width {
    padding: 0 0 0 6.25rem;
  }
}
.error-page hgroup h3 {
  text-transform: uppercase;
  font-size: 1.625rem;
}
@media print, screen and (min-width: 40em) {
  .error-page hgroup h3 {
    font-size: 2.375rem;
  }
}
.error-page .helmet {
  display: block;
  width: 100%;
  background: url(../images/error-page-helmet-desktop.png) no-repeat;
  padding-bottom: 81.0673443456%;
  background-size: contain;
}
.error-page p, .error-page a {
  font-size: 0.9375rem;
  max-width: 50%;
}
@media print, screen and (min-width: 40em) {
  .error-page p, .error-page a {
    font-size: 1.2rem;
    max-width: none;
  }
}
.error-page a {
  text-transform: uppercase;
  font-weight: 900;
  font-stretch: condensed;
}

#sitemap section .max-content-width {
  padding: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #sitemap section .max-content-width {
    padding: 4.6875rem 0;
  }
}
#sitemap section .max-content-width ul {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.0175rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-left: 1.25rem;
}
#sitemap section .max-content-width ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 1.25rem;
}
#sitemap section .max-content-width ul li::before {
  content: "•";
  position: absolute;
  right: 100%;
  color: #F68D2D;
  margin-right: 0.625rem;
}
#sitemap section .max-content-width ul ul {
  font-weight: normal;
  padding-left: 1.25rem;
}
#sitemap section .max-content-width ul ul li {
  padding: 0;
}
#sitemap section .max-content-width ul ul li::before {
  content: "-";
}
#sitemap section .max-content-width ul ul a {
  text-decoration: none;
}

#search .search-form {
  background-color: #330072;
  padding: 1.25rem;
  color: #FFF;
}
@media print, screen and (min-width: 40em) {
  #search .search-form {
    padding: 4.6875rem 0;
  }
}
#search .search-form h1 {
  margin: 0;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
}
#search .search-form h1::after {
  display: block;
  height: 0.3125rem;
  width: 5.375rem;
  background: #FFF;
  margin-top: 0.75rem;
  content: "";
}
#search .search-form [type=text] {
  width: 27.6875rem;
  font-size: 1.25rem;
  padding: 0.5rem 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  #search .search-form [type=text] {
    margin-right: 1.25rem;
  }
}
#search .search-results .max-content-width {
  padding: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #search .search-results .max-content-width {
    padding: 4.6875rem 0;
  }
}
#search .search-results ul {
  margin: 0;
  padding: 0;
}
#search .search-results ul li::before {
  display: none;
}
#search .search-results ul li {
  border-bottom: 0.125rem solid #F68D2D;
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
}
#search .search-results ul li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
#search .search-results ul li a {
  padding-left: 0.5rem;
}
#search .search-results h5 {
  font-size: 1.375rem;
  font-stretch: normal;
  margin-bottom: 0.9375rem;
  color: #330072;
}

#terms-and-conditions section {
  line-height: 1.125rem;
}
#terms-and-conditions section ul li {
  margin-bottom: 1.25rem;
}
#terms-and-conditions section .max-content-width {
  padding: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #terms-and-conditions section .max-content-width {
    padding: 4.6875rem 1.25rem;
  }
}
#terms-and-conditions section .max-content-width > div {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  #terms-and-conditions section .max-content-width > div {
    margin-bottom: 2.5rem;
  }
}
#terms-and-conditions section .max-content-width > div:last-of-type {
  margin-bottom: 0;
}
#terms-and-conditions .section-master-header h3 {
  color: #330072;
  text-transform: uppercase;
  font-size: 60;
}
#terms-and-conditions .section-master-header h3::after {
  border-bottom: 0.375rem solid #330072;
  margin-top: 1.125rem;
  margin-bottom: 1.375rem;
  width: 8.5rem;
  content: "";
  display: block;
}
#terms-and-conditions .section-header h3 {
  margin-bottom: 1.875rem;
}
#terms-and-conditions .section-header h3::after {
  display: none;
}
#terms-and-conditions ul ul li::before {
  content: "-";
}

.xha-or {
  color: #F68D2D;
}

.xha-pr {
  color: #330072;
}

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

*:focus-visible {
  outline: 2px solid blue;
}

.utility p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.125rem;
  position: relative;
}
.utility ol, .utility .ISI-content ul, .utility .home_hero .overlay .content ul, .utility .main ul {
  margin: 20px 0 20px 0;
  padding: 0 0 0 13px;
  list-style-type: none;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .utility-content {
    margin: 20px;
  }
}

.table-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

table:not(.table-copay) {
  border: 0;
  border-collapse: collapse;
  margin: 15px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table:not(.table-copay) {
  border: 1px solid #ccc !important;
}

table:not(.table-copay) caption {
  font-size: 1.3em;
  margin: 0.5em 0 0.75em;
}

table:not(.table-copay) caption {
  font-size: 1.5em !important;
}

table:not(.table-copay) thead {
  border: none;
  clip: rect(0 0 0 0);
  color: #fff;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table:not(.table-copay) thead {
  position: static !important;
}

table:not(.table-copay) thead tr {
  background-color: #fff !important;
}

table:not(.table-copay) thead tr:first-child th .mobile_show {
  display: none !important;
}

table:not(.table-copay) thead tr:first-child th:nth-child(2) {
  background-color: #a5a5a7;
}

table:not(.table-copay) thead tr:first-child th:nth-child(3) {
  background-color: #330072;
}

table:not(.table-copay) thead tr:nth-child(2) th .mobile_hide {
  display: none;
}

table:not(.table-copay) thead tr:nth-child(2) th .mobile_hide {
  display: block !important;
}

table:not(.table-copay) thead tr:nth-child(2) th .mobile_show {
  display: block;
}

table:not(.table-copay) thead tr:nth-child(2) th .mobile_show {
  display: none !important;
}

table:not(.table-copay) thead tr:nth-child(2) th:first-child {
  background-color: #f78d2b;
  color: #fff;
}

table:not(.table-copay) thead tr:nth-child(2) th:nth-child(2) {
  background-color: rgba(51, 0, 114, 0.6);
}

table:not(.table-copay) tr {
  background-color: #fff;
  border: 1px solid #bbbdc0;
  border-bottom: 3px solid #bbbdc0;
  display: block;
  padding: 0.35em;
}

table:not(.table-copay) tr {
  border-bottom: 1px solid #bbbdc0 !important;
  display: table-row !important;
  margin-bottom: 0 !important;
}

table:not(.table-copay) tr:nth-child(2n+1) {
  background-color: #f2f2f3 !important;
}

table:not(.table-copay) td,
table:not(.table-copay) th {
  font-weight: 400;
  padding: 0.625em;
  text-align: center;
}

table:not(.table-copay) th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  color: #fff;
}

table:not(.table-copay) th:first-child {
  color: #58585b;
}

table:not(.table-copay) th:nth-child(2) {
  background-color: #58585b;
}

table:not(.table-copay) th:nth-child(3) {
  background-color: #f78d2b;
}

table:not(.table-copay) th:nth-child(4) {
  background-color: #330072;
}

table:not(.table-copay) td {
  border-right: 1px solid #bbbdc0;
  border-bottom: 1px solid #bbbdc0;
  display: block;
  font-size: 0.9em;
  text-align: right;
  font-weight: 700;
  color: #58585b;
}

table:not(.table-copay) td {
  border-bottom: none !important;
  display: table-cell !important;
  font-size: 1em !important;
  text-align: center !important;
}

table:not(.table-copay) td:nth-child(3) {
  color: #f78d2b;
}

table:not(.table-copay) td:nth-child(4) {
  color: #330072;
}

table:not(.table-copay) td:last-child {
  border-bottom: 0;
}

table:not(.table-copay) td:before {
  content: attr(data-label);
  float: left;
  font-weight: 700;
}

table:not(.table-copay) td:before {
  display: none !important;
}

table.table-copay {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  padding: 0;
  table-layout: fixed;
}

table.table-copay th {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}

td, th {
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}