@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import "https://use.typekit.net/jxo1jys.css";
/*! 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=34.4375em&large=48em&xlarge=80em&xxlarge=90em&xxxlarge=120.0625em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: taviraj, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.2375rem;
  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.3;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 #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] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

:-ms-input-placeholder {
  color: #cacaca;
}

::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.3;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      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: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      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;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      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.2375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  color: #0a0a0a;
  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 #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: #f9ecea;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.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.5;
  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: owners, 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: 34.4375em) {
  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: var(--paragraph-color);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: var(--secondary-color);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1640px;
  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.5;
}

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.5;
  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: "— ";
}

.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: 34.4375em) {
  .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: 48em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 120.0625em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-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,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 1640px;
  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: 1.875rem;
  padding-left: 1.875rem;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
.cell.shrink {
  -ms-flex: 0 0 auto;
      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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 34.4375em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 80em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
        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 {
  -ms-flex: 0 0 auto;
      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: 34.4375em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        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: 48em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        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%;
  }
}
@media screen and (min-width: 80em) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-x > .xxxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxxlarge-12, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxxlarge-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: -1.875rem;
  margin-right: -1.875rem;
}
@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% - 3.75rem);
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
@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% - 3.75rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 3.75rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 3.75rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 3.75rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 3.75rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 3.75rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 3.75rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 3.75rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 3.75rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 3.75rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 3.75rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 3.75rem);
}
@media print, screen and (min-width: 34.4375em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3.75rem);
  }
}
@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 > .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);
  }
  .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);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-margin-x > .xxxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
@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: -1.875rem;
  margin-left: -1.875rem;
}
@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: 1.875rem;
  padding-left: 1.875rem;
}
@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: 34.4375em) {
  .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: 48em) {
  .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%;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 120.0625em) {
  .xxxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 3.75rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 34.4375em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
}
@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.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);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxxlarge-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: 34.4375em) {
  .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: 48em) {
  .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%;
  }
}
@media screen and (min-width: 80em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120.0625em) {
  .small-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxxlarge-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: 34.4375em) {
  .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: 34.4375em) {
  .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: 34.4375em) {
  .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: 48em) {
  .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 screen and (min-width: 80em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 120.0625em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%;
  }
}

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

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

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

@media screen and (min-width: 80em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media screen and (min-width: 120.0625em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxxlarge-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% + 3.75rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 34.4375em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media print, screen and (min-width: 48em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 80em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 120.0625em) {
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xxxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xxxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xxxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xxxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xxxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xxxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xxxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xxxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 34.4375em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 80em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
        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 {
  -ms-flex: 0 0 auto;
      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: 34.4375em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -ms-flex: 0 0 auto;
        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: 48em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -ms-flex: 0 0 auto;
        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%;
  }
}
@media screen and (min-width: 80em) {
  .grid-y > .xlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-y > .xxxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxxlarge-12, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}
@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: 1.875rem;
  padding-bottom: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}
@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% - 3.75rem);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@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% - 3.75rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 3.75rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 3.75rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 3.75rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 3.75rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 3.75rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 3.75rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 3.75rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 3.75rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 3.75rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 3.75rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 3.75rem);
}
@media print, screen and (min-width: 34.4375em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
}
@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 > .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);
  }
  .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);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 34.4375em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        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: 48em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        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;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 120.0625em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .xxxlarge-grid-frame {
    width: 100%;
  }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxxlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .xxxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 34.4375em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 80em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-y.xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 34.4375em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 80em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 120.0625em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}
@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% - 3.75rem);
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@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% - 3.75rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 3.75rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 3.75rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 3.75rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 3.75rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 3.75rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 3.75rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 3.75rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 3.75rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 3.75rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 3.75rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 3.75rem);
}
@media print, screen and (min-width: 34.4375em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
}
@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 > .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);
  }
  .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);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-margin-y > .xxxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 3.75rem);
}
@media print, screen and (min-width: 34.4375em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 34.4375em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 80em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 120.0625em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  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: 10px 0;
  border: 1px dotted #111111;
  border-bottom: 0;
  font-size: 100%;
  line-height: 1;
  color: #111111;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px dotted #111111;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.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: 10px 0;
  border: 1px dotted #111111;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px dotted #111111;
}

.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-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba 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-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba 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-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 {
  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(10, 10, 10, 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(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: 75%;
  transform: translateX(-75%);
}
@media print, screen and (min-width: 34.4375em) {
  .position-left {
    width: 75%;
    transform: translateX(-75%);
  }
}
@media print, screen and (min-width: 48em) {
  .position-left {
    width: 40%;
    transform: translateX(-40%);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-75%);
}
@media print, screen and (min-width: 34.4375em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-75%);
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-40%);
  }
}
.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(75%);
}
@media print, screen and (min-width: 34.4375em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(75%);
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(40%);
  }
}

.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: 75%;
  transform: translateX(75%);
}
@media print, screen and (min-width: 34.4375em) {
  .position-right {
    width: 75%;
    transform: translateX(75%);
  }
}
@media print, screen and (min-width: 48em) {
  .position-right {
    width: 40%;
    transform: translateX(40%);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(75%);
}
@media print, screen and (min-width: 34.4375em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(75%);
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(40%);
  }
}
.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(-75%);
}
@media print, screen and (min-width: 34.4375em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-75%);
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-40%);
  }
}

.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: 34.4375em) {
  .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: 75%;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 75%;
  }
  .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: 75%;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 75%;
  }
  .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: 75%;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 75%;
  }
  .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: 75%;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 75%;
  }
}
@media print, screen and (min-width: 48em) {
  .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: 40%;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 40%;
  }
  .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: 40%;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 40%;
  }
  .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: 40%;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 40%;
  }
  .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: 40%;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
@media screen and (min-width: 80em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 40%;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 40%;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 40%;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 40%;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 40%;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 40%;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 40%;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 40%;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 40%;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 40%;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 40%;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 40%;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 40%;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 40%;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
@media screen and (min-width: 120.0625em) {
  .position-left.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 40%;
  }
  .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-left: 40%;
  }
  .position-right.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 40%;
  }
  .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-right: 40%;
  }
  .position-top.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 40%;
  }
  .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-top: 40%;
  }
  .position-bottom.reveal-for-xxxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 40%;
  }
  .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-bottom: 40%;
  }
}
@media print, screen and (min-width: 34.4375em) {
  .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: 48em) {
  .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;
  }
}
@media screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 120.0625em) {
  .off-canvas.in-canvas-for-xxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxxlarge .close-button {
    display: none;
  }
}
.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

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

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

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

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

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

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

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

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

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

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

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

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

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

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

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

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

@media print, screen and (min-width: 34.4375em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media print, screen and (min-width: 48em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media screen and (min-width: 120.0625em) {
  .xxxlarge-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .xxxlarge-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .xxxlarge-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .xxxlarge-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .xxxlarge-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .xxxlarge-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 34.4375em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media screen and (min-width: 120.0625em) {
  .xxxlarge-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .xxxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .xxxlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 80em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) and (max-width: 120.06125em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 120.0625em) {
  .hide-for-xxxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 120.0625em) {
  .hide-for-xxxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 120.06125em) {
  .show-for-xxxlarge-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;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-flex-align: center;
      align-items: center;
  direction: ltr;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -ms-flex-align: center;
      align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: -ms-flexbox;
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -ms-flex-align: inherit;
      align-items: inherit;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.TitleTextButton-title, .TitleText-title.TitleText-titleBig, .SocialFeed-title, .Quickscan-title, .NumbersVertical-title, .NumbersBlock-title, .NewsOverview-headTitle, .LogoOverview-title, .LatestNews-headingTitle, .IntroBlock-title, .HeaderImage-text, .Faq-headTitle, .ErrorPage-title, .CasesShortOverview-headTitle, .CampaignSlider-title, .BrandSlider-title, .BrandOverview-subtitle, .Banner-title { /* stylelint-disable-line scss/percent-placeholder-pattern */
  margin-bottom: 1.5625rem;
  font-family: owners, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .TitleTextButton-title, .TitleText-title.TitleText-titleBig, .SocialFeed-title, .Quickscan-title, .NumbersVertical-title, .NumbersBlock-title, .NewsOverview-headTitle, .LogoOverview-title, .LatestNews-headingTitle, .IntroBlock-title, .HeaderImage-text, .Faq-headTitle, .ErrorPage-title, .CasesShortOverview-headTitle, .CampaignSlider-title, .BrandSlider-title, .BrandOverview-subtitle, .Banner-title {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 80em) {
  .TitleTextButton-title, .TitleText-title.TitleText-titleBig, .SocialFeed-title, .Quickscan-title, .NumbersVertical-title, .NumbersBlock-title, .NewsOverview-headTitle, .LogoOverview-title, .LatestNews-headingTitle, .IntroBlock-title, .HeaderImage-text, .Faq-headTitle, .ErrorPage-title, .CasesShortOverview-headTitle, .CampaignSlider-title, .BrandSlider-title, .BrandOverview-subtitle, .Banner-title {
    font-size: 3.75rem;
  }
}

.TitleOnly-title, .TitleListButton-title, .NumbersBlock-subtitle, .NewsOverview-title, .MetaInfo-title, .LatestNews-title, .IntroBlock-text, .ErrorPage-text, .CasesOverview-title { /* stylelint-disable-line scss/percent-placeholder-pattern */
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 48em) {
  .TitleOnly-title, .TitleListButton-title, .NumbersBlock-subtitle, .NewsOverview-title, .MetaInfo-title, .LatestNews-title, .IntroBlock-text, .ErrorPage-text, .CasesOverview-title {
    font-size: 2.1875rem;
  }
}

.SocialFeed-title, .NumbersBlock-title, .NumbersBlock-subtitle, .NewsOverview-title, .CampaignSlider-title, .BrandSlider-title, .BrandOverview-subtitle { /* stylelint-disable-line scss/percent-placeholder-pattern */
  text-align: center;
}

.Hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  border-radius: 4px;
  background-color: transparent;
}
.Hamburger:focus {
  outline: 0;
}
.Hamburger.js-active {
  background-color: transparent;
  border-right: 1px solid transparent;
}
.Hamburger.js-active .Hamburger-inner {
  transform: rotate(0deg);
}
.Hamburger.js-active .Hamburger-inner::before {
  top: -0.4375rem;
  opacity: 1;
}
.Hamburger.js-active .Hamburger-inner::after {
  bottom: -0.4375rem;
  transform: rotate(0deg);
}

.Header-toggleWrapper {
  float: right;
}

