@charset "UTF-8";
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! 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: none;
  text-decoration: underline;
  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;
}

.foundation-mq {
  font-family: "small=0em&smedium=26.5625em&medium=48em&large=64em&xlarge=75em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Gotham", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -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;
}

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

pre {
  overflow: auto;
}

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

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #999999;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #999999;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
.bg-blue-smart h3,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p, .bg-blue-smart h3 {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }

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

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

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

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

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #2e3387;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #282c74;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p, blockquote .bg-blue-smart h3, .bg-blue-smart blockquote h3 {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat, .bg-blue-smart h3 + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 26.5625em) {
  .smedium-text-left {
    text-align: left;
  }

  .smedium-text-right {
    text-align: right;
  }

  .smedium-text-center {
    text-align: center;
  }

  .smedium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, .bg-blue-smart h3,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

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

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

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.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: 26.5625em) {
  .grid-x > .smedium-shrink, .grid-x > .smedium-full, .grid-x > .smedium-1, .grid-x > .smedium-2, .grid-x > .smedium-3, .grid-x > .smedium-4, .grid-x > .smedium-5, .grid-x > .smedium-6, .grid-x > .smedium-7, .grid-x > .smedium-8, .grid-x > .smedium-9, .grid-x > .smedium-10, .grid-x > .smedium-11, .grid-x > .smedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 26.5625em) {
  .grid-x > .smedium-auto {
    flex: 1 1 0px;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .smedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    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 0px;
    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: 48em) {
  .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: 48em) {
  .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: 26.5625em) {
  .grid-margin-x > .smedium-auto {
    width: auto;
  }
  .grid-margin-x > .smedium-shrink {
    width: auto;
  }
  .grid-margin-x > .smedium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smedium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smedium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .smedium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smedium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smedium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .smedium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smedium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smedium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .smedium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .smedium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .smedium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .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 > .smedium-auto {
    width: auto;
  }
  .grid-margin-x > .smedium-shrink {
    width: auto;
  }
  .grid-margin-x > .smedium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smedium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .smedium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smedium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .smedium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smedium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .smedium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .smedium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .smedium-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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 26.5625em) {
  .smedium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .smedium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 26.5625em) {
  .grid-margin-x.smedium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .medium-margin-collapse > .smedium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .smedium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .smedium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .smedium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .smedium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .smedium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .smedium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .smedium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .smedium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .smedium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .smedium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .smedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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 > .smedium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .smedium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .smedium-3 {
    width: 25%;
  }
  .large-margin-collapse > .smedium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .smedium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .smedium-6 {
    width: 50%;
  }
  .large-margin-collapse > .smedium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .smedium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .smedium-9 {
    width: 75%;
  }
  .large-margin-collapse > .smedium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .smedium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .smedium-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% + 0.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.5625em) {
  .smedium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .smedium-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

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

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

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

  .grid-margin-x > .smedium-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

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

  .grid-margin-x > .smedium-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}
@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

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

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

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.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: 26.5625em) {
  .grid-y > .smedium-shrink, .grid-y > .smedium-full, .grid-y > .smedium-1, .grid-y > .smedium-2, .grid-y > .smedium-3, .grid-y > .smedium-4, .grid-y > .smedium-5, .grid-y > .smedium-6, .grid-y > .smedium-7, .grid-y > .smedium-8, .grid-y > .smedium-9, .grid-y > .smedium-10, .grid-y > .smedium-11, .grid-y > .smedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 26.5625em) {
  .grid-y > .smedium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .smedium-12, .grid-y > .smedium-11, .grid-y > .smedium-10, .grid-y > .smedium-9, .grid-y > .smedium-8, .grid-y > .smedium-7, .grid-y > .smedium-6, .grid-y > .smedium-5, .grid-y > .smedium-4, .grid-y > .smedium-3, .grid-y > .smedium-2, .grid-y > .smedium-1, .grid-y > .smedium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .smedium-shrink {
    height: auto;
  }
  .grid-y > .smedium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .smedium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .smedium-3 {
    height: 25%;
  }
  .grid-y > .smedium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .smedium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .smedium-6 {
    height: 50%;
  }
  .grid-y > .smedium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .smedium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .smedium-9 {
    height: 75%;
  }
  .grid-y > .smedium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .smedium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .smedium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    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 0px;
    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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 26.5625em) {
  .grid-margin-y > .smedium-auto {
    height: auto;
  }
  .grid-margin-y > .smedium-shrink {
    height: auto;
  }
  .grid-margin-y > .smedium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .smedium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .smedium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .smedium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .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 > .smedium-auto {
    height: auto;
  }
  .grid-margin-y > .smedium-shrink {
    height: auto;
  }
  .grid-margin-y > .smedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .smedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .smedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .smedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-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: 26.5625em) {
  .smedium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

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

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

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

  .smedium-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: 48em) {
  .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 {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 26.5625em) {
  .grid-y.smedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 26.5625em) {
  .cell .grid-y.smedium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 26.5625em) {
  .grid-margin-y > .smedium-auto {
    height: auto;
  }
  .grid-margin-y > .smedium-shrink {
    height: auto;
  }
  .grid-margin-y > .smedium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .smedium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .smedium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .smedium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .smedium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .smedium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .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 > .smedium-auto {
    height: auto;
  }
  .grid-margin-y > .smedium-shrink {
    height: auto;
  }
  .grid-margin-y > .smedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .smedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .smedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .smedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .smedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .smedium-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: 26.5625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .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: 26.5625em) {
  .grid-margin-y.smedium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 48em) {
  .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);
  }
}
/*@include foundation-grid;*/
/*@include foundation-flex-grid;*/
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #2e3387;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #272b73;
  color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #2e3387;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #25296c;
  color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #757575;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #2e3387;
  color: #2e3387;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #171a44;
  color: #171a44;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #2e3387;
  color: #2e3387;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #171a44;
  color: #171a44;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #757575;
  color: #757575;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #2e3387;
}
.button.clear:hover, .button.clear:focus {
  color: #171a44;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #2e3387;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #171a44;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #757575;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #2e3387;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #2e3387;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #757575;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #2e3387;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #25296c;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #757575;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #2e3387;
  color: #2e3387;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #171a44;
  color: #171a44;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #2e3387;
  color: #2e3387;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #171a44;
  color: #171a44;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #757575;
  color: #757575;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #2e3387;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #171a44;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #2e3387;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #171a44;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #757575;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 26.56125em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/*@include foundation-label;*/
/*@include foundation-progress-bar;*/
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2e3387;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #272b73;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/*@include foundation-switch;*/
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #000;
}

tfoot {
  background: #f2f2f2;
  color: #000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2e3387;
  color: #fff;
}
.badge.primary {
  background: #2e3387;
  color: #fff;
}
.badge.secondary {
  background: #757575;
  color: #fff;
}
.badge.success {
  background: #3adb76;
  color: #000;
}
.badge.warning {
  background: #ffae00;
  color: #000;
}
.badge.alert {
  background: #cc4b37;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #2e3387;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #dadcf2;
  color: #000;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #000;
}
.callout.success {
  background-color: #e1faea;
  color: #000;
}
.callout.warning {
  background-color: #fff3d9;
  color: #000;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2e3387;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2e3387;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: inherit;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/*@include foundation-media-object;*/
/*@include foundation-orbit;*/
/*@include foundation-responsive-embed;*/
/*@include foundation-tabs;*/
/*@include foundation-thumbnail;*/
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 26.5625em) {
  .menu.smedium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.smedium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.smedium-expanded li {
    flex: 1 1 0px;
  }
  .menu.smedium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #2e3387;
  color: #fff;
}
.menu .active > a {
  background: #2e3387;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2e3387 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2e3387 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2e3387;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2e3387;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2e3387 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2e3387 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2e3387 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2e3387;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2e3387 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2e3387;
}
@media print, screen and (min-width: 26.5625em) {
  .dropdown.menu.smedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.smedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.smedium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.smedium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2e3387 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.smedium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.smedium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.smedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.smedium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.smedium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2e3387 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.smedium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2e3387;
  }
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2e3387 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2e3387 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2e3387;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2e3387 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2e3387 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2e3387;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2e3387 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2e3387;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 26.5625em) {
  .position-left.reveal-for-smedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-smedium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-smedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-smedium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-smedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-smedium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-smedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-smedium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-smedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-smedium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-smedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-smedium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-smedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-smedium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-smedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-smedium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 26.5625em) {
  .off-canvas.in-canvas-for-smedium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-smedium.position-left, .off-canvas.in-canvas-for-smedium.position-right, .off-canvas.in-canvas-for-smedium.position-top, .off-canvas.in-canvas-for-smedium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-smedium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 26.56125em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .top-bar.stacked-for-smedium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-smedium .top-bar-left,
.top-bar.stacked-for-smedium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.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: 26.5625em) {
  .smedium-order-1 {
    order: 1;
  }

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

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

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

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

  .smedium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 26.5625em) {
  .smedium-flex-container {
    display: flex;
  }

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

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

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

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

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

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

  .smedium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .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;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 47.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;
  }
}

