@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .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: 0;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatintent=mouse] *,
[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}
[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
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;
  -webkit-overflow-scrolling: touch;
}
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 {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[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 #8a8a8a;
  background-color: #fefefe;
  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: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.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: #0a0a0a;
  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 #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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>');
}
@media screen and (min-width: 0\fffd) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  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: rgb(249, 236.1, 234.1);
}
.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,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p {
  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:
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    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: 40em) {
  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: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
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 {
  line-height: 1.6;
  color: #8a8a8a;
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  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: #0a0a0a;
}
.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 {
  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: "\2014  ";
}
.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family:
    Consolas,
    "Liberation Mono",
    Courier,
    monospace;
  font-weight: normal;
  color: #0a0a0a;
  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: #0a0a0a;
  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: 40em) {
  .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;
    print-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,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.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(254, 254, 254, 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 {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: fixed;
}
[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(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: absolute;
}
[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(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  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(10, 10, 10, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  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(10, 10, 10, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  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(10, 10, 10, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  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(10, 10, 10, 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: 40em) {
  .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: 40em) {
  .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;
  -webkit-overflow-scrolling: touch;
}
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(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .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: 39.99875em) {
  .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: #0a0a0a;
  color: #fefefe;
  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 {
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.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 {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .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: 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: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 300ms !important;
}
.long-delay {
  transition-delay: 700ms !important;
}
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}
.infinite {
  animation-iteration-count: infinite;
}
.slow {
  animation-duration: 750ms !important;
}
.fast {
  animation-duration: 250ms !important;
}
.linear {
  animation-timing-function: linear !important;
}
.ease {
  animation-timing-function: ease !important;
}
.ease-in {
  animation-timing-function: ease-in !important;
}
.ease-out {
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  animation-delay: 300ms !important;
}
.long-delay {
  animation-delay: 700ms !important;
}
.vulkano-webcomponent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.vulkano-webcomponent .frame {
  width: 80%;
  max-width: 900px;
  margin-top: 60px;
}
.vulkano-webcomponent .frame .tittle {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(200%);
}
@media (min-width: 360px) {
  .vulkano-webcomponent .frame {
    margin-top: 30px;
  }
}
@media (min-width: 520px) {
  .vulkano-webcomponent .frame {
    margin-top: 40px;
  }
}
@media (min-width: 750px) {
  .vulkano-webcomponent .frame {
    margin-top: 60px;
  }
}
.vulkano-webcomponent .frame .bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 10px;
}
.vulkano-webcomponent .frame .bottom img {
  height: auto;
  max-width: 100%;
}
.vulkano-webcomponent .frame .cru {
  width: clamp(120px, 30vw, 370px);
}
.vulkano-webcomponent .frame .dis {
  width: clamp(100px, 22vw, 270px);
}
.vulkano-webcomponent .frame .world {
  width: clamp(100px, 22vw, 270px);
}
.vulkano-webcomponent .frame .divider {
  width: 1px;
  height: 70px;
  background-color: white;
}
@media (max-width: 700px) {
  .vulkano-webcomponent .frame .divider {
    height: 50px;
  }
}
@media (max-width: 500px) {
  .vulkano-webcomponent .frame .divider {
    height: 30px;
  }
}
.vulkano-webcomponent hr {
  border: 0.5px solid #4767c5;
  width: -webkit-fill-available;
}
.vulkano-webcomponent a {
  font-family: "Avenir";
  text-decoration: underline;
  color: #FFFFFF;
}
.vulkano-webcomponent a:hover {
  color: #eae6e6;
}
.vulkano-webcomponent .logo img {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 1s ease, visibility 1s ease;
}
.vulkano-webcomponent .logo img.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.vulkano-webcomponent .ty-page {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 360px) {
  .vulkano-webcomponent .ty-page {
    max-width: 365px;
  }
}
@media (min-width: 520px) {
  .vulkano-webcomponent .ty-page {
    max-width: 480px;
  }
}
@media (min-width: 750px) {
  .vulkano-webcomponent .ty-page {
    max-width: 630px;
  }
}
.vulkano-webcomponent .ty-page .title-1 {
  color: #DFE94F;
  font-size: 22px;
  font-weight: 900;
}
@media (min-width: 360px) {
  .vulkano-webcomponent .ty-page .title-1 {
    font-size: 20px;
  }
}
@media (min-width: 430px) {
  .vulkano-webcomponent .ty-page .title-1 {
    font-size: 22px;
  }
}
.vulkano-webcomponent .ty-page .registered {
  font-size: 12px;
  vertical-align: super;
  margin-left: 2px;
}
.vulkano-webcomponent .ty-page ul {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.vulkano-webcomponent .ty-text {
  color: #DFE94F;
  font-size: 40px;
}
.vulkano-webcomponent .sweepstake-controller {
  margin-top: 40px;
}
.vulkano-webcomponent .laliga-footer {
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 800px;
}
.vulkano-webcomponent .laliga-footer .footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.vulkano-webcomponent .laliga-footer .substar,
.vulkano-webcomponent .laliga-footer .abtitle {
  justify-self: center;
  text-align: center;
  margin: 10px 0 30px;
}
.vulkano-webcomponent .laliga-footer .substar {
  margin: 10px 0 7px;
}
.vulkano-webcomponent .laliga-footer .abrules {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  z-index: 0;
  width: 100%;
  max-width: 271px;
  margin: 7px auto 20px;
}
@media (min-width: 360px) {
  .vulkano-webcomponent .laliga-footer .abrules {
    font-size: 16px;
    max-width: 297px;
  }
}
@media (min-width: 768px) {
  .vulkano-webcomponent .laliga-footer .abrules {
    max-width: 630px;
    margin: 15px auto 20px;
  }
}
@media (min-width: 1024px) {
  .vulkano-webcomponent .laliga-footer .abrules {
    font-size: 15px;
    max-width: 457px;
  }
}
@media (min-width: 1280px) {
  .vulkano-webcomponent .laliga-footer .abrules {
    font-size: 16px;
    max-width: 560px;
  }
}
@media (min-width: 1366px) {
  .vulkano-webcomponent .laliga-footer .abrules {
    max-width: 630px;
  }
}
@media (min-width: 1440px) {
  .vulkano-webcomponent .laliga-footer .abrules {
    max-width: 630px;
  }
}
.vulkano-webcomponent .laliga-footer .abrules a {
  font-family: "Avenir";
  text-decoration: underline;
  font-weight: 600;
  color: #FFFFFF;
}
.vulkano-webcomponent .laliga-footer .abrules a:hover {
  color: #eae6e6;
}
.vulkano-webcomponent .laliga-footer .abrules b {
  font-family: "Avenir Bold";
  font-weight: 700;
  font-style: normal;
}
.vulkano-webcomponent .laliga-footer .disney-cards {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-gap: 25px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .vulkano-webcomponent .laliga-footer .disney-cards {
    grid-template-columns: auto auto;
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .vulkano-webcomponent .laliga-footer .disney-cards {
    padding: 0 20px;
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  .vulkano-webcomponent .laliga-footer .disney-cards {
    grid-gap: 20px;
  }
}
@media (min-width: 1366px) {
  .vulkano-webcomponent .laliga-footer .disney-cards {
    grid-gap: 25px;
  }
}
.vulkano-webcomponent .laliga-footer .disney-cards .card {
  width: 100%;
  max-width: 272px;
  height: auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  background: none;
}
@media (min-width: 360px) {
  .vulkano-webcomponent .laliga-footer .disney-cards .card {
    max-width: 320px;
  }
}
@media (min-width: 411px) {
  .vulkano-webcomponent .laliga-footer .disney-cards .card {
    max-width: 360px;
  }
}
.vulkano-webcomponent .laliga-footer .disney-cards .card img {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 411px) {
  .vulkano-webcomponent .laliga-footer .disney-cards .card img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .vulkano-webcomponent .laliga-footer .disney-cards .card img {
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .vulkano-webcomponent .laliga-footer .disney-cards .card img {
    max-width: 280px;
  }
}
@media (min-width: 1366px) {
  .vulkano-webcomponent .laliga-footer .disney-cards .card img {
    max-width: 300px;
  }
}
.vulkano-webcomponent .laliga-footer .disney-cards .card .card-text {
  position: absolute;
  bottom: 3px;
  transition: bottom 0.4s ease;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: rgba(222, 238, 255, 0.6);
  display: grid;
  grid-template-columns: 1fr;
}
.vulkano-webcomponent .laliga-footer .disney-cards .card .a-div {
  width: 100%;
  align-self: center;
  text-decoration: none;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 11.5px;
  display: grid;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C2153;
  line-height: 15.6px;
}
.vulkano-webcomponent .laliga-footer .disney-cards .card .a-div div {
  justify-self: end;
  margin-right: 5px;
}
.vulkano-webcomponent .laliga-footer .disney-cards .card .zoom-image {
  transition: transform 0.4s ease;
}
.vulkano-webcomponent .laliga-footer .disney-cards .card .card-text2 {
  position: absolute;
  bottom: 3px;
  transition: bottom 0.4s ease;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: rgba(222, 238, 255, 0.6);
  display: grid;
  grid-template-columns: 1fr;
}
.vulkano-webcomponent .laliga-footer .disney-cards .card .card-text2 .a-div2 {
  width: 100%;
  align-self: center;
  text-decoration: none;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  font-size: 11.2px;
  display: grid;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C2153;
  line-height: 15.6px;
}
.vulkano-webcomponent .laliga-footer .disney-cards .card .card-text2 .a-div2 div {
  justify-self: end;
  margin-right: 1px;
}
.vulkano-webcomponent .laliga-footer .disney-cards .card:hover .zoom-image {
  transform: scale(1.05);
}
.vulkano-webcomponent .laliga-footer .disney-cards .card:hover .card-text,
.vulkano-webcomponent .laliga-footer .disney-cards .card:hover .card-text2 {
  transition: bottom 0.3s ease;
  bottom: 0;
}
@media (min-width: 768px) {
  .vulkano-webcomponent .laliga-footer .canada {
    width: 500px;
  }
}
.vulkano-webcomponent .laliga-footer .footer-links {
  display: grid;
  margin: 80px auto 50px;
  font-style: normal;
}
@media (min-width: 360px) {
  .vulkano-webcomponent .laliga-footer .footer-links {
    margin: 35px auto 60px;
  }
}
@media (min-width: 768px) {
  .vulkano-webcomponent .laliga-footer .footer-links {
    margin: 55px auto 60px;
  }
}
@media (min-width: 1024px) {
  .vulkano-webcomponent .laliga-footer .footer-links {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .vulkano-webcomponent .laliga-footer .footer-links {
    width: 100%;
  }
}
.vulkano-webcomponent .laliga-footer .footer-links ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  grid-auto-flow: row;
  align-items: center;
}
@media (min-width: 768px) {
  .vulkano-webcomponent .laliga-footer .footer-links ul {
    flex-flow: row wrap;
    align-items: center;
  }
}
.vulkano-webcomponent .laliga-footer .footer-links ul li {
  position: relative;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  margin: 3px 0;
}
.vulkano-webcomponent .laliga-footer .footer-links ul li a {
  font-family: "Avenir";
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
}
.vulkano-webcomponent .laliga-footer .footer-links ul li a:hover {
  color: rgb(229.5, 229.5, 229.5);
  text-decoration: underline;
}
.vulkano-webcomponent .laliga-footer .footer-links ul li:nth-child(5) {
  display: grid;
  grid-template-columns: 30px 150px;
  margin: 9px auto;
}
.vulkano-webcomponent .laliga-footer .footer-links ul li:nth-child(5) div {
  align-self: start;
}
.vulkano-webcomponent .laliga-footer .footer-links ul li:nth-child(5) a {
  line-height: 18px;
}
@media (min-width: 768px) {
  .vulkano-webcomponent .laliga-footer .footer-links ul li:nth-child(5) {
    position: relative;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
    margin: 3px 0;
  }
}
.vulkano-webcomponent .laliga-footer .footer-links label {
  font-family: "Avenir";
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
.vulkano-webcomponent .laliga-footer .footer-links__divider {
  background: url(/img/mikey.png) no-repeat center center;
  background-size: 20px 15px;
  background-repeat: no-repeat;
  width: 25px;
  height: 17px;
  margin: 0px 8px 0;
}
.vulkano-webcomponent .laliga-footer .disney-footer {
  margin: 20px auto 0;
  justify-self: center;
}
@media (min-width: 768px) {
  .vulkano-webcomponent .laliga-footer .disney-footer {
    width: 120px;
  }
}
.content-form-oneid {
  margin: 0 auto;
  text-align: center;
}
.content-form-oneid .oneid-title {
  max-width: 390px;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (min-width: 320px) {
  .content-form-oneid .oneid-title {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    max-width: 280px;
  }
}
@media (min-width: 511px) {
  .content-form-oneid .oneid-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .content-form-oneid .oneid-title {
    max-width: 390px;
  }
}
.content-form-oneid #oneid-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.content-form-oneid #oneid-content input[type=text] {
  width: 280px;
  border: none !important;
  height: 39px;
  border-radius: 4px;
  padding: 12px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-form-oneid #oneid-content input[type=text] {
    width: 394px;
  }
}
.content-form-oneid #oneid-content input::placeholder {
  color: #0c1635;
}
.content-form-oneid #oneid-content .input-error-oneid {
  border-color: #FF4848 !important;
  border: 1px solid;
}
.content-form-oneid #oneid-content .check-input {
  display: grid;
  grid-template-columns: 0.5fr 23fr;
  align-items: flex-start;
}
.content-form-oneid #oneid-content .check-input label {
  text-align: left;
  margin-left: 9px;
  line-height: 22px;
  position: relative;
  color: #FFFFFF;
  margin-top: -2px;
  cursor: pointer;
}
.content-form-oneid #oneid-content .check-input:first-child {
  margin-bottom: 10px;
}
.content-form-oneid #oneid-content .check-input:first-child span {
  top: inherit;
}
.content-form-oneid #oneid-content .check-input input[type=checkbox] {
  accent-color: #FFFFFF;
  border: none !important;
}
.content-form-oneid #oneid-content .check-contain {
  width: 278px;
}
@media (min-width: 360px) {
  .content-form-oneid #oneid-content .check-contain {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .content-form-oneid #oneid-content .check-contain {
    width: 420px;
  }
}
.content-form-oneid #oneid-content .check-contain p {
  margin: 0;
  color: #FFFFFF;
  text-align: left;
  cursor: pointer;
}
.content-form-oneid #oneid-content .check-contain label.checkbox {
  display: grid !important;
  grid-template-columns: 20px auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  padding: 0;
}
.content-form-oneid #oneid-content .check-contain label.checkbox input {
  width: 24px;
  height: 24px;
  border: none !important;
}
.content-form-oneid #oneid-content .check-contain label.checkbox input[type=checkbox] {
  align-self: start;
  margin-top: 0;
}
.content-form-oneid #oneid-content .check-contain label.checkbox a {
  color: #FFFFFF;
}
.content-form-oneid #oneid-content .check-contain label.checkbox span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1rem;
  height: 1rem;
  background-color: #d4d7dc;
  border: none !important;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-form-oneid #oneid-content .check-contain label.checkbox.default {
  margin-right: 1rem;
  padding-left: 0.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
}
.content-form-oneid #oneid-content .check-contain label.checkbox.default input[type=checkbox]:focus ~ span {
  border: none !important;
}
.content-form-oneid #oneid-content .check-contain label.checkbox.default span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1rem;
  height: 1rem;
  background-color: #d4d7dc;
  border: none !important;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.content-form-oneid #oneid-content .check-contain .label-check {
  font-family: "Avenir" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #FFFFFF;
  margin-left: 12px;
  margin-right: 10px;
  text-align: left;
  line-height: 20px;
}
.content-form-oneid #oneid-content .check-contain .label-check a {
  text-decoration: underline;
}
.content-form-oneid #oneid-content .check-contain .label-check a:hover {
  color: #eae6e6;
}
.content-form-oneid #oneid-content .check-contain .label-check-error {
  color: #FF4848 !important;
  margin-left: 12px;
  text-align: left;
  line-height: 20px;
}
.content-form-oneid #oneid-content .check-contain .label-acheck-error {
  color: #FF4848 !important;
  text-align: left;
  line-height: 20px;
}
.content-form-oneid #oneid-content .text-error-oneid {
  bottom: -15px;
}
.content-form-oneid #oneid-content .btn-submit-oneid {
  font-family: "Avenir bold";
  text-align: center;
  border-radius: 2px;
  background: #DFE94F;
  text-decoration: none;
  width: 280px;
  height: 44px;
  margin: 25px auto 30px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.4px;
  font-weight: bolder;
  color: #016098;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .content-form-oneid #oneid-content .btn-submit-oneid {
    width: 394px;
    height: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
  }
}
.content-thank-padding {
  width: 100%;
  height: 150px;
}
.content-thank-oneid,
.content-view-date {
  text-align: center;
}
.content-thank-oneid image,
.content-view-date image {
  max-width: 100px;
}
.content-thank-oneid h2,
.content-view-date h2 {
  color: #DFE94F;
  font-size: 58px;
  margin: auto;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 60px;
}
@media (min-width: 360px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    width: 545px;
  }
}
@media (min-width: 1024px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    width: 500px;
  }
}
@media (min-width: 1366px) {
  .content-thank-oneid h2,
  .content-view-date h2 {
    width: 545px;
  }
}
.content-thank-oneid p,
.content-view-date p {
  color: #FFFFFF;
  font-size: 32px !important;
  width: 100%;
  max-width: 260px;
  margin: auto;
  margin-top: 10px !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-thank-oneid p,
  .content-view-date p {
    max-width: 266px;
    margin-top: 10px !important;
    margin-bottom: 40px;
  }
}
.content-thank-oneid p span,
.content-view-date p span {
  color: #F2B03C;
}
.content-thank-oneid .text-firstName,
.content-view-date .text-firstName {
  color: #101823;
  font-size: 18px;
}
.content-thank-oneid .btn-logout,
.content-view-date .btn-logout {
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
}
.content-thank-oneid .btn-thank-oneid,
.content-view-date .btn-thank-oneid {
  border-radius: 32px;
  border: 0.5px solid var(--stroke-white, #FFF);
  background:
    linear-gradient(
      180deg,
      #EDAE1A -16%,
      #FADF40 100%);
  width: 217px;
  height: 50px;
  color: #000C2D;
  border: none;
  border-radius: 60px;
  margin: 32px auto 50px;
}
.content-thank-oneid .contain-oneid.topbar,
.content-view-date .contain-oneid.topbar {
  margin-bottom: 30px;
}
.content-thank-oneid .oneid-share,
.content-view-date .oneid-share {
  display: grid;
  margin: 15px 0;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.content-thank-oneid .oneid-share :first-child,
.content-view-date .oneid-share :first-child {
  justify-self: end;
  margin-right: 10px;
}
.content-thank-oneid .oneid-share :last-child,
.content-view-date .oneid-share :last-child {
  justify-self: start;
  margin-left: 10px;
}
.rules {
  display: grid;
  justify-items: center;
  overflow-x: hidden;
  padding: 30px 15px 50px;
  box-sizing: border-box;
}
.rules-content {
  width: 100%;
  max-width: 1000px;
  margin: 50px 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.rules-content a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 700;
}
.rules-content a:hover {
  color: #FFFFFF;
  opacity: 0.6;
}
.rules-content * {
  max-width: 100%;
  box-sizing: border-box;
}
@font-face {
  font-family: "Avenir";
  src: url(/fonts/AvenirNextforINTUIT-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Bold";
  src: url(/fonts/AvenirNextforINTUIT-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.form-universal {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 290px !important;
  margin: 20px 0px;
}
.form-universal .style-label {
  margin-top: 12px !important;
}
.form-universal .style-input {
  margin-bottom: 0 !important;
}
.form-universal .radio-contain {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.form-universal .radio-contain .this_radioption {
  align-items: center;
  color: white;
}
.form-universal .radio-contain [type=radio] {
  visibility: hidden;
}
.form-universal .radio-contain [type=radio]::before {
  border: 1px solid white;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: block;
  content: " ";
  cursor: pointer;
  visibility: visible;
}
.form-universal .radio-contain [type=radio]:checked::before {
  border-color: white !important;
  border: 1px solid white;
  background-color: #C94179 !important;
}
.form-universal .radio-contain label {
  color: white;
  font-size: 0.8rem !important;
}
.form-universal .radio-contain .style-label {
  display: inline-block;
}
.form-universal .input-success {
  border-color: #C94179 !important;
  color: white;
}
.form-universal .icon-input {
  fill: white !important;
  width: 10px;
  height: 10px;
  top: 45px !important;
}
.form-universal span {
  color: #FFFFFF !important;
}
.form-universal p {
  color: #FFFFFF !important;
}
.form-universal p a {
  color: inherit;
  text-decoration: underline;
}
.form-universal input {
  color: white;
  background-color: transparent;
}
.form-universal input:focus {
  border-color: #C94179;
  box-shadow: none;
  background-color: transparent;
}
.form-universal .checkbox p {
  margin-left: 1rem !important;
}
.form-universal .cf-turnstile {
  margin-top: 40px !important;
}
.form-universal .check-contain label.checkbox.default span {
  margin-right: 100px !important;
  width: 24px !important;
  height: 24px !important;
  border: solid 1px !important;
  background-color: transparent !important;
}
.form-universal .check-contain label.checkbox.default input[type=checkbox]:checked + span {
  accent-color: #C94179 !important;
  background-color: #C94179 !important;
}
.form-universal .btn-default {
  color: white !important;
  background-color: #C94179 !important;
  border: none !important;
  border-radius: 30px !important;
  width: 30% !important;
  margin: auto;
  margin-bottom: 3rem;
}
.form-universal .text-disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}
.form-universal input:-webkit-autofill,
.form-universal textarea:-webkit-autofill,
.form-universal select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px inherit inset !important;
  box-shadow: 0 0 0 1000px inherit inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 9999s ease-in-out 0s;
}
@media (min-width: 320px) {
  .form-universal {
    max-width: 300px !important;
  }
  .form-universal .btn-default {
    width: 80% !important;
  }
}
@media (min-width: 411px) {
  .form-universal {
    max-width: 400px !important;
  }
  .form-universal .btn-default {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .form-universal {
    max-width: 650px !important;
  }
  .form-universal .btn-default {
    width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .form-universal {
    max-width: 770px !important;
  }
  .form-universal .btn-default {
    width: 50% !important;
  }
}
.container-loader {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 140px;
}
.container-loader h5 {
  color: white;
  font-size: 22px;
}
.container-loader .loader-animate {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 32px 0 #fff, -32px 0 #fff;
  position: relative;
  animation: flash-animate 0.5s ease-out infinite alternate;
  display: block;
}
@keyframes flash-animate {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 #FFF;
  }
  50% {
    background-color: #FFF;
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 #FFF, -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
body {
  background: #0052D6;
}
/*# sourceMappingURL=style.css.map */