.Hamburger-box {
  width: 40px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.Hamburger-inner {
  display: block;
  top: 50%;
}
.Hamburger-inner, .Hamburger-inner::before, .Hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: var(--primary-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.Hamburger-inner::before, .Hamburger-inner::after {
  content: "";
  display: block;
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.Hamburger-inner::before {
  top: 6px;
  transition-property: top, opacity;
  height: 2px;
}
.Hamburger-inner::after {
  bottom: 6px;
  transition-property: bottom, transform;
  height: 2px;
}

.Hamburger--squeeze.js-active .Hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.Hamburger--squeeze.js-active .Hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.Hamburger--squeeze.js-active .Hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.Hamburger--squeeze .Hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Hamburger--squeeze .Hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.Hamburger--squeeze .Hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.BackgroundColor {
  margin-top: -0.0625rem;
}

.BackgroundColor--transparent {
  background-color: var(--white);
}

.BackgroundColor--yellow {
  background-color: var(--primary-color);
}

.BackgroundColor--brown {
  background-color: var(--secondary-color);
}

.BackgroundColor--blue {
  background-color: var(--tertiary-color);
}

.BackgroundColor--grey {
  background-color: var(--fifth-color);
}

.BackgroundColor--black {
  background-color: var(--fourth-color);
}

.BackgroundColor--whiteYellow {
  background: var(--white);
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--white) 50%, var(--white) 100%);
}

.BackgroundColor--whiteBrown {
  background: var(--white);
  background: linear-gradient(0deg, var(--secondary-color) 0%, var(--secondary-color) 50%, var(--white) 50%, var(--white) 100%);
}

.BackgroundColor--whiteBlue {
  background: var(--white);
  background: linear-gradient(0deg, var(--tertiary-color) 0%, var(--tertiary-color) 50%, var(--white) 50%, var(--white) 100%);
}

.BackgroundColor--whiteGrey {
  background: var(--white);
  background: linear-gradient(0deg, var(--fifth-color) 0%, var(--fifth-color) 50%, var(--white) 50%, var(--white) 100%);
}

.BackgroundColor--whiteBlack {
  background: var(--white);
  background: linear-gradient(0deg, var(--fourth-color) 0%, var(--fourth-color) 50%, var(--white) 50%, var(--white) 100%);
}

.BackgroundColor--yellowWhite {
  background: var(--primary-color);
  background: linear-gradient(0deg, var(--white) 0%, var(--white) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
}

.BackgroundColor--yellowBrown {
  background: var(--primary-color);
  background: linear-gradient(0deg, var(--secondary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
}

.BackgroundColor--yellowBlue {
  background: var(--primary-color);
  background: linear-gradient(0deg, var(--tertiary-color) 0%, var(--tertiary-color) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
}

.BackgroundColor--yellowGrey {
  background: var(--primary-color);
  background: linear-gradient(0deg, var(--fifth-color) 0%, var(--fifth-color) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
}

.BackgroundColor--yellowBlack {
  background: var(--primary-color);
  background: linear-gradient(0deg, var(--fourth-color) 0%, var(--fourth-color) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
}

.BackgroundColor--brownWhite {
  background: var(--secondary-color);
  background: linear-gradient(0deg, var(--white) 0%, var(--white) 50%, var(--secondary-color) 50%, var(--secondary-color) 100%);
}

.BackgroundColor--brownYellow {
  background: var(--secondary-color);
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--secondary-color) 50%, var(--secondary-color) 100%);
}

.BackgroundColor--brownBlue {
  background: var(--secondary-color);
  background: linear-gradient(0deg, var(--tertiary-color) 0%, var(--tertiary-color) 50%, var(--secondary-color) 50%, var(--secondary-color) 100%);
}

.BackgroundColor--brownGrey {
  background: var(--secondary-color);
  background: linear-gradient(0deg, var(--fifth-color) 0%, var(--fifth-color) 50%, var(--secondary-color) 50%, var(--secondary-color) 100%);
}

.BackgroundColor--brownBlack {
  background: var(--secondary-color);
  background: linear-gradient(0deg, var(--fourth-color) 0%, var(--fourth-color) 50%, var(--secondary-color) 50%, var(--secondary-color) 100%);
}

.BackgroundColor--blueWhite {
  background: var(--tertiary-color);
  background: linear-gradient(0deg, var(--white) 0%, var(--white) 50%, var(--tertiary-color) 50%, var(--tertiary-color) 100%);
}

.BackgroundColor--blueYellow {
  background: var(--tertiary-color);
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--tertiary-color) 50%, var(--tertiary-color) 100%);
}

.BackgroundColor--blueBrown {
  background: var(--tertiary-color);
  background: linear-gradient(0deg, var(--secondary-color) 0%, var(--secondary-color) 50%, var(--tertiary-color) 50%, var(--tertiary-color) 100%);
}

.BackgroundColor--blueGrey {
  background: var(--tertiary-color);
  background: linear-gradient(0deg, var(--fifth-color) 0%, var(--fifth-color) 50%, var(--tertiary-color) 50%, var(--tertiary-color) 100%);
}

.BackgroundColor--blueBlack {
  background: var(--tertiary-color);
  background: linear-gradient(0deg, var(--fourth-color) 0%, var(--fourth-color) 50%, var(--tertiary-color) 50%, var(--tertiary-color) 100%);
}

.BackgroundColor--greyWhite {
  background: var(--fifth-color);
  background: linear-gradient(0deg, var(--white) 0%, var(--white) 50%, var(--fifth-color) 50%, var(--fifth-color) 100%);
}

.BackgroundColor--greyYellow {
  background: var(--fifth-color);
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--fifth-color) 50%, var(--fifth-color) 100%);
}

.BackgroundColor--greyBrown {
  background: var(--fifth-color);
  background: linear-gradient(0deg, var(--secondary-color) 0%, var(--secondary-color) 50%, var(--fifth-color) 50%, var(--fifth-color) 100%);
}

.BackgroundColor--greyBlue {
  background: var(--fifth-color);
  background: linear-gradient(0deg, var(--tertiary-color) 0%, var(--tertiary-color) 50%, var(--fifth-color) 50%, var(--fifth-color) 100%);
}

.BackgroundColor--greyBlack {
  background: var(--fifth-color);
  background: linear-gradient(0deg, var(--fourth-color) 0%, var(--fourth-color) 50%, var(--fifth-color) 50%, var(--fifth-color) 100%);
}

.BackgroundColor--blackWhite {
  background: var(--fourth-color);
  background: linear-gradient(0deg, var(--white) 0%, var(--white) 50%, var(--fourth-color) 50%, var(--fourth-color) 100%);
}

.BackgroundColor--blackYellow {
  background: var(--fourth-color);
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--fourth-color) 50%, var(--fourth-color) 100%);
}

.BackgroundColor--blackBrown {
  background: var(--fourth-color);
  background: linear-gradient(0deg, var(--secondary-color) 0%, var(--secondary-color) 50%, var(--fourth-color) 50%, var(--fourth-color) 100%);
}

.BackgroundColor--blackBlue {
  background: var(--fourth-color);
  background: linear-gradient(0deg, var(--tertiary-color) 0%, var(--tertiary-color) 50%, var(--fourth-color) 50%, var(--fourth-color) 100%);
}

.BackgroundColor--blackGrey {
  background: var(--fourth-color);
  background: linear-gradient(0deg, var(--fifth-color) 0%, var(--fifth-color) 50%, var(--fourth-color) 50%, var(--fourth-color) 100%);
}

.Button, .post-password-form input[type=submit] {
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  height: 2.25rem;
  overflow: hidden;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5rem 0.9375rem 0.375rem;
  border: solid 2px var(--primary-color);
  border-radius: 100px;
  background-color: var(--primary-color);
  font-family: owners, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: var(--fourth-color);
  outline: none;
}
.Button:before, .post-password-form input[type=submit]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  background-color: var(--fourth-color);
}
.Button:hover, .post-password-form input[type=submit]:hover, .Button:focus, .post-password-form input[type=submit]:focus {
  color: var(--primary-color);
}
.Button:hover:before, .post-password-form input[type=submit]:hover:before, .Button:hover:focus, .Button:focus:before, .post-password-form input[type=submit]:focus:before, .Button:focus:focus, .post-password-form input[type=submit]:focus:focus {
  transform: scaleX(1);
  color: var(--primary-color);
}
.Button.Button--header.Button--header, .post-password-form input.Button--header.Button--header[type=submit] {
  height: 2.25rem;
  padding: 0.5rem 0.9375rem 0.375rem;
  border: solid 2px var(--fourth-color);
  background-color: var(--fourth-color);
  font-size: 1rem;
  color: var(--white);
}
.Button.Button--header.Button--header:hover, .post-password-form input.Button--header.Button--header[type=submit]:hover, .Button.Button--header.Button--header:focus, .post-password-form input.Button--header.Button--header[type=submit]:focus {
  background-color: transparent;
  color: var(--white);
}
.Button.Button--header.Button--header.js-active, .post-password-form input.Button--header.Button--header.js-active[type=submit] {
  border: solid 2px var(--white);
}
.Button.Button--blackLined, .post-password-form input[type=submit] {
  border: 2px solid var(--fourth-color);
  background-color: transparent;
  color: var(--fourth-color);
}
.Button.Button--blackLined:hover, .post-password-form input[type=submit]:hover {
  color: var(--white);
}
.Button.Button--yellowLined, .post-password-form input.Button--yellowLined[type=submit] {
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.Button.Button--yellowLined:hover, .post-password-form input.Button--yellowLined[type=submit]:hover, .Button.Button--yellowLined:focus, .post-password-form input.Button--yellowLined[type=submit]:focus {
  color: var(--primary-color);
}
.Button.Button--yellowLined:before, .post-password-form input.Button--yellowLined[type=submit]:before {
  background-color: var(--fourth-color);
}
.Button.Button--whiteLined, .post-password-form input.Button--whiteLined[type=submit] {
  border: 2px solid var(--white);
  background-color: transparent;
  color: var(--white);
}
.Button.Button--whiteLined:hover, .post-password-form input.Button--whiteLined[type=submit]:hover, .Button.Button--whiteLined:focus, .post-password-form input.Button--whiteLined[type=submit]:focus {
  background-color: var(--white);
  color: var(--fourt-color);
}
.Button.Button--arrow, .post-password-form input.Button--arrow[type=submit] {
  border: none;
  background-color: transparent;
  color: var(--fourth-color);
}
.Button.Button--arrow .Button--arrowWrapper, .post-password-form input.Button--arrow[type=submit] .Button--arrowWrapper {
  display: -ms-flexbox;
  display: flex;
}
.Button.Button--arrow:hover, .post-password-form input.Button--arrow[type=submit]:hover, .Button.Button--arrow:focus, .post-password-form input.Button--arrow[type=submit]:focus {
  background-color: transparent;
  color: var(--fourth-color);
}
.Button.Button--arrow:hover .Button--arrowWrapper, .post-password-form input.Button--arrow[type=submit]:hover .Button--arrowWrapper, .Button.Button--arrow:focus .Button--arrowWrapper, .post-password-form input.Button--arrow[type=submit]:focus .Button--arrowWrapper {
  animation: slides-left-to-right 0.6s ease-out forwards;
}
.Button.Button--arrow:before, .post-password-form input.Button--arrow[type=submit]:before {
  content: none;
}
.Button.Button--blueLined, .post-password-form input.Button--blueLined[type=submit] {
  border: 2px solid var(--tertiary-color);
  background-color: transparent;
  color: var(--tertiary-color);
}
.Button.Button--blueLined:hover, .post-password-form input.Button--blueLined[type=submit]:hover, .Button.Button--blueLined:focus, .post-password-form input.Button--blueLined[type=submit]:focus {
  color: var(--white);
}
.Button.Button--blueLined:before, .post-password-form input.Button--blueLined[type=submit]:before {
  background-color: var(--tertiary-color);
}
.Button.Button--blueBackground, .post-password-form input.Button--blueBackground[type=submit] {
  border: 2px solid var(--fourth-color);
  background-color: transparent;
  color: var(--fourth-color);
}
.Button.Button--blueBackground:hover, .post-password-form input.Button--blueBackground[type=submit]:hover, .Button.Button--blueBackground:focus, .post-password-form input.Button--blueBackground[type=submit]:focus {
  border: 2px solid var(--tertiary-color);
  color: var(--white);
}
.Button.Button--blueBackground:before, .post-password-form input.Button--blueBackground[type=submit]:before {
  background-color: var(--tertiary-color);
}
.Button.Button--blackBorderWhiteFilled, .post-password-form input.Button--blackBorderWhiteFilled[type=submit] {
  border: 2px solid var(--fourth-color);
  background-color: transparent;
  color: var(--fourth-color);
}
.Button.Button--blackBorderWhiteFilled:hover, .post-password-form input.Button--blackBorderWhiteFilled[type=submit]:hover, .Button.Button--blackBorderWhiteFilled:focus, .post-password-form input.Button--blackBorderWhiteFilled[type=submit]:focus {
  border: 2px solid var(--white);
  color: var(--fourth-color);
}
.Button.Button--blackBorderWhiteFilled:before, .post-password-form input.Button--blackBorderWhiteFilled[type=submit]:before {
  background-color: var(--white);
}

@keyframes slides-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(100%);
    opacity: 0;
  }
  34% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.js-active {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  color: var(--paragraph-color);
}
body.js-videoActive {
  overflow-y: hidden;
}
body.js-active {
  overflow: hidden;
}

.u-pos--rel {
  position: relative;
}

.u-ptopBottom {
  padding: 3.125rem 0;
}
@media print, screen and (min-width: 48em) {
  .u-ptopBottom {
    padding: 6.25rem 0;
  }
}
@media screen and (min-width: 80em) {
  .u-ptopBottom {
    padding: 12.5rem 0;
  }
}