/*@include foundation-prototype-classes;*/
/* flex: grow shrink basis;*/
/* flex-flow: direction wrap;*/
.header {
  position: fixed;
  top: 0;
  height: 120px;
  width: 100%;
  padding: 12px 20px;
  background-color: #FFF;
  transition: 0.3s;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-brand {
  height: 63px;
  width: auto;
  transition: 0.3s;
}
.header-brand img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.header-search {
  margin-right: 40px;
}
.header-toggle {
  position: absolute;
  width: 30px;
  height: 48px;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle .hamburger {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s;
}
.header-toggle .hamburger::before, .header-toggle .hamburger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s;
}
.header-toggle .hamburger::before {
  transform: translateY(-8px);
}
.header-toggle .hamburger::after {
  transform: translateY(8px);
}
.header-toggle.active {
  top: 28%;
  right: 8px;
}
@media (min-width: 600px) {
  .header-toggle.active {
    top: 50%;
    right: 32px;
  }
}
.header-toggle.active .hamburger {
  background-color: transparent;
}
.header-toggle.active .hamburger::before, .header-toggle.active .hamburger::after {
  width: calc(100% - 12px);
  background-color: #333;
}
@media (min-width: 600px) {
  .header-toggle.active .hamburger::before, .header-toggle.active .hamburger::after {
    background-color: #333;
  }
}
.header-toggle.active .hamburger::before {
  transform: rotate(45deg);
}
.header-toggle.active .hamburger::after {
  transform: rotate(135deg);
}
.header-mobile-brand {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-mobile-brand img {
  width: 80%;
  object-fit: contain;
}
.header-items {
  position: absolute;
  padding: 40px 20px;
  top: 0;
  left: 0;
  height: calc(100vh + 50px);
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  transform: translateX(-400px);
  transition: 0.3s;
}
.header-items.active {
  transform: translateX(0);
}
@media (min-width: 401px) {
  .header-items {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .header-items {
    position: unset;
    height: unset;
    background-color: transparent;
    box-shadow: unset;
    transform: unset;
    width: auto;
    padding: 0;
  }
}
.header-items-links, .header-social-medias ul {
  padding: 0 20px 40px;
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
}
@media (min-width: 992px) {
  .header-items-links, .header-social-medias ul {
    display: flex;
    align-items: center;
    border-bottom: 0;
    padding: 0;
  }
}
.header-items-links li, .header-social-medias ul li {
  list-style: none;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .header-items-links li, .header-social-medias ul li {
    margin-bottom: 0;
    margin-left: 24px;
  }
  .header-items-links li.dropdown-link, .header-social-medias ul li.dropdown-link {
    position: relative;
  }
  .header-items-links li.dropdown-link .subtitle, .header-social-medias ul li.dropdown-link .subtitle {
    background-color: #2E6AB3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    text-align: center;
    position: absolute;
    left: 12px;
    top: calc(50% - 16px);
  }
  .header-items-links li.dropdown-link:hover .dropdown-box, .header-social-medias ul li.dropdown-link:hover .dropdown-box, .header-items-links li.dropdown-link:hover .dropdown-box-cart, .header-social-medias ul li.dropdown-link:hover .dropdown-box-cart {
    opacity: 1;
    visibility: visible;
    top: calc(100% - 12px);
  }
}
.header-items-links li .dropdown-box, .header-social-medias ul li .dropdown-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 40px 20px 40px;
  transform: translateX(-500px);
  transition: 0.3s;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .header-items-links li .dropdown-box, .header-social-medias ul li .dropdown-box {
    top: calc(100% + 12px);
    transform: translateX(0);
    height: fit-content;
    width: 250px;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
  }
  .header-items-links li .dropdown-box li, .header-social-medias ul li .dropdown-box li {
    margin-left: 0;
  }
  .header-items-links li .dropdown-box li a, .header-social-medias ul li .dropdown-box li a {
    color: #333;
    padding: 12px 20px;
    display: block;
    width: 100%;
    transition: 0.3s;
  }
  .header-items-links li .dropdown-box li a:hover, .header-social-medias ul li .dropdown-box li a:hover, .header-items-links li .dropdown-box li a.active, .header-social-medias ul li .dropdown-box li a.active {
    background-color: #2E6AB3;
    color: #FFF;
  }
}
.header-items-links li .dropdown-box.active, .header-social-medias ul li .dropdown-box.active {
  transform: translateX(0);
}
.header-items-links li .dropdown-box .close-dropdown, .header-social-medias ul li .dropdown-box .close-dropdown {
  display: flex;
  align-items: center;
  margin: 0 0 80px;
  font-weight: 400;
}
.header-items-links li .dropdown-box .close-dropdown img, .header-social-medias ul li .dropdown-box .close-dropdown img {
  width: 32px;
}
@media (min-width: 992px) {
  .header-items-links li .dropdown-box .close-dropdown, .header-social-medias ul li .dropdown-box .close-dropdown {
    display: none;
  }
}
.header-items-links li .dropdown-box-cart, .header-social-medias ul li .dropdown-box-cart {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 40px 20px 40px;
  transform: translateX(-500px);
  transition: 0.3s;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .header-items-links li .dropdown-box-cart, .header-social-medias ul li .dropdown-box-cart {
    top: calc(100% + 12px);
    transform: translateX(0);
    height: fit-content;
    width: 200px;
    border-radius: 8px;
    padding: 1rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
}
.header-items-links li .dropdown-box-cart .infos, .header-social-medias ul li .dropdown-box-cart .infos {
  width: 100%;
}
.header-items-links li .dropdown-box-cart .infos .item, .header-social-medias ul li .dropdown-box-cart .infos .item {
  text-transform: capitalize;
  text-align: left;
  width: 100%;
}
.header-items-links li .dropdown-box-cart .infos .item + .item, .header-social-medias ul li .dropdown-box-cart .infos .item + .item {
  padding-top: 8px;
}
.header-items-links li .dropdown-box-cart .buttons, .header-social-medias ul li .dropdown-box-cart .buttons {
  text-align: center;
  margin-top: 16px;
}
.header-items-links li .dropdown-box-cart .buttons a, .header-social-medias ul li .dropdown-box-cart .buttons a {
  color: #fff;
  background-color: #2E6AB3;
  font-size: 10px;
  border-radius: 6px;
  padding: 4px 0px;
  width: 100%;
  font-size: 14px;
}
.header-items-links li:last-child, .header-social-medias ul li:last-child {
  margin-bottom: 0;
}
.header-items-links li a, .header-social-medias ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px 8px 0;
  color: #333;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .header-items-links li a, .header-social-medias ul li a {
    color: #333;
    font-size: 16px;
    border-radius: 0;
    padding: 20px 0;
  }
  .header-items-links li a.btn02, .header-social-medias ul li a.btn02 {
    border-radius: 40px;
    color: #FFF;
    /*  margin-left: 16px;
      border-radius: 40px; */
  }
}
.header-items-links li a.active, .header-social-medias ul li a.active {
  background-color: #2E6AB3;
  color: #333;
  padding-left: 20px;
  box-shadow: 3px 3px 0 #119C4A;
}
@media (min-width: 992px) {
  .header-items-links li a.active, .header-social-medias ul li a.active {
    background-color: transparent;
    padding-left: 0;
    box-shadow: none;
    font-weight: 400;
  }
}
.header-social-medias {
  margin-top: 40px;
}
.header-social-medias ul {
  display: flex;
  border-bottom: 0;
}
.header-slick {
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
}
.header-slick .header-brand {
  height: 52px;
}
.header-slick .header-toggle .hamburger,
.header-slick .header-toggle .hamburger::before,
.header-slick .header-toggle .hamburger::after {
  background-color: #333;
}
.header-slick .header-toggle.active .hamburger {
  background: transparent;
}
.header-slick .header-toggle.active .hamburger::before, .header-slick .header-toggle.active .hamburger::after {
  background-color: #333;
}
@media (min-width: 992px) {
  .header-slick .header-items-links li a, .header-slick .header-social-medias ul li a, .header-social-medias .header-slick ul li a {
    color: #333;
  }
  .header-slick .header-items-links li a.btn02, .header-slick .header-social-medias ul li a.btn02, .header-social-medias .header-slick ul li a.btn02 {
    color: #fff;
  }
}

.footer-area {
  background: #2E6AB3;
  padding: 65px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  width: 200px;
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  width: 100%;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle span {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #2E6AB3;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #C81E46;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p, .footer-area .footer-top .single-footer-caption .footer-cap .bg-blue-smart h3, .bg-blue-smart .footer-area .footer-top .single-footer-caption .footer-cap h3 {
  color: #fff;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a i {
  color: #fff;
  font-size: 16px;
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-area .footer-bottom img {
  filter: brightness(50) grayscale(5);
  width: 125px;
  height: 52px;
  object-fit: contain;
}
.footer-area .footer-bottom .footer-copy-right p, .footer-area .footer-bottom .footer-copy-right .bg-blue-smart h3, .bg-blue-smart .footer-area .footer-bottom .footer-copy-right h3 {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}
.footer-area .footer-bottom .footer-copy-right p strong, .footer-area .footer-bottom .footer-copy-right .bg-blue-smart h3 strong, .bg-blue-smart .footer-area .footer-bottom .footer-copy-right h3 strong {
  font-style: italic;
}

.social_links {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .social_links {
    margin: 30px 0 40px;
  }
}
.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  font-size: 18px;
  color: #c3b2f0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff;
  line-height: 41px !important;
  transition: 0.4s ease;
  color: #2E6AB3;
}
.social_links ul li a:hover {
  background: #5991d4;
  color: #FFF;
}

/* Checkout Steps */
#purchase-steps.lists li:nth-child(1) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 48em) {
  #purchase-steps.lists li:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  #purchase-steps.lists li {
    margin-top: 0 !important;
  }
}
#purchase-steps li p, #purchase-steps li .bg-blue-smart h3, .bg-blue-smart #purchase-steps li h3 {
  color: #a9acb4;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: normal;
  margin-left: 10px;
}
#purchase-steps li.active p, #purchase-steps li.active .bg-blue-smart h3, .bg-blue-smart #purchase-steps li.active h3 {
  color: #28328c;
}
#purchase-steps li.disabled p, #purchase-steps li.disabled .bg-blue-smart h3, .bg-blue-smart #purchase-steps li.disabled h3 {
  opacity: 0.2;
}
#purchase-steps li .state-step {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background-color: #a9acb4;
}
#purchase-steps li .state-step i {
  color: #fff;
  font-size: 14px;
}
#purchase-steps li.active .state-step {
  color: #fff;
  background-color: #28328c;
  border-color: #28328c;
}
#purchase-steps li.disabled .state-step {
  opacity: 0.2;
}

.ultra-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Gotham Ultra";
  color: #333;
  text-transform: uppercase;
}

.endereco-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}

.endereco-paragraph {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333 !important;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.2;
}

.box-payment {
  border: 2px solid #ededee;
  padding: 1rem;
}

/*
	Table of contents
	----------------------------------
	-  Reset
	-  Typography
	-  Icon
	-  Background color
	-  Custom
	-  Border
	-  Navigation
	-  Page titles
	-  Section
	-  Elements
	-  Pages
	-  Sidebar and Listing
	-  Product details
	-  Shopping Cart & Checkout
	-  Footer
	-  Owl carousel
	-  Loader
*/
/* ===================================
    Reset
====================================== */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#cookies {
  display: block;
  position: fixed;
  bottom: 30px;
  background-color: #fff;
  z-index: 9999;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 10px 0px #000 !important;
  -moz-box-shadow: 0 0 10px 0px #000 !important;
  box-shadow: 0 0 10px 0px #000 !important;
  max-width: 700px;
  min-width: 320px;
}
#cookies p, #cookies .bg-blue-smart h3, .bg-blue-smart #cookies h3 {
  margin-bottom: 10px;
}

#representative,
#disclaimer {
  color: #262626;
  text-align: center;
  background-color: #ffcc00;
  padding: 15px 10px;
  margin-bottom: 10px;
  position: absolute;
  z-index: 20;
  width: 100%;
  -webkit-box-shadow: 0 8px 4px -8px #262626;
  -moz-box-shadow: 0 8px 4px -8px #262626;
  box-shadow: 0 8px 4px -8px #262626;
}

#representative {
  color: #fff;
  background-color: #2e3387;
}
#representative b {
  color: #ffcc00;
}

a {
  color: #000;
}
a:hover {
  color: #cccccc;
}

p, .bg-blue-smart h3 {
  margin: 0;
}
p + p, .bg-blue-smart h3 + p, .bg-blue-smart p + h3, .bg-blue-smart h3 + h3 {
  margin-top: 1.5em;
}
p + ul, .bg-blue-smart h3 + ul {
  margin-top: 1.5em;
}
p + ul + p, .bg-blue-smart h3 + ul + p, .bg-blue-smart p + ul + h3, .bg-blue-smart h3 + ul + h3 {
  margin-top: 1.5em;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select {
  box-shadow: none !important;
  background-color: #fff;
  font-size: 0.875rem !important;
}
input:disabled,
textarea:disabled,
select:disabled {
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

input[type=submit] {
  width: auto;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=submit]:focus {
  border: none !important;
}

iframe {
  border: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none outside none;
  list-style-position: outside;
}

ol,
dl {
  list-style-position: outside;
}

button,
a,
input {
  outline: none;
}

::selection,
::-moz-selection {
  color: #fff;
  background: #2e3387;
}

::placeholder,
:-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #666666 !important;
  text-overflow: ellipsis;
  opacity: 1;
}

/* ===================================
    Typography
====================================== */
/* list */
ul.list {
  list-style: inside disc;
}
ul.list li {
  padding: 5px 0;
}
ul.list li ul {
  padding: 5px 0 0 15px;
}
ul.list li i {
  margin: 0 10px 0 0;
}
ul.list-icon {
  list-style: none;
}

/* heading */
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.3;
}

h1 {
  font-weight: 700;
}
h1.absolute {
  position: absolute;
  top: 0;
  z-index: 0;
  color: transparent;
}

h2 {
  font-size: 24px;
  font-weight: 400;
}

h3 {
  font-size: 14px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

h5 {
  font-size: 11px;
  font-weight: 500;
}

h6 {
  font-size: 13px;
  font-weight: 400;
}

/* font weight */
.font-weight-300 {
  font-weight: 300 !important;
}

/*light*/
.font-weight-400 {
  font-weight: 400 !important;
}

/*regular*/
.font-weight-500 {
  font-weight: 500 !important;
}

/*medium*/
.font-weight-600, .about-text a {
  font-weight: 600 !important;
}

/*???*/
.font-weight-700 {
  font-weight: 700 !important;
}

/*bold*/
.font-weight-900 {
  font-weight: 900 !important;
}

/*black*/
/* text */
.site-text {
  font-size: 16px;
  font-size: 1rem;
}
.site-text h2 + p, .site-text .bg-blue-smart h2 + h3, .bg-blue-smart .site-text h2 + h3 {
  margin-top: 1.5em;
}

/* ===================================
    Icon
====================================== */
i {
  color: #666666;
  margin: 0 3px;
}

.icon-26 {
  font-size: 26px !important;
}

.icon-20 {
  font-size: 20px !important;
}

.icon-18 {
  font-size: 18px !important;
}

.icon-14 {
  font-size: 14px !important;
}

/* ===================================
    Background color
====================================== */
.bg-black {
  background-color: #000 !important;
}

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

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

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-dark-grey {
  background-color: #262626 !important;
}

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

.bg-blue-spectrus {
  background-color: #2e3387 !important;
}

.bg-red-spectrus {
  background-color: #c61e45 !important;
}

.bg-blue-smart {
  background-color: #0068ad !important;
}

.bg-light-blue {
  background-color: #2E6AB3 !important;
}

.cover-background {
  position: relative;
  background: center top;
  background-size: cover;
}
.cover-background::before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}

/* ===================================
    Custom
====================================== */
/* add produtos */
.buttons-added {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
  overflow: hidden;
}
.buttons-added .minus,
.buttons-added .plus {
  background-color: #a6a6a6 !important;
  color: #fff !important;
  line-height: 19px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin-top: 2px;
  transition: 0.2s;
}
.buttons-added .minus:hover,
.buttons-added .plus:hover {
  background-color: #2E6AB3 !important;
}
.buttons-added input {
  margin: 0;
  text-align: center;
  padding: 0;
  color: #000;
  border: 0;
}
.buttons-added input.qty {
  width: calc(100% - 44px);
  height: 23px;
  line-height: 23px;
}
.buttons-added input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.buttons-added input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* separator */
.separator-line, .separator-line-full, .separator-line-thin {
  height: 2px;
  width: 30px;
  margin: 15px auto 30px;
  background-color: #cccccc;
}
.separator-line-thin {
  height: 1px;
  margin: 15px auto;
}
.separator-line-full {
  height: 1px;
  width: 100%;
  margin: 0;
}

/* margin & padding */
.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-10-top, #searchModal .result p + ul, #searchModal .result .bg-blue-smart h3 + ul, .bg-blue-smart #searchModal .result h3 + ul {
  margin-top: 10px !important;
}

.margin-15-top {
  margin-top: 15px !important;
}

.margin-20-top {
  margin-top: 20px !important;
}

.margin-30-top {
  margin-top: 30px !important;
}

.margin-40-top {
  margin-top: 40px !important;
}

.margin-45-top {
  margin-top: 45px !important;
}

.margin-60-top {
  margin-top: 60px !important;
}

.margin-120-top {
  margin-top: 120px !important;
}

.margin-5-bottom {
  margin-bottom: 5px !important;
}

.margin-10-bottom {
  margin-bottom: 10px !important;
}

.margin-15-bottom, #payment-options-content .method .billingOptions .option .description,
#payment-options-content li .billingOptions .option .description {
  margin-bottom: 15px !important;
}

.margin-20-bottom {
  margin-bottom: 20px !important;
}

.margin-30-bottom {
  margin-bottom: 30px !important;
}

.margin-40-bottom {
  margin-bottom: 40px !important;
}

.margin-50-bottom {
  margin-bottom: 50px !important;
}

.margin-60-bottom {
  margin-bottom: 60px !important;
}

.margin-15-right {
  margin-right: 15px !important;
}

.margin-10-right {
  margin-right: 10px !important;
}

.margin-10-left {
  margin-left: 10px !important;
}

.margin-cell-bottom {
  margin-bottom: 0.9375rem;
}
@media print, screen and (max-width: 63.99875em) {
  .margin-cell-bottom {
    margin-bottom: 0.625rem;
  }
}