.u-ptopBottomSmall {
  padding: 2.5rem 0;
}
@media print, screen and (min-width: 48em) {
  .u-ptopBottomSmall {
    padding: 3.75rem 0;
  }
}
@media screen and (min-width: 80em) {
  .u-ptopBottomSmall {
    padding: 7.5rem 0;
  }
}

.u-ptop {
  padding-top: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .u-ptop {
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 80em) {
  .u-ptop {
    padding-top: 12.5rem;
  }
}

.u-ptopSmall {
  padding-top: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .u-ptopSmall {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 80em) {
  .u-ptopSmall {
    padding-top: 7.5rem;
  }
}

.u-pbottom {
  padding-bottom: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .u-pbottom {
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 80em) {
  .u-pbottom {
    padding-bottom: 12.5rem;
  }
}

.u-pbottomSmall {
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .u-pbottomSmall {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 80em) {
  .u-pbottomSmall {
    padding-bottom: 7.5rem;
  }
}

.u-mbottom {
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .u-mbottom {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 80em) {
  .u-mbottom {
    margin-bottom: 12.5rem;
  }
}

.u-mbottom--double {
  margin-bottom: 4.6875rem;
}
@media print, screen and (min-width: 48em) {
  .u-mbottom--double {
    margin-bottom: 9.375rem;
  }
}
@media screen and (min-width: 80em) {
  .u-mbottom--double {
    margin-bottom: 15.625rem;
  }
}

.u-mbottom--half {
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .u-mbottom--half {
    margin-bottom: 3.125rem;
  }
}

.u-textColor--white {
  color: var(--white);
}

.u-textColor--yellow {
  color: var(--primary-color);
}

.u-textColor--black {
  color: var(--fourth-color);
}

.u-textColor--brown {
  color: var(--secondary-color);
}

.InvertOrderMobile .cell { /* stylelint-disable-line selector-class-pattern */
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .InvertOrderMobile .cell {
    margin-bottom: 0;
  }
}
.InvertOrderMobile .cell:first-child {
  -ms-flex-order: 2;
      order: 2;
}
@media print, screen and (min-width: 48em) {
  .InvertOrderMobile .cell:first-child {
    -ms-flex-order: 1;
        order: 1;
  }
}
.InvertOrderMobile .cell:last-child {
  -ms-flex-order: 1;
      order: 1;
}
@media print, screen and (min-width: 48em) {
  .InvertOrderMobile .cell:last-child {
    -ms-flex-order: 2;
        order: 2;
  }
}

.fluid.fluid .grid-x .cell { /* stylelint-disable-line selector-class-pattern */
  padding: 0;
}

.u-mobileFullWidth {
  margin: 0 -1.875rem;
}
@media print, screen and (min-width: 48em) {
  .u-mobileFullWidth {
    margin: 0 auto;
  }
}

.GlobalWidth-wrapper {
  height: auto;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

.grecaptcha-badge { /* stylelint-disable-line selector-class-pattern */
  display: none !important;
}

.Banner-background {
  position: relative;
  height: 100%;
  min-height: 25rem;
  width: 100%;
  padding: 3.125rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 48em) {
  .Banner-background {
    min-height: 50rem;
  }
}
.Banner-background.Banner-backgroundTop {
  background-position: top center;
}
.Banner-background.Banner-backgroundCenter {
  background-position: center center;
}
.Banner-background.Banner-backgroundBottom {
  background-position: bottom center;
}
.Banner-background.Banner-backgroundRound {
  border-radius: 25px;
}

.Banner-title p {
  line-height: 1.1;
}

.Banner-content {
  position: absolute;
  max-width: 43.75rem;
}
@media print, screen and (min-width: 48em) {
  .Banner-content {
    top: 50%;
    left: auto;
    transform: translate(0, -50%);
    margin-left: 8.3333333333%; /* stylelint-disable-line number-max-precision */
  }
}
@media print, screen and (min-width: 48em) {
  .Banner-content.Banner-contentTopLeft, .Banner-content.Banner-contentTopRight, .Banner-content.Banner-contentBottomLeft, .Banner-content.Banner-contentBottomRight {
    top: 3.125rem;
    right: 3.125rem;
    left: 0;
    transform: none;
  }
}
@media screen and (min-width: 80em) {
  .Banner-content.Banner-contentTopLeft, .Banner-content.Banner-contentTopRight, .Banner-content.Banner-contentBottomLeft, .Banner-content.Banner-contentBottomRight {
    top: 6.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .Banner-content.Banner-contentTopLeft.Banner-contentTopRight, .Banner-content.Banner-contentTopRight.Banner-contentTopRight, .Banner-content.Banner-contentBottomLeft.Banner-contentTopRight, .Banner-content.Banner-contentBottomRight.Banner-contentTopRight {
    right: 0;
    left: auto;
    margin-right: 8.3333333333%; /* stylelint-disable-line number-max-precision */
    text-align: right;
  }
}
@media print, screen and (min-width: 48em) {
  .Banner-content.Banner-contentTopLeft.Banner-contentBottomLeft, .Banner-content.Banner-contentTopRight.Banner-contentBottomLeft, .Banner-content.Banner-contentBottomLeft.Banner-contentBottomLeft, .Banner-content.Banner-contentBottomRight.Banner-contentBottomLeft {
    top: auto;
    bottom: 3.125rem;
  }
}
@media screen and (min-width: 80em) {
  .Banner-content.Banner-contentTopLeft.Banner-contentBottomLeft, .Banner-content.Banner-contentTopRight.Banner-contentBottomLeft, .Banner-content.Banner-contentBottomLeft.Banner-contentBottomLeft, .Banner-content.Banner-contentBottomRight.Banner-contentBottomLeft {
    bottom: 6.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .Banner-content.Banner-contentTopLeft.Banner-contentBottomRight, .Banner-content.Banner-contentTopRight.Banner-contentBottomRight, .Banner-content.Banner-contentBottomLeft.Banner-contentBottomRight, .Banner-content.Banner-contentBottomRight.Banner-contentBottomRight {
    top: auto;
    right: 0;
    bottom: 3.125rem;
    left: auto;
    margin-right: 8.3333333333%; /* stylelint-disable-line number-max-precision */
    text-align: right;
  }
}
@media screen and (min-width: 80em) {
  .Banner-content.Banner-contentTopLeft.Banner-contentBottomRight, .Banner-content.Banner-contentTopRight.Banner-contentBottomRight, .Banner-content.Banner-contentBottomLeft.Banner-contentBottomRight, .Banner-content.Banner-contentBottomRight.Banner-contentBottomRight {
    bottom: 6.25rem;
  }
}
.Banner-content.Banner-contentCenter, .Banner-content.Banner-contentCenterAlignLeft {
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
}
.Banner-content.Banner-contentCenter {
  text-align: center;
}
@media print, screen and (max-width: 79.99875em) {
  .Banner-content.Banner-contentMobileTop {
    left: 1.25rem;
  }
}
@media print, screen and (max-width: 79.99875em) {
  .Banner-content.Banner-contentMobileCenter {
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 79.99875em) {
  .Banner-content.Banner-contentMobileBottom {
    bottom: 1.25rem;
    left: 1.25rem;
  }
}

.Banner-compass {
  position: absolute;
  top: 0.625rem;
  left: -7.5rem;
}

.Banner-imageWrapper {
  position: relative;
}

.BrandOverview-imageWrapper {
  height: 6.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .BrandOverview-imageWrapper {
    height: 10.625rem;
    margin-bottom: 3.125rem;
  }
}

.BrandOverview-image {
  height: 100%;
  max-height: 6.25rem;
  width: 100%;
  max-width: 6.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 48em) {
  .BrandOverview-image {
    max-height: 10.625rem;
    max-width: 18.75rem;
  }
}

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

.BrandOverview-brands {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 48em) {
  .BrandOverview-brands {
    margin-bottom: 7.5rem;
  }
}

.BrandOverview-evenRow {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .BrandOverview-evenRow {
    display: none;
  }
}
@media screen and (min-width: 80em) {
  .BrandOverview-evenRow {
    display: block;
  }
}

.BrandOverview-unevenRow {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .BrandOverview-unevenRow {
    display: block;
  }
}
@media screen and (min-width: 80em) {
  .BrandOverview-unevenRow {
    display: none;
  }
}

.BrandSlider-image {
  max-height: 9.375rem;
  width: auto;
  max-width: 60%;
  filter: grayscale(100%);
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .BrandSlider-image {
    max-height: 12.5rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 120.0625em) {
  .BrandSlider-image {
    max-width: 80%;
  }
}

.BrandSlider-wrapper {
  position: relative;
}
.BrandSlider-wrapper .swiper-wrapper { /* stylelint-disable-line selector-class-pattern */
  transition-timing-function: linear !important;
  -ms-flex-align: center;
      align-items: center;
}
.BrandSlider-wrapper .swiper-slide { /* stylelint-disable-line selector-class-pattern */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.BrandSlider-imageWrapper {
  width: 100%;
}

.CampaignSlider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.CampaignSlider-image {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.CampaignSlider-swiperWrapper {
  -ms-flex-align: center;
      align-items: center;
}

.CasesOverview-title {
  line-height: 1;
}

.CasesOverview-content {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .CasesOverview-content {
    margin-bottom: 4.6875rem;
  }
}

.CasesOverview-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.CasesOverview-imgWrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5625rem;
  border-radius: 25px;
  aspect-ratio: 1/1;
}

.CasesOverview-excerpt {
  margin-right: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .CasesOverview-excerpt {
    font-size: 1.25rem;
  }
}
.CasesOverview-excerpt p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .CasesOverview-contentWrapper {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
  }
}

.CasesOverview-buttonIcon {
  height: 0.4375rem;
  width: 3.75rem;
  margin: -0.3125rem 0 0 0.625rem;
  fill: var(--fourth-color);
  stroke: var(--fourth-color);
}

.CasesOverview-top {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .CasesOverview-top {
    margin-bottom: 5rem;
  }
}

.CasesOverview-text {
  max-width: 31.25rem;
  margin-left: 8.3333333333%; /* stylelint-disable-line number-max-precision */
  font-family: owners, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .CasesOverview-text {
    font-size: 1.875rem;
  }
}
.CasesOverview-text p {
  line-height: 1.2;
}

@media print, screen and (min-width: 34.4375em) {
  .CasesOverview-fullColumn {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 48em) {
  .CasesOverview-buttonWrapper {
    min-width: 10.625rem;
    margin: 0 1.875rem 0.125rem 0;
  }
}
@media screen and (min-width: 80em) {
  .CasesOverview-buttonWrapper {
    margin-right: 3.75rem;
  }
}

.CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}
.CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink .CasesOverview-img {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: auto;
  width: 100%;
}
.CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:hover .CasesOverview-img, .CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:focus .CasesOverview-img {
  transform: scale(1.1);
}
.CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:hover .CasesOverview-title, .CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:hover .CasesOverview-excerpt, .CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:hover .CasesOverview-buttonWrapper, .CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:focus .CasesOverview-title, .CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:focus .CasesOverview-excerpt, .CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:focus .CasesOverview-buttonWrapper {
  color: var(--tertiary-color);
}
.CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:hover .CasesOverview-buttonIcon, .CasesOverview-buttonCaseLink.CasesOverview-buttonCaseLink:focus .CasesOverview-buttonIcon {
  fill: var(--tertiary-color);
  stroke: var(--tertiary-color);
  animation: slides-left-to-right 0.6s ease-out forwards;
}

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

@keyframes slides-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(100%);
    opacity: 0;
  }
  66% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.CasesShortOverview-headTitle {
  padding: 0 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .CasesShortOverview-headTitle {
    padding: 0;
  }
}

.CasesShortOverview {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .CasesShortOverview {
    margin-bottom: 2.5rem;
  }
}

.CasesShortOverview-buttonIcon {
  margin: 0 0 0.0625rem 0.3125rem;
}

.CasesShortOverview-item {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  border-radius: 25px;
}
.CasesShortOverview-item:hover .CasesShortOverview-buttonIcon {
  animation: slides-left-to-right 0.6s ease-out forwards;
}

.CasesShortOverview-content {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  left: 1.25rem;
  z-index: 10;
  color: var(--white);
}

.CasesShortOverview-title {
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .CasesShortOverview-title {
    font-size: 1.5625rem;
  }
}

.CasesOverview-buttonCaseLink:hover .CasesOverview-titleCategorie, .CasesOverview-buttonCaseLink:hover .CasesOverview-buttonWrapper {
  color: var(--fourth-color);
}

.CasesShortOverview-excerpt {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 48em) {
  .CasesShortOverview-excerpt {
    font-size: 1.375rem;
  }
}
.CasesShortOverview-excerpt p {
  line-height: 1.3;
}

.CasesShortOverview-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.CasesShortOverview-buttonWrapper {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .CasesShortOverview-buttonWrapper {
    text-align: right;
  }
}

.CasesShortOverview-buttonCase {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
}

.CasesShortOverview-buttonCaseLink {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
}
.CasesShortOverview-buttonCaseLink:hover {
  color: var(--white);
}

.CasesShortOverview-link .CasesShortOverview-img {
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: auto;
  width: 100%;
}
.CasesShortOverview-link:hover .CasesShortOverview-img, .CasesShortOverview-link:focus .CasesShortOverview-img {
  transform: scale(1.2);
}

.CasesShortOverview-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0.3) 100%);
}

@keyframes slides-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(100%);
    opacity: 0;
  }
  66% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.ErrorPage-padding {
  padding: 6.25rem 0;
}
@media print, screen and (min-width: 48em) {
  .ErrorPage-padding {
    padding: 12.5rem 0;
  }
}

.ErrorPage-title {
  text-align: center;
  color: var(--white);
}

.ErrorPage-text {
  margin-bottom: 1.5625rem;
  text-align: center;
  color: var(--white);
}
@media print, screen and (min-width: 48em) {
  .ErrorPage-text {
    margin-bottom: 3.125rem;
  }
}

.ErrorPage-link {
  width: 100%;
  text-align: center;
}

.error404.error404.error404 { /* stylelint-disable-line selector-class-pattern */ }
.error404.error404.error404 .Menu-itemLink {
  transition: color 0.3s ease-in-out;
  color: var(--white);
}
.error404.error404.error404 .Menu-itemLink:after {
  background-color: var(--white);
}
.error404.error404.error404 .Menu-itemLink:hover, .error404.error404.error404 .Menu-itemLink:focus {
  color: var(--white);
}
.error404.error404.error404 .Header-logoLink svg path {
  fill: var(--white);
}
.error404.error404.error404 .Header-toggleText {
  color: var(--white);
}
.error404.error404.error404 .Header-toggleWrapper-dot {
  border: 2px solid var(--white);
}
.error404.error404.error404 .Menu-specialButton {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border: 2px solid var(--white);
  color: var(--white);
}
.error404.error404.error404 .Menu-specialButton:before {
  content: none;
}
.error404.error404.error404 .Menu-specialButton:hover, .error404.error404.error404 .Menu-specialButton:focus {
  background-color: var(--white);
  color: var(--fourth-color);
}
.error404.error404.error404 .Menu-menuButton {
  border: 2px solid var(--white);
}
.error404.error404.error404 .Menu-menuButton:hover, .error404.error404.error404 .Menu-menuButton:focus {
  background-color: var(--white);
}
.error404.error404.error404 .Menu-menuButton:hover .Header-toggleText, .error404.error404.error404 .Menu-menuButton:focus .Header-toggleText {
  color: var(--fourth-color);
}
.error404.error404.error404 .Menu-menuButton:hover .Header-toggleWrapper-dot, .error404.error404.error404 .Menu-menuButton:focus .Header-toggleWrapper-dot {
  border: 2px solid var(--fourth-color);
}

.Faq-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  border: none;
}

.Faq-accordion {
  margin-bottom: 0;
  margin-bottom: 3.75rem;
  background-color: transparent;
}
@media print, screen and (min-width: 48em) {
  .Faq-accordion {
    margin-bottom: 5rem;
  }
}

.Faq-question {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 1.25rem 0;
  border: none;
  border-top: 2px solid var(--fourth-color);
  font-family: owners, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .Faq-question {
    font-size: 1.5625rem;
  }
}
.Faq-question:hover, .Faq-question:focus {
  background-color: transparent;
  color: var(--fourth-color);
}
.Faq-question.u-textColor--white {
  border-top: 2px solid var(--white);
}
.Faq-question.u-textColor--white:hover, .Faq-question.u-textColor--white:focus {
  background-color: transparent;
  color: var(--white);
}
.Faq-question.Faq-question--white {
  border-top: 2px solid var(--white);
  color: var(--white);
}
.Faq-question:before {
  transform: translateY(-50%);
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .Faq-question:before {
    margin-top: 0.125rem;
  }
}

.Faq-answerSubtitle {
  margin-bottom: 1.5625rem;
  font-family: owners, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .Faq-answerSubtitle {
    font-size: 1.5625rem;
  }
}

.Faq-answerText {
  margin-bottom: 1.5625rem;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .Faq-answerText {
    font-size: 1.125rem;
  }
}
.Faq-answerText p {
  line-height: 1.3;
}
.Faq-answerText p:last-child {
  margin-bottom: 0;
}

.Faq-text--white {
  color: var(--white);
}

.Faq-answerSubtitle.Faq-answerSubtitle, .Faq-answerSubtitle.Faq-answerText, .Faq-answerText.Faq-answerSubtitle, .Faq-answerText.Faq-answerText, .Faq-answerButtonWrapper.Faq-answerSubtitle, .Faq-answerButtonWrapper.Faq-answerText {
  pointer-events: none;
}
@media print, screen and (min-width: 48em) {
  .Faq-answerSubtitle, .Faq-answerText, .Faq-answerButtonWrapper {
    position: relative;
    z-index: 10;
    width: 50%;
    float: right;
    margin-right: 3.125rem;
  }
}

.Faq-answer {
  border: none;
  background-color: transparent;
}
@media print, screen and (min-width: 48em) {
  .Faq-answer {
    position: relative;
    top: -3.125rem;
  }
}

.Faq-buttonWrapper {
  margin-top: 3.75rem;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .Faq-buttonWrapper {
    margin-top: 5rem;
  }
}

.Faq-answerButtonWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .Faq-answerButtonWrapper {
    margin-bottom: 3.125rem;
  }
}

.Faq-answerButton {
  margin: 0 0.625rem 0.625rem 0;
}

.ImageTitleTextButton-imageWrapper {
  margin-bottom: 1.5625rem;
}

:last-child:not(.is-active) > .accordion-title { /* stylelint-disable-line selector-class-pattern */
  border-bottom: none;
}

:last-child > .accordion-content:last-child { /* stylelint-disable-line selector-class-pattern */
  border-bottom: none;
}

.Footer {
  padding: 3.125rem 0 7.5rem;
  background-color: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .Footer {
    padding: 6.25rem 0 7.5rem;
  }
}
@media screen and (min-width: 80em) {
  .Footer {
    padding: 6.25rem 0;
  }
}

.FooterTop {
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .FooterTop {
    margin-bottom: 6.25rem;
  }
}

.Footer-logoLink {
  height: auto;
  width: 100%;
  max-width: 8.125rem;
  display: block;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .Footer-logoLink {
    max-width: 14.375rem;
    margin-bottom: 0;
  }
}

.Footer-menu {
  margin: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 48em) {
  .Footer-menu {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 80em) {
  .Footer-menu {
    margin-bottom: 0;
  }
}
.Footer-menu .Footer-menuItem {
  margin-bottom: 0.3125rem;
}
@media print, screen and (min-width: 48em) {
  .Footer-menu .Footer-menuItem {
    margin-bottom: 1.25rem;
  }
}
.Footer-menu .Footer-menuItemLink {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: var(--fourth-color);
}
@media print, screen and (min-width: 48em) {
  .Footer-menu .Footer-menuItemLink {
    font-size: 1.875rem;
  }
}
.Footer-menu .Footer-menuItemLink:hover, .Footer-menu .Footer-menuItemLink:focus {
  border-bottom: 2px solid var(--fourth-color);
}

.Footer-title {
  margin-bottom: 0;
  font-family: owners, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: var(--fourth-color);
}
@media print, screen and (min-width: 48em) {
  .Footer-title {
    margin-bottom: 0.625rem;
    font-size: 1.875rem;
  }
}

.Footer-text {
  margin-bottom: 3.125rem;
  font-size: 0.9375rem;
  font-weight: 300;
  color: var(--fourth-color);
}
@media print, screen and (min-width: 48em) {
  .Footer-text {
    font-size: 1.25rem;
  }
}
.Footer-text p {
  line-height: 1.3;
}
.Footer-text a {
  color: var(--fourth-color);
}
.Footer-text a:hover, .Footer-text a:focus {
  text-decoration: underline;
  color: var(--fourth-color);
}

.Footer-textInfo {
  margin-bottom: 1.25rem;
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: var(--fourth-color);
}
@media print, screen and (min-width: 48em) {
  .Footer-textInfo {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
.Footer-textInfo p {
  margin-bottom: 0;
  line-height: 1.3;
}

.Footer-titleWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media print, screen and (min-width: 48em) {
  .Footer-titleWrapper {
    display: block;
  }
}

.Footer-socialWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .Footer-socialWrapper {
    display: block;
    margin-bottom: 0;
  }
}

.Footer-socialsLink {
  margin-right: 0.625rem;
}
.Footer-socialsLink:last-child {
  margin-right: 0;
}

.Footer-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.FooterBottom-content {
  position: relative;
  text-align: center;
}

.FooterBottom-compass {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.FooterBottom-compassIcon {
  width: 6.25rem;
}

.FooterBottom-copyright {
  position: relative;
  z-index: 2;
  font-size: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .FooterBottom-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.FooterBottom-linkSeperate {
  padding: 0 0.3125rem;
  font-size: 0.9375rem;
}

.Footer-bottomLinkWrapper, .FooterBottom-title {
  position: relative;
  z-index: 2;
}

.FooterBottom-buttonLinks {
  font-size: 0.9375rem;
  color: var(--fourth-color);
}
.FooterBottom-buttonLinks:hover {
  text-decoration: underline;
  color: var(--fourth-color);
}

.Footer-socialsIconWrapper {
  position: relative;
}
.Footer-socialsIconWrapper:after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  transition: width 0.3s ease;
  height: 0.125rem;
  width: 0;
  background-color: var(--fourth-color);
}
.Footer-socialsIconWrapper:hover:after {
  width: 100%;
}

.Footer-form.Footer-form.Footer-form {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .Footer-form.Footer-form.Footer-form {
    margin-bottom: 1.875rem;
  }
}
.Footer-form.Footer-form.Footer-form .wpcf7-form { /* stylelint-disable-line selector-class-pattern */
  text-align: right;
}
.Footer-form.Footer-form.Footer-form .wpcf7-text { /* stylelint-disable-line selector-class-pattern */
  padding: 0.5rem 0;
  border: none;
  border-bottom: 1px solid var(--border-color);
  background-color: transparent;
  color: var(--fourth-color);
  box-shadow: none;
}
.Footer-form.Footer-form.Footer-form .wpcf7-text:-ms-input-placeholder {
  color: var(--fourth-color);
}
.Footer-form.Footer-form.Footer-form .wpcf7-text::placeholder {
  color: var(--fourth-color);
}
.Footer-form.Footer-form.Footer-form .wpcf7-text:focus {
  box-shadow: 0 4px 6px -6px var(--fourth-color);
}
.Footer-form.Footer-form.Footer-form .Footer-newsletterButtonIcon {
  transition: stroke 0.2s ease-in-out, fill 0.2s ease-in-out;
  margin: 0 0 0.125rem 0.3125rem;
  fill: var(--fourth-color);
  stroke: var(--fourth-color);
}
.Footer-form.Footer-form.Footer-form .Footer-newsletterButton {
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--fourth-color);
}
.Footer-form.Footer-form.Footer-form .Footer-newsletterButton:hover {
  color: var(--tertiary-color);
}
.Footer-form.Footer-form.Footer-form .Footer-newsletterButton:hover .Footer-newsletterButtonIcon {
  fill: var(--tertiary-color);
  stroke: var(--tertiary-color);
  animation: slides-left-to-right 0.6s ease-out forwards;
}
.Footer-form.Footer-form.Footer-form .wpcf7-not-valid-tip { /* stylelint-disable-line selector-class-pattern */
  margin-top: -0.3125rem;
  text-align: left;
}
.Footer-form.Footer-form.Footer-form .wpcf7-response-output { /* stylelint-disable-line selector-class-pattern */
  margin: 1.875rem 0;
  padding: 0.3125rem;
  border: 2px solid var(--error-color);
  text-align: left;
}
.Footer-form.Footer-form.Footer-form .wpcf7-spinner { /* stylelint-disable-line selector-class-pattern */
  display: none;
}
@keyframes slides-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(100%);
    opacity: 0;
  }
  66% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.Forms-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
@media print, screen and (min-width: 34.4375em) {
  .Forms-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 48em) {
  .Forms-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 80em) {
  .Forms-grid {
    gap: 2.5rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin-bottom: 2.5rem;
  }
}

.Forms-label {
  font-family: owners, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .Forms-label {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 80em) {
  .Forms-label {
    font-size: 1.875rem;
  }
}

.Forms-selectArrow {
  pointer-events: none;
  position: absolute;
  top: 0.6875rem;
  right: 0;
  transition: transform 0.3s ease-in-out;
  width: 1.125rem;
}
.Forms-selectArrow.js-active {
  transform: rotate(180deg);
}

.Forms-selectWrapper {
  position: relative;
}

.wpcf7-form { /* stylelint-disable-line selector-class-pattern */ }
.wpcf7-form .wpcf7-spinner { /* stylelint-disable-line selector-class-pattern */
  display: none;
}
.wpcf7-form .wpcf7-not-valid-tip { /* stylelint-disable-line selector-class-pattern */
  margin-top: -0.625rem;
  font-family: owners, sans-serif;
  font-weight: 700;
  color: var(--error-color);
}
.wpcf7-form .wpcf7-response-output.wpcf7-response-output.wpcf7-response-output { /* stylelint-disable-line selector-class-pattern */
  display: none;
}

.wpcf7-text { /* stylelint-disable-line selector-class-pattern */
  padding: 0.625rem 0;
  border: none;
  border-bottom: 2px solid var(--fourth-color);
  background-color: transparent;
  color: var(--fourth-color);
  box-shadow: none;
}
.wpcf7-text:-ms-input-placeholder {
  color: var(--fourth-color);
}
.wpcf7-text::placeholder {
  color: var(--fourth-color);
}
.wpcf7-text:focus {
  border: none;
  border-bottom: 2px solid var(--fourth-color);
  background-color: transparent;
  box-shadow: 0 6px 6px -6px var(--fourth-color);
}

.wpcf7-textarea { /* stylelint-disable-line selector-class-pattern */
  margin-top: 0.625rem;
  padding: 0.625rem;
  border: 2px solid var(--fourth-color);
  background-color: transparent;
  color: var(--fourth-color);
  box-shadow: none;
}
.wpcf7-textarea:-ms-input-placeholder {
  color: var(--fourth-color);
}
.wpcf7-textarea::placeholder {
  color: var(--fourth-color);
}
.wpcf7-textarea:focus {
  border: 2px solid var(--fourth-color);
  background-color: transparent;
  box-shadow: 0 6px 6px -6px var(--fourth-color);
}

.wpcf7-submit { /* stylelint-disable-line selector-class-pattern */
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  height: 2.25rem;
  overflow: hidden;
  display: block;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5rem 2.8125rem 0.375rem;
  border: solid 2px var(--fourth-color);
  border-radius: 100px;
  background-color: transparent;
  font-family: owners, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: var(--fourth-color);
  outline: none;
}
@media print, screen and (min-width: 48em) {
  .wpcf7-submit {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 80em) {
  .wpcf7-submit {
    height: 3.5rem;
    font-size: 1.5625rem;
  }
}
.wpcf7-submit:hover {
  border: 2px solid var(--fourth-color);
  background-color: var(--fourth-color);
  color: var(--white);
}

.wpcf7-select { /* stylelint-disable-line selector-class-pattern */
  cursor: pointer;
  margin-bottom: 2.5rem;
  padding: 0.625rem 0;
  border: none;
  border-bottom: 2px solid var(--fourth-color);
  background-color: transparent;
  color: var(--fourth-color);
  box-shadow: none;
}
@media screen and (min-width: 80em) {
  .wpcf7-select {
    margin-bottom: 5rem;
  }
}
.wpcf7-select:focus {
  border: none;
  border-bottom: 2px solid var(--fourth-color);
  background-color: transparent;
  box-shadow: 0 6px 6px -6px var(--fourth-color);
}

.wpcf7-checkbox, .wpcf7-acceptance { /* stylelint-disable-line selector-class-pattern */
  padding-left: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label { /* stylelint-disable-line selector-class-pattern */
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 1.25rem 0 2.5rem;
  padding-left: 3.4375rem;
  font-family: owners, sans-serif;
  font-size: 1rem;
}
.wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: -0.1875rem;
  left: 0;
  height: 1.875rem;
  width: 1.875rem;
  display: inline-block;
  border: 2px solid var(--fourth-color);
  border-radius: 50%;
}
.wpcf7-checkbox .wpcf7-list-item-label a, .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}
.wpcf7-checkbox input[type=checkbox], .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after { /* stylelint-disable-line selector-class-pattern */
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.25rem;
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 50%;
  background-color: var(--fourth-color);
}

.wpcf7-list-item.wpcf7-list-item { /* stylelint-disable-line selector-class-pattern */
  margin-left: 0;
}

.ContactForm-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.FourImages {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
@media print, screen and (min-width: 34.4375em) {
  .FourImages {
    gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.FourImages-image {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.GallerySlider {
  overflow: unset;
}

.GallerySlider-slide, .GallerySlider-imageWrapper {
  width: 100%;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
@media print, screen and (min-width: 48em) {
  .GallerySlider-slide, .GallerySlider-imageWrapper {
    width: auto;
  }
}

.GallerySlider-slide:nth-child(4n+1) {
  margin-top: -3.125rem;
}
@media print, screen and (min-width: 48em) {
  .GallerySlider-slide:nth-child(4n+1) {
    margin-top: -6.25rem;
  }
}
.GallerySlider-slide:nth-child(4n+3) {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .GallerySlider-slide:nth-child(4n+3) {
    margin-top: 6.25rem;
  }
}

.GallerySlider-image {
  width: 100%;
  border-radius: 25px;
}
@media screen and (min-width: 90em) {
  .GallerySlider-image {
    height: auto;
    width: auto;
    max-width: none;
  }
}

.GallerySlider-swiperWrapper {
  transition-timing-function: linear !important;
}

.GeneralSlider-wrapper {
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .GeneralSlider-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 80em) {
  .GeneralSlider-wrapper {
    margin-bottom: 2.5rem;
  }
}

.GeneralSlider-image {
  height: auto;
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Header {
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
  padding: 1.25rem 0;
}
@media screen and (min-width: 80em) {
  .Header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 130;
  }
}
@media screen and (min-width: 80em) {
  .Header.Header-position {
    position: absolute;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 48em) {
  .Header.Header-position.BackgroundColor--gradientWhite {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media print, screen and (min-width: 48em) {
  .Header.Header-position.BackgroundColor--gradientBlack {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.Header.js-active {
  background-color: transparent;
}
.Header.BackgroundColor--black .Header-logoLink svg path {
  fill: var(--white);
}
@media print, screen and (min-width: 48em) {
  .Header.BackgroundColor--black .Menu-itemLink {
    color: var(--white);
  }
  .Header.BackgroundColor--black .Menu-itemLink:after {
    background-color: var(--white);
  }
  .Header.BackgroundColor--black .Header-toggleText {
    color: var(--white);
  }
  .Header.BackgroundColor--black .Header-toggleWrapper-dot {
    border: 2px solid var(--white);
  }
  .Header.BackgroundColor--black .Menu-menuButton {
    border: 2px solid var(--white);
  }
  .Header.BackgroundColor--black .Menu-menuButton:hover, .Header.BackgroundColor--black .Menu-menuButton:focus {
    background-color: var(--white);
  }
  .Header.BackgroundColor--black .Menu-menuButton:hover .Header-toggleText, .Header.BackgroundColor--black .Menu-menuButton:focus .Header-toggleText {
    color: var(--fourth-color);
  }
  .Header.BackgroundColor--black .Menu-menuButton:hover .Header-toggleWrapper-dot, .Header.BackgroundColor--black .Menu-menuButton:focus .Header-toggleWrapper-dot {
    border: 2px solid var(--fourth-color);
  }
  .Header.BackgroundColor--black .Menu-specialButton {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border: 2px solid var(--white);
    color: var(--white);
  }
  .Header.BackgroundColor--black .Menu-specialButton:before {
    content: none;
  }
  .Header.BackgroundColor--black .Menu-specialButton:hover, .Header.BackgroundColor--black .Menu-specialButton:focus {
    background-color: var(--white);
    color: var(--fourth-color);
  }
}
.Header.BackgroundColor--yellow .Button--header {
  border: 2px solid var(--fourth-color);
}
.Header.BackgroundColor--blue .Menu-itemLink:after {
  background-color: var(--fourth-color);
}

@media screen and (min-width: 80em) {
  .Header-spacer {
    height: 6.5625rem;
  }
}

.Header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.Header-menuWrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.25rem 0;
  background-color: var(--white);
}
@media screen and (min-width: 80em) {
  .Header-menuWrapper {
    position: relative;
    z-index: 100;
    padding: 0;
    background-color: transparent;
  }
}

.Header-toggleText { /* stylelint-disable-line no-descending-specificity */
  transition: color 0.3s ease-in-out;
  margin-right: 1.25rem;
  font-family: owners, sans-serif;
  font-weight: 500;
  color: var(--fourth-color);
}

.Header-toggleWrapper-row {
  display: block;
  font-size: 0;
}
.Header-toggleWrapper-row:last-child {
  margin-bottom: 0;
}

.Header-toggleWrapper-dot { /* stylelint-disable-line no-descending-specificity */
  transition: border 0.3s ease-in-out;
  position: relative;
  height: 0.375rem;
  width: 0.375rem;
  display: inline-block;
  border: solid 2px var(--fourth-color);
  border-radius: 50%;
  background-color: transparent;
}
.Header-toggleWrapper-dot.TopLeft {
  top: -0.125rem;
  left: -0.125rem;
}
.Header-toggleWrapper-dot.TopRight {
  top: -0.125rem;
  right: -0.125rem;
}
.Header-toggleWrapper-dot.BottomLeft {
  bottom: -0.125rem;
  left: -0.125rem;
}
.Header-toggleWrapper-dot.BottomRight {
  right: -0.125rem;
  bottom: -0.125rem;
}

.Header-logoLink {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.Header-logoLink svg {
  width: 13.4375rem !important;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .Header-logoLink svg {
    width: 14.0625rem !important;
    margin-left: 0;
  }
}

.Header-logoWrapper {
  position: relative;
  z-index: 130;
}
.Header-logoWrapper svg path { /* stylelint-disable-line no-descending-specificity */
  transition: fill 0.5s ease-in-out;
  fill: var(--fourth-color);
}
.Header-logoWrapper.js-active svg path { /* stylelint-disable-line no-descending-specificity */
  fill: var(--white);
}

.Header-scrollDown .Header {
  transform: translate3d(0, -150%, 0);
}

.Header-toggleWrapper-closeWrapper {
  display: none;
}
.Header-toggleWrapper-closeWrapper.js-active {
  display: block;
}

.Header-toggleWrapper-close {
  transition: fill 0.3s ease-in-out;
  height: 1.25rem;
  width: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  fill: var(--white);
}

.HeaderImage {
  position: relative;
}

.HeaderImage-marginBottom {
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .HeaderImage-marginBottom {
    margin-bottom: 6.25rem;
  }
}

.HeaderImage-image {
  height: 100%;
  max-height: 48.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 48em) {
  .HeaderImage-image {
    height: calc(100vh - 105px);
    max-height: 100%;
  }
}

.HeaderImage-imageMaxHeight {
  max-height: 48.75rem;
}

.HeaderImage-content {
  width: 100%;
  padding: 1.25rem 0;
}
@media print, screen and (min-width: 48em) {
  .HeaderImage-content {
    position: absolute;
    bottom: 3.125rem;
    padding: 0;
  }
}
@media screen and (min-width: 80em) {
  .HeaderImage-content {
    bottom: 6.25rem;
  }
}
.HeaderImage-content.HeaderImage-contentWhite {
  background-color: var(--white);
}
@media print, screen and (min-width: 48em) {
  .HeaderImage-content.HeaderImage-contentWhite {
    background-color: transparent;
  }
}
.HeaderImage-content.HeaderImage-contentBlack {
  background-color: var(--fourth-color);
}
@media print, screen and (min-width: 48em) {
  .HeaderImage-content.HeaderImage-contentBlack {
    background-color: transparent;
  }
}
.HeaderImage-content.HeaderImage-contentYellow {
  background-color: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .HeaderImage-content.HeaderImage-contentYellow {
    background-color: transparent;
  }
}

@media print, screen and (min-width: 48em) {
  .HeaderImage-text {
    max-width: 25rem;
  }
}
@media screen and (min-width: 80em) {
  .HeaderImage-text {
    max-width: 37.5rem;
  }
}
.HeaderImage-text p {
  line-height: 1.2;
}

.HeaderImage-marquee {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  transform: translateY(-25%);
}
.HeaderImage-marquee.HeaderImage-marqueeCenter {
  top: 50%;
  transform: translateY(-50%);
}

.HeaderOverlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  transition: opacity 0.5s ease-in-out;
  padding-bottom: 6.25rem;
  background-color: var(--fourth-color);
  opacity: 0;
}
.HeaderOverlay.js-active {
  pointer-events: all;
  overflow: scroll;
  opacity: 1;
}
@media screen and (min-width: 90em) {
  .HeaderOverlay.js-active {
    overflow: hidden;
  }
}

.HeaderOverlay-top {
  margin-bottom: 3.125rem;
  padding: 2.1875rem 1.875rem 0;
}
@media print, screen and (min-width: 48em) {
  .HeaderOverlay-top {
    margin-bottom: 6.25rem;
    padding: 2.5rem 3.4375rem;
  }
}

.HeaderOverlay-logo {
  width: 8.4375rem;
}

.OverlayMenu-mainMenu, .OverlayMenu-subMenu {
  margin: 0;
  list-style-type: none;
}
.OverlayMenu-mainMenu.OverlayMenu-subMenu, .OverlayMenu-subMenu.OverlayMenu-subMenu {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .OverlayMenu-mainMenu.OverlayMenu-subMenu, .OverlayMenu-subMenu.OverlayMenu-subMenu {
    display: block;
  }
}
.OverlayMenu-mainMenu.OverlayMenu-subMenu.js-active, .OverlayMenu-subMenu.OverlayMenu-subMenu.js-active {
  display: block;
}
.OverlayMenu-mainMenu.OverlayMenu-mainMenu, .OverlayMenu-subMenu.OverlayMenu-mainMenu {
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 48em) {
  .OverlayMenu-mainMenu.OverlayMenu-mainMenu, .OverlayMenu-subMenu.OverlayMenu-mainMenu {
    margin-bottom: 0;
  }
}

.OverlayMenu-item {
  margin-bottom: 1.25rem;
  font-family: owners, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
}
@media print, screen and (min-width: 48em) {
  .OverlayMenu-item {
    margin-bottom: 1.875rem;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 80em) {
  .OverlayMenu-item {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 90em) {
  .OverlayMenu-item {
    margin-bottom: 3.125rem;
    font-size: 3.75rem;
  }
}

.OverlayMenu-subMenu {
  margin-top: 0.625rem;
}

.OverlayMenu-subMenuItem {
  position: relative;
  margin-bottom: 0.625rem;
  font-family: owners, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .OverlayMenu-subMenuItem {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 80em) {
  .OverlayMenu-subMenuItem {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 90em) {
  .OverlayMenu-subMenuItem {
    font-size: 2.1875rem;
  }
}
.OverlayMenu-subMenuItem .OverlayMenu-subMenuItemLink {
  position: relative;
  font-weight: 300;
  color: var(--primary-color);
}
.OverlayMenu-subMenuItem .OverlayMenu-subMenuItemLink:hover, .OverlayMenu-subMenuItem .OverlayMenu-subMenuItemLink:focus {
  color: var(--primary-color);
}
.OverlayMenu-subMenuItem .OverlayMenu-subMenuItemLink:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  transition: width 0.3s ease;
  height: 0.125rem;
  width: 0;
  background-color: var(--primary-color);
}

.OverlayMenu-itemLink {
  position: relative;
}
.OverlayMenu-itemLink:after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  transition: width 0.3s ease;
  height: 0.125rem;
  width: 0;
  background-color: var(--primary-color);
}
.OverlayMenu-itemLink:hover, .OverlayMenu-itemLink:focus {
  color: var(--white);
}

.OverlayMenu-itemLink:hover:after,
.OverlayMenu-itemLink.OverlayMenu-itemActive:after,
.OverlayMenu-subMenuItemLink:hover:after,
.OverlayMenu-subMenuItemLink.OverlayMenu-itemActive:after {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .OverlayMenu-subMenuWrapper {
    margin-bottom: 2.5rem;
  }
}
.OverlayMenu-subMenuWrapper:last-child {
  margin-bottom: 0;
}

.OverlayMenu-arrowSubMenu {
  transition: transform 0.2s ease-in-out;
  margin-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .OverlayMenu-arrowSubMenu {
    display: none;
  }
}
.OverlayMenu-arrowSubMenu.js-active {
  transform: rotate(90deg);
}

.HeaderOverlay-content {
  margin-top: 8.125rem;
}
@media screen and (min-width: 80em) {
  .HeaderOverlay-content {
    margin-top: 12.5rem;
  }
}

.ImageGallery {
  display: -ms-flexbox;
  display: flex;
}

.ImageGallery-head {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .ImageGallery-head {
    margin-right: 1rem;
  }
}

.ImageGallery-side {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.ImageGallery-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .ImageGallery-row {
    margin-bottom: 1rem;
  }
}

.ImageGallery-imageSmallLeft {
  width: 100%;
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 48em) {
  .ImageGallery-imageSmallLeft {
    margin-right: 0.5rem;
  }
}

.ImageGallery-imageSmallRight {
  width: 100%;
  margin-left: 0.25rem;
}
@media print, screen and (min-width: 48em) {
  .ImageGallery-imageSmallRight {
    margin-left: 0.5rem;
  }
}

.ImageGallery-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ImageGallerySlider-mobile {
  margin: 0 -1.875rem;
}
@media print, screen and (min-width: 48em) {
  .ImageGallerySlider-mobile {
    display: none;
  }
}

.ImageGallerySlider-desktop {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .ImageGallerySlider-desktop {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.ImageGallerySlider-image {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.GallerySlider-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.GallerySlider-lightbox .GallerySlider-lightboxImg {
  max-height: 80%;
  max-width: 90%;
}

.GallerySlider-lightboxCross {
  cursor: pointer;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
  fill: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .GallerySlider-lightboxCross {
    top: 3.125rem;
    right: 3.125rem;
  }
}

.ImageOnly-image {
  height: auto;
  width: 100%;
}
.ImageOnly-image.ImageOnly--borderRadius {
  border-radius: 25px;
}

.ImageOnly-imageMargin {
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .ImageOnly-imageMargin {
    margin-bottom: 1.875rem;
  }
}

.IntroBlock {
  position: relative;
}

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

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

.IntroBlock-compass {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.IntroBlock-compass svg {
  width: 23.4375rem !important;
}
@media print, screen and (min-width: 48em) {
  .IntroBlock-compass svg {
    width: 100% !important;
    min-width: 34.375rem !important;
  }
}

.IntroBlock-title {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.625rem;
  margin-bottom: 1.5625rem;
}
.IntroBlock-title.IntroBlock-titleBig {
  font-size: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .IntroBlock-title.IntroBlock-titleBig {
    font-size: 5.3125rem;
  }
}
@media screen and (min-width: 80em) {
  .IntroBlock-title.IntroBlock-titleBig {
    font-size: 7.5rem;
  }
}

.IntroBlock-text {
  position: relative;
  z-index: 2;
}
.IntroBlock-text p {
  line-height: 1.1;
}

.IntroBlock-slider {
  position: relative;
  height: 2.8125rem;
  overflow: hidden;
  display: inline-block;
}

.IntroBlock-word {
  margin-top: 0;
}
.IntroBlock-word.IntroBlock-onLoad {
  display: none;
}
.IntroBlock-word.IntroBlock-current {
  display: inline-block;
}

.LatestNews-item {
  position: relative;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 34.4375em) {
  .LatestNews-item {
    margin-bottom: 0;
  }
}

.LatestNews-title {
  letter-spacing: normal;
}
@media print, screen and (min-width: 48em) {
  .LatestNews-title {
    font-size: 1.875rem;
  }
}

.LatestNews-img {
  height: 18.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 48em) {
  .LatestNews-img {
    height: 31.25rem;
  }
}

.LatestNews-link {
  color: var(--fourth-color);
}
.LatestNews-link .LatestNews-imgWrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  border-radius: 25px;
}
.LatestNews-link .LatestNews-imgWrapper .LatestNews-img {
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.LatestNews-link .LatestNews-imgTag {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  background-color: var(--white);
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--fourth-color);
}
.LatestNews-link:hover .LatestNews-img, .LatestNews-link:focus .LatestNews-img {
  transform: scale(1.2);
}
.LatestNews-link:hover .LatestNews-title, .LatestNews-link:focus .LatestNews-title {
  color: var(--fourth-color);
}
.LatestNews-link:hover .LatestNews-imgTag, .LatestNews-link:focus .LatestNews-imgTag {
  color: var(--fourth-color);
}

.LatestNews-content {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .LatestNews-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.LatestNews-date {
  width: 100%;
  margin-bottom: 0.625rem;
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--tertiary-color);
}
@media print, screen and (min-width: 48em) {
  .LatestNews-date {
    width: 12.5rem;
    margin-top: 0.9375rem;
    font-size: 1.125rem;
  }
}

.LatestNews-buttonWrapper {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .LatestNews-buttonWrapper {
    display: block;
    text-align: right;
  }
}

@media print, screen and (min-width: 48em) {
  .LatestNews-news {
    margin-bottom: 3.125rem;
  }
}

.LogoOverview-titleWrapper {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .LogoOverview-titleWrapper {
    margin-bottom: 3.75rem;
  }
}

.LogoOverview-container {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}
@media print, screen and (min-width: 48em) {
  .LogoOverview-container {
    display: block;
  }
}

@media print, screen and (min-width: 48em) {
  .LogoOverview-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 80em) {
  .LogoOverview-wrapper {
    margin-bottom: 7.5rem;
  }
}
.LogoOverview-wrapper:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .LogoOverview-padding {
    padding: 0 3.125rem;
  }
}
@media screen and (min-width: 80em) {
  .LogoOverview-padding {
    padding: 0 6.25rem;
  }
}

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

.LogoOverview-image {
  max-height: 3.75rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .LogoOverview-image {
    max-height: 100%;
    margin-bottom: 0;
    padding: 0 1.25rem;
  }
}

.Marquee {
  overflow: hidden;
}

.Marquee--bold {
  font-weight: 700;
}

.Marquee-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .Marquee-icon {
    margin: 0 3.125rem;
  }
}
.Marquee-icon.Marquee-icon--white svg path {
  fill: var(--white);
}
.Marquee-icon.Marquee-icon--brown svg path {
  fill: var(--secondary-color);
}

.Marquee-swiperWrapper {
  transition-timing-function: linear !important;
}
.Marquee-swiperWrapper .Marquee-slide {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Marquee-swiperWrapper .YellowCompass.Marquee-icon {
  width: 6.25rem !important;
  min-width: 6.25rem;
}
@media print, screen and (min-width: 48em) {
  .Marquee-swiperWrapper .YellowCompass.Marquee-icon {
    width: 15.625rem !important;
    min-width: 15.625rem;
  }
}
.Marquee-swiperWrapper .Marquee-firstText, .Marquee-swiperWrapper .Marquee-secondText {
  position: relative;
  font-family: owners, sans-serif;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .Marquee-swiperWrapper .Marquee-firstText, .Marquee-swiperWrapper .Marquee-secondText {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 90em) {
  .Marquee-swiperWrapper .Marquee-firstText, .Marquee-swiperWrapper .Marquee-secondText {
    font-size: 8.75rem;
  }
}

.MetaInfo-wrapper {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .MetaInfo-wrapper {
    margin-bottom: 0;
  }
}

.MetaInfo-content {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .MetaInfo-content {
    margin-bottom: 3.125rem;
  }
}
.MetaInfo-content:last-child {
  margin-bottom: 0;
}

.MetaInfo-subtitle {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .MetaInfo-subtitle {
    font-size: 1.25rem;
  }
}

.MetaInfo-title {
  margin-bottom: 1.25rem;
  border-bottom: 2px solid var(--fourth-color);
  font-family: owners, sans-serif;
}
@media print, screen and (min-width: 48em) {
  .MetaInfo-title {
    margin-bottom: 2.1875rem;
  }
}

.MetaInfo-text {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
}
@media print, screen and (min-width: 48em) {
  .MetaInfo-text {
    font-size: 1.25rem;
  }
}
.MetaInfo-text p {
  line-height: 1.3;
}
.MetaInfo-text p:last-child {
  margin-bottom: 0;
}

.Menu-mainMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  list-style-type: none;
}

.Menu-item {
  transition: opacity 0.5s ease-in-out;
  display: none;
  opacity: 1;
}
@media screen and (min-width: 80em) {
  .Menu-item {
    display: block;
    margin: 0 1.875rem;
  }
}
.Menu-item:last-child {
  margin-right: 0;
}
.Menu-item.Menu-itemSpecial {
  display: block;
}
.Menu-item.Menu-itemSpecial.js-active {
  display: block;
}
.Menu-item.js-active {
  pointer-events: none;
  opacity: 0;
}

.Menu-itemLink {
  position: relative;
  overflow: hidden;
  font-family: owners, sans-serif;
  font-weight: 500;
  color: var(--fourth-color);
}
.Menu-itemLink:hover, .Menu-itemLink:focus {
  color: var(--fourth-color);
}
.Menu-itemLink:after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  transition: width 0.3s ease-in-out;
  height: 0.125rem;
  width: 0;
  background-color: var(--fourth-color);
}

.Menu-itemLink:hover:after,
.Menu-itemLink.Menu-itemActive:after {
  width: 100%;
}

.Menu-menuButton {
  transition: background-color 0.3s ease-in-out;
  height: 2.25rem;
  min-width: 6.5625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0.9375rem 0.375rem;
  border: 2px solid var(--fourth-color);
  border-radius: 100px;
  line-height: 1;
}
.Menu-menuButton:hover {
  background-color: var(--fourth-color);
}
.Menu-menuButton:hover .Header-toggleWrapper-dot {
  border: 2px solid var(--white);
}
.Menu-menuButton:hover .Header-toggleText {
  color: var(--white);
}
.Menu-menuButton:hover .Header-toggleWrapper-close {
  display: none;
}
.Menu-menuButton.js-active .Header-toggleWrapper-container {
  display: none;
}
.Menu-menuButton.js-active .Header-toggleWrapper-close {
  display: block;
  fill: var(--fourth-color);
}
@media screen and (min-width: 80em) {
  .Menu-menuButton.js-active .Header-toggleWrapper-close {
    fill: var(--white);
  }
}
.Menu-menuButton.js-active:hover .Header-toggleWrapper-close, .Menu-menuButton.js-active:focus .Header-toggleWrapper-close {
  fill: var(--white);
}
@media screen and (min-width: 80em) {
  .Menu-menuButton.js-active:hover .Header-toggleWrapper-close, .Menu-menuButton.js-active:focus .Header-toggleWrapper-close {
    fill: var(--fourth-color);
  }
}
@media screen and (min-width: 80em) {
  .Menu-menuButton.js-active {
    border: 2px solid var(--white);
    color: var(--white);
  }
  .Menu-menuButton.js-active .Header-toggleText {
    color: var(--white);
  }
  .Menu-menuButton.js-active:hover {
    background-color: var(--white);
  }
  .Menu-menuButton.js-active:hover .Header-toggleText {
    color: var(--fourth-color);
  }
}

.Menu-toggleWrapper {
  margin-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .Menu-specialButton.js-active {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border: 2px solid var(--white);
    color: var(--white);
  }
  .Menu-specialButton.js-active:before {
    content: none;
  }
  .Menu-specialButton.js-active:hover, .Menu-specialButton.js-active:focus {
    background-color: var(--white);
    color: var(--fourth-color);
  }
}

.NewsOverview-content {
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .NewsOverview-content {
    margin-bottom: 3.125rem;
  }
}

.NewsOverview-img {
  height: auto;
  max-height: 31.25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.NewsOverview-imgWrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875rem;
  border-radius: 25px;
}

.NewsOverview-contentWrapper {
  padding: 0 1.25rem;
}
@media screen and (min-width: 80em) {
  .NewsOverview-contentWrapper {
    padding: 0 3.75rem;
  }
}

.NewsOverview-date {
  margin-bottom: 0.3125rem;
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  color: var(--tertiary-color);
}
@media print, screen and (min-width: 48em) {
  .NewsOverview-date {
    font-size: 1.125rem;
  }
}

.NewsOverview-buttonCaseLink {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}

.NewsOverview-buttonIcon {
  margin: -0.3125rem 0 0 0.625rem;
  fill: var(--fourth-color);
  stroke: var(--fourth-color);
}

.NewsOverview-top {
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 48em) {
  .NewsOverview-top {
    margin-bottom: 7.5rem;
  }
}

.NewsOverview-text {
  max-width: 31.25rem;
  font-family: owners, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media print, screen and (min-width: 48em) {
  .NewsOverview-text {
    font-size: 1.875rem;
  }
}
.NewsOverview-text p {
  line-height: 1.2;
}

.NewsOverview-link .NewsOverview-img {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: auto;
  width: 100%;
}
.NewsOverview-link:hover .NewsOverview-img, .NewsOverview-link:focus .NewsOverview-img {
  transform: scale(1.1);
}
.NewsOverview-link:hover .NewsOverview-title, .NewsOverview-link:focus .NewsOverview-title {
  color: var(--tertiary-color);
}

@media print, screen and (min-width: 34.4375em) {
  .NewsOverview-fullColumn {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.NewsOverview-highlight {
  grid-column: 1/-1;
}

.NewsOverview-buttonWrapper {
  padding-top: 4.6875rem;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .NewsOverview-buttonWrapper {
    padding-top: 7.5rem;
  }
}

.NewsOverview-loadMoreButton {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.NumbersBlock-subtitle {
  font-size: 1.25rem;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .NumbersBlock-subtitle {
    font-size: 2.1875rem;
  }
}

.NumbersBlock-title {
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .NumbersBlock-title {
    font-size: 3.75rem;
  }
}

.NumbersBlock {
  margin: 0 -1.875rem;
}
@media print, screen and (min-width: 48em) {
  .NumbersBlock {
    margin: 0;
  }
}

.NumbersBlock-text {
  font-family: owners, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .NumbersBlock-text {
    font-size: 1.875rem;
  }
}
.NumbersBlock-text p {
  line-height: 1.1;
}

.NumbersBlock-swiperWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .NumbersBlock-swiperWrapper {
    margin-bottom: 3.125rem;
  }
}

.NumberBlock-slide {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.NumbersBlock-number {
  margin-bottom: -4.0625rem;
  font-family: owners, sans-serif;
  font-size: 12.5rem;
  font-weight: 500;
  line-height: 1;
  color: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .NumbersBlock-number {
    margin-bottom: -6.25rem;
    font-size: 15.625rem;
  }
}

.NumbersBlock-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.Banner-text {
  font-family: owners, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.Banner-text p {
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .Banner-text {
    font-size: 1.5625rem;
  }
}

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

.NumbersBlock-buttonRepeaterWrapper {
  display: none;
}
@media screen and (min-width: 80em) {
  .NumbersBlock-buttonRepeaterWrapper {
    display: block;
    text-align: center;
  }
}

.NumbersBlock-buttonArrow {
  margin-left: 0.625rem;
  stroke: var(--fourth-color);
  animation: slides-left-to-right 0.6s ease-out forwards;
}

@keyframes slides-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(100%);
    opacity: 0;
  }
  66% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.NumbersVertical {
  padding-top: 3.125rem;
}
@media print, screen and (min-width: 48em) {
  .NumbersVertical {
    padding-top: 0;
  }
}

.NumbersVertical-wrapper {
  position: relative;
  margin-bottom: 4.6875rem;
}
@media print, screen and (min-width: 48em) {
  .NumbersVertical-wrapper {
    min-height: 12.5rem;
    margin-bottom: 6.25rem;
  }
}

.NumbersVertical-content {
  position: relative;
}

.NumbersVertical-number {
  position: absolute;
  top: -3.75rem;
  left: 25%;
  font-family: owners, sans-serif;
  font-size: 9.375rem;
  font-weight: 500;
  line-height: 1;
  color: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .NumbersVertical-number {
    font-size: 17.1875rem;
  }
}

.NumbersVertical-title {
  position: relative;
  z-index: 2;
}

.NumbersVertical-text {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
}
.NumbersVertical-text p {
  line-height: 1.3;
}
@media print, screen and (min-width: 48em) {
  .NumbersVertical-text {
    font-size: 1.25rem;
  }
}

.Quickscan-wrapper {
  position: relative;
}

.Quickscan {
  padding: 1.5625rem;
  border-radius: 10px;
  background-color: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .Quickscan {
    padding: 3.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .Quickscan-pullUp {
    position: absolute;
    top: -1.5625rem;
  }
}
@media screen and (min-width: 80em) {
  .Quickscan-pullUp {
    top: -3.125rem;
  }
}

.Quickscan-title {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .Quickscan-title {
    max-width: 31.25rem;
  }
}
@media screen and (min-width: 80em) {
  .Quickscan-title {
    margin-bottom: 3.125rem;
  }
}

.SingleCase-background {
  padding: 3.125rem 0;
  background-color: var(--fourth-color);
}
@media print, screen and (min-width: 48em) {
  .SingleCase-background {
    padding: 6.25rem 0;
  }
}

.SingleCase-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.SingleCase-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
}
.SingleCase-link:hover {
  color: var(--primary-color);
}
.SingleCase-link:hover .SingleCase-arrowWrapperPrev {
  animation: slides-right-to-left 0.6s ease-out forwards;
}
.SingleCase-link:hover .SingleCase-arrowWrapperNext {
  animation: slides-left-to-right 0.6s ease-out forwards;
}

.SingleCase-linkArrow {
  height: 0.4375rem;
  width: 4rem;
}
.SingleCase-linkArrow.SingleCase-linkArrowPrev {
  margin-right: 0.3125rem;
}
.SingleCase-linkArrow.SingleCase-linkArrowNext {
  margin-left: 0.3125rem;
}

.SingleCase-arrowWrapper {
  transition: transform 0.3s;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

@keyframes slides-right-to-left {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(-100%);
    opacity: 0;
  }
  34% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slides-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(100%);
    opacity: 0;
  }
  34% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.SocialFeed {
  position: relative;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .SocialFeed {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 80em) {
  .SocialFeed {
    margin-bottom: 7.5rem;
  }
}

.SocialFeed-feedBlocks {
  height: 100%;
  background-color: var(--paragraph-color-light);
}

.SocialFeed-imageBackground {
  padding-top: 100%;
  background-position: center;
  background-size: contain;
}

.SocialFeed-content {
  padding: 1.25rem;
  background-color: var(--white);
}
@media print, screen and (min-width: 34.4375em) {
  .SocialFeed-content {
    padding: 1.875rem;
  }
}

.SocialFeed-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.SocialFeed-icons svg {
  height: 1.25rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 34.4375em) {
  .SocialFeed-icons svg {
    height: 1.875rem;
    margin-right: 1.125rem;
  }
}
.SocialFeed-icons .SocialFeed-bookmark {
  float: right;
  margin-right: 0;
}

.SocialFeed-title {
  margin-bottom: 3.125rem;
  padding: 0 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .SocialFeed-title {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 80em) {
  .SocialFeed-title {
    margin-bottom: 9.375rem;
  }
}

.SocialFeed-buttonWrapper {
  padding: 0 1.25rem;
  text-align: center;
}

.SocialFeed-image {
  width: 100%;
  border-radius: 25px 25px 0 0;
}

.TextOnly-text {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
}
@media print, screen and (min-width: 48em) {
  .TextOnly-text {
    font-size: 1.25rem;
  }
}
.TextOnly-text p {
  line-height: 1.3;
}
.TextOnly-text p:last-child {
  margin-bottom: 0;
}

.TitleOnly-textMargin {
  margin-bottom: 0.625rem;
}

.TitleListButton-title {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .TitleListButton-title {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 80em) {
  .TitleListButton-title {
    margin-bottom: 3.75rem;
    font-size: 3.125rem;
  }
}

.TitleListButton-listContainer {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .TitleListButton-listContainer {
    margin-bottom: 3.75rem;
  }
}

.TitleListButton-listWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.25rem;
}

.TitleListButton-listIconWrapper {
  height: 1.5625rem;
  width: 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 0.9375rem;
  border-radius: 50%;
  background-color: var(--primary-color);
}
@media screen and (min-width: 80em) {
  .TitleListButton-listIconWrapper {
    height: 2.8125rem;
    width: 2.8125rem;
    margin-right: 1.875rem;
  }
}

.TitleListButton-listIcon {
  height: 0.9375rem;
  width: 1.5625rem;
}
@media screen and (min-width: 80em) {
  .TitleListButton-listIcon {
    height: 1.6875rem;
    width: 1.6875rem;
  }
}

.TitleListButton-list {
  font-family: owners, sans-serif;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .TitleListButton-list {
    font-size: 1.875rem;
  }
}

.TitleOnly-title {
  font-family: taviraj, sans-serif;
}
.TitleOnly-title.TitleOnly-big {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .TitleOnly-title.TitleOnly-big {
    font-size: 3.125rem;
  }
}
.TitleOnly-title.TitleOnly-owners {
  font-family: owners, sans-serif;
  font-weight: 500;
}

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

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

.TitleText-margin {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48em) {
  .TitleText-margin {
    margin-bottom: 4.6875rem;
  }
}

.TitleText-title {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media print, screen and (min-width: 48em) {
  .TitleText-title {
    font-size: 2.1875rem;
  }
}
.TitleText-text {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .TitleText-text {
    font-size: 1.25rem;
  }
}
.TitleText-text p {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .TitleText-text p {
    margin-bottom: 2.5rem;
  }
}
.TitleText-text p:last-child {
  margin-bottom: 0;
}
.TitleText-text.TitleText-textBig {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .TitleText-text.TitleText-textBig {
    font-size: 1.5625rem;
  }
}

.TitleTextButton-title {
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .TitleTextButton-title {
    margin-bottom: 3.125rem;
  }
}

.TitleTextButton-text {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .TitleTextButton-text {
    font-size: 1.25rem;
  }
}

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

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

.UspBlock-title {
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .UspBlock-title {
    margin-bottom: 5rem;
    font-size: 3.75rem;
  }
}

.UspBlock-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .UspBlock-content {
    padding-bottom: 3.125rem;
  }
}

.UspBlock-uspTitle {
  margin-bottom: 0.625rem;
  font-family: owners, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .UspBlock-uspTitle {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 80em) {
  .UspBlock-uspTitle {
    font-size: 1.875rem;
  }
}

.UspBlock-uspText {
  font-family: owners, sans-serif;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .UspBlock-uspText {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 120.0625em) {
  .UspBlock-uspText {
    font-size: 1.25rem;
  }
}
.UspBlock-uspText p {
  line-height: 1.2;
}

.UspBlock-buttonLink {
  color: var(--fourth-color);
}
.UspBlock-buttonLink:hover, .UspBlock-buttonLink:focus {
  color: var(--fourth-color);
}

.UspBlock-buttonArrow {
  stroke: var(--fourth-color);
}

.UspBlockItems-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 34.4375em) {
  .UspBlockItems-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 80em) {
  .UspBlockItems-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 9.375rem;
  }
}

.UspBlockItems-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.5625rem;
  border-radius: 10px;
  background-color: var(--tertiary-color);
  aspect-ratio: 1/1;
  text-align: center;
}

.UspBlockItems-numberWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1.875rem;
  font-family: owners, sans-serif;
  font-size: 1.875rem;
  font-size: calc(30px + 30 * (100vw - 280px) / 276);
  font-weight: 700;
  color: var(--primary-color);
}
@media print, screen and (min-width: 34.4375em) {
  .UspBlockItems-numberWrapper {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .UspBlockItems-numberWrapper {
    font-size: 2.5rem;
    font-size: calc(40px + 20 * (100vw - 768px) / 472);
  }
}
@media screen and (min-width: 80em) {
  .UspBlockItems-numberWrapper {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 90em) {
  .UspBlockItems-numberWrapper {
    font-size: 3.75rem;
  }
}

.UspBlockItems-text {
  font-family: owners, sans-serif;
  font-size: 1.25rem;
  font-size: calc(20px + 10 * (100vw - 280px) / 276);
  line-height: 1.2;
  color: var(--white);
}
@media print, screen and (min-width: 34.4375em) {
  .UspBlockItems-text {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .UspBlockItems-text {
    font-size: 1.5625rem;
    font-size: calc(25px + 10 * (100vw - 768px) / 472);
  }
}
@media screen and (min-width: 80em) {
  .UspBlockItems-text {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 90em) {
  .UspBlockItems-text {
    font-size: 2.1875rem;
  }
}

.UspBlockItems-buttonWrapper {
  text-align: center;
}
@media print, screen and (min-width: 34.4375em) {
  .UspBlockItems-buttonWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.UspBlockItems-buttonWrapper .UspBlockItems-button {
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 34.4375em) {
  .UspBlockItems-buttonWrapper .UspBlockItems-button {
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .UspBlockItems-buttonWrapper .UspBlockItems-button {
    margin-bottom: 0;
  }
}
.UspBlockItems-buttonWrapper .UspBlockItems-button:last-child {
  margin: 0;
}

.plyr--video { /* stylelint-disable-line selector-class-pattern */
  cursor: pointer;
}
.plyr--video .plyr__controls { /* stylelint-disable-line selector-class-pattern */
  display: none;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid { /* stylelint-disable-line selector-class-pattern */
  display: none;
}

.plyr__video-wrapper { /* stylelint-disable-line selector-class-pattern */
  z-index: 9;
}

.VideoBlock-videoWrapper {
  position: relative;
}
.VideoBlock-videoWrapper .plyr { /* stylelint-disable-line selector-class-pattern */
  -webkit-clip-path: inset(0 round 25px 25px 25px 25px);
          clip-path: inset(0 round 25px 25px 25px 25px);
  background-color: transparent;
}
.VideoBlock-videoWrapper .plyr:focus {
  outline: none;
}
.VideoBlock-videoWrapper .plyr .plyr__video-wrapper { /* stylelint-disable-line selector-class-pattern */
  background-color: transparent;
}

.VideoBlock-playButtonWrapper {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.125rem;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.625rem;
  border-radius: 50px;
  background-color: var(--primary-color);
}
.VideoBlock-playButtonWrapper.js-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .VideoBlock-playButtonWrapper {
    height: 4.375rem;
    width: 4.375rem;
    padding: 1.5625rem;
  }
}
.VideoBlock-playButtonWrapper.VideoPlay-playButtonWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.VideoBlock-playButtonWrapper.VideoPlay-playButtonWrapper.js-active {
  display: none;
}

.VideoBlock-fullscreen { /* stylelint-disable-line no-descending-specificity */
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 2.5rem;
  width: 100%;
}

.VideoBlock-fullscreenIcon {
  cursor: pointer;
  position: absolute;
  right: 1.25rem;
  bottom: 0.9375rem;
  height: 1.875rem;
  width: 1.875rem;
  fill: var(--white);
}

.VideoBlock-playButton {
  width: 1.25rem;
  fill: var(--fourth-color);
}

.VideoBlock {
  margin: 0 -1.875rem;
}
@media print, screen and (min-width: 48em) {
  .VideoBlock {
    margin: 0;
  }
}
.VideoBlock:hover .VideoBlock-fullscreen {
  transform: scaleY(100%);
}

.VideoBlock-marquee {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  visibility: hidden;
}
@media print, screen and (min-width: 48em) {
  .VideoBlock-marquee {
    visibility: visible;
  }
}

.VideoStructure-videoWrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .VideoStructure-videoWrapper {
    max-height: 12.5rem;
    max-width: 21.875rem;
    max-width: calc(350px + 150 * (100vw - 768px) / 1024);
    padding: 0;
  }
}
@media screen and (min-width: 80em) {
  .VideoStructure-videoWrapper {
    max-height: 25rem;
    max-width: 31.25rem;
  }
}
@media screen and (min-width: 90em) {
  .VideoStructure-videoWrapper {
    max-height: 25rem;
    max-width: 39.375rem;
  }
}
.VideoStructure-videoWrapper .plyr { /* stylelint-disable-line selector-class-pattern */
  -webkit-clip-path: inset(0 round 25px 25px 25px 25px);
          clip-path: inset(0 round 25px 25px 25px 25px);
  background-color: transparent;
}
.VideoStructure-videoWrapper .plyr:focus {
  outline: none;
}
.VideoStructure-videoWrapper .plyr .plyr__video-wrapper { /* stylelint-disable-line selector-class-pattern */
  background-color: transparent;
}

.VideoStructure-playButtonWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
  background-color: var(--primary-color);
}

.VideoStructure-playButton {
  height: 1.25rem;
  width: 1.25rem;
}

.VideoStructure-text {
  position: absolute;
  bottom: 1.25rem;
  left: 2.5rem;
  font-family: owners, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
}
@media screen and (min-width: 80em) {
  .VideoStructure-text {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 90em) {
  .VideoStructure-text {
    font-size: 1.875rem;
  }
}

.VideoStructure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .VideoStructure {
    -ms-flex-pack: left;
        justify-content: left;
  }
}
@media print, screen and (min-width: 48em) {
  .VideoStructure.VideoStructure-secondVideo {
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: -9.375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .VideoStructure.VideoStructure-thirdVideo {
    margin-left: 16.666666%; /* stylelint-disable-line number-max-precision */
  }
}

.post-password-form { /* stylelint-disable-line selector-class-pattern */
  max-width: 1640px;
  margin: 0 auto;
  padding: 2.5rem 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .post-password-form {
    padding: 3.75rem 0.9375rem;
  }
}
@media screen and (min-width: 80em) {
  .post-password-form {
    padding: 7.5rem 0.9375rem;
  }
}
.post-password-form input[type=submit] {
  /* stylelint-disable-line scss/at-extend-no-missing-placeholder */
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: var(--fourth-color);
  color: var(--white);
}

.HeaderOverlay-languageSelectorWrapper {
  margin-top: 5.625rem;
}
@media print, screen and (min-width: 48em) {
  .HeaderOverlay-languageSelectorWrapper {
    margin-top: 0;
  }
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { /* stylelint-disable-line selector-class-pattern */
  padding: 0;
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal > ul { /* stylelint-disable-line selector-class-pattern */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal > ul {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item { /* stylelint-disable-line selector-class-pattern */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child:after {
  content: "|";
  padding: 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child:after {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 80em) {
  .HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child:after {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 90em) {
  .HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child:after {
    font-size: 2.1875rem;
  }
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  position: relative;
  padding: 0;
  font-family: owners, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color);
}
@media print, screen and (min-width: 48em) {
  .HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 80em) {
  .HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 90em) {
  .HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    font-size: 2.1875rem;
  }
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item a:hover:after {
  width: 100%;
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item a:after { /* stylelint-disable-line no-descending-specificity */
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  transition: width 0.3s ease;
  height: 0.125rem;
  width: 0;
  background-color: var(--primary-color);
}
.HeaderOverlay-languageSelectorWrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a:after { /* stylelint-disable-line selector-class-pattern */ /* stylelint-disable-line no-descending-specificity */
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  transition: width 0.3s ease;
  height: 0.125rem;
  width: 100%;
  background-color: var(--primary-color);
}