.padding-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media print, screen and (max-width: 63.99875em) {
  .md-down-no-margin-top {
    margin-top: 0 !important;
  }

  .md-down-margin-15-top {
    margin-top: 15px !important;
  }

  .md-down-margin-20-top {
    margin-top: 20px !important;
  }

  .md-down-margin-35-top {
    margin-top: 35px !important;
  }

  .md-down-margin-40-top {
    margin-top: 40px !important;
  }

  .md-down-padding-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media print, screen and (min-width: 48em) {
  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin {
  margin: 0 !important;
}

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

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

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

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

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

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

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

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

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

/* display */
.overflow-hidden {
  overflow: hidden !important;
}

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

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

.display-inherit {
  display: inherit !important;
}

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

@media print, screen and (max-width: 26.56125em) {
  .sm-display-block {
    display: block !important;
  }
}
/* position */
.position-relative {
  position: relative !important;
}

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

.clear-both {
  clear: both;
}

.parallax,
.no-transition *,
.owl-carousel * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.transition {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* box */
.box {
  padding: 15px;
}

/* ===================================
    Border
====================================== */
.border {
  border: 1px solid #e6e6e6;
}

.border-lr {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.border-right {
  border-right: 1px solid #e6e6e6;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.border-left {
  border-left: 1px solid #e6e6e6;
}

.border-color-black {
  border-color: #000 !important;
}

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

.border-black, .coupon input:read-only {
  border: 1px solid #000;
}

.border-white {
  border: 1px solid #fff;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.border-dashed, .coupon input:read-only {
  border-style: dashed;
}

/* ===================================
    Navigation
====================================== */
.d-block {
  display: block !important;
}

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/*
.header {
	position: fixed;
	top: 0;
	height: 120px;
	width: 100%;
	padding: 12px 20px;
	background-color: #FFF;
	transition: .3s;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;

/*	.container-xxl {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		width: 100%;
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		margin-right: auto;
		margin-left: auto;
	}

	&-content {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}

	&-brand {
	  height: 63px;
	  width: auto;
	  transition: .3s;

	  img {
		height: 100%;
		width: auto;
		object-fit: contain;
	  }
	}

	&-toggle {
	  position: absolute;
	  width: 48px;
	  height: 48px;
	  top: 50%;
	  right: 32px;
	  transform: translateY(-50%);
	  cursor: pointer;
	  z-index: 99;
	  display: flex;
	  justify-content: center;
	  align-items: center;

	  @media (min-width: 992px) {
		display: none;
	  }

	  .hamburger {
		position: relative;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 2px;
		transition: .3s;

		&::before,
		&::after {
		  content: '';
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 2px;
		  background-color: #333;
		  border-radius: 2px;
		  transition: .3s;
		}

		&::before {
		  transform: translateY(-8px);
		}

		&::after {
		  transform: translateY(8px);
		}
	  }

	  &.active {
		top: 28%;
		right: 8px;

		@media (min-width: 600px) {
		  top: 50%;
		  right: 32px;
		}

		.hamburger {
		  background-color: transparent;

		  &::before,
		  &::after {
			width: calc(100% - 12px);
			background-color: #333;

			@media (min-width: 600px) {
			  background-color: #333;
			}
		  }

		  &::before {
			transform: rotate(45deg);
		  }

		  &::after {
			transform: rotate(135deg);
		  }
		}
	  }
	}

	&-mobile-brand {
	  width: 100%;
	  height: auto;
	  margin-bottom: 20px;
	  display: flex;
	  justify-content: center;
	  align-items: center;

	  img {
		width: 80%;
		object-fit: contain;
	  }
	}

	&-items {
	  position: absolute;
	  padding: 40px 20px;
	  top: 0;
	  left: 0;
	  height: calc(100vh + 50px);
	  background-color: #fff;
	  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
	  width: 100%;
	  transform: translateX(-400px);
	  transition: .3s;

	  &.active {
		transform: translateX(0);
	  }

	  @media (min-width: 401px) {
		width: 400px;
	  }

	  @media (min-width: 992px) {
		position: unset;
		height: unset;
		background-color: transparent;
		box-shadow: unset;
		transform: unset;
		width: auto;
		padding: 0;
	  }

	  &-links {
		padding: 0 20px 40px;
		margin: 0;
		border-bottom: 1px solid lighten(#333, 50%);

		@media (min-width: 992px) {
		  display: flex;
		  align-items: center;
		  border-bottom: 0;
		  padding: 0;
		}

		li {
		  list-style: none;
		  margin-bottom: 12px;

		  @media (min-width: 992px) {
			margin-bottom: 0;
			margin-left: 24px;

			&.dropdown-link {
			  position: relative;

			  &:hover {
				.dropdown-box {
				  opacity: 1;
				  visibility: visible;
				  top: calc(100% - 12px);
				}
			  }
			}
		  }

		  .dropdown-box {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			background-color: #fff;
			padding: 40px 20px 40px;
			transform: translateX(-400px);
			transition: .3s;
			box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);

			@media (min-width: 992px) {
			  top: calc(100% + 12px);
			  transform: translateX(0);
			  height: fit-content;
			  width: 250px;
			  border-radius: 8px;
			  padding: 0;
			  overflow: hidden;
			  opacity: 0;
			  visibility: hidden;

			  li {
				margin-left: 0;

				a {
				  color: #333;
				  padding: 12px 20px;
				  display: block;
				  width: 100%;
				  transition: .3s;

				  &:hover,
				  &.active {
					background-color: #2E6AB3;
					color: #FFF;
				  }
				}
			  }
			}

			&.active {
			  transform: translateX(0);
			}

			.close-dropdown {
			  display: flex;
			  align-items: center;
			  margin: 0 0 80px;
			  font-weight: 400;

			  img {
				width: 32px;
			  }

			  @media (min-width: 992px) {
				display: none;
			  }
			}
		  }

		  &:last-child {
			margin-bottom: 0;
		  }

		  a {
			text-decoration: none;
			display: inline-block;
			padding: 8px 20px 8px 0;
			color: #333;
			font-size: 16px;
			border-radius: 50px;
			transition: .3s;

			@media (min-width: 992px) {
			  color: #333;
			  font-size: 16px;
			  border-radius: 0;
			  padding: 20px 0;

			  &.btn02 {
				border-radius: 40px;
				color: #FFF;
			  }
			}

			&.active {
			  background-color: #2E6AB3;
			  color: #333;
			  padding-left: 20px;

			  @media (min-width: 992px) {
				background-color: transparent;
				padding-left: 0;
				box-shadow: none;
				font-weight: 400;
			  }
			}
		  }
		}
	  }
	}

	&-social-medias {
	  margin-top: 40px;

	  ul {
		@extend .header-items-links;
		display: flex;
		border-bottom: 0;
	  }
	}

	&-slick {
	  height: 80px;
	  background-color: #fff;
	  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);

	  .header {
		&-brand {
		  height: 52px;
		}

		&-toggle {

		  .hamburger,
		  .hamburger::before,
		  .hamburger::after {
			background-color: #333;
		  }

		  &.active {
			.hamburger {
			  background: transparent;

			  &::before,
			  &::after {
				background-color: #333;
			  }
			}
		  }
		}

		&-items {
		  &-links li a {
			@media (min-width: 992px) {
			  color: #333;

			  &.btn02 {
				color: #fff;
			  }
			}
		  }
		}
	  }
	}
  }
*/
/*
header {
	> :not(.sticky-container) {
		z-index: z-index(nav) !important;
		position: relative;
		background: white;
	}

	.sticky {
		background-color: $white;
		z-index: z-index(nav) !important;
		border-bottom: 1px solid $border;
	}
	#mobile-bar {
		display: none;
		visibility: hidden;
		padding-top: 15px;
		padding-bottom: 15px;
		button.responsive-menu {
			width: 24px;
			padding: 10px 3px;
			margin-right: 10px;
		}
		.logo {
			max-width: 180px;
		}
		.cart-search {
			display: inline-flex;
			a {
				padding: 8px 0;
			}
		}
		@media only screen and (max-width: 1023px) {
			display: block !important;
			visibility: visible;
		}
		@include breakpoint(smedium down) {
			padding-top: 10px;
			padding-bottom: 10px;
			.logo {
				max-width: 130px;
			}
		}
	}

	nav#mobile-nav {
		background-color: rgba($dark-grey, 0.95);
		position: absolute;
		clear: both;
		width: 100%;
		min-height: 0 !important;
		margin-top: 1px;
		ul li {
			border-top: 1px solid rgba($white, 0.1) !important;
			& > a {
				font-weight: 500;
				text-transform: capitalize;
				color: $white;
				line-height: 20px;
			}
			ul {
				margin-left: 0;
				li a {
					padding-left: 24px;
					color: darken($white, 10%);
				}
			}
		}
		.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
			border-color: $white transparent transparent;
			border-width: 5px;
		}
		.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
			margin-top: -9px;
		}
	}

	nav#main-nav {
		padding-top: 15px;
		padding-bottom: 15px;

		.logo {
			max-width: 210px;
		}

		ul li {
			& > a {
				font-size: 16px;
				text-transform: capitalize;
				color: $title;
				padding-top: 1rem;
				padding-bottom: 1rem;
				@include line-height(24px);
				&::after {
					border: inset 4px;
					right: 7px;
					border-color: $body-color transparent transparent transparent !important;
				}
				&:hover {
					color: $black;
				}
			}
			&.is-active {
				a {
					color: $black;
				}
			}
			ul.is-dropdown-submenu {
				border: 0;
				left: 0;
				right: auto;
				background-color: #fff;
				transition: .3s;
				border-radius: 8px;
				width: 250px;
				box-shadow: 0px 2px 14px 0px rgba(0,0,0,.25);
				a {
					color: $title;
					display: block;
					width: 100%;
					line-height: 1;
					@include box-sizing(border-box);
					padding: 12px 20px;
					transition: .3s;
					&:hover {
						color: $white;
						background-color: $light-blue;
					}
				}
			}
		}
	}
*/
/* cart and search */
/*
	.cart-search {
		a {
			&.cart,
			&.search {
				display: block;
				position: relative;
				line-height: 24px;
				width: 24px;
				text-align: center;
				padding: 16px 0;

			}
		}

		#top-cart {
			position: relative;
			.subtitle {
				background-color: $light-blue;
				@include border-radius(20px);
				color: $white;
				font-size: 10px;
				font-weight: 500;
				text-transform: uppercase;
				padding: 0 5px;
				height: 18px;
				line-height: 18px;
				min-width: 18px;
				text-align: center;
				position: absolute;
				left: 12px;
				top: calc(50% - 16px);
			}
			.cart-content {
				opacity: 0;
				visibility: hidden;
				position: absolute;
				right: 0;
				top: 100%;
				@include transition(all 200ms ease-in-out);
				z-index: z-index(elements);
				background-color: rgba($black, 0.9);
				padding: 16px;
				width: 200px;
				.infos {
					width: 100%;
					margin-bottom: 16px;
					.item {
						border-bottom: 1px solid rgba($white, 0.2);
						color: $semi-light-grey;
						font-size: 12px;
						padding: 0 0 8px;
						text-transform: uppercase;
						line-height: 24px;
						text-align: left;
						width: 100%;
						& + .item {
							padding-top: 8px;
						}
					}
				}
				.buttons {
					margin: 0px;
				}
			}
			> a:hover + .cart-content,
			.cart-content:hover {
				opacity: 1;
				visibility: visible;
			}
		}
		#top-search {
			margin-left: 10px;

			li {
				list-style: none;
				font-size: 16px;
			}
		}
	}
}
*/
#searchModal {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 1rem;
}
#searchModal .close-button {
  z-index: 1001;
  width: 34px;
  height: 34px;
  top: 1rem;
  right: 1rem;
}
#searchModal .close-button:hover {
  color: #fff;
}
#searchModal .form {
  transition: height 0.5s;
  position: relative;
  height: 100%;
}
#searchModal .form.filled {
  height: 62px;
}
#searchModal .form.filled + .result {
  display: flex;
}
#searchModal .form input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: white;
  border: none;
  border-bottom: 2px solid #666666;
  font-size: 28px !important;
  padding: 10px 0;
  text-transform: none;
  background: transparent;
  margin: 0;
}
#searchModal .form input:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}
@media print, screen and (max-width: 47.99875em) {
  #searchModal .form input {
    font-size: 22px !important;
  }
}
#searchModal .result {
  display: none;
}
#searchModal .result ul li {
  padding: 5px 0;
}
#searchModal .result ul li:first-child {
  padding: 0 0 5px 0;
}
#searchModal .result ul li a {
  color: #999999;
}
#searchModal .result ul li a:hover {
  color: #fff;
}
#searchModal .result ul li a small {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

/* ===================================
    Page titles
====================================== */
.page-title {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  /*	* {
  		color: $black !important;
  	} */
}
.page-title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -15px;
  left: 50%;
  width: 97%;
  transform: translateX(-50%);
  height: 40px;
  background-color: #28328c;
  background-size: 500px;
  background-repeat: repeat;
  background-position: bottom;
  border-radius: 50px 5px 50px 5px;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.3);
}
.page-title .title-box {
  padding: 50px 0;
}
.page-title h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #28328c !important;
  font-family: "Gotham Ultra";
}
.page-title .breadcrumb {
  text-transform: capitalize;
}
.page-title .breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.page-title .breadcrumb ul > li + li:before {
  content: "|";
  font-size: 8px;
  padding: 0 5px;
  position: relative;
  top: -2px;
  color: #999999;
}
@media print, screen and (max-width: 47.99875em) {
  .page-title {
    padding: 24px 0;
  }
  .page-title h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* ===================================
    Section
====================================== */
/* features section */
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 47.99875em) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* different text size */
.text-small {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.text-med {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.text-large {
  font-size: 16px !important;
  text-transform: uppercase;
  line-height: 1.5 !important;
}

.text-extra-large {
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 1.5 !important;
}

.title-small {
  font-size: 20px !important;
  line-height: 30px !important;
}

.title-med {
  font-size: 24px !important;
  line-height: 34px !important;
}

.title-large {
  font-size: 28px !important;
  line-height: 41px !important;
}

.title-extra-large {
  font-size: 35px !important;
  line-height: 43px !important;
}

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

.black-text {
  color: #000 !important;
}

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

.grey-text {
  color: #666666 !important;
}

.blue-spectrus-text {
  color: #2e3387 !important;
}

.red-spectrus-text {
  color: #c61e45 !important;
}

.green-spectrus-text {
  color: #0d9c4a !important;
}

.main-text {
  color: #333 !important;
}

/* letter spacing */
.no-letter-spacing {
  letter-spacing: 0px !important;
}

/* text property */
.text-decoration-underline {
  text-decoration: underline !important;
}

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

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

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

/* ===================================
    Elements
====================================== */
/* accordions */
.accordion-item {
  border: 1px solid #e6e6e6;
}
.accordion-item .accordion-title {
  padding: 1rem;
  border: 0 !important;
}
.accordion-item .accordion-title::before {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 18px;
  content: "";
  color: #9a9a9a;
  font-weight: 900;
}
.accordion-item .accordion-content {
  border: 0;
  padding-top: 0;
}
.accordion-item.is-active .accordion-title {
  border: 0;
}
.accordion-item.is-active .accordion-title::before {
  content: "";
}
.accordion-item.is-active .accordion-content {
  border: 0;
}

/* buttons */
.btn, .btn-arara, .btn-vsmall-custom, .btn-very-small, .btn-small, .btn-semi-medium, .btn-medium, .btn-large, .btn-full, .btn-cart-spectrus {
  display: inline-block;
  border: 1px solid transparent;
  line-height: 1.5 !important;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn i, .btn-arara i, .btn-vsmall-custom i, .btn-very-small i, .btn-small i, .btn-semi-medium i, .btn-medium i, .btn-large i, .btn-full i, .btn-cart-spectrus i {
  margin: 0 0.5em 0 0 !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn-cart-spectrus {
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 24px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full {
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}
.btn-large {
  font-size: 18px;
  padding: 16px 32px;
}
.btn-medium {
  font-size: 14px;
  padding: 10px 20px;
}
.btn-semi-medium {
  letter-spacing: normal;
  font-weight: bold;
}
.btn-small {
  font-size: 12px;
  padding: 7px 14px;
}
.btn-very-small {
  font-size: 11px;
  padding: 6px 12px;
}
.btn-vsmall-custom {
  font-size: 12px;
  padding: 6px 12px;
  color: #fff;
  font-weight: bold;
  background-color: #2E6AB3;
  letter-spacing: normal;
  border-radius: 4px;
  transition: 0.5s;
}
.btn-vsmall-custom i {
  color: #fff;
}
.btn-vsmall-custom:hover, .btn-vsmall-custom:focus {
  color: #fff;
  background-color: #255691;
}
.btn-vsmall-custom:hover i, .btn-vsmall-custom:focus i {
  color: #fff;
}
.btn-arara {
  font-size: 12px;
  padding: 6px 12px;
  color: #c81e46;
  font-weight: bold;
  border: 1px solid #c81e46;
  letter-spacing: normal;
  border-radius: 4px;
  transition: 0.5s;
}
.btn-arara i {
  color: #c81e46;
}
.btn-arara:hover, .btn-arara:focus {
  color: #fff;
  background-color: #c81e46;
}
.btn-arara:hover i, .btn-arara:focus i {
  color: #fff;
}

.checkout-btn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #2E6AB3;
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 24px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
  letter-spacing: normal;
  transition: 0.3s;
}
.checkout-btn:hover {
  background-color: #255691;
  color: #fff;
}

.btn-border-light-blue,
.btn-border-light-blue:visited {
  border: 2px solid #2E6AB3;
  color: #2E6AB3;
  font-weight: bold;
  background-color: transparent;
}
.btn-border-light-blue i,
.btn-border-light-blue:visited i {
  color: #2E6AB3;
}
.btn-border-light-blue:hover, .btn-border-light-blue:focus,
.btn-border-light-blue:visited:hover,
.btn-border-light-blue:visited:focus {
  border: 2px solid #2E6AB3;
  color: #fff;
  background-color: #2E6AB3;
}
.btn-border-light-blue:hover i, .btn-border-light-blue:focus i,
.btn-border-light-blue:visited:hover i,
.btn-border-light-blue:visited:focus i {
  color: #2E6AB3;
}

.btn-white-border,
.btn-white-border:visited {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white-border i,
.btn-white-border:visited i {
  color: #fff;
}
.btn-white-border:hover, .btn-white-border:focus,
.btn-white-border:visited:hover,
.btn-white-border:visited:focus {
  border: 2px solid #fff;
  color: #000;
  background-color: #fff;
}
.btn-white-border:hover i, .btn-white-border:focus i,
.btn-white-border:visited:hover i,
.btn-white-border:visited:focus i {
  color: #000;
}

.btn-black-border,
.btn-black-border:visited {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}
.btn-black-border i,
.btn-black-border:visited i {
  color: #000;
}
.btn-black-border:hover, .btn-black-border:focus,
.btn-black-border:visited:hover,
.btn-black-border:visited:focus {
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
}
.btn-black-border:hover i, .btn-black-border:focus i,
.btn-black-border:visited:hover i,
.btn-black-border:visited:focus i {
  color: #fff;
}

.btn-red-border,
.btn-red-border:visited {
  border: 2px solid #c61e45;
  color: #c61e45;
  background-color: transparent;
}
.btn-red-border i,
.btn-red-border:visited i {
  color: #c61e45;
}
.btn-red-border:hover, .btn-red-border:focus,
.btn-red-border:visited:hover,
.btn-red-border:visited:focus {
  border: 2px solid #c61e45;
  color: #fff;
  background-color: #c61e45;
}
.btn-red-border:hover i, .btn-red-border:focus i,
.btn-red-border:visited:hover i,
.btn-red-border:visited:focus i {
  color: #fff;
}

.btn-grey-border,
.btn-grey-border:visited {
  border: 2px solid #e6e6e6;
  color: #000;
  background-color: transparent;
}
.btn-grey-border i,
.btn-grey-border:visited i {
  color: #000;
}
.btn-grey-border:hover, .btn-grey-border:focus,
.btn-grey-border:visited:hover,
.btn-grey-border:visited:focus {
  border: 2px solid #000;
  color: #000;
}
.btn-grey-border:hover i, .btn-grey-border:focus i,
.btn-grey-border:visited:hover i,
.btn-grey-border:visited:focus i {
  color: #000;
}

.btn-white-background,
.btn-white-background:visited {
  border: 2px solid #fff;
  color: #000;
  background-color: #fff;
}
.btn-white-background i,
.btn-white-background:visited i {
  color: #000;
}
.btn-white-background:hover, .btn-white-background:focus,
.btn-white-background:visited:hover,
.btn-white-background:visited:focus {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white-background:hover i, .btn-white-background:focus i,
.btn-white-background:visited:hover i,
.btn-white-background:visited:focus i {
  color: #fff;
}

.btn-grey-background,
.btn-grey-background:visited {
  border: 2px solid #cccccc;
  color: #000;
  background-color: #cccccc;
}
.btn-grey-background i,
.btn-grey-background:visited i {
  color: #000;
}
.btn-grey-background:hover, .btn-grey-background:focus,
.btn-grey-background:visited:hover,
.btn-grey-background:visited:focus {
  border: 2px solid #e6e6e6;
  color: #000;
  background-color: transparent;
}
.btn-grey-background:hover i, .btn-grey-background:focus i,
.btn-grey-background:visited:hover i,
.btn-grey-background:visited:focus i {
  color: #000;
}

.btn-black-background,
.btn-black-background:visited {
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
}
.btn-black-background i,
.btn-black-background:visited i {
  color: #fff;
}
.btn-black-background:hover, .btn-black-background:focus,
.btn-black-background:visited:hover,
.btn-black-background:visited:focus {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}
.btn-black-background:hover i, .btn-black-background:focus i,
.btn-black-background:visited:hover i,
.btn-black-background:visited:focus i {
  color: #000;
}
.btn-black-background.selected,
.btn-black-background:visited.selected {
  background-color: #2e3387 !important;
  color: #fff !important;
  border-color: #2e3387;
}

.btn-spectrus-main {
  background-color: #2E6AB3;
  color: #fff;
}

.btn-light-blue-bg {
  background-color: #2E6AB3;
  color: #fff;
}

.btn-light-blue-background,
.btn-light-blue-background:visited {
  background: #2E6AB3;
  display: inline-block;
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  color: #fff;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  will-change: transform;
}
.btn-light-blue-background i,
.btn-light-blue-background:visited i {
  color: #fff;
}
.btn-light-blue-background::before,
.btn-light-blue-background:visited::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 130%;
  height: 170%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: 0.6s 0.1s ease-in;
  z-index: -1;
}
.btn-light-blue-background::after,
.btn-light-blue-background:visited::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #5991d4;
  border-radius: 50%;
  display: block;
  transition: 0.5s 0.1s ease-in;
  z-index: -1;
}
.btn-light-blue-background:hover,
.btn-light-blue-background:visited:hover {
  color: #fff;
  border: 1px solid #5991d4;
  transform: scale(1.05);
  /* não afeta outros elementos da página */
}
.btn-light-blue-background:hover::before,
.btn-light-blue-background:visited:hover::before {
  top: -35%;
  background-color: #5991d4;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.btn-light-blue-background:hover::after,
.btn-light-blue-background:visited:hover::after {
  top: -45%;
  background-color: #5991d4;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-border-thin {
  border-width: 1px !important;
}

/* form */
.container-form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #ededed;
  /*
  border-radius: 16px;
  padding: 1rem;
  background-color: $white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.container-form .box-form {
  border-radius: 16px;
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.container-form .box-form .title {
  font-family: "Gotham Ultra";
  font-size: 2rem;
  color: #333;
  text-transform: uppercase;
}
.container-form .box-form .title2 {
  font-family: "Gotham Ultra";
  font-size: 1.8rem;
  color: #333;
  text-transform: uppercase;
}
.container-form .box-form .forgot-password {
  color: #333;
  text-decoration: underline;
  font-style: italic;
}
.container-form .box-form .info-account {
  color: #333;
}
.container-form .box-form .info-account a {
  color: #2E6AB3;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s;
}
.container-form .box-form .info-account a:hover {
  color: #28328c;
}
.container-form img {
  width: 300px;
  margin-bottom: 1rem;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  margin: 8px 0 15px 0;
}

label {
  line-height: 1.4;
  color: #666666 !important;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}

input[type=text].inscricaoEstadual:disabled {
  text-decoration: line-through;
}

[type=checkbox],
[type=radio] {
  top: 2px;
  position: relative;
}

/* alert */
.callout {
  padding: 15px;
  margin-bottom: 20px;
}
.callout a {
  text-decoration: underline;
}
.callout a:hover {
  text-decoration: none;
}

.alert-success {
  color: #3c763d !important;
  background-color: #e1faea !important;
  border-color: #d6e9c6 !important;
}
.alert-success a {
  color: #3c763d !important;
}

.alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}
.alert-info a {
  color: #31708f !important;
}

.alert-warning {
  color: #8a6d3b !important;
  background-color: #fff3d9 !important;
  border-color: #faebcc !important;
}
.alert-warning a {
  color: #8a6d3b !important;
}

.alert-error {
  color: #a94442 !important;
  background-color: #f7e4e1 !important;
  border-color: #ebccd1 !important;
}
.alert-error a {
  color: #a94442 !important;
}

/* ===================================
    Pages
====================================== */
/* home */
.category-home-block {
  padding: 60px 20px;
  background-color: #000;
  position: relative;
}
.category-home-block .info {
  z-index: 10;
  position: relative;
}
.category-home-block .cover-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.category-home-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.brands img {
  /*max-height: 60px !important;*/
}

.smart-featured .carousel {
  margin-top: 40px;
}
.smart-featured .carousel .owl-carousel .owl-nav [class*=owl-] i {
  color: #0068ad;
}
.smart-featured .carousel .owl-carousel .product-item {
  border: 1px solid #fff;
}
.smart-featured .carousel .owl-carousel .product-item:hover {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 1px #000 !important;
  -moz-box-shadow: 0 0 0 1px #000 !important;
  box-shadow: 0 0 0 1px #000 !important;
}

/* contact us */
.contact-map {
  display: inherit;
}
.contact-map iframe {
  width: 100%;
  height: 500px;
}

.address {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}

/* about us */
.infos {
  position: relative;
  z-index: 10;
}
.infos .about-year {
  border: solid 2px;
  border-color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 124px;
  padding-top: 25px;
  margin-bottom: 30px;
  width: 124px;
  text-align: center;
}
.infos .about-year span {
  font-size: 50px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0;
  display: block;
  line-height: 50px;
}
.infos .about-year .about-year-text {
  display: block;
  margin-top: -5px;
}

.about-text a {
  color: inherit;
}
.about-text a:hover {
  color: #000;
}

/* addresses */
.list-addresses div.lists div:nth-child(1) {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 64em) {
  .list-addresses div.lists div:nth-child(2) {
    margin-top: 0 !important;
  }
}
.list-addresses .main-address {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999999;
}
.list-addresses .btns {
  float: right !important;
}
.list-addresses .btns i {
  margin: 0 !important;
  display: none;
  height: 16px;
  line-height: 16px;
  width: 12px;
  text-align: center;
}
@media only screen and (max-width: 509px) {
  .list-addresses .btns .text {
    display: none;
    visibility: hidden;
  }
  .list-addresses .btns i {
    display: block;
  }
}
.list-addresses .add-new-address {
  color: #666666;
}
.list-addresses .add-new-address i {
  color: #666666;
}
.list-addresses .add-new-address:hover {
  color: #000;
}
.list-addresses .add-new-address:hover i {
  color: #000;
}
.list-addresses .add-new-address:hover .border {
  border-color: #000 !important;
}
@media print, screen and (min-width: 64em) {
  .list-addresses .grid-x.align-center-middle {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

/* ===================================
    Sidebar and Listing
====================================== */
/* sidebar */
.sidebar {
  z-index: 950;
}
.sidebar .widget {
  /* filter by price */
}
.sidebar .widget + .widget {
  margin-top: 50px;
}
.sidebar .widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #333;
}
.sidebar .widget .widget-body {
  font-size: 13px;
  font-size: 0.8125rem;
}
.sidebar .widget .widget-body input#amount {
  background-color: #fff;
}
.sidebar .widget .widget-body ul.category-list li {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 0;
}
.sidebar .widget .widget-body ul.category-list li:first-child {
  padding: 0 0 5px 0;
}
.sidebar .widget .widget-body ul.category-list li a {
  color: #666666;
  line-height: 18px;
  line-height: 1.125rem;
}
.sidebar .widget .widget-body ul.category-list li a span {
  color: rgba(102, 102, 102, 0.5);
}
.sidebar .widget .widget-body ul.category-list li a span:before {
  content: "/";
}
.sidebar .widget .widget-body ul.category-list li a:hover {
  color: #000;
}
.sidebar .widget .widget-body ul.category-list li.active a {
  color: #2e3387;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}
.sidebar .widget .widget-body ul.category-list li.active a span {
  color: rgba(46, 51, 135, 0.5);
}
.sidebar .widget .widget-body ul.category-list li.active a:before {
  content: "";
  width: 18px;
  height: 18px;
  text-align: center;
  left: 0;
  top: -1px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #2e3387;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 900;
}
.sidebar .widget .widget-body ul.category-list li.active a:hover {
  color: #000;
  text-decoration: line-through;
}
.sidebar .widget .widget-body ul.category-list li.active a:hover span {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar .widget .widget-body ul.category-list li.active a:hover:before {
  content: "";
  color: #000;
}
.sidebar .widget #amount {
  border: 0 !important;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 24px;
}
.sidebar .widget .slider {
  height: 6px;
  background-color: #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 4px;
  width: 90%;
}
.sidebar .widget .slider span.slider-handle {
  width: 12px;
  height: 12px;
  background-color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sidebar .widget .slider span.slider-fill {
  background-color: #000;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sidebar.cell.position-left {
  background-color: #ededed;
}
@media only screen and (max-width: 1023px) {
  .sidebar.cell.position-left {
    top: 79px;
    padding: 30px 20px;
    height: calc(100% - 79px);
  }
  .sidebar.cell.position-left .widget + widget {
    margin-top: 30px;
  }
  .sidebar.cell.position-left.is-open {
    transform: translate(0, 0);
    width: 270px;
  }
  .sidebar.cell.position-left.is-closed {
    transform: translate(-270px, 0);
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar.cell.position-left {
    top: 60px !important;
    height: calc(100% - 60px) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar.cell.position-left {
    width: 25% !important;
  }
}

.no-slider-transition .slider-handle,
.no-slider-transition .slider-fill {
  transition: none;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.product-item {
  margin: 0.9375rem 0;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}
@media print, screen and (max-width: 63.99875em) {
  .product-item {
    margin: 0.625rem 0;
  }
}
.product-item .wrapper-img {
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.product-item .wrapper-img .tag, .product-item .wrapper-img .tag-new, .product-item .wrapper-img .tag-onsale {
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  z-index: 100;
}
.product-item .wrapper-img .tag-onsale {
  background: #0d9c4a;
}
.product-item .wrapper-img .tag-onsale + .tag-new {
  left: 15px;
  right: unset;
}
.product-item .wrapper-img .tag-new {
  background: #2e3387 !important;
}
.product-item .wrapper-img a img {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.product-item .wrapper-img .quick-buy {
  /*background-color: rgba($white, 0.5);*/
  background: white;
  background: -moz-linear-gradient(to top, white, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(to top, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  bottom: -30px;
  left: 0;
  opacity: 0;
  padding: 20px 0 0;
  position: absolute;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.product-item .wrapper-img .quick-buy .btn-small {
  font-size: 14px;
  font-size: 0.875rem;
}
.product-item .wrapper-img .quick-buy .btn-small i {
  margin: 0 !important;
}
.product-item:hover .wrapper-img .quick-buy {
  opacity: 1;
  bottom: 0;
}
.product-item:hover .wrapper-img img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item .wrapper-info {
  text-align: left;
  padding: 15px 30px;
}
.product-item .wrapper-info a {
  display: block;
}
.product-item .wrapper-info a span {
  display: block;
  color: #000;
  line-height: 1.5;
}
.product-item .wrapper-info a span.product-name {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.product-item .wrapper-info a span.price {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #2E6AB3;
}
.product-item .wrapper-info a span.price del {
  color: #666666;
  margin-right: 10px;
  font-weight: 400;
}

ul.product-listing {
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 376px) and (max-width: 519px) {
  ul.product-listing li.cell {
    width: 80% !important;
  }
}
@media only screen and (max-width: 519px) {
  ul.product-listing {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

button.filter {
  height: 2.4375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* listing */
.shop-shorting {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #000;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0.9375rem;
}

.grid-nav {
  line-height: 14px;
}
.grid-nav p, .grid-nav .bg-blue-smart h3, .bg-blue-smart .grid-nav h3 {
  font-size: 12px;
  margin-left: 15px;
  display: inline-block;
}

/* ===================================
    Product details
====================================== */
@media only screen and (min-width: 426px) and (max-width: 1023px) {
  #product img.main {
    width: 70%;
  }
}
#product .product-thumb {
  margin-bottom: 15px;
}
#product .product-thumb img {
  opacity: 0.5;
  border: #e6e6e6;
}
#product .product-thumb a.active img {
  opacity: 1;
}
#product .segment {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
  /*margin-bottom: 15px;*/
  display: block;
  color: #333;
}
#product .product-name-details {
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Gotham Ultra";
  color: #333;
}
#product p, #product .bg-blue-smart h3, .bg-blue-smart #product h3 {
  font-size: 1em;
  color: #171717;
}
#product .price {
  color: #2E6AB3;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 30px;
  display: block;
  font-weight: 500;
}
#product .price del {
  color: #666666;
  margin-right: 10px;
  font-weight: 400;
}
#product .price span {
  font-size: 13px;
  color: #2E6AB3;
  font-weight: bold;
}
#product .price span span {
  color: #171717;
}
#product .variations label {
  font-weight: bold;
  line-height: 1.6 !important;
  color: #333 !important;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1023px) {
  #product .variations {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
#product #addcart .quantity {
  /*	max-width: 152px; */
  /*	margin-right: 15px; */
  width: 100%;
  display: inline-flex;
}
@media only screen and (max-width: 427px) {
  #product #addcart .quantity {
    display: block;
    margin: 0 auto 1rem;
  }
}
#product .product-unavailable p, #product .product-unavailable .bg-blue-smart h3, .bg-blue-smart #product .product-unavailable h3 {
  margin-bottom: 13px;
}
#product .product-unavailable input {
  width: calc(100% - 50px);
  float: left;
}
#product .product-unavailable button {
  line-height: 21px !important;
  width: 50px;
  height: 39px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  #product .product-unavailable .grid-x {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ===================================
    Shopping Cart & Checkout
====================================== */
.content-section {
  background-color: #ededed;
}

.shop-cart-table li {
  list-style: none;
}
.shop-cart-table .table {
  display: table;
  width: 100%;
}
.shop-cart-table .table ul.thead {
  display: table-header-group;
}
.shop-cart-table .table ul.thead .td {
  font-weight: 500 !important;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  text-transform: capitalize;
  color: #000;
}
.shop-cart-table .table ul.thead .td .tdcol {
  padding-top: 0 !important;
}
.shop-cart-table .table ul.tbody {
  display: table-row-group;
}
.shop-cart-table .table ul li.tr {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /*margin: 15px 0;*/
  margin-bottom: 20px;
  padding: 18px;
}
.shop-cart-table .table ul li.tr .td {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  /*	div.tdcol {
  		padding: 15px;
  	} */
}
.shop-cart-table .table ul li.tr .td.first {
  width: 58%;
}
.shop-cart-table .table ul li.tr .td.first .product-thumbnail {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px;
  width: 120px;
}
.shop-cart-table .table ul li.tr .td.first .product-thumbnail ~ .product-desc {
  width: calc(100% - 120px);
}
.shop-cart-table .table ul li.tr .td.first .product-desc {
  width: 100%;
}
.shop-cart-table .table ul li.tr .td.first .product-desc a:hover {
  color: #999999;
}
.shop-cart-table .table ul li.tr .td.first .product-desc .title {
  font-size: 1.3rem;
  font-family: "Gotham Ultra";
  color: #333;
}
.shop-cart-table .table ul li.tr .td.first .product-desc .desc {
  color: #171717;
  font-size: 14px;
}
.shop-cart-table .table ul li.tr .td.first .product-desc .price {
  color: #2E6AB3;
  font-size: 1.2rem;
  display: block;
  font-weight: 500;
}
.shop-cart-table .table ul li.tr .td.second {
  width: 22%;
}
.shop-cart-table .table ul li.tr .td.second .product-quantity {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.shop-cart-table .table ul li.tr .td.second .product-quantity .quantity {
  max-width: 109px;
  margin: auto;
}
.shop-cart-table .table ul li.tr .td.second .product-quantity .buttons-added {
  border-radius: 5px;
}
.shop-cart-table .table ul li.tr .td.second .product-quantity .available {
  display: none;
}
.shop-cart-table .table ul li.tr .td.third {
  width: 20%;
}
.shop-cart-table .table ul li.tr .td.third .product-subtotal {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 1.2rem;
  font-weight: 500;
  width: calc(100% - 33px);
}
.shop-cart-table .table ul li.tr .td.third .product-subtotal .subtotal {
  font-size: 20px;
}
.shop-cart-table .table ul li.tr .td.third .product-subtotal.full {
  width: 100%;
}
.shop-cart-table .table ul li.tr .td.third .product-remove {
  width: 18px;
  padding-right: 0 !important;
}
.shop-cart-table .table ul li.tr.unavailable {
  color: #c61e45 !important;
  font-size: 1.2rem;
  font-weight: 500;
}
.shop-cart-table .table ul li.tr.unavailable .text-left *,
.shop-cart-table .table ul li.tr.unavailable input.qty {
  color: #c61e45 !important;
}
.shop-cart-table .table ul li.tr.unavailable .buttons-added {
  border: 1px solid #ebccd1;
}
.shop-cart-table .table ul li.tr.unavailable .text-left span:first-child:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em;
  font-weight: 900;
}
.shop-cart-table .table ul li.tr.unavailable .product-quantity .available {
  display: block !important;
}
.shop-cart-table .table ul li.tr.unavailable ~ .availability-disclaimer {
  display: none;
}
.shop-cart-table .table a:hover i.fas {
  color: #000;
}
.shop-cart-table .table.table-return .td.first {
  width: 66% !important;
}
@media print, screen and (max-width: 63.99875em) {
  .shop-cart-table .table.table-return .td.second {
    border-bottom-style: solid !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .shop-cart-table .table li.tr {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    flex-direction: column !important;
  }
  .shop-cart-table .table li.tr .td.first {
    width: 100% !important;
    border-bottom: 0;
  }
  .shop-cart-table .table li.tr .td.first .product-thumbnail {
    width: 130px !important;
  }
  .shop-cart-table .table li.tr .td.first .product-thumbnail ~ .product-desc {
    width: calc(100% - 130px);
  }
  .shop-cart-table .table li.tr .td.second {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .shop-cart-table .table li.tr .td.second .tdcol {
    padding-top: 0;
  }
  .shop-cart-table .table li.tr .td.second .product-quantity {
    width: 45% !important;
  }
  .shop-cart-table .table li.tr .td.second .product-quantity .quantity {
    max-width: 130px !important;
    margin: 0 !important;
  }
  .shop-cart-table .table li.tr .td.second .unit-value {
    width: 55% !important;
    text-align: right;
  }
  .shop-cart-table .table li.tr .td.third {
    width: 100% !important;
  }
  .shop-cart-table .table li.tr .td.third .product-subtotal {
    width: 50% !important;
    text-align: left;
  }
  .shop-cart-table .table li.tr .td.third .product-remove {
    width: 50% !important;
    text-align: right;
  }
}

.cart-container {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 16px;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 10;
}
.cart-container .cart-box {
  background-color: white;
  padding: 30px 10px;
  border-radius: 5px;
}

#shipping-options ul li + li {
  margin-top: 10px;
}
#shipping-options label {
  margin: 0 !important;
  line-height: 20px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
#shipping-options label input[type=radio] {
  position: absolute;
  left: 0;
  top: 4px;
  margin: 0;
}

.cart-total {
  color: #000;
  margin-top: 24px;
  margin-bottom: 0;
}
.cart-total tbody {
  border: 0;
}
.cart-total tbody tr {
  background-color: inherit;
}
.cart-total tbody tr th {
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.cart-total tbody tr td {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: right;
}
.cart-total tbody tr .cart-total-value {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2E6AB3;
  font-weight: 500;
}
.cart-total tbody tr .cart-total-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #171717;
  font-weight: 500;
}
.cart-total tbody tr th {
  width: 60%;
}
@media print, screen and (max-width: 63.99875em) {
  .cart-total tbody tr th {
    text-align: left;
  }
}
.cart-total tbody tr td {
  width: 40%;
}
.cart-total tbody tr.tax td {
  cursor: help;
}
.cart-total tbody tr.tax td span {
  border-bottom: 1px solid #e6e6e6;
}
.cart-total .total th {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.cart-total .total td {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.cart-total .separator-line-full {
  background-color: #e6e6e6;
}
.cart-total .checkout-btn {
  color: #fff;
}

.cart-values-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.cart-values-box .desktop-total {
  align-items: center;
}
.cart-values-box .desktop-total-title {
  color: #222;
  font-size: 16px;
  line-height: 19px;
}
.cart-values-box .desktop-total-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #2E6AB3;
}

.align-center-to-justify {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .align-center-to-justify {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

.coupon input:read-only {
  color: #0d9c4a;
  border-color: #0d9c4a;
  background-color: #fff;
}

/*
#purchase-steps {
	&.lists {
		@include breakpoint(small) {
			li:nth-child(1) {
				margin-top: 0 !important;
			}
		}
		@include breakpoint(medium) {
			li:nth-child(2) {
				margin-top: 0 !important;
			}
		}
		@include breakpoint(large) {
			li {
				margin-top: 0 !important;
			}
		}
	}
	li {
		p {
			color: #a9acb4;
			font-size: 18px;
			text-align: center;
			padding: 10px 0;
			text-transform: capitalize;
			font-weight: bold;
			letter-spacing: normal;
			margin-left: 10px;
		}
		&.active p {
			color: $dark-blue;

		}
		&.disabled p {
			opacity: 0.2;
		}
		.state-step {
			font-size: 14px;
			text-align: center;
			display: inline-block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			border-radius: 50%;
			color: #fff;
			font-weight: bold;
			background-color: #a9acb4;

			i {
				color: $white;
				font-size: 14px;
			}
		}
		&.active .state-step {
			color: $white;
			background-color: $dark-blue;
			border-color: $dark-blue;
		}
		&.disabled .state-step {
			opacity: 0.2;
		}
	}
} */
#payment-options li {
  padding: 1rem;
}
#payment-options li label {
  margin: 0 !important;
  position: relative;
  line-height: 24px;
  padding-left: 20px;
  cursor: pointer;
}
#payment-options li label input[type=radio] {
  position: absolute;
  left: 0;
  top: 6px;
  margin: 0;
}

#payment-options-content .method,
#payment-options-content li {
  padding: 30px;
}
#payment-options-content .method .bank,
#payment-options-content li .bank {
  height: 50px;
}
#payment-options-content .method .bank:not(:first-child),
#payment-options-content li .bank:not(:first-child) {
  margin-left: 1.3rem;
}
@media only screen and (max-width: 570px) {
  #payment-options-content .method .bank:last-child,
#payment-options-content li .bank:last-child {
    display: block;
    margin: 1.3rem auto 0;
  }
}
#payment-options-content .method .billingOptions .option .description,
#payment-options-content li .billingOptions .option .description {
  display: none;
  border: 1px solid #e6e6e6;
  padding: 10px;
}
#payment-options-content .method .billingOptions .option .description p + p, #payment-options-content .method .billingOptions .option .description .bg-blue-smart h3 + p, .bg-blue-smart #payment-options-content .method .billingOptions .option .description h3 + p, #payment-options-content .method .billingOptions .option .description .bg-blue-smart p + h3, .bg-blue-smart #payment-options-content .method .billingOptions .option .description p + h3, #payment-options-content .method .billingOptions .option .description .bg-blue-smart h3 + h3, .bg-blue-smart #payment-options-content .method .billingOptions .option .description h3 + h3,
#payment-options-content li .billingOptions .option .description p + p,
#payment-options-content li .billingOptions .option .description .bg-blue-smart h3 + p,
.bg-blue-smart #payment-options-content li .billingOptions .option .description h3 + p,
#payment-options-content li .billingOptions .option .description .bg-blue-smart p + h3,
.bg-blue-smart #payment-options-content li .billingOptions .option .description p + h3,
#payment-options-content li .billingOptions .option .description .bg-blue-smart h3 + h3,
.bg-blue-smart #payment-options-content li .billingOptions .option .description h3 + h3 {
  margin-top: 5px;
}
#payment-options-content .method .billingOptions .option .description p b, #payment-options-content .method .billingOptions .option .description .bg-blue-smart h3 b, .bg-blue-smart #payment-options-content .method .billingOptions .option .description h3 b,
#payment-options-content li .billingOptions .option .description p b,
#payment-options-content li .billingOptions .option .description .bg-blue-smart h3 b,
.bg-blue-smart #payment-options-content li .billingOptions .option .description h3 b {
  display: block;
}
#payment-options-content .method .billingOptions .option :checked ~ .description,
#payment-options-content li .billingOptions .option :checked ~ .description {
  display: block;
}

ul.banks li {
  padding: 0 10px;
}
ul.banks li .bank-info:not(:first-child) {
  margin-top: 10px;
}
ul.banks li .bank-info .bank {
  height: 65px;
  display: inline-block;
  margin-right: 5px;
}
ul.banks li.pix {
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
}
ul.banks li.pix .logo {
  width: calc(50% - 15px);
  max-width: 250px;
}
ul.banks li.pix .codigo {
  word-break: break-all;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 233px);
  font-size: 11px;
  color: #666666;
}
ul.banks li.pix .codigo > a {
  display: block;
  padding-bottom: 15px;
  color: #666666;
}
ul.banks li.pix .codigo > a:hover {
  text-decoration: underline;
}
ul.banks li.pix .codigo > a + span {
  display: none;
}
ul.banks li.pix .codigo span {
  display: block;
  padding: 5px;
  border: 1px solid #e6e6e6;
}
ul.banks li.pix .qrcode {
  width: 50%;
  max-width: 198px;
  float: right;
  margin-left: 15px;
}
@media screen and (max-width: 1023px) {
  ul.banks li.pix {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  ul.banks li.pix .logo,
ul.banks li.pix .qrcode,
ul.banks li.pix .codigo {
    display: block;
    margin: 0 auto 15px;
    width: auto;
    float: none;
  }
  ul.banks li.pix .qrcode {
    width: 100%;
  }
  ul.banks li.pix .codigo {
    position: relative;
    margin: 10px 0 0;
    bottom: 0;
  }
  ul.banks li.pix .codigo a {
    padding: 0;
  }
}
ul.banks li p, ul.banks li .bg-blue-smart h3, .bg-blue-smart ul.banks li h3 {
  display: inline-block;
  vertical-align: middle;
}

#order-status .timeline-progress-bar-bg {
  height: 6px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #cccccc;
}
#order-status .timeline-progress-bar-bg .timeline-progress-bar {
  min-height: 6px !important;
  background-color: #0d9c4a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
#order-status ul.timeline-progress-status {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}
#order-status ul.timeline-progress-status li.timeline-item {
  text-align: center;
}
#order-status ul.timeline-progress-status li.timeline-item time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
#order-status.interrupted .timeline-progress-bar {
  background-color: #c61e45;
}
@media print, screen and (max-width: 63.99875em) {
  #order-status {
    /*@media only screen and (max-width: 425px) {*/
  }
  #order-status .timeline {
    width: calc(6px + 1.25rem);
  }
  #order-status .timeline .timeline-progress-bar-bg {
    width: 6px;
    height: 100%;
    margin: 0 auto;
  }
  #order-status .timeline .timeline-progress-bar-bg .timeline-progress-bar {
    width: 100% !important;
  }
  #order-status .status {
    width: 80%;
  }
  #order-status .status ul.timeline-progress-status {
    margin-top: 0 !important;
  }
  #order-status .status ul.timeline-progress-status li {
    width: 100% !important;
    height: 70px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #order-status .status ul.timeline-progress-status li:last-child {
    border-bottom: 0;
  }
  #order-status ul.timeline-progress-status {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 48em) {
  #general-account div.lists div:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  #general-account div.lists div:nth-child(3) {
    margin-top: 0 !important;
  }
}
#general-account a .box {
  padding-top: 40px;
  padding-bottom: 40px;
}
#general-account a .box * {
  color: #666666;
}
#general-account a .box i {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
#general-account a .box span.menu-label {
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#general-account a:hover .box {
  border-color: #2E6AB3;
}
#general-account a:hover .box * {
  color: #2E6AB3;
}

.mercadopago .qr {
  pointer-events: none;
}
.mercadopago .qr.paid, .mercadopago .qr.expired {
  position: relative;
}
.mercadopago .qr.paid img, .mercadopago .qr.expired img {
  opacity: 0.1;
}
.mercadopago .qr.paid:before, .mercadopago .qr.expired:before {
  content: "Código Expirado";
  background-color: #c61e45;
  color: #fff;
  padding: 10px 50px;
  display: block;
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
.mercadopago .qr.paid:before {
  content: "Pago";
  background-color: #0d9c4a;
}

#my-orders .order .separator-line-full {
  background-color: #e6e6e6;
}
#my-orders .order .cart-total {
  margin: 0;
  color: inherit;
}
#my-orders .order .cart-total th {
  text-align: left;
}
#my-orders .order .cart-total th,
#my-orders .order .cart-total td {
  padding: 0;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: inherit;
}
@media print, screen and (max-width: 63.99875em) {
  #my-orders .order .border-lr {
    border: 0 !important;
  }
}

/* ===================================
    Footer
====================================== */
/* ===================================
    Owl carousel
====================================== */
.owl-carousel .owl-dots {
  margin-top: 20px !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 20px;
}
.owl-carousel .owl-dots .owl-dot span {
  border: 0;
}
.owl-carousel .owl-dots .owl-dot.active span {
  border: 1px solid #000;
}

.carousel-title {
  font-family: "Gotham Ultra";
  font-size: 2rem;
  color: #333;
}
.carousel .owl-carousel .owl-nav {
  position: absolute;
  height: 0;
  width: 100%;
  top: 50%;
  margin-top: -44px;
}
.carousel .owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 18px !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel .owl-carousel .owl-nav [class*=owl-] i {
  color: #666666;
}
.carousel .owl-carousel .owl-nav [class*=owl-]:hover i {
  color: #fff;
}
.carousel .owl-carousel .owl-nav [class*=owl-].owl-prev {
  left: -5px;
}
.carousel .owl-carousel .owl-nav [class*=owl-].owl-next {
  right: -5px;
}
.carousel .owl-carousel .owl-nav .disabled {
  display: none !important;
}
.carousel .owl-carousel .product-item {
  margin: 2px;
}

.bg-blue-smart .owl-carousel .owl-dots .owl-dot span {
  background: #fff;
}
.bg-blue-smart .owl-carousel .owl-dots .owl-dot.active span {
  border: 1px solid #fff;
}

#slider#slider,
#slider .owl-stage-outer {
  height: 450px;
  overflow: hidden;
}
#slider .owl-half-slider .item > a {
  display: block;
}
#slider .owl-half-slider .item.gradient::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  z-index: 1;
}
#slider .owl-half-slider .item.gradient > .grid-container {
  position: relative;
  z-index: 2;
}
#slider .owl-half-slider .item .grid-container .grid-x {
  height: 450px;
}
#slider .owl-half-slider .item.owl-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#slider .owl-half-slider .item .title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.3;
  display: block;
}
#slider .owl-half-slider .item .title span {
  padding: 0.3rem 0.6rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media print, screen and (max-width: 63.99875em) {
  #slider .owl-half-slider .item .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
#slider .owl-half-slider .item .subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 0.3rem 0.6rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#slider .owl-half-slider .owl-dots {
  bottom: 30px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  margin-top: 0 !important;
}

/* half slider */
.owl-half-slider .owl-title {
  width: 50%;
  line-height: 40px;
  font-size: 25px;
}

.owl-half-slider .container {
  min-height: 710px;
}

/* ===================================
    Loader
====================================== */
.loader-mark {
  width: 100% !important;
}

.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.8s infinite ease-in-out;
  animation: loader 1.8s infinite ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: gray;
  font-size: 6px;
  margin: 20px auto 0;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.8s infinite ease-in-out;
  animation: loader 1.8s infinite ease-in-out;
}
.loader.active {
  opacity: 1;
  visibility: visible;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

@-webkit-keyframes loader {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loader {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*@media screen and (max-width: 26.56125em) {
	//ABOUT-PAGE;
	.small-margin-top-25{margin-top: 25px;}
	.small-margin-40{margin-top: 40px; margin-bottom: 40px;}
	.small-no-margin-bottom{margin-bottom: 0 !important}
	.small-padding-40{padding-top: 40px; padding-bottom: 40px; }
	//
}*/
/*
@media screen and (min-width: 48em) {
  // Medium and up styles
}
@media screen and (min-width: 48em) and  {
  // Medium to extra large styles
}

.element {
// Only affects medium screens and larger
	@include breakpoint(medium){

	}
// Only affects medium screens and smaller
	@include breakpoint(medium down){

	}
// Only affects medium screens, not small or large
	@include breakpoint(medium only){

	}
}
*/
