/* For Microsoft Edge to fire the IntersectionObserver for an img element, 
    it must have a size. Since imgs are displayed inline-block as standard, 
    MS Edge (version not specified) doesn’t read them correctly. 
    By setting the following, edge is able to see the images and they get loaded. img[data-src] */
img.js-lazyload[data-srcset] {
  min-height: 1px;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img.js-lazyload:-moz-loading {
    visibility: hidden;
  }
}

@charset "UTF-8";
@-webkit-keyframes loading {
  40%,
  to {
    background-position: 100% 0;
  }
}
@keyframes loading {
  40%,
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes lg-right-end {
  0%,
  to {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  to {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  to {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  to {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
:root {
  --brand__button--background: none;
  --brand__button--color: #1a1a1a;
  --brand__button--font-family: Lato,sans-serif;
  --brand__svg-color: #1a1a1a;
  --brand__button--text-decoration: none;
  --brand__button--width: auto;
  --brand__button--align-items: center;
  --brand__button--justify-content: flex-start;
  --brand__button--z-index: unset;
  --brand__button--margin: 2px 4px 2px 0;
  --brand__button--padding: 0;
  --brand__button--border-top-left-radius: 100px;
  --brand__button--border-top-right-radius: 100px;
  --brand__button--border-bottom-left-radius: 100px;
  --brand__button--border-bottom-right-radius: 100px;
  --brand__button--min-width: 250px;
}
@font-face {
  /* font-family: "Roboto"; */
  font-family: "Lato, sans-serif"; 
  src: local("Lato, sans-serif"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.woff2)
      format("woff2"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  /* font-family: "Roboto"; */
  font-family: "Lato, sans-serif";
  src: local("Lato, sans-serif"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.woff2)
      format("woff2"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.woff)
      format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Lato, sans-serif";
  src: local("Lato, sans-serif"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.woff2)
      format("woff2"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.woff)
      format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato, sans-serif";
  src: local("Lato, sans-serif"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.woff2)
      format("woff2"),
    url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/fonts/Roboto/roboto-v20-latin_vietnamese_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.woff)
      format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1em;
  line-height: 1.5;
  overflow-y: scroll;
  min-height: 100%;
  height: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  /* font-family: monospace, monospace; */
  font-family: Lato, sans-serif;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 1em;
}
sub,
sup {
  font-size: 1em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: var(--set-brand__img-height, var(--brand__img-height));
  width: var(--set-brand__img-width, var(--brand__img-width));
  cursor: var(--brand__img--cursor);
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup {
  font-size: 1em;
  line-height: 1.15;
}
input,
optgroup {
  font-family: Lato, sans-serif;
  margin: 0;
}
button,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body,
legend {
  margin: 0;
  padding: 0;
}
blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul {
  padding: 0;
}
.o-dialog__header h1,
li > ol,
li > ul {
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  min-width: 0;
  border: 0;
}
address,
table {
  margin-bottom: 24px;
}
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul {
  margin: 0 0 24px;
}
dd {
  margin: 0 0 0 24px;
}
ol,
ul {
  margin-left: 24px;
}
:root {
  --brand__color-text: #1a1a1a;
  --brand__font-family:Lato, sans-serif;
  --brand__img-height: auto;
  --brand__img-width: auto;
  --brand__img--cursor: default;
  --brand__color-title: #1a1a1a;
}
body,
button {
  font-weight: 400;
}
body,
li,
ol,
p,
ul {
  /* font-family: var(--brand__font-family); */
  font-family: Lato, sans-serif;
}
body {
  width: 100%;
}
body.no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
main {
  margin-top: 80px;
}
body,
div,
li,
ol,
p,
ul {
  color: var(--brand__color-text);
}
li,
ol,
p,
ul {
  --brand__font-family:Lato, sans-serif;
}
strong {
  font-weight: 700;
}
img[height],
img[width] {
  max-width: none;
}
h5 {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.3333333333;
}
h6 {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.5;
}
h1,
h2,
h3,
h4 {
  color: var(--brand__color-title);
}
.h1,
h1 {
  font-size: 1em;
  font-size: 1em;
  line-height: 31px;
  margin-bottom: 12px;
}
@media (min-width: 46.25em) {
  .h1,
  h1 {
    font-size:1em;
    font-size: 1em;
    line-height: 15px;
    margin-bottom: 48px;
  }
}
.h2,
h2 {
  font-size: 1em;
  font-size: 1em;
  line-height: 27px;
  margin-bottom: 12px;
}
@media (min-width: 46.25em) {
  .h2,
  h2 {
    font-size: 1em;
    font-size: 1em;
    line-height: 38px;
    margin-bottom: 24px;
  }
}
.h3,
h3 {
  font-size: 1em;
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 6px;
}
@media (min-width: 46.25em) {
  .h3,
  h3 {
    font-size: 1em;
    font-size: 1em;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.h4,
h4 {
  font-size: 1em;
  font-size: 1em;
  line-height: 20px;
  margin-bottom: 6px;
}
@media (min-width: 46.25em) {
  .h4,
  h4 {
    font-size: 1em;
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
button {
  font-family: "Lato, sans-serif";
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"] {
  border: #1a1a1a;
  width: 100%;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"] {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.2;
  color: #1a1a1a;
  font-family:  "Lato, sans-serif";
  font-weight: 400;
  padding: 0 12px;
  height: 50px;
}
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  font-weight: 400;
  border: #1a1a1a;
  height: 50px;
}
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.2;
  font-family:  "Lato, sans-serif";
  color: #1a1a1a;
  padding: 0 12px;
  width: 100%;
}
textarea {
  font-weight: 400;
  border: #1a1a1a;
}
input[type="range"] {
  border: 0;
  width: auto;
}
.c-cta--has-image.c-cta--fixed-height p,
textarea {
  height: auto;
}
select {
  border: 1px solid #f6f6f6;
}
select:not([multiple]) {
  height: 50px;
}
option {
  padding: 2px 0;
  font-family:  "Lato, sans-serif";
  font-size: 1em;
  font-size: 1em;
  line-height: 1.2;
}
a,
a:active,
a:hover {
  color: orange;
}
a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:active,
a:hover {
  opacity: 0.7;
}
p:last-child  {
  margin-bottom: 0;
}
.o-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}
.o-grid__cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}
.o-grid {
  margin-left: -24px;
}
.o-grid > .o-grid__cell {
  padding-left: 24px;
}
.o-grid--tiny {
  margin-left: -6px;
}
.o-grid--tiny > .o-grid__cell {
  padding-left: 6px;
}
.o-grid--small {
  margin-left: -12px;
}
.o-grid--small > .o-grid__cell {
  padding-left: 12px;
}
.o-grid--large {
  margin-left: -48px;
}
.o-grid--large > .o-grid__cell {
  padding-left: 48px;
}
.o-grid--huge {
  margin-left: -96px;
}
.o-grid--huge > .o-grid__cell {
  padding-left: 96px;
}
.o-grid--flush {
  margin-left: 0;
}
.o-grid--flush > .o-grid__cell {
  padding-left: 0;
}
.o-grid--auto > .o-grid__cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.o-grid--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-grid--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-grid--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-grid--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-grid--around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.o-grid__cell--pull-left {
  margin-right: auto;
}
.o-grid__cell--pull-right {
  margin-left: auto;
}
.o-grid--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-grid--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-grid--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.o-grid--baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.o-grid--stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.o-grid__cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.o-grid__cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.o-grid__cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.o-grid__cell--baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.o-grid__cell--stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.o-grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.o-grid--column,
.o-grid--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-grid--column-reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.o-grid__cell--auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.o-grid__cell--fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.o-grid--column-1 .o-grid__cell,
.o-grid--column-2 .o-grid__cell {
  width: 100%;
}
@media (min-width: 46.25em) {
  .o-grid--column-2 .o-grid__cell {
    width: 50%;
  }
}
.o-grid--column-3 .o-grid__cell {
  width: 100%;
}
@media (min-width: 46.25em) {
  .o-grid--column-3 .o-grid__cell {
    width: 33.3333%;
  }
}
.o-grid--column-4 .o-grid__cell {
  width: 100%;
}
@media (min-width: 46.25em) {
  .o-grid--column-4 .o-grid__cell {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .o-grid--column-4 .o-grid__cell {
    width: 25%;
  }
}
.o-grid--column-5 .o-grid__cell {
  width: 100%;
}
@media (min-width: 46.25em) {
  .o-grid--column-5 .o-grid__cell {
    width: 33.3333%;
  }
}
@media (min-width: 64em) {
  .o-grid--column-5 .o-grid__cell {
    width: 20%;
  }
}
.o-grid--column-6 .o-grid__cell {
  width: 100%;
}
@media (min-width: 46.25em) {
  .o-grid--column-6 .o-grid__cell {
    width: 16.66667%;
  }
}
@media (min-width: 22.5em) {
  .o-grid\@mobile {
    margin-left: -24px;
  }
  .o-grid\@mobile > .o-grid__cell {
    padding-left: 24px;
  }
  .o-grid--tiny\@mobile {
    margin-left: -6px;
  }
  .o-grid--tiny\@mobile > .o-grid__cell {
    padding-left: 6px;
  }
  .o-grid--small\@mobile {
    margin-left: -12px;
  }
  .o-grid--small\@mobile > .o-grid__cell {
    padding-left: 12px;
  }
  .o-grid--large\@mobile {
    margin-left: -48px;
  }
  .o-grid--large\@mobile > .o-grid__cell {
    padding-left: 48px;
  }
  .o-grid--huge\@mobile {
    margin-left: -96px;
  }
  .o-grid--huge\@mobile > .o-grid__cell {
    padding-left: 96px;
  }
  .o-grid--flush\@mobile {
    margin-left: 0;
  }
  .o-grid--flush\@mobile > .o-grid__cell {
    padding-left: 0;
  }
}
@media (min-width: 46.25em) {
  .o-grid\@tablet {
    margin-left: -24px;
  }
  .o-grid\@tablet > .o-grid__cell {
    padding-left: 24px;
  }
  .o-grid--tiny\@tablet {
    margin-left: -6px;
  }
  .o-grid--tiny\@tablet > .o-grid__cell {
    padding-left: 6px;
  }
  .o-grid--small\@tablet {
    margin-left: -12px;
  }
  .o-grid--small\@tablet > .o-grid__cell {
    padding-left: 12px;
  }
  .o-grid--large\@tablet {
    margin-left: -48px;
  }
  .o-grid--large\@tablet > .o-grid__cell {
    padding-left: 48px;
  }
  .o-grid--huge\@tablet {
    margin-left: -96px;
  }
  .o-grid--huge\@tablet > .o-grid__cell {
    padding-left: 96px;
  }
  .o-grid--flush\@tablet {
    margin-left: 0;
  }
  .o-grid--flush\@tablet > .o-grid__cell {
    padding-left: 0;
  }
}
@media (min-width: 64em) {
  .o-grid\@desktop {
    margin-left: -24px;
  }
  .o-grid\@desktop > .o-grid__cell {
    padding-left: 24px;
  }
  .o-grid--tiny\@desktop {
    margin-left: -6px;
  }
  .o-grid--tiny\@desktop > .o-grid__cell {
    padding-left: 6px;
  }
  .o-grid--small\@desktop {
    margin-left: -12px;
  }
  .o-grid--small\@desktop > .o-grid__cell {
    padding-left: 12px;
  }
  .o-grid--large\@desktop {
    margin-left: -48px;
  }
  .o-grid--large\@desktop > .o-grid__cell {
    padding-left: 48px;
  }
  .o-grid--huge\@desktop {
    margin-left: -96px;
  }
  .o-grid--huge\@desktop > .o-grid__cell {
    padding-left: 96px;
  }
  .o-grid--flush\@desktop {
    margin-left: 0;
  }
  .o-grid--flush\@desktop > .o-grid__cell {
    padding-left: 0;
  }
}
@media (min-width: 78.75em) {
  .o-grid\@large {
    margin-left: -24px;
  }
  .o-grid\@large > .o-grid__cell {
    padding-left: 24px;
  }
  .o-grid--tiny\@large {
    margin-left: -6px;
  }
  .o-grid--tiny\@large > .o-grid__cell {
    padding-left: 6px;
  }
  .o-grid--small\@large {
    margin-left: -12px;
  }
  .o-grid--small\@large > .o-grid__cell {
    padding-left: 12px;
  }
  .o-grid--large\@large {
    margin-left: -48px;
  }
  .o-grid--large\@large > .o-grid__cell {
    padding-left: 48px;
  }
  .o-grid--huge\@large {
    margin-left: -96px;
  }
  .o-grid--huge\@large > .o-grid__cell {
    padding-left: 96px;
  }
  .o-grid--flush\@large {
    margin-left: 0;
  }
  .o-grid--flush\@large > .o-grid__cell {
    padding-left: 0;
  }
}
@media (min-width: 100em) {
  .o-grid\@wide {
    margin-left: -24px;
  }
  .o-grid\@wide > .o-grid__cell {
    padding-left: 24px;
  }
  .o-grid--tiny\@wide {
    margin-left: -6px;
  }
  .o-grid--tiny\@wide > .o-grid__cell {
    padding-left: 6px;
  }
  .o-grid--small\@wide {
    margin-left: -12px;
  }
  .o-grid--small\@wide > .o-grid__cell {
    padding-left: 12px;
  }
  .o-grid--large\@wide {
    margin-left: -48px;
  }
  .o-grid--large\@wide > .o-grid__cell {
    padding-left: 48px;
  }
  .o-grid--huge\@wide {
    margin-left: -96px;
  }
  .o-grid--huge\@wide > .o-grid__cell {
    padding-left: 96px;
  }
  .o-grid--flush\@wide {
    margin-left: 0;
  }
  .o-grid--flush\@wide > .o-grid__cell {
    padding-left: 0;
  }
}
@media (min-width: 112.5em) {
  .o-grid\@huge {
    margin-left: -24px;
  }
  .o-grid\@huge > .o-grid__cell {
    padding-left: 24px;
  }
  .o-grid--tiny\@huge {
    margin-left: -6px;
  }
  .o-grid--tiny\@huge > .o-grid__cell {
    padding-left: 6px;
  }
  .o-grid--small\@huge {
    margin-left: -12px;
  }
  .o-grid--small\@huge > .o-grid__cell {
    padding-left: 12px;
  }
  .o-grid--large\@huge {
    margin-left: -48px;
  }
  .o-grid--large\@huge > .o-grid__cell {
    padding-left: 48px;
  }
  .o-grid--huge\@huge {
    margin-left: -96px;
  }
  .o-grid--huge\@huge > .o-grid__cell {
    padding-left: 96px;
  }
  .o-grid--flush\@huge {
    margin-left: 0;
  }
  .o-grid--flush\@huge > .o-grid__cell {
    padding-left: 0;
  }
}
@media all {
  .o-grid\@ {
    margin-left: -24px;
  }
  .o-grid\@ > .o-grid__cell {
    padding-left: 24px;
  }
  .o-grid--tiny\@ {
    margin-left: -6px;
  }
  .o-grid--tiny\@ > .o-grid__cell {
    padding-left: 6px;
  }
  .o-grid--small\@ {
    margin-left: -12px;
  }
  .o-grid--small\@ > .o-grid__cell {
    padding-left: 12px;
  }
  .o-grid--large\@ {
    margin-left: -48px;
  }
  .o-grid--large\@ > .o-grid__cell {
    padding-left: 48px;
  }
  .o-grid--huge\@ {
    margin-left: -96px;
  }
  .o-grid--huge\@ > .o-grid__cell {
    padding-left: 96px;
  }
  .o-grid--flush\@ {
    margin-left: 0;
  }
  .o-grid--flush\@ > .o-grid__cell {
    padding-left: 0;
  }
}
.o-grid {
  --o-wrapper--padding: 0;
}
@media (min-width: 46.25em) {
  .o-grid--column-2\@tablet .o-grid__cell {
    width: 50%;
  }
}
@media (min-width: 46.25em) and (max-width: 63.99em) {
  .o-grid--column-3 {
    --brand__button--min-width: 100%;
  }
}
@media (min-width: 64em) {
  .o-grid--column-3\@desktop .o-grid__cell {
    width: 33.3333%;
  }
  .o-grid--column-2-3\@desktop .o-grid__cell:first-child {
    width: 33.3333%;
  }
  .o-grid--column-2-3\@desktop .o-grid__cell:last-child {
    width: 66.6666%;
  }
}
.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-left: var(--o-wrapper--padding, 24px);
  padding-right: var(--o-wrapper--padding, 24px);
}
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.c-information-block-carousel .slick-track .slick-slide > div,
.o-wrapper-full-width {
  width: 100%;
}
.o-wrapper--small {
  max-width: calc(740px + 48px);
}
.o-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-flex::after,
.o-flex::before {
  content: normal;
}
.o-flex--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.o-flex--column,
.o-flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.o-flex--column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-flex--column-reverse,
.o-flex--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.o-flex--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.o-flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-flex--nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.o-flex--wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.o-flex__child--fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.o-flex__child--grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.o-flex__child--grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.o-flex__child--shrink-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.o-flex__child--shrink-1 {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.o-flex--justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-flex--justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-flex--justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-flex--justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-flex--justify-content-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.o-flex--align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-flex--align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.o-flex--align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-flex--align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.o-flex--align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.o-flex--align-content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.o-flex--align-content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.o-flex--align-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.o-flex--align-content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.o-flex--align-content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.o-flex--align-content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.o-flex__child--align-self-auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.o-flex__child--align-self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.o-flex__child--align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.o-flex__child--align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.o-flex__child--align-self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.o-flex__child--align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.o-flex__child--pull-end {
  margin-left: auto;
}
.o-flex__child--pull-start {
  margin-right: auto;
}
@media (min-width: 22.5em) {
  .o-flex\@mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .o-flex\@mobile::after,
  .o-flex\@mobile::before {
    content: normal;
  }
  .o-flex--inline\@mobile {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-flex--column\@mobile,
  .o-flex--row\@mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-flex--column\@mobile {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-flex--row-reverse\@mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-flex--column-reverse\@mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .o-flex--wrap\@mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-flex--nowrap\@mobile {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .o-flex--wrap-reverse\@mobile {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .o-flex__child--fill\@mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .o-flex__child--grow-0\@mobile {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .o-flex__child--grow-1\@mobile {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-flex__child--shrink-0\@mobile {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-flex__child--shrink-1\@mobile {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .o-flex--justify-content-start\@mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-flex--justify-content-end\@mobile {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-flex--justify-content-center\@mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-flex--justify-content-between\@mobile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .o-flex--justify-content-around\@mobile {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .o-flex--align-items-start\@mobile {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .o-flex--align-items-end\@mobile {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-flex--align-items-center\@mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-flex--align-items-baseline\@mobile {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .o-flex--align-items-stretch\@mobile {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .o-flex--align-content-start\@mobile {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .o-flex--align-content-end\@mobile {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .o-flex--align-content-center\@mobile {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .o-flex--align-content-between\@mobile {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .o-flex--align-content-around\@mobile {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .o-flex--align-content-stretch\@mobile {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .o-flex__child--align-self-auto\@mobile {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .o-flex__child--align-self-start\@mobile {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .o-flex__child--align-self-end\@mobile {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .o-flex__child--align-self-center\@mobile {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .o-flex__child--align-self-baseline\@mobile {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .o-flex__child--align-self-stretch\@mobile {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 46.25em) {
  .o-flex\@tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .o-flex\@tablet::after,
  .o-flex\@tablet::before {
    content: normal;
  }
  .o-flex--inline\@tablet {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-flex--column\@tablet,
  .o-flex--row\@tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-flex--column\@tablet {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-flex--row-reverse\@tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-flex--column-reverse\@tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .o-flex--wrap\@tablet {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-flex--nowrap\@tablet {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .o-flex--wrap-reverse\@tablet {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .o-flex__child--fill\@tablet {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .o-flex__child--grow-0\@tablet {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .o-flex__child--grow-1\@tablet {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-flex__child--shrink-0\@tablet {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-flex__child--shrink-1\@tablet {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .o-flex--justify-content-start\@tablet {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-flex--justify-content-end\@tablet {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-flex--justify-content-center\@tablet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-flex--justify-content-between\@tablet {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .o-flex--justify-content-around\@tablet {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .o-flex--align-items-start\@tablet {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .o-flex--align-items-end\@tablet {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-flex--align-items-center\@tablet {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-flex--align-items-baseline\@tablet {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .o-flex--align-items-stretch\@tablet {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .o-flex--align-content-start\@tablet {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .o-flex--align-content-end\@tablet {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .o-flex--align-content-center\@tablet {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .o-flex--align-content-between\@tablet {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .o-flex--align-content-around\@tablet {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .o-flex--align-content-stretch\@tablet {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .o-flex__child--align-self-auto\@tablet {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .o-flex__child--align-self-start\@tablet {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .o-flex__child--align-self-end\@tablet {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .o-flex__child--align-self-center\@tablet {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .o-flex__child--align-self-baseline\@tablet {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .o-flex__child--align-self-stretch\@tablet {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 64em) {
  .o-flex\@desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .o-flex\@desktop::after,
  .o-flex\@desktop::before {
    content: normal;
  }
  .o-flex--inline\@desktop {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-flex--column\@desktop,
  .o-flex--row\@desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-flex--column\@desktop {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-flex--row-reverse\@desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-flex--column-reverse\@desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .o-flex--wrap\@desktop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-flex--nowrap\@desktop {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .o-flex--wrap-reverse\@desktop {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .o-flex__child--fill\@desktop {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .o-flex__child--grow-0\@desktop {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .o-flex__child--grow-1\@desktop {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-flex__child--shrink-0\@desktop {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-flex__child--shrink-1\@desktop {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .o-flex--justify-content-start\@desktop {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-flex--justify-content-end\@desktop {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-flex--justify-content-center\@desktop {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-flex--justify-content-between\@desktop {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .o-flex--justify-content-around\@desktop {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .o-flex--align-items-start\@desktop {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .o-flex--align-items-end\@desktop {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-flex--align-items-center\@desktop {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-flex--align-items-baseline\@desktop {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .o-flex--align-items-stretch\@desktop {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .o-flex--align-content-start\@desktop {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .o-flex--align-content-end\@desktop {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .o-flex--align-content-center\@desktop {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .o-flex--align-content-between\@desktop {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .o-flex--align-content-around\@desktop {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .o-flex--align-content-stretch\@desktop {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .o-flex__child--align-self-auto\@desktop {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .o-flex__child--align-self-start\@desktop {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .o-flex__child--align-self-end\@desktop {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .o-flex__child--align-self-center\@desktop {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .o-flex__child--align-self-baseline\@desktop {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .o-flex__child--align-self-stretch\@desktop {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 78.75em) {
  .o-flex\@large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .o-flex\@large::after,
  .o-flex\@large::before {
    content: normal;
  }
  .o-flex--inline\@large {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-flex--column\@large,
  .o-flex--row\@large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-flex--column\@large {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-flex--row-reverse\@large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-flex--column-reverse\@large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .o-flex--wrap\@large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-flex--nowrap\@large {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .o-flex--wrap-reverse\@large {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .o-flex__child--fill\@large {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .o-flex__child--grow-0\@large {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .o-flex__child--grow-1\@large {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-flex__child--shrink-0\@large {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-flex__child--shrink-1\@large {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .o-flex--justify-content-start\@large {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-flex--justify-content-end\@large {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-flex--justify-content-center\@large {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-flex--justify-content-between\@large {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .o-flex--justify-content-around\@large {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .o-flex--align-items-start\@large {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .o-flex--align-items-end\@large {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-flex--align-items-center\@large {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-flex--align-items-baseline\@large {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .o-flex--align-items-stretch\@large {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .o-flex--align-content-start\@large {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .o-flex--align-content-end\@large {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .o-flex--align-content-center\@large {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .o-flex--align-content-between\@large {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .o-flex--align-content-around\@large {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .o-flex--align-content-stretch\@large {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .o-flex__child--align-self-auto\@large {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .o-flex__child--align-self-start\@large {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .o-flex__child--align-self-end\@large {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .o-flex__child--align-self-center\@large {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .o-flex__child--align-self-baseline\@large {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .o-flex__child--align-self-stretch\@large {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 100em) {
  .o-flex\@wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .o-flex\@wide::after,
  .o-flex\@wide::before {
    content: normal;
  }
  .o-flex--inline\@wide {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-flex--column\@wide,
  .o-flex--row\@wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-flex--column\@wide {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-flex--row-reverse\@wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-flex--column-reverse\@wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .o-flex--wrap\@wide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-flex--nowrap\@wide {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .o-flex--wrap-reverse\@wide {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .o-flex__child--fill\@wide {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .o-flex__child--grow-0\@wide {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .o-flex__child--grow-1\@wide {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-flex__child--shrink-0\@wide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-flex__child--shrink-1\@wide {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .o-flex--justify-content-start\@wide {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-flex--justify-content-end\@wide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-flex--justify-content-center\@wide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-flex--justify-content-between\@wide {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .o-flex--justify-content-around\@wide {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .o-flex--align-items-start\@wide {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .o-flex--align-items-end\@wide {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-flex--align-items-center\@wide {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-flex--align-items-baseline\@wide {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .o-flex--align-items-stretch\@wide {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .o-flex--align-content-start\@wide {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .o-flex--align-content-end\@wide {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .o-flex--align-content-center\@wide {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .o-flex--align-content-between\@wide {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .o-flex--align-content-around\@wide {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .o-flex--align-content-stretch\@wide {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .o-flex__child--align-self-auto\@wide {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .o-flex__child--align-self-start\@wide {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .o-flex__child--align-self-end\@wide {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .o-flex__child--align-self-center\@wide {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .o-flex__child--align-self-baseline\@wide {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .o-flex__child--align-self-stretch\@wide {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 112.5em) {
  .o-flex\@huge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .o-flex\@huge::after,
  .o-flex\@huge::before {
    content: normal;
  }
  .o-flex--inline\@huge {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-flex--column\@huge,
  .o-flex--row\@huge {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-flex--column\@huge {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-flex--row-reverse\@huge {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-flex--column-reverse\@huge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .o-flex--wrap\@huge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-flex--nowrap\@huge {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .o-flex--wrap-reverse\@huge {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .o-flex__child--fill\@huge {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .o-flex__child--grow-0\@huge {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .o-flex__child--grow-1\@huge {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-flex__child--shrink-0\@huge {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-flex__child--shrink-1\@huge {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .o-flex--justify-content-start\@huge {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-flex--justify-content-end\@huge {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-flex--justify-content-center\@huge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-flex--justify-content-between\@huge {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .o-flex--justify-content-around\@huge {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .o-flex--align-items-start\@huge {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .o-flex--align-items-end\@huge {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-flex--align-items-center\@huge {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-flex--align-items-baseline\@huge {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .o-flex--align-items-stretch\@huge {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .o-flex--align-content-start\@huge {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .o-flex--align-content-end\@huge {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .o-flex--align-content-center\@huge {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .o-flex--align-content-between\@huge {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .o-flex--align-content-around\@huge {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .o-flex--align-content-stretch\@huge {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .o-flex__child--align-self-auto\@huge {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .o-flex__child--align-self-start\@huge {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .o-flex__child--align-self-end\@huge {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .o-flex__child--align-self-center\@huge {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .o-flex__child--align-self-baseline\@huge {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .o-flex__child--align-self-stretch\@huge {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media all {
  .o-flex\@ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .o-flex\@::after,
  .o-flex\@::before {
    content: normal;
  }
  .o-flex--inline\@ {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-flex--column\@,
  .o-flex--row\@ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-flex--column\@ {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-flex--column-reverse\@,
  .o-flex--row-reverse\@ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .o-flex--column-reverse\@ {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .o-flex--wrap\@ {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-flex--nowrap\@ {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .o-flex--wrap-reverse\@ {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .o-flex__child--fill\@ {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .o-flex__child--grow-0\@ {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .o-flex__child--grow-1\@ {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-flex__child--shrink-0\@ {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .o-flex__child--shrink-1\@ {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .o-flex--justify-content-start\@ {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-flex--justify-content-end\@ {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-flex--justify-content-center\@ {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-flex--justify-content-between\@ {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .o-flex--justify-content-around\@ {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .o-flex--align-items-start\@ {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .o-flex--align-items-end\@ {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-flex--align-items-center\@ {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-flex--align-items-baseline\@ {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .o-flex--align-items-stretch\@ {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .o-flex--align-content-start\@ {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .o-flex--align-content-end\@ {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .o-flex--align-content-center\@ {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .o-flex--align-content-between\@ {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .o-flex--align-content-around\@ {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .o-flex--align-content-stretch\@ {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .o-flex__child--align-self-auto\@ {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .o-flex__child--align-self-start\@ {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .o-flex__child--align-self-end\@ {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .o-flex__child--align-self-center\@ {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .o-flex__child--align-self-baseline\@ {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .o-flex__child--align-self-stretch\@ {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
.o-flex__img {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.o-flex__body {
  position: relative;
  padding: 6px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.o-fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  height: var(--set-brand__img-height, var(--brand__img-height, 100%));
  width: var(--set-brand__img-width, var(--brand__img-width, 100%));
}
@supports (color: var(--variable)) {
  .o-fit {
    --brand__img-height: 100%;
    --brand__img-width: 100%;
  }
}
.o-fit--contain {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;object-position: center center;";
}
.o-list {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.o-list--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-list--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-list-bare__item {
  display: inherit;
}
.o-icon-list {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.o-icon-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin: 0 0 6px;
}
.o-icon-list__icon {
  width: 25px;
  height: 25px;
  margin: 0 12px 0 0;
}
.o-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.o-card__obj-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.o-card__body-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-ratio {
  position: relative;
  display: block;
}
.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.o-ratio > embed,
.o-ratio > iframe,
.o-ratio > object,
.o-ratio__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}
.o-ratio--4\:3:before {
  padding-bottom: 75%;
}
.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}
.o-ratio--img-contain > .o-ratio__content:before {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
:root {
  --brand__number-of-lines: 2;
}
.o-ellipsis-multi,
.o-ellipsis-single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}
@supports (color: var(--variable)) {
  .o-ellipsis-multi {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: var(--brand__number-of-lines);
  }
  .o-ellipsis-multi--3 {
    --brand__number-of-lines: 3;
  }
  .o-ellipsis-multi--4 {
    --brand__number-of-lines: 4;
  }
}
.o-circle {
  border-radius: 50%;
}
.o-table.is-loading tbody td {
  position: relative;
  min-height: var(--table-is-loading-td--min-height);
}
.o-table.is-loading tbody td:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 5px;
  width: calc(100% - (12px * 2));
  margin: 0 12px;
  background: #e5e5e5;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 80%
  );
  background-size: 100% 5px;
  background-position: -100px 0;
  background-repeat: no-repeat;
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite;
}
:root {
  --dialog-border-spacing: 24px;
}
.o-dialog {
  z-index: 9010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 0;
  width: auto;
}
.o-dialog,
.o-dialog__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-dialog svg {
  fill: var(--dialog-svg--fill, currentColor);
}
.o-dialog--tiny {
  --dialog__document--max-width: 500px;
}
.o-dialog[aria-hidden="true"] {
  display: none;
}
.o-dialog__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation: fade-in 200ms both;
  animation: fade-in 200ms both;
}
.o-dialog__close {
  --brand__button--margin: 0;
  position: absolute;
  top: 12px;
  right: 6px;
}
.o-dialog__document {
  margin: var(--dialog__document--margin, auto);
  z-index: 2;
  background-color: var(--dialog__document--bg, #fff);
  max-width: var(--dialog__document--max-width, 700px);
  width: var(--dialog__document--width, 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 12px;
  padding: var(--dialog__document--padding, var(--dialog-border-spacing));
  max-height: var(--dialog__document--max-height, 100vh);
  -webkit-animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
}
.o-dialog__body,
.o-dialog__footer,
.o-dialog__header {
  -webkit-padding-start: var(--dialog--pis, 0);
  padding-inline-start: var(--dialog--pis, 0);
  -webkit-padding-end: var(--dialog--pie, 0);
  padding-inline-end: var(--dialog--pie, 0);
}
.o-dialog__body {
  -webkit-padding-before: var(--dialog__body--pbs, 0);
  padding-block-start: var(--dialog__body--pbs, 0);
  -webkit-padding-end: var(--dialog--pie, 2px);
  padding-inline-end: var(--dialog--pie, 2px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
}
.o-dialog__header {
  -webkit-padding-before: var(--dialog__header--pbs, 0);
  padding-block-start: var(--dialog__header--pbs, 0);
}
.o-dialog__footer {
  -webkit-padding-after: var(--dialog__footer--pbe, 0);
  padding-block-end: var(--dialog__footer--pbe, 0);
  -webkit-padding-before: var(
    --dialog__footer--pbs,
    var(--dialog-border-spacing)
  );
  padding-block-start: var(--dialog__footer--pbs, var(--dialog-border-spacing));
}
@media (prefers-reduced-motion: reduce) {
  .o-dialog__close {
    -webkit-transition: none;
    transition: none;
  }
  .o-dialog__content {
    -webkit-animation: none;
    animation: none;
  }
}
:root {
  --brand__header-background-color: #1a1a1a;
  --header-icon--size: 80px;
}
.c-header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 105px;
  background-color: var(--brand__header-background-color);
  -webkit-box-shadow: 0 5px 10px rgba(115, 109, 109, 0.2);
  box-shadow: 0 5px 10px rgba(115, 109, 109, 0.2);
  z-index: 9000;
}
@media (max-width: 78.74em) {
  .c-header.active-menu:before {
    content: "";
    width: 100%;
    position: fixed;
  }
  .c-header.active-menu:before,
  .c-header.show-list {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .c-header.show-list .c-nav-primary__heading {
    background-color: var(--brand__header-background-color);
  }
  .c-header.show-list .c-nav-primary__list-wrapper\@mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--brand__header-background-color);
  }
  .c-header.show-list .c-nav-primary__menu {
    background-color: #343434;
  }
}
.show-list .c-menu-hamburger__line:first-child {
  display: none;
}
.show-list .c-menu-hamburger__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-list .c-menu-hamburger__line:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-list .c-menu-hamburger__line:last-child,
.show-list .c-menu-hamburger__line:nth-child(2) {
  background-color: #fff;
  top: 39px;
}
.c-menu-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: 0 0;
}
.c-menu-hamburger:focus {
  outline: 0;
}
.c-menu-hamburger__line {
  position: absolute;
  width: 21px;
  height: 2px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu-hamburger__line:first-child {
  top: 32px;
}
.c-menu-hamburger__line:nth-child(2) {
  top: 38px;
}
.c-menu-hamburger__line:last-child {
  top: 44px;
}
:root {
  --brand__background-color--dropdown: #343434;
}
.c-nav-primary-item__dropdown {
  display: none;
  width: 100%;
  z-index: 101;
  background-color: #343434;
  background-color: var(--brand__background-color--dropdown);
}
@media (min-width: 78.75em) {
  .c-nav-primary-item__dropdown {
    --brand__color-text: #f6f6f6;
    --brand__background-color--dropdown: #e5e5e5;
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 5px 15px #343434;
    box-shadow: 0 5px 15px #343434;
    position: absolute;
    top: 80px;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .c-nav-primary-item__dropdown--big {
    width: 350px;
  }
  .c-nav-primary-item__dropdown--small {
    width: 200px;
  }
}
.c-dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.c-dropdown-item {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 78.75em) {
  .c-dropdown-item {
    border: 0;
  }
}
.c-dropdown-item__link {
  width: 100%;
  text-decoration: none;
  padding: 24px 48px;
  --brand__color-title: #f6f6f6;
  --brand__color-text: #f6f6f6;
}
.c-dropdown-item__link:hover {
  background-color: #ccc;
  --brand__color-text: #1a1a1a;
}
@media (min-width: 78.75em) {
  .c-dropdown-item__link {
    padding: 12px 24px;
    --brand__color-text: #1a1a1a;
  }
  .c-dropdown-item__link:hover {
    background-color: #ccc;
  }
}
.c-dropdown-item__text {
  font-family: "Lato, sans-serif";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}
@media (max-width: 78.74em) {
  .c-nav-primary__search {
    position: absolute;
    top: 0;
    right: calc(var(--header-icon--size) * 2);
    bottom: auto;
    left: auto;
    width: var(--header-icon--size);
    height: var(--header-icon--size);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-nav-primary__search:hover {
  cursor: pointer;
  background-color: #343434;
}
@media (min-width: 78.75em) {
  .c-nav-primary__search {
    position: relative;
    right: auto;
  }
}
.c-nav-primary__search.is-active {
  background-color: #343434;
}
.c-nav-primary__search.is-active .c-nav-primary-search__doormat {
  display: block;
}
.c-nav-primary__search.is-active .c-nav-primary-search-link__icon {
  display: none;
}
.c-nav-primary-search__link,
.c-nav-primary__search.is-active .c-nav-primary-search-link__icon-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-nav-primary-search__link {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--header-icon--size);
  height: var(--header-icon--size);
}
.c-nav-primary-search-link__icon {
  display: block;
}
.c-nav-primary-search-link__icon-close {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 78.75em) {
  .c-nav-primary-search-link__icon-close {
    padding: 6px;
  }
}
.c-nav-primary-search__doormat {
  --brand__search-content-width: 600px;
  display: none;
  position: fixed;
  width: 100%;
  top: calc(80px - 2px);
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 15px #343434;
  box-shadow: 0 5px 15px #343434;
  --brand__button--background: #f6f6f6;
  --brand__search-input--border-top-right-radius: 0;
  --brand__search-input--border-bottom-right-radius: 0;
  --brand__button--border-top-left-radius: 0;
  --brand__button--border-bottom-left-radius: 0;
}
.c-nav-primary-search__doormat:hover {
  cursor: default;
}
.c-nav-primary__account {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-nav-primary__account.is-active,
.c-nav-primary__account:hover,
.c-nav-primary__menu:hover {
  background-color: #343434;
}
@media (min-width: 78.75em) {
  .c-nav-primary__account:hover .c-nav-primary-item__dropdown {
    display: block;
  }
}
@media (max-width: 78.74em) {
  .c-nav-primary__account {
    position: absolute;
    right: var(--header-icon--size);
    top: 0;
  }
  .c-nav-primary__account.is-active .c-nav-primary-item__dropdown {
    display: block;
    position: fixed;
    top: var(--header-icon--size);
    left: 0;
    right: 0;
  }
}
.c-nav-primary-account__icon {
  cursor: pointer;
  height: var(--header-icon--size);
  width: var(--header-icon--size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
:root {
  --brand__color-navigation: #f6f6f6;
}
.c-nav-primary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0;
}
@media (min-width: 78.75em) {
  .c-nav-primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    padding: 0 24px;
  }
}
.c-nav-primary__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 10px rgba(115, 109, 109, 0.2);
  box-shadow: 0 5px 10px rgba(115, 109, 109, 0.2);
  padding: 0 24px;
  z-index: 10;
}
@media (min-width: 78.75em) {
  .c-nav-primary__heading {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
  }
}
.c-nav-primary-logo__link,
.c-nav-primary__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav-primary__logo {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 150px;
  height: 80px;
}
.c-nav-primary-logo__link {
  width: 100%;
  height: 100%;
}
.c-nav-primary__menu {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.c-nav-primary__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 48px;
  z-index: 15;
}
@media (max-width: 78.74em) {
  .c-nav-primary__list-wrapper\@mobile {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 80px);
    background-color: #1a1a1a;
  }
}
@media (max-width: 78.74em) and (min-width: 46.25em) {
  .c-nav-primary__list-wrapper\@mobile {
    width: 320px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
  }
}
@media (max-width: 78.74em) {
  .c-nav-primary__list\@mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - (80px - 90px));
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .c-nav-primary__list\@mobile::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .c-nav-primary-item\@mobile {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-nav-primary-item\@mobile.is-active .c-nav-primary-item__dropdown {
    display: block;
  }
  .c-nav-primary-item\@mobile.is-active .c-nav-primary-item__icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .c-nav-primary-item__link\@mobile {
    --brand__color-title: #f6f6f6;
    color: var(--brand__color-navigation);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 24px;
    text-decoration: none;
    border-bottom: 1px solid #4c4c4c;
  }
  .c-nav-primary-item__link\@mobile:hover {
    cursor: pointer;
    background-color: #343434;
    color: var(--brand__color-navigation);
  }
  .c-nav-primary-item__text\@mobile {
    font-size: 1em;
    font-size: 1em;
    line-height: 1.3333333333;
    font-family: "Lato, sans-serif";
    text-decoration: none;
  }
  .c-nav-primary-item__text\@mobile br {
    display: none;
  }
  .c-nav-primary-item__icon\@mobile {
    --brand__svg-color: #f6f6f6;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (min-width: 78.75em) {
  .c-nav-primary__list-wrapper\@large,
  .c-nav-primary__list\@large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
  }
  .c-nav-primary__list-wrapper\@large {
    background-color: #1a1a1a;
    position: relative;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
  }
  .c-nav-primary__list\@large {
    width: auto;
    overflow: visible;
  }
  .c-nav-primary-item\@large {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-nav-primary-item\@large:hover {
    background-color: #343434;
  }
  .c-nav-primary-item\@large:hover .c-nav-primary-item__dropdown,
  .c-nav-primary-item__link\@large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav-primary-item__link\@large {
    --brand__color-title: #f6f6f6;
    color: var(--brand__color-navigation);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    height: 100%;
    padding: 0 24px;
    text-align: center;
    border-bottom: none;
  }
  .c-nav-primary-item__link\@large:hover {
    cursor: pointer;
    background-color: #343434;
    color: var(--brand__color-navigation);
  }
  .c-nav-primary-item__text\@large {
    font-size: 1em;
    font-size: 1em;
    line-height: 1.3333333333;
    font-family: "Lato, sans-serif";
    text-decoration: none;
  }
  .c-nav-primary-item__text\@large br {
    display: block;
  }
  .c-nav-primary-item__icon\@large {
    display: none;
  }
}
.c-nav-primary__language-selector {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0;
}
@media (min-width: 78.75em) {
  .c-nav-primary__language-selector {
    margin: 0 0 0 24px;
  }
}
.c-nav-primary__language-selector,
.c-nav-primary__language-selector.is-active .c-language-selector__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
:root {
  --brand__button-icon--display: inline-flex;
  --brand__button-icon--width: auto;
  --brand__button-label--text-align: left;
  --brand__button-label--width: auto;
}
.c-btn,
.c-btn:hover {
  color: var(--set-brand__button--color, var(--brand__button--color));
  -webkit-text-decoration: var(--brand__button--text-decoration);
  text-decoration: var(--brand__button--text-decoration);
}
.c-btn {
  font-size: 1em;
  font-size: 1em;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: var(--brand__button--align-items);
  -webkit-align-items: var(--brand__button--align-items);
  -ms-flex-align: var(--brand__button--align-items);
  align-items: var(--brand__button--align-items);
  -webkit-box-pack: var(--brand__button--justify-content);
  -webkit-justify-content: var(--brand__button--justify-content);
  -ms-flex-pack: var(--brand__button--justify-content);
  justify-content: var(--brand__button--justify-content);
  text-align: center;
  width: var(--brand__button--width);
  /* font-family: var(--brand__button--font-family); */
  font-family: Lato, sans-serif;
  cursor: pointer;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  white-space: nowrap;
  margin: var(--brand__button--margin);
  padding: var(--brand__button--padding);
  border: var(--brand__button--border, none);
  background-color: var(
    --set-brand__button--background,
    var(--brand__button--background)
  );
  z-index: var(--brand__button--z-index);
  border-radius: var(--brand__button--border-radius);
  border-top-left-radius: var(--brand__button--border-top-left-radius);
  border-top-right-radius: var(--brand__button--border-top-right-radius);
  border-bottom-left-radius: var(--brand__button--border-bottom-left-radius);
  border-bottom-right-radius: var(--brand__button--border-bottom-right-radius);
  max-width: 100%;
}
.c-btn:hover {
  --brand__button--text-decoration: underline;
  opacity: 0.8;
}
.c-btn:focus {
  outline: 0;
}
.c-btn.disabled,
.c-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.c-btn--primary,
.c-btn--secondary {
  font-size: 1em;
  font-size: 1em;
  line-height: 2.85;
  --brand__button--padding: 0 24px;
  --brand__button--justify-content: center;
  font-weight: 400;
  min-width: var(--brand__button--min-width);
}
.c-btn--primary {
  --brand__button--background: #1a1a1a;
  --brand__button--color: #f6f6f6;
}
.c-btn--primary:hover {
  --brand__button--text-decoration: none;
  --brand__button--color: #f6f6f6;
}
.c-btn--secondary {
  --brand__button--background: var(--brand__button-secondary--bgc, #fff);
  --brand__button--color: var(--brand__button-secondary--color, #1a1a1a);
  --brand__button--border: 2px solid var(--brand__button-secondary--bc, #1a1a1a);
}
.c-btn--secondary:hover {
  --brand__button--text-decoration: none;
  --brand__button--color: var(--brand__button-secondary--hover--color, #1a1a1a);
}
.c-btn--zoom {
  --brand__button-icon--margin: 0;
  --brand__button--min-width: auto;
  --brand__button--padding: 6px;
  --brand__button--border-radius: 100px;
  --brand__button--align-items: center;
  --brand__button--justify-content: center;
  --brand__button--width: var(--brand__button-zoom--size, 38px);
  height: var(--brand__button-zoom--size, 38px);
  position: var(--brand__button-zoom--position, absolute);
  bottom: var(--brand__button-zoom--bottom, 6px);
  right: var(--brand__button-zoom--right, 6px);
  z-index: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 1px;
}
.c-btn--zoom svg {
  fill: currentColor;
}
.c-btn--large {
  --brand__button--min-width: 350px;
  max-width: 350px;
}
@media (max-width: 494px) {
  .c-btn--large {
    --brand__button--min-width: 100%;
  }
}
@media (max-width: 22.49em) {
  .c-btn {
    --brand__button--min-width: 100%;
  }
}
.c-btn__icon {
  margin: var(--brand__button-icon--margin, 0 6px 0 0);
  vertical-align: middle;
  display: var(--brand__button-icon--display);
  width: var(--brand__button-icon--width);
}
.c-btn__label + .c-btn__icon {
  margin: 0 0 0 12px;
}
.c-btn__label {
  text-align: var(--brand__button-label--text-align);
  width: var(--brand__button-label--width);
}
.c-btn--link {
  position: unset;
}
.c-btn--link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.c-breadcrumb-item {
  display: none;
  font-size: 1em;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 63.99em) {
  .c-breadcrumb-item:nth-last-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-breadcrumb-item:nth-last-child(2) .c-breadcrumb-item__icon {
    padding-right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 64em) {
  .c-breadcrumb-item:last-child {
    font-weight: 400;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .c-breadcrumb-item:last-child .c-breadcrumb-item__icon {
    display: none;
  }
}
.c-breadcrumb-item__link {
  text-decoration: none;
}
.c-breadcrumb-item__link:hover {
  opacity: 0.7;
}
.c-breadcrumb-item__icon {
  --brand__svg-color: #7f7f7f;
  padding-left: 12px;
  padding-right: 12px;
}
.c-banner {
  overflow: hidden;
  --set-brand__img-height: 100%;
  --set-brand__img-width: 100%;
}
.c-banner,
.c-banner__slide {
  position: relative;
}
.c-banner-slide__image {
  position: relative;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 64em) {
  .c-banner-slide__image {
    height: 600px;
    background-position: center !important;
  }
}
.c-banner-slide__content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
@media (min-width: 64em) {
  .c-banner-slide__content-wrapper,
  .c-banner-slide__content-wrapper--show-at-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-banner-slide__content-wrapper--show-at-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.c-banner-slide__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  width: 100%;
}
@media (min-width: 64em) {
  .c-banner-slide__content {
    width: 50%;
    padding-top: 96px;
  }
}
.c-banner-slide__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px;
  width: 100%;
}
@media (min-width: 64em) {
  .c-banner-slide__caption {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-information-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.c-information-block--full-width-content .c-information-block__image,
.c-information-block--full-width-content .c-information-block__video,
.c-information-block--full-width-media .c-information-block__content,
.c-information-block--video .c-information-block__image {
  display: none;
}
@media (min-width: 64em) {
  .c-information-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-information-block--full-width-content .c-information-block__content,
  .c-information-block--full-width-media .c-information-block__image,
  .c-information-block--full-width-media .c-information-block__video {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-information-block--small-start-item .c-information-block__content {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
  .c-information-block--big-start-item .c-information-block__content,
  .c-information-block--small-start-item .c-information-block__image,
  .c-information-block--small-start-item .c-information-block__video {
    -webkit-flex-basis: 68%;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
  }
  .c-information-block--big-start-item {
    --info-block-button--min-width: 250px;
  }
  .c-information-block--big-start-item .c-information-block__image,
  .c-information-block--big-start-item .c-information-block__video {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
  .c-information-block--direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-information-block--reverse-direction {
    --info-block-button--min-width: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.c-information-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px;
}
@media (min-width: 64em) {
  .c-information-block__content {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    height: 600px;
    overflow: hidden;
  }
}
.c-information-block__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 64em) {
  .c-information-block__image {
    -webkit-flex-basis: 68%;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    height: 600px;
    background-position: center !important;
  }
}
.c-information-block__video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
}
@media (min-width: 64em) {
  .c-information-block__video {
    -webkit-flex-basis: 68%;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    height: 600px;
  }
}
.c-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 0;
}
@media (min-width: 46.25em) {
  .c-quote {
    padding: 96px 0;
  }
}
.c-quote--fixed-height {
  height: 488px;
  padding: 0;
}
.c-quote__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
}
@media (min-width: 46.25em) {
  .c-quote__item {
    padding: 0;
    width: 70%;
  }
}
@media (min-width: 78.75em) {
  .c-quote__item {
    padding: 0;
    width: 50%;
  }
}
.c-quote-item__icon {
  width: 150px;
  height: 150px;
}
.c-quote__text {
  width: 100%;
  padding-bottom: 24px;
  font-weight: 700;
  text-align: center;
}
.c-quote-item__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.c-quote-item__name:after,
.c-quote-item__name:before {
  content: "-";
}
.c-quote-item__name p {
  padding: 0 6px;
  margin-bottom: 0;
}
:root {
  --brand__cta-height: auto;
  --brand__button-margin-top: none;
  --brand__cta-img-height: 100%;
  --brand__cta-img-min-height: auto;
  --brand__cta-img-max-height: auto;
  --brand__flex-justify-content: center;
  --brand__cta-content-text-align: center;
  --brand__cta-img-border: none;
  --brand__cta-document-block--display: none;
}
.c-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: var(--brand__cta-height);
  --brand__img-height: 100%;
  --brand__img-width: 100%;
}
@media (min-width: 46.25em) {
  .c-cta {
    --brand__cta-height: 100%;
  }
}
.c-cta--has-image {
  --brand__flex-justify-content: flex-start;
  --brand__cta-content-text-align: left;
  --brand__button-margin-top: auto;
}
.c-cta--has-image.c-cta--fixed-height h3 {
  height: auto;
  min-height: auto;
}
.c-cta--is-article,
.c-cta--is-product {
  --set-brand__img-height: 70%;
  --set-brand__img-width: 70%;
  --brand__cta-img-border: 1px solid #f0f0ee;
}
.c-cta--is-article h3,
.c-cta--is-product h3 {
  text-align: left;
}
@media (min-width: 46.25em) {
  .c-cta--is-article h3,
  .c-cta--is-product h3 {
    font-size: 1em;
    font-size: 1em;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.c-cta--is-article p,
.c-cta--is-news h3,
.c-cta--is-product p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}
.c-cta--is-article p,
.c-cta--is-product p {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.6;
}
@supports (color: var(--variable)) {
  .c-cta--is-article p,
  .c-cta--is-product p {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}
@media (min-width: 46.25em) {
  .c-cta--is-article p,
  .c-cta--is-product p {
    margin-bottom: 12px;
  }
}
.c-cta--is-article {
  --brand__button--z-index: 60;
}
.c-cta--is-news h3 {
  text-align: left;
}
@supports (color: var(--variable)) {
  .c-cta--is-news h3 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}
.c-cta--fixed-height h3,
.c-cta--is-news p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}
@supports (color: var(--variable)) {
  .c-cta--is-news p {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
  }
}
.c-cta--fixed-height {
  --brand__cta-height: 488px;
  overflow: hidden;
  --brand__cta-img-min-height: 66%;
  --brand__cta-img-max-height: 66%;
  --brand__button-margin-top: none;
}
@supports (color: var(--variable)) {
  .c-cta--fixed-height h3 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}
@media (min-width: 46.25em) {
  .c-cta--fixed-height h3 {
    min-height: calc(36px * 2);
  }
}
.c-cta--fixed-height p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}
@supports (color: var(--variable)) {
  .c-cta--fixed-height p {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
  }
}
@media (min-width: 46.25em) {
  .c-cta--fixed-height p {
    min-height: calc(24px * 4);
  }
}
.c-cta--is-document-block {
  --brand__cta-img-border: 0;
}
@media (min-width: 46.25em) {
  .c-cta--is-document-block h3 {
    font-size: 1em;
    font-size: 1em;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.c-cta--is-document-block p {
  margin-bottom: 0;
}
.c-cta--is-document-block:hover .c-cta-document-block {
  --brand__button--min-width: auto;
  display: block;
}
@supports (color: var(--variable)) {
  .c-cta--is-document-block:hover {
    --brand__cta-document-block--display: block;
  }
}
.c-cta__type {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 700;
  padding: 6px;
}
.c-cta__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--brand__cta-img-height);
  min-height: var(--brand__cta-img-min-height);
  max-height: var(--brand__cta-img-max-height);
  width: 100%;
  border: var(--brand__cta-img-border);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-cta__content-wrapper {
  min-height: auto;
  height: var(--brand__cta-height);
}
@media (min-width: 46.25em) {
  .c-cta__content-wrapper {
    --brand__cta-height: 100%;
  }
}
.c-cta__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: var(--brand__flex-justify-content);
  -webkit-justify-content: var(--brand__flex-justify-content);
  -ms-flex-pack: var(--brand__flex-justify-content);
  justify-content: var(--brand__flex-justify-content);
  height: var(--brand__cta-height);
  min-height: auto;
  padding: 24px;
  text-align: var(--brand__cta-content-text-align);
}
@media (min-width: 46.25em) {
  .c-cta__content {
    --brand__cta-height: 100%;
  }
}
.c-cta__content--has-date {
  padding-top: 12px;
}
.c-cta__buttons {
  --brand__button--width: auto;
  width: auto;
  text-align: var(--brand__cta-content-text-align);
  margin-top: var(--brand__button-margin-top);
}
.c-cta__date {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.7142857143;
  font-weight: 700;
  padding-bottom: 12px;
}
.c-cta-document-block {
  display: var(--brand__cta-document-block--display);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-cta-document-block__buttons,
.c-usp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.c-cta-document-block__buttons {
  width: 100%;
  padding: 0 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  --brand__button--justify-content: flex-start;
  --brand__button--z-index: 10;
  --brand__button-primary--width: 100%;
  --brand__button-icon--width: 50px;
  --brand__button-label--text-align: center;
  --brand__button-label--width: 100%;
  --brand__button--margin: 2px 4px 24px 0;
}
.c-usp-item {
  position: relative;
}
.c-usp-item__content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.c-usp-item__content,
.c-usp-item__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-usp-item__title {
  text-align: center;
}
.c-usp-item__image {
  margin-bottom: 24px;
  width: 150px;
  height: 150px;
}
.c-usp-item__subtitle {
  --brand__font-family: Lato, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: var(--brand__color-text);
  /* font-family: var(--brand__font-family); */
  font-family: Lato, sans-serif;
  text-align: center;
  padding-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-usp-item__cta {
  justify-self: end;
}
.c-cookie {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9010;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-cookie-wrapper,
.c-cookie.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-cookie-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  padding: 24px;
}
@media (min-width: 46.25em) {
  .c-cookie-wrapper {
    width: 500px;
  }
}
.c-cookie__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-cookie__content .c-rich-text {
  text-align: center;
}
.c-cookie__content,
.c-cookie__cta,
.c-cookie__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-cookie__logo {
  margin-bottom: 24px;
}
.c-cookie__cta {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  --brand__button--margin: 6px;
}
@media (min-width: 46.25em) {
  .c-cookie__cta {
    --brand__button--margin: 12px;
  }
}
@media (max-width: 46.24em) {
  .c-cookie__accept,
  .c-cookie__manage {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
:root {
  --brand__cookie-settings-item-content--display: none;
}
.c-cookie-settings {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9010;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-cookie-settings-wrapper,
.c-cookie-settings.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-cookie-settings-wrapper {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  max-height: 90%;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .c-cookie-settings-wrapper {
    width: 700px;
  }
}
.c-cookie-settings__close {
  position: absolute;
  top: 6px;
  right: 6px;
}
.c-cookie-settings__content,
.c-cookie-settings__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-cookie-settings__content {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  height: 100%;
  overflow: auto;
}
.c-cookie-settings__heading {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.c-cookie-settings__logo {
  padding-right: 48px;
}
.c-cookie-settings__title {
  margin-bottom: 0;
}
.c-cookie-settings-item {
  padding: 12px 0;
}
.c-cookie-settings-item.is-active {
  --brand__cookie-settings-item-content--display: block;
}
.c-cookie-settings-item__heading-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.c-cookie-settings-item__heading,
.c-cookie-settings-item__heading-wrapper,
.c-cookie-settings-item__icon,
.c-language-selector.is-active .c-language-selector__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-cookie-settings-item__heading:hover {
  cursor: pointer;
}
.c-cookie-settings-item__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 12px;
  margin-left: 6px;
}
.c-cookie-settings-item__status {
  color: #1a1a1a;
}
.c-cookie-settings-item__title {
  margin-bottom: 0;
}
.c-cookie-settings-item__content {
  display: var(--brand__cookie-settings-item-content--display);
}
.c-cookie-settings-item__content:focus {
  outline: 0;
}
:root {
  --brand__footer-position-language: calc(48px + 24px);
  --brand__language-list-width: 380px;
}
.c-language-selector {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}
.c-language-selector.is-active .c-language-selector-button__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-language-selector--is-reversed {
  padding-bottom: 24px;
}
.c-language-selector--is-reversed .c-language-selector__list {
  position: absolute;
  top: auto;
  right: 0;
  bottom: var(--brand__footer-position-language);
  left: 0;
  border-top: none;
  border-bottom: 2px solid #1a1a1a;
}
.c-language-selector-button {
  --brand__svg-color: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--brand__color-text);
  border: 0;
  border-radius: 24px;
  padding: 12px;
  min-width: 172px;
}
.c-language-selector-button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.c-language-selector-button:focus {
  outline: 0;
}
.c-language-selector-button__label {
  font-family:  "Lato, sans-serif";
  padding-right: 12px;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-language-selector-button__label {
    color: #f6f6f6;
  }
}
.c-language-selector-button__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-language-selector__list {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 48px;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  border-top: 2px solid #1a1a1a;
  -webkit-box-shadow: 0 5px 15px #343434;
  box-shadow: 0 5px 15px #343434;
}
@media (min-width: 78.75em) {
  .c-language-selector__list {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .c-language-selector__list.is-two-col {
    min-width: var(--brand__language-list-width);
  }
  .c-language-selector__list.is-two-col .c-language-selector__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    padding: 12px;
  }
}
.c-language-selector__list .c-language-selector__wrapper {
  margin: 0;
}
.c-language-selector-item {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 78.75em) {
  .c-language-selector-item:last-child,
  .c-language-selector-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
.c-language-selector-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  text-decoration: none;
}
.c-language-selector-item__link:hover {
  background-color: #ccc;
}
.c-language-selector-item__text {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.6;
  font-family: "Lato, sans-serif";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  display: block;
}
.c-footer-block {
  margin-bottom: 24px;
}
@media (min-width: 78.75em) {
  .c-footer-block {
    margin-bottom: 0;
  }
}
.c-footer-block:focus {
  outline: 0;
}
.c-footer-block.is-active .c-footer-block__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-footer-block-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 46.25em) {
  .c-footer-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-footer-block__heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.c-footer-block__heading:hover {
  cursor: pointer;
}
@media (min-width: 46.25em) {
  .c-footer-block__heading:hover {
    cursor: default;
  }
}
.c-footer-block__heading:after {
  width: 100%;
  height: 2px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #e5e5e5;
}
.c-footer-block__title {
  padding-right: 24px;
}
@media (min-width: 78.75em) {
  .c-footer-block__title {
    padding-bottom: 12px;
  }
}
.c-footer-block__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-active .c-link-block {
  display: block;
}
.c-link-block {
  display: none;
}
@media (min-width: 46.25em) {
  .c-link-block {
    display: block;
  }
}
.c-link-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.c-link-block-list:focus {
  outline: 0;
}
.c-link-block-item {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 6px;
}
.c-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 46.25em) {
  .c-contact-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-contact-block__text {
  text-align: center;
  padding-bottom: 6px;
}
@media (min-width: 46.25em) {
  .c-contact-block__text {
    text-align: left;
  }
}
.c-social-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 46.25em) {
  .c-social-block-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-social-block-item {
  padding-right: 6px;
  padding-bottom: 6px;
}
:root {
  --brand__link-text-font-size: 1em;
  --brand__link-text-padding-right: 0;
}
.c-link {
  text-decoration: none;
}
.c-link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-link--full {
  position: unset;
}
.c-link--full:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-link__text {
  /* font-size: var(--brand__link-text-font-size); */
  font-size: 1em;
  padding-right: var(--brand__link-text-padding-right);
}
.c-news-overview {
  --brand__cta-height: 100%;
}
.c-news-overview-filter,
.c-news-overview-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.c-news-overview-paging {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 24px 0;
}
.c-news-overview-filter {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 24px;
  margin-bottom: 48px;
  --brand__filter-padding: 24px 0;
}
@media (max-width: 46.24em) {
  .c-news-overview-filter {
    --brand__filter-list-direction: column;
  }
}
@media (min-width: 46.25em) {
  .c-news-overview-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-news-overview-filter__text {
  font-weight: 700;
  padding: 24px 0;
  margin-right: 24px;
}
.c-news-overview__list {
  --brand__button-margin-top: auto;
}
:root {
  --brand__search-content-width: auto;
  --brand__search-input--color: #1a1a1a;
  --brand__search-padding: 48px 0;
  --brand__search-input--background: #f6f6f6;
  --brand__search-input--border-top-left-radius: 100px;
  --brand__search-input--border-bottom-left-radius: 100px;
  --brand__search-input--border-top-right-radius: 100px;
  --brand__search-input--border-bottom-right-radius: 100px;
}
.c-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--brand__search-padding);
}
.c-search--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-search--center {
  --brand__search-padding: 48px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-search--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-search--medium {
  --brand__search-content-width: 300px;
}
.c-search__content {
  width: var(--brand__search-content-width);
}
.c-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  --brand__button--padding: 0 24px;
  --brand__button--margin: 0;
}
.c-search-form__input {
  border-top-left-radius: var(--brand__search-input--border-top-left-radius);
  border-bottom-left-radius: var(
    --brand__search-input--border-bottom-left-radius
  );
  border-top-right-radius: var(--brand__search-input--border-top-right-radius);
  border-bottom-right-radius: var(
    --brand__search-input--border-bottom-right-radius
  );
  padding: 0 24px !important;
  background-color: var(--brand__search-input--background);
  color: var(--brand__search-input--color) !important;
}
.c-search-form__input:focus {
  outline: 0;
}
:root {
  --brand__faq-collapse-padding: 12px 24px;
  --brand__faq-collapse-margin: 0;
  --brand__faq-collapse-border-bottom: none;
}
.c-faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 6px;
  margin-top: 6px;
}
.c-faq-block:first-child {
  margin-top: 0;
}
.c-faq-block:last-child {
  margin-bottom: 0;
}
.c-faq-block.is-active {
  --brand__faq-collapse-margin: 24px;
}
.c-faq-block.is-active .c-faq-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-faq-block--borderless,
.c-faq-block--borderless .c-faq-block-item,
.c-faq-block--borderless .c-faq-collapse {
  --brand__faq-collapse-border-bottom: 0;
}
.c-faq-block--borderless .c-faq-block-item.is-active:last-child,
.c-faq-block-item.is-active:last-child {
  --brand__faq-collapse-border-bottom: 1px solid #cccccc;
}
.c-faq-block--borderless .c-faq-block-item__content,
.c-favourites-mail__heading h4 {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .c-faq-block--borderless .c-faq-block-item__text {
    margin-left: 0;
    border-left: 0;
  }
}
.c-faq-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: var(--brand__faq-collapse-padding);
  border-bottom: var(--brand__faq-collapse-border-bottom);
}
.c-faq-collapse:hover {
  text-decoration: none;
}
.c-faq-collapse:focus {
  outline: 0;
}
.c-faq-collapse__content {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-faq-collapse__title {
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  white-space: normal;
  word-break: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 6px;
}
.c-faq-collapse__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-active .c-faq-collapse__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-faq-block-item,
.c-faq-block__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.c-faq-block__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-faq-block-item {
  display: none;
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  --brand__faq-collapse-padding: 24px;
  --brand__faq-collapse-margin: 0;
  --brand__faq-collapse-border-bottom: 1px solid #cccccc;
  --brand__button--border-top-left-radius: 0;
  --brand__button--border-bottom-left-radius: 0;
  --brand__button--border-top-right-radius: 0;
  --brand__button--border-bottom-right-radius: 0;
}
.c-faq-block-item .c-faq-collapse__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-faq-block-item:last-child {
  margin-bottom: 0;
  --brand__faq-collapse-border-bottom: 0;
}
.c-faq-block-item.is-active .c-faq-block-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-faq-block-item.is-active .c-faq-collapse__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-faq-block-item__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
}
.c-faq-block-item__content:focus {
  outline: 0;
}
.c-faq-block-item__text {
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 12px 24px;
  --brand__rich-text-margin-bottom: 0;
  --brand__button--border-top-left-radius: 100px;
  --brand__button--border-bottom-left-radius: 100px;
  --brand__button--border-top-right-radius: 100px;
  --brand__button--border-bottom-right-radius: 100px;
}
@media (min-width: 46.25em) {
  .c-faq-block-item__text {
    margin-left: 48px;
    border-left: 1px solid #ccc;
  }
}
.c-faq__search {
  --brand__search-content-width: 300px;
  --brand__search-input--border-top-right-radius: 0;
  --brand__search-input--border-bottom-right-radius: 0;
  --brand__button--background: #f6f6f6;
  --brand__button--border-top-left-radius: 0;
  --brand__button--border-bottom-left-radius: 0;
}
:root {
  --brand__favourites-block-display: none;
}
.c-favourites__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 46.25em) {
  .c-favourites__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-favourites__title {
  text-transform: uppercase;
  padding-right: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-favourites__title {
    margin-bottom: 0;
  }
}
.c-favourites-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 46.25em) {
  .c-favourites-nav {
    margin-bottom: 24px;
  }
}
@media (min-width: 64em) {
  .c-favourites-nav {
    margin-bottom: 0;
  }
}
.c-favourites-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 46.25em) {
  .c-favourites-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-favourites-nav-item {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0 0 12px;
}
.c-favourites-nav-item:last-child {
  border-right: 0;
  padding-right: 0;
}
@media (min-width: 46.25em) {
  .c-favourites-nav-item {
    padding: 0 12px;
    margin-bottom: 0;
    border-right: 1px solid #f6f6f6;
  }
  .c-favourites-nav-item:first-child {
    padding-left: 0;
  }
}
.c-favourites__block {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --brand__search-input--background: #fff;
}
.c-favourites-item,
.c-favourites-list,
.c-favourites__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.c-favourites-list {
  margin-top: 24px;
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-favourites-item {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-favourites-item:first-child {
  padding-top: 0;
}
.c-favourites-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-favourites-item__overview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 48px;
}
@media (min-width: 46.25em) {
  .c-favourites-item__overview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-favourites-item__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-bottom: 24px;
}
@media (min-width: 46.25em) {
  .c-favourites-item__image {
    margin-bottom: 0;
  }
}
.c-favourites-item__remove {
  --brand__button--width: auto;
}
@media (min-width: 46.25em) {
  .c-favourites-item__content {
    margin-left: 24px;
  }
}
.c-favourites-item__title {
  margin-bottom: 24px;
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
}
@media (min-width: 46.25em) {
  .c-favourites-item__title {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}
.c-favourites-item__reference {
  font-size: 1em;
  font-size: 1em;
  line-height: 17px;
  margin-bottom: 6px;
}
.c-favourites-item__description {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
}
@media (min-width: 46.25em) {
  .c-favourites-item__description {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}
.is-active .c-favourites-mail {
  --brand__favourites-block-display: flex;
}
.c-favourites-mail {
  position: relative;
  display: var(--brand__favourites-block-display);
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0;
  padding: 12px 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  --brand__search-content-width: 100%;
  --brand__search-padding: 24px 0;
}
@media (min-width: 64em) {
  .c-favourites-mail {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.c-favourites-mail__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 64em) {
  .c-favourites-mail__heading {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.c-favourites-mail__buttons {
  --brand__button--min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 64em) {
  .c-favourites-mail__buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.c-favourites-mail__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
}
.c-favourites-widget {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  z-index: 60;
}
@media (min-width: 46.25em) {
  .c-favourites-widget {
    width: 350px;
    margin-left: auto;
    right: auto;
  }
}
.c-favourites-widget__heading,
.c-favourites-widget__overview.is-active .c-favourites-widget__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-favourites-widget__overview.is-active .c-favourites-widget__icon {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-favourites-widget__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 24px;
}
.c-favourites-widget__heading:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-favourites-widget__title {
  text-transform: uppercase;
  font-weight: 700;
}
.c-favourites-widget__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-favourites-widget__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #f6f6f6;
  padding: 24px;
}
.c-favourites-widget__content:focus {
  outline: 0;
}
.c-favourites-widget__description {
  font-size: 1em;
  font-size: 1em;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.c-favourites-widget-item,
.c-favourites-widget__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.c-favourites-widget__list {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-favourites-widget-item {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 24px 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  --brand__link-text-font-size: 1em;
}
.c-favourites-widget-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.c-favourites-widget-item__remove {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: auto;
  left: auto;
  --brand__button--width: auto;
  padding: 0;
  margin: 0;
}
.c-favourites-widget-item__remove:focus {
  outline: 0;
}
.c-favourites-widget__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
:root {
  --brand__confirmation-display: none;
}
.is-active .c-confirmation {
  --brand__confirmation-display: flex;
}
.c-confirmation {
  --brand__button--min-width: auto;
  display: var(--brand__confirmation-display);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0;
  padding: 12px 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 64em) {
  .c-confirmation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
.c-confirmation-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 64em) {
  .c-confirmation-message {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.c-confirmation-message__text {
  text-align: center;
  font-size: 1em;
  font-size: 1em;
  line-height: 17px;
}
.c-confirmation__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 64em) {
  .c-confirmation__buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
:root {
  --brand__where-to-buy-height-map: calc(
    var(--brand__where-to-buy-height-panel) +
      var(--brand__where-to-buy-height-locator)
  );
  --brand__where-to-buy-height-panel: 450px;
  --brand__where-to-buy-height-locator: 600px;
}
.c-where-to-buy__heading,
.c-where-to-buy__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-where-to-buy__search {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --brand__search-padding: 0;
  --brand__button--min-width: auto;
}
@media (min-width: 46.25em) {
  .c-where-to-buy__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-where-to-buy__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.c-where-to-buy-map {
  overflow: hidden;
  margin-bottom: 24px;
  height: 1050px;
}
@supports (color: var(--variable)) {
  .c-where-to-buy-map {
    height: var(--brand__where-to-buy-height-map);
  }
}
@media (min-width: 64em) {
  .c-where-to-buy-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 600px;
  }
  @supports (color: var(--variable)) {
    .c-where-to-buy-map {
      --brand__where-to-buy-height-map: 600px;
    }
  }
}
.c-where-to-buy-map__panel {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-shadow: 0 5px 15px #343434;
  box-shadow: 0 5px 15px #343434;
  margin-bottom: 24px;
  --brand__paging-padding: 12px 0;
  height: 450px;
  -webkit-padding-end: 4px;
  padding-inline-end: 4px;
  -webkit-padding-before: 8px;
  padding-block-start: 8px;
  -webkit-padding-after: 8px;
  padding-block-end: 8px;
}
@supports (color: var(--variable)) {
  .c-where-to-buy-map__panel {
    height: var(--brand__where-to-buy-height-panel);
  }
}
@media (min-width: 64em) {
  .c-where-to-buy-map__panel {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 0;
    height: 100%;
  }
  @supports (color: var(--variable)) {
    .c-where-to-buy-map__panel {
      --brand__where-to-buy-height-panel: 100%;
    }
  }
}
.c-where-to-buy-map__locator {
  display: block;
  height: 6000px;
}
@supports (color: var(--variable)) {
  .c-where-to-buy-map__locator {
    height: var(--brand__where-to-buy-height-locator);
  }
}
@media (min-width: 64em) {
  .c-where-to-buy-map__locator {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    height: 100%;
  }
  @supports (color: var(--variable)) {
    .c-where-to-buy-map__locator {
      --brand__where-to-buy-height-locator: 100%;
    }
  }
  .c-where-to-buy-map__locator:focus {
    outline: 0;
  }
}
.c-where-to-buy__reset {
  display: none;
  margin-bottom: 24px;
}
.c-where-to-buy-list__list.is-active,
.c-where-to-buy__reset.is-active {
  display: block;
}
.c-where-to-buy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-where-to-buy-list__nav {
  margin-bottom: 24px;
}
.c-where-to-buy-list__list {
  display: none;
}
.c-where-to-buy-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
.c-where-to-buy-list__item:first-child {
  padding-top: 0;
}
.c-where-to-buy-list__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-google-maps-content {
  min-width: 250px;
  font-size: 1em;
  font-size: 1em;
  line-height: 17px;
}
.c-nav-alphabet__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.c-nav-alphabet-item {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 6px 6px;
  padding: 6px 12px;
  --brand__color-text: #cccccc;
}
.c-nav-alphabet-item:hover {
  cursor: not-allowed;
}
.c-nav-alphabet-item--is-link:hover,
.c-nav-alphabet-item.is-active {
  --brand__color-text: #f6f6f6;
  background-color: #1a1a1a;
}
.c-nav-alphabet-item--is-link:hover .c-nav-alphabet-item__link,
.c-nav-alphabet-item.is-active .c-nav-alphabet-item__link {
  color: #f6f6f6;
}
.c-nav-alphabet-item--is-link {
  --brand__color-text: #1a1a1a;
}
.c-nav-alphabet-item--is-link:hover {
  cursor: pointer;
}
@media (min-width: 64em) {
  .c-nav-alphabet-item:first-child {
    margin-left: 0;
  }
}
.c-nav-alphabet-item__link {
  text-decoration: none;
}
.c-nav-alphabet-item__text {
  text-transform: uppercase;
}
:root {
  --brand__filter--padding: 0;
  --brand__filter-list--direction: row;
  --brand__filter-item--border: none;
  --brand__filter-item--padding: 0;
  --brand__filter-list--align-items: unset;
  --brand__filter-item--align-items: flex-start;
}
.c-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: var(--brand__filter--padding);
}
@media (min-width: 46.25em) {
  .c-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-filter__text {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 12px;
  min-width: 120px;
  margin-bottom: 12px;
}
@media (min-width: 46.25em) {
  .c-filter__text {
    margin-bottom: 0;
  }
}
.c-filter__item,
.c-filter__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-filter__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: var(--brand__filter-list--direction);
  -ms-flex-direction: var(--brand__filter-list--direction);
  flex-direction: var(--brand__filter-list--direction);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-align: var(--brand__filter-list--align-items);
  -webkit-align-items: var(--brand__filter-list--align-items);
  -ms-flex-align: var(--brand__filter-list--align-items);
  align-items: var(--brand__filter-list--align-items);
}
.c-filter__item {
  -webkit-box-align: var(--brand__filter-item--align-items);
  -webkit-align-items: var(--brand__filter-item--align-items);
  -ms-flex-align: var(--brand__filter-item--align-items);
  align-items: var(--brand__filter-item--align-items);
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0 12px 6px 0;
  border: var(--brand__filter-item--border);
  padding: var(--brand__filter-item--padding);
  --brand__button--width: auto;
}
:root {
  --brand__addresses-list-height: 100%;
  --brand__paging-height: 40px;
  --brand__address--border: 1px solid #7f7f7f;
}
.c-address-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(
    var(--brand__addresses-list-height) - 24px - var(--brand__paging-height)
  );
  overflow-y: scroll;
  margin: 0;
  padding: 12px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  --scrollbar-thumb--bg: #fff;
  --scrollbar-thumb-hover--bg: #e5e5e5;
}
@supports (scrollbar-width: thin) {
  .c-address-list {
    scrollbar-width: thin;
    border-radius: var(--scrollbar--border-radius, 4px);
    scrollbar-color: var(--scrollbar-thumb--bg, rgba(26, 26, 26, 0.4))
      transparent;
  }
}
@supports not (scrollbar-width: thin) {
  .c-address-list::-webkit-scrollbar {
    width: var(--scrollbar--size, 6px);
    height: var(--scrollbar--size, 6px);
  }
  .c-address-list::-webkit-scrollbar-track {
    background: var(--scrollbar--bg, rgba(246, 246, 246, 0.4));
    border-radius: var(--scrollbar--border-radius, 4px);
  }
  .c-address-list::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb--bg, rgba(26, 26, 26, 0.4));
    border-radius: var(--scrollbar--border-radius, 4px);
  }
  .c-address-list::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover--bg, rgba(26, 26, 26, 0.6));
  }
}
.c-address-item {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  border-color: var(--brand__address--border);
}
.c-address-item:first-child {
  padding-top: 0;
}
.c-address-item:last-child {
  border-bottom: 0;
}
.c-address-item:hover,
.c-sc-form input[type="checkbox"]:hover,
.c-sc-form input[type="radio"]:hover {
  cursor: pointer;
}
.c-address-item__content {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding-right: 12px;
}
.c-address-item__content .c-rich-text {
  font-size: 1em;
  font-size: 1em;
  line-height: 17px;
}
.c-address-item__title {
  line-height: 20px;
  margin-bottom: 6px;
}
.c-address-item__icon {
  width: 40px;
  height: 40px;
}
:root {
  --brand__paging--padding: 0;
  --brand__paging--width: auto;
  --brand__paging--border: none;
}
.c-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--brand__paging-padding);
  width: var(--brand__paging--width);
}
.c-paging__text {
  padding: 0 24px;
}
.c-paging__page {
  border: var(--brand__paging--border);
}
.c-paging__page--selected {
  --brand__paging--border: 1px solid black;
}
.c-paging__page--selected:hover {
  cursor: initial;
  opacity: 1;
  --brand__button--text-decoration: none;
}
.c-form-checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  margin: 0;
}
.c-form-checkbox__input {
  display: none;
}
.c-form-checkbox__input:checked ~ .c-form-checkbox__label:before {
  border-color: #1a1a1a;
}
.c-form-checkbox__input:checked ~ .c-form-checkbox__label:after {
  display: block;
}
.c-form-checkbox__input:disabled {
  cursor: not-allowed;
}
.c-form-checkbox__input:disabled ~ .c-form-checkbox__label {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-form-checkbox__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
}
.c-form-checkbox__label:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-form-checkbox__label:before {
  content: "";
}
.c-form-checkbox__label:after,
.c-form-checkbox__label:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.c-form-checkbox__label:before {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
}
.c-form-checkbox__label:after {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 4px;
  content: "✓";
}
.c-form-checkbox__icon {
  display: block;
  margin-right: 6px;
  width: 22px;
  height: 22px;
}
.c-sc-form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.c-sc-form input,
.c-sc-form select,
.c-sc-form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 12px;
}
.c-sc-form input:focus,
.c-sc-form select:focus,
.c-sc-form textarea:focus {
  outline-color: #ccc;
}
.c-sc-form input[type="checkbox"],
.c-sc-form input[type="radio"] {
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 0;
}
.c-sc-form textarea {
  padding-top: 12px;
}
.c-sc-form input[type="submit"] {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
  min-width: var(--brand__button--min-width);
  display: block;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  border-radius: 100px;
  background-color: #1a1a1a;
  padding: 12px 24px;
  color: #f6f6f6;
}
.c-sc-form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #343434;
}
@media (max-width: 22.49em) {
  .c-sc-form input[type="submit"] {
    --brand__button--min-width: 100%;
  }
}
.c-search-results {
  --brand__search-content-width: 100%;
  --brand__search-padding: 24px 0 48px 0;
}
.c-search-results__heading {
  --brand__search-input--background: #fff;
  --brand__search-input--border-top-right-radius: 0;
  --brand__search-input--border-bottom-right-radius: 0;
  --brand__button--background: #fff;
  --brand__button--border-bottom-left-radius: 0;
  --brand__button--border-top-left-radius: 0;
}
.c-search-results__title {
  font-weight: 700;
  margin-bottom: 24px;
}
.c-search-results__content {
  padding: 0;
}
:root {
  --brand__search-list--border-bottom: 1px solid #f6f6f6;
  --brand__search-list--padding-bottom: 12px;
  --brand__paging--width: 100%;
}
.c-search-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.c-search-list-item {
  position: relative;
  display: block;
  border-bottom: var(--brand__search-list--border-bottom);
  padding-bottom: var(--brand__search-list--padding-bottom);
}
.c-search-list-item__title {
  font-weight: 700;
}
.c-search-list-item__description {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 6px;
}
.o-grid__cell:last-child,
.o-grid__cell:nth-last-child(2) {
  --brand__search-list--border-bottom: 0;
  --brand__search-list--padding-bottom: 0;
}
.c-product-list {
  --brand__paging--width: 100%;
}
.c-product-list-link__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.c-product-list-link {
  word-break: break-word;
  margin-bottom: 24px;
}
.c-product-list-link__list {
  margin: 0;
}
.c-product-list-link__item {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0 0 6px;
}
.c-product-list-link__item:last-child {
  margin-bottom: 0;
}
.c-product-lister {
  --brand__cta-img-border: 1px solid #f0f0ee;
  --brand__tooltip--width: 18px;
  --brand__tooltip--height: 18px;
  --brand__tooltip-wrapper--width: 400px;
  --brand__tooltip-wrapper--padding: 12px;
}
@media (min-width: 64em) {
  .c-product-detail__content {
    padding-right: 24px;
  }
}
.c-product-detail__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px;
  margin-bottom: var(--product-detail-img-wrapper--margin-bottom, 24px);
  text-align: center;
}
.c-product-detail__img {
  display: inline-block;
  width: auto;
  height: 150px;
  --brand__img-height: 100%;
  --brand__img-width: auto;
}
@media (min-width: 46.25em) {
  .c-product-detail__img {
    height: 250px;
  }
}
.c-subclassifications {
  --brand__cta-img-border: 1px solid #f0f0ee;
}
.c-subclassifcations__heading {
  margin-bottom: 24px;
}
.c-document-block {
  --brand__filter-list-direction: column;
  --brand__filter-item--align-items: center;
  --brand__cta-img-border: 1px solid #f0f0ee;
  --brand__button--width: 100%;
}
.c-facet {
  position: relative;
  margin-bottom: 24px;
  z-index: 10;
}
@media (min-width: 64em) {
  .c-facet {
    padding: 24px;
  }
}
.c-facet__overview {
  display: block;
  padding: 24px;
}
@media (min-width: 64em) {
  .c-facet__overview {
    padding: 0;
  }
}
.c-facet__group {
  margin-bottom: 24px;
}
.c-facet__item {
  position: relative;
  margin-bottom: 6px;
}
.c-facet__heading,
.c-facet__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-facet__heading {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.c-facet__heading:hover {
  cursor: pointer;
}
.c-facet__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-active .c-facet__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-facet__title {
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 12px;
}
.c-facet__list {
  display: none;
}
.c-facet__list:focus {
  outline: 0;
}
.is-active .c-facet__list {
  display: block;
}
.c-alternative-colors {
  --brand__tooltip-wrapper--width: 200px;
  --brand__tooltip--margin-bottom: calc(35px + 12px);
  --brand__tooltip--text-align: center;
  --brand__tooltip-wrapper--padding: 6px;
  --brand__color-alternatives-image--border: 2px solid #e5e5e5;
  z-index: 40;
  --set-brand__img-height: 100%;
  --set-brand__img-width: 100%;
}
.c-alternative-colors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.c-alternative-colors-item {
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  width: auto;
  height: auto;
  padding: 0 12px 12px 0;
}
.c-alternative-colors-item:hover {
  --brand__tooltip--display: block;
}
.c-alternative-colors-item.is-active,
.c-alternative-colors-item:hover {
  --brand__color-alternatives-image--border: 2px solid #1a1a1a;
}
.c-alternative-colors-item:last-child {
  padding-right: 0;
}
.c-alternative-colors-item__img {
  width: 35px;
  height: 35px;
  padding: 2px;
  border: var(--brand__color-alternatives-image--border);
}
.c-alternative-colors-item__link:hover {
  cursor: pointer;
}
.c-download {
  margin-bottom: 12px;
}
.c-download:last-child {
  margin-bottom: 24px;
}
.c-download__title {
  font-weight: 700;
  margin-bottom: 12px;
}
.c-download__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.c-download-item {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0 0 6px;
}
.c-download-item__content,
.c-download-item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-download-item__content {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  word-break: break-all;
}
.c-download-item__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
.c-download-item__label {
  padding-left: 6px;
}
:root {
  --brand__article-detail-expired--display: none;
  --brand__article-detail-img--opacity: 1;
}
.c-article-detail--is-expired {
  --brand__article-detail-expired--display: block;
  --brand__article-detail-img--opacity: 0.4;
  --thumbnail--opacity: 0.4;
  --brand__img--cursor: not-allowed;
}
.c-article-detail__heading {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 46.25em) {
  .c-article-detail__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-article-detail-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 24px;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 46.25em) {
  .c-article-detail-code {
    padding-right: 0;
    margin-bottom: 0;
  }
  .c-article-detail-code:last-child {
    margin-bottom: 24px;
  }
}
.c-article-detail-code__label {
  font-weight: 700;
}
.c-article-detail-code__number {
  padding-left: 6px;
}
.c-article-detail__img-wrapper {
  position: relative;
  margin-bottom: var(--article-detail-img-wrapper--margin-bottom, 48px);
}
.c-article-detail__expired {
  display: var(--brand__article-detail-expired--display);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-align: center;
}
@media (min-width: 46.25em) {
  .c-article-detail__expired {
    top: 50%;
    width: 100%;
  }
  .c-article-detail__expired:hover {
    cursor: not-allowed;
  }
}
.c-article-detail__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: var(--brand__article-detail-img--opacity);
  --set-brand__img-height: auto;
  --set-brand__img-width: 100%;
}
.c-article-detail__img:hover {
  cursor: var(--brand__article-detail-img--cursor);
}
.c-article-detail__favourites {
  margin-bottom: 12px;
}
@media (min-width: 46.25em) {
  .c-article-detail__favourites {
    margin-bottom: 0;
  }
}
:root {
  --brand__product-composed-article--border: 1px solid #f6f6f6;
}
.c-product-composed-articles {
  margin-bottom: 48px;
  --set-brand__img-height: auto;
  --set-brand__img-width: 70%;
}
.c-product-composed-articles:last-child {
  margin-bottom: 0;
}
.c-product-composed-articles__group {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: var(--brand__product-composed-article--border);
}
.c-product-composed-articles__group:first-child {
  padding-top: 0;
}
.c-product-composed-articles__group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-product-composed-articles__content {
  padding: 24px;
  background-color: #fff;
}
@media (min-width: 46.25em) {
  .c-product-composed-articles__content {
    padding: 48px;
  }
}
.c-product-composed-articles-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: var(--brand__product-composed-article--border);
}
.c-product-composed-articles-item:first-child {
  padding-top: 0;
}
.c-product-composed-articles-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-product-composed-articles-item__content {
  margin-top: 24px;
}
@media (min-width: 46.25em) {
  .c-product-composed-articles-item__content {
    margin-top: 0;
  }
}
.c-product-composed-articles-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f6f6f6;
}
.c-product-composed-articles-item
  .c-image-carousel--article
  .c-image-carousel__thumbnails:not(.slick-initialized)
  .c-image-carousel__slide
  .c-thumbnail
  img {
  max-height: 75px;
}
.c-article-related-products__content {
  padding: 24px;
}
.c-article-related-products__list {
  margin: 0;
}
.c-article-related-products-item {
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 6px;
  padding: 0 0 0 24px;
}
.c-article-related-products-item:before {
  content: "‣";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-size: 1em;
  line-height: 22px;
}
.c-article-related-products-item:last-child {
  margin-bottom: 0;
}
.c-related-articles {
  --brand__cta-img-border: 1px solid #f0f0ee;
}
.c-tabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}
.c-tabs-nav {
  display: block;
}
.c-tabs-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 46.25em) {
  .c-tabs-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-tabs-nav-item {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 700;
  -webkit-box-shadow: 0 5px 10px rgba(115, 109, 109, 0.2);
  box-shadow: 0 5px 10px rgba(115, 109, 109, 0.2);
}
.c-tabs-nav-item__link {
  padding: 24px;
  width: 100%;
  text-align: center;
}
.c-tabs-nav-item__link.is-active {
  color: #f6f6f6;
  background-color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-tabs-nav-item__link.is-active {
    --brand__color-text: #f6f6f6;
  }
}
.c-tabs-panel__list {
  margin: 0;
  padding: 24px;
}
.c-tabs-panel-item {
  display: none;
}
.c-tabs-panel-item.is-active {
  display: block;
}
@media (max-width: 46.24em) {
  .c-software__table {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    --scrollbar--border-radius: 0;
    --scrollbar-thumb--bg: #cccccc;
    --scrollbar-thumb-hover--bg: #e5e5e5;
  }
  @supports (scrollbar-width: thin) {
    .c-software__table {
      scrollbar-width: thin;
      border-radius: var(--scrollbar--border-radius, 4px);
      scrollbar-color: var(--scrollbar-thumb--bg, rgba(26, 26, 26, 0.4))
        transparent;
    }
  }
  @supports not (scrollbar-width: thin) {
    .c-software__table::-webkit-scrollbar {
      width: var(--scrollbar--size, 6px);
      height: var(--scrollbar--size, 6px);
    }
    .c-software__table::-webkit-scrollbar-track {
      background: var(--scrollbar--bg, rgba(246, 246, 246, 0.4));
      border-radius: var(--scrollbar--border-radius, 4px);
    }
    .c-software__table::-webkit-scrollbar-thumb {
      background-color: var(--scrollbar-thumb--bg, rgba(26, 26, 26, 0.4));
      border-radius: var(--scrollbar--border-radius, 4px);
    }
    .c-software__table::-webkit-scrollbar-thumb:hover {
      background-color: var(--scrollbar-thumb-hover--bg, rgba(26, 26, 26, 0.6));
    }
  }
}
.c-software__table table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: minmax(150px, 1.7fr) minmax(150px, 1fr) minmax(
      150px,
      1fr
    ) minmax(150px, 1.7fr);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  --table-is-loading-td--min-height: 43px;
}
.c-software__table tbody,
.c-software__table thead,
.c-software__table tr {
  display: contents;
}
.c-software__table thead td {
  background: #f6f6f6;
  text-align: left;
  font-weight: 700;
  color: #1a1a1a;
}
.c-software__table td,
.c-software__table th {
  padding: 12px;
  word-break: break-word;
}
.c-software__table td {
  border: 1px solid #f0f0f0;
  border-right: 0;
}
.c-software__table td:last-child {
  border-right: 1px solid #f0f0f0;
}
.c-software__table tbody td {
  border-top: 0;
}
.c-mobile-app-item,
.c-mobile-app__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.c-mobile-app__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.c-mobile-app-item {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  margin-right: 12px;
}
.c-mobile-app-item__img {
  width: 100px;
  height: 100px;
}
:root {
  --brand__rating--line-height: 15px;
}
.c-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 12px;
}
.c-rating__label {
  line-height: var(--brand__rating--line-height);
}
.c-rating__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 12px;
}
.c-rating-item {
  padding-right: 6px;
}
.c-rating-item:last-child {
  padding-right: 0;
}
.c-message {
  display: block;
  padding: 12px;
  border-radius: 4px;
  --brand__rich-text-margin-bottom: 0;
}
.c-message--success,
.c-message--warning {
  background-color: #a94442;
  --brand__color-text: #f6f6f6;
}
.c-message--success {
  background-color: #80a41b;
}
.c-information-block-carousel .slick-dots,
.c-information-block-carousel .slick-track,
.c-information-block-carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-information-block-carousel .slick-track .slick-slide {
  height: 100%;
}
.c-information-block-carousel .slick-list.draggable {
  overflow: hidden;
}
.c-information-block-carousel .slick-dots {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -48px;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-information-block-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  text-indent: -999px;
  list-style: none;
  margin: 0 6px 6px;
}
@media (min-width: 64em) {
  .c-information-block-carousel .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.c-image-carousel .slick-dots li.slick-active,
.c-information-block-carousel .slick-dots li.slick-active {
  background-color: #1a1a1a;
}
.c-image-carousel .slick-dots button,
.c-information-block-carousel .slick-dots button {
  display: none !important;
}
@media (min-width: 64em) {
  .c-information-block-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 2px 3px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 2px 3px rgba(255, 255, 255, 0.1);
  }
  .c-information-block-carousel .slick-arrow:hover {
    opacity: 0.9;
  }
  .c-information-block-carousel .slick-prev {
    left: -25px;
    height: 50px;
    width: 50px;
  }
  .c-information-block-carousel .slick-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-information-block-carousel .slick-next {
    right: -25px;
    height: 50px;
    width: 50px;
  }
}
.c-information-block-carousel {
  position: relative;
}
:root {
  --brand__icon--width: 40px;
  --brand__icon--height: 40px;
  --brand__icon-margin-left: 12px;
  --brand__icon-margin-top: 2px;
}
.c-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--brand__icon--width);
  height: var(--brand__icon--height);
  border-radius: 50%;
  margin: 0;
}
.c-icon--flip-horizontal,
.c-image-carousel .slick-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-icon--info {
  --brand__icon--width: 30px;
  --brand__icon--height: 20px;
  margin-left: var(--brand__icon-margin-left);
  margin-top: var(--brand__icon-margin-top);
}
.c-icon--info:before {
  --brand__icon--width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f6f6f6;
  content: "ℹ";
  width: var(--brand__icon--width);
  height: var(--brand__icon--height);
}
.c-icon--info:hover {
  --brand__tooltip--display: block;
}
:root {
  --brand__tooltip--display: none;
  --brand__tooltip--cursor: text;
  --brand__tooltip--width: auto;
  --brand__tooltip--height: auto;
  --brand__tooltip-wrapper--padding: 0;
  --brand__tooltip-wrapper--width: auto;
  --brand__tooltip--margin-bottom: 12px;
  --brand__tooltip--text-align: left;
}
.c-tooltip {
  position: relative;
  display: block;
  width: var(--brand__tooltip--width);
  height: var(--brand__tooltip--height);
}
.c-tooltip:hover {
  cursor: pointer;
}
.c-tooltip.is-active,
.c-tooltip:hover {
  --brand__tooltip--display: block;
}
.c-tooltip__content-wrapper {
  display: var(--brand__tooltip--display);
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: var(--brand__tooltip-wrapper--padding);
  margin-bottom: var(--brand__tooltip--margin-bottom);
  width: var(--brand__tooltip-wrapper--width);
  text-align: var(--brand__tooltip--text-align);
  border-radius: 4px;
  z-index: 1;
  cursor: default;
}
.c-image-carousel .slick-track .slick-slide > div,
.c-tooltip__content {
  width: 100%;
}
.c-tooltip__content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: #1a1a1a transparent transparent;
}
.c-tooltip__text {
  color: var(--brand__color-text);
  font-size:1em;
  font-size: 1em;
  line-height: 1.8461538462;
}
.c-svg--stroke path {
  stroke: #1a1a1a;
}
.c-svg,
.c-svg--fill path,
.c-svg--fill-primary {
  fill: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-svg--fill-primary {
    fill: #1a1a1a !important;
  }
}
.c-svg--primary,
.c-svg--stroke-primary {
  stroke: #1a1a1a !important;
}
.c-svg--primary {
  fill: #1a1a1a !important;
}
.c-svg--fill-secondary {
  fill: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-svg--fill-secondary {
    fill: #f6f6f6 !important;
  }
}
.c-svg--secondary,
.c-svg--stroke-secondary {
  stroke: #f6f6f6 !important;
}
.c-svg--secondary {
  fill: #f6f6f6 !important;
}
.c-svg--fill-invert {
  fill: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-svg--fill-invert {
    fill: #fff !important;
  }
}
.c-svg--invert,
.c-svg--stroke-invert {
  stroke: #fff !important;
}
.c-svg--invert {
  fill: #fff !important;
}
.c-svg--fill-primary-accent1 {
  fill: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-svg--fill-primary-accent1 {
    fill: #343434 !important;
  }
}
.c-svg--primary-accent1,
.c-svg--stroke-primary-accent1 {
  stroke: #343434 !important;
}
.c-svg--primary-accent1 {
  fill: #343434 !important;
}
.c-svg--fill-accent1 {
  fill: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-svg--fill-accent1 {
    fill: #e5e5e5 !important;
  }
}
.c-svg--accent1,
.c-svg--stroke-accent1 {
  stroke: #e5e5e5 !important;
}
.c-svg--accent1 {
  fill: #e5e5e5 !important;
}
.c-svg--fill-accent2 {
  fill: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-svg--fill-accent2 {
    fill: #ccc !important;
  }
}
.c-svg--accent2,
.c-svg--stroke-accent2 {
  stroke: #ccc !important;
}
.c-svg--accent2 {
  fill: #ccc !important;
}
.c-svg--fill-transparent {
  fill: #1a1a1a;
}
@supports (color: var(--variable)) {
  .c-svg--fill-transparent {
    fill: rgba(0, 0, 0, 0.5) !important;
  }
}
.c-svg--stroke-transparent,
.c-svg--transparent {
  stroke: rgba(0, 0, 0, 0.5) !important;
}
.c-svg--transparent {
  fill: rgba(0, 0, 0, 0.5) !important;
}
.c-svg--nostroke {
  stroke: none;
}
.c-svg--ghost {
  fill: none;
}
.c-svg--header {
  fill: #f6f6f6;
}
:root {
  --brand__rich-text-margin-bottom: 24px;
}
.c-rich-text p:last-child {
  margin-bottom: var(--brand__rich-text-margin-bottom);
}
.c-rich-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-rich-text-wrapper__end {
  --brand__button--width: 100%;
  --brand__button--justify-content: center;
}
:root {
  --brand__toggle-group--left: -100%;
}
.c-toggle {
  position: relative;
  border-radius: 20px;
  border: 1px solid #d3d3d3;
  min-width: 138px;
  min-height: 34px;
  overflow: hidden;
}
.c-toggle.is-active {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  --brand__toggle-group--left: 0;
}
.c-toggle-input {
  display: none;
}
.c-toggle-off,
.c-toggle-on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  border-color: #f6f6f6;
  cursor: pointer;
}
.c-toggle-on {
  color: #f6f6f6;
}
.c-toggle-off {
  background-color: #e6e6e6;
}
.c-toggle-on {
  left: 0;
  right: 50%;
  padding: 6px 34px 6px 24px;
  background-color: #1a1a1a;
}
.c-toggle-off {
  left: 50%;
  right: 0;
  padding: 6px 24px 6px 50px;
  color: #ccc;
}
.c-toggle-group {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200%;
  left: var(--brand__toggle-group--left);
  -webkit-transition: left 0.35s;
  transition: left 0.35s;
  cursor: pointer;
}
.c-card-color,
.c-card-color__title,
.c-toggle-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-toggle-handle {
  position: relative;
  color: #1a1a1a;
  background-color: #f6f6f6;
  border-color: 1px solid #f6f6f6;
  border-radius: 20px;
  margin: 0 auto;
  width: 64px;
  height: 100%;
}
.c-card-color,
.c-card-color__title {
  padding: 24px;
}
.c-card-color {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 300px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  position: relative;
}
.c-card-color__title {
  width: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.c-styleguide-button {
  --brand__button--margin: 5px 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.c-typography-end,
.c-typography-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-typography-start__heading {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.05;
}
.c-typography-start__title {
  font-size: 1em;
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.c-typography-start__content {
  word-break: break-all;
}
.c-typography__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.c-typography-block__info {
  padding-left: 24px;
}
@media (max-width: 46.24em) {
  .c-image-carousel .o-wrapper {
    padding: 0;
  }
}
.c-image-carousel {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 46.24em) {
  .c-image-carousel {
    --image-carousel-slide--padding: 0 6px;
  }
}
.c-image-carousel .slick-slider .slick-slide {
  padding: var(--image-carousel-slide--padding);
  margin: var(--image-carousel-slide--margin);
}
.c-image-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-image-carousel .slick-dots,
.c-image-carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-image-carousel .slick-list.draggable {
  overflow: hidden;
}
.c-image-carousel .slick-dots {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px 66px 0;
}
.c-image-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  text-indent: -999px;
  list-style: none;
  margin: 0 6px;
}
@media (min-width: 46.25em) {
  .c-image-carousel .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.c-image-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: var(
    --slick-arrow--transform,
    translateY(calc(-50% - 18px))
  );
  transform: var(--slick-arrow--transform, translateY(calc(-50% - 18px)));
  padding: 0;
  z-index: 100;
  -webkit-box-shadow: var(
    --image-carousel-slick-arrow--box-shadow,
    0px 0px 2px 3px rgba(255, 255, 255, 0.1)
  );
  box-shadow: var(
    --image-carousel-slick-arrow--box-shadow,
    0px 0px 2px 3px rgba(255, 255, 255, 0.1)
  );
}
.c-image-carousel .slick-arrow:hover {
  opacity: 0.9;
}
.c-image-carousel .slick-arrow.slick-disabled {
  display: none !important;
}
@media (min-width: 46.25em) {
  .c-image-carousel .slick-arrow {
    --slick-arrow--transform: translateY(calc(-50%));
  }
}
.c-image-carousel .slick-prev {
  left: var(--slick-prev--left, 20px);
  height: 50px;
  width: 50px;
}
.c-image-carousel .slick-next {
  right: var(--slick-next--right, 20px);
  height: 50px;
  width: 50px;
}
@media (min-width: 64em) {
  .c-image-carousel {
    --slick-next--right: -25px;
    --slick-prev--left: -25px;
  }
}
.c-image-carousel__content {
  position: relative;
  --product-detail-img-wrapper--margin-bottom: 0;
  --article-detail-img-wrapper--margin-bottom: 0;
}
.c-image-carousel__slide {
  position: relative;
}
@media (min-width: 46.25em) {
  .c-image-carousel__thumbnails {
    margin-top: 24px;
    position: relative;
    --image-carousel-slide--padding: 0 6px;
    --image-carousel-slide--margin: 0 0 24px;
    --image-carousel-slick-arrow--box-shadow: none;
    --slick-prev--left: -24px;
    --slick-next--right: -24px;
  }
  .c-image-carousel__thumbnails .slick-slide {
    position: relative;
  }
  .c-image-carousel__thumbnails .slick-slide:after {
    content: "";
    width: var(--slick-slide-after--width, calc(100% - (6px * 2)));
    height: var(--slick-slide-after--height, 3px);
    display: var(--slick-slide-after--display, block);
    position: var(--slick-slide-after--position, absolute);
    top: var(--slick-slide-after--top, auto);
    right: var(--slick-slide-after--right, 6px);
    bottom: var(--slick-slide-after--bottom, -24px);
    left: var(--slick-slide-after--left, 6px);
    background-color: var(--slick-slide-after--background-color, transparent);
  }
  .c-image-carousel__thumbnails .slick-slide:hover {
    --slick-slide-after--background-color: #f6f6f6;
  }
  .c-image-carousel__thumbnails .slick-slide.slick-current {
    --slick-slide-after--background-color: #cccccc;
  }
  .c-image-carousel__thumbnails .slick-slide:focus {
    outline: 0;
  }
  .c-image-carousel__thumbnails .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-image-carousel__thumbnails .c-thumbnail {
    position: relative;
    padding: 0 12px;
    opacity: var(--thumbnail--opacity, 1);
    --brand__img--cursor: pointer;
    --set-brand__img-width: 100%;
  }
}
@media (max-width: 46.24em) {
  .c-image-carousel__thumbnails {
    display: none;
  }
}
.c-image-carousel--product {
  --image-carousel-thumbnails-slide-active--border-left: 1px solid #cccccc;
}
.c-image-carousel__content:not(.slick-initialized)
  .c-image-carousel__slide:not(:first-child) {
  display: none;
}
@media (max-width: 46.24em) {
  .c-image-carousel__content:not(.slick-initialized) {
    padding-bottom: 24px;
  }
}
@media (min-width: 46.25em) {
  .c-image-carousel__thumbnails:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
  }
  .c-image-carousel--article
    .c-image-carousel__thumbnails:not(.slick-initialized)
    .c-image-carousel__slide:not(:nth-child(-n + 3)),
  .c-image-carousel__thumbnails:not(.slick-initialized)
    .c-image-carousel__slide:not(:nth-child(-n + 6)) {
    display: none;
  }
  .c-image-carousel__thumbnails:not(.slick-initialized)
    .c-image-carousel__slide
    .c-thumbnail
    img {
    max-height: 155px;
    width: auto;
  }
  .c-image-carousel--article
    .c-image-carousel__thumbnails:not(.slick-initialized)
    .c-image-carousel__slide
    .c-thumbnail
    img {
    max-height: 86px;
  }
}
.c-geo-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-btn-closelocation {
  position: absolute;
  right: 6px;
  top: 12px;
}
@font-face {
  /* font-family: "lg"; */
  font-family: "Lato, sans-serif";
  src: url(/Modules/Projects/Niko/_Shared/Client/fonts/lightgallery/lg.woff2?io9a6k)
      format("woff2"),
    url(/Modules/Projects/Niko/_Shared/Client/fonts/lightgallery/lg.ttf?io9a6k)
      format("truetype"),
    url(/Modules/Projects/Niko/_Shared/Client/fonts/lightgallery/lg.woff?io9a6k)
      format("woff"),
    url(/Modules/Projects/Niko/_Shared/Client/fonts/lightgallery/lg.svg?io9a6k#lg)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* font-family: "lg" !important; */
  font-family: "Lato, sans-serif" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  /* font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-family: Lato, sans-serif;
}
.lg-next,
.lg-prev {
  background-color: #1a1a1a;
  border-radius: 100px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: 0;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "";
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: #fff;
}
.lg-toolbar .lg-icon {
  color: #1a1a1a;
  cursor: pointer;
  float: right;
  font-size: 1em;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 1em;
}
.lg-toolbar .lg-icon:hover {
  color: #1a1a1a;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-maximize {
  font-size: 1em;
}
.lg-toolbar .lg-maximize:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.lg-sub-html {
  color: #eee;
  font-size: 1em;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 1em;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.6))
  );
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 1em;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 1em;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear,
    -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  outline: 0;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-visible,
.lg-outer.lg-zoom-from-image,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar,
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9002;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(https://www.niko.eu/Modules/Projects/Niko/_Shared/Client/images/loading.gif)
    no-repeat center center;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap {
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9001;
  background-color: #fff;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in,
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s,
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop,
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1;
}
.lg-components,
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s,
    -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-icon.lg-zoom-in:after {
  content: "";
}
.lg-icon.lg-actual-size {
  font-size: 1em;
}
.lg-icon.lg-actual-size:after {
  content: "";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-thumb-outer {
  background-color: #fff;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: transparent;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: auto;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-toolbar {
  background-color: #fff;
}
.lg-toolbar .lg-icon.lg-close {
  font-size: 1em;
}
.lg-outer .lg-content {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}
.c-rte-img-zoom,
.lg-outer .lg-thumb {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.lg-outer .lg-thumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 3px solid transparent;
}
.lg-outer .lg-thumb-item.active {
  border-bottom-color: #e5e5e5;
}
.c-rte-img-zoom {
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  --brand__button-zoom--position: relative;
  --brand__button-zoom--right: 0;
  --brand__button-zoom--bottom: 0;
}
.c-rte-img-zoom img {
  max-width: calc(100% - 60px);
}
.c-rte-img-zoom .c-btn--zoom {
  margin-left: 20px;
}
.c-banner-multiple__wrapper {
  display: var(--banner-multiple__wrapper--display, flex);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: var(
    --banner-mulitple__wrapper--flex-direction,
    column
  );
  -ms-flex-direction: var(--banner-mulitple__wrapper--flex-direction, column);
  flex-direction: var(--banner-mulitple__wrapper--flex-direction, column);
  gap: 12px;
}
@media (min-width: 64em) {
  .c-banner-multiple__wrapper {
    --banner-multiple__wrapper--display: grid;
    grid-template-columns: var(
      --banner-multiple__wrapper--tempalte-columns,
      3fr 2fr
    );
    grid-template-areas: var(
      --banner-mulitple__wrapper--template-area,
      "banner-large banner-small"
    );
    grid-template-rows: 1fr;
  }
}
.c-banner-multiple__wrapper--inverted {
  --banner-mulitple__wrapper--flex-direction: column-reverse;
  --banner-multiple__wrapper--tempalte-columns: 2fr 3fr;
  --banner-mulitple__wrapper--template-area: "banner-small banner-large";
}
.c-banner-multiple {
  grid-area: banner-large;
}
.c-banner-multiple--small {
  display: grid;
  gap: 12px;
  grid-area: banner-small;
  --banner-multiple__content--margin: 24px 0 0 0;
  --banner-multiple__content--width: fit-content;
  --banner-mulitple__image-height: 240px;
  --banner-mulitple__content--padding: 12px;
}
@media (min-width: 64em) {
  .c-banner-multiple--small {
    --banner-mulitple__content--padding: 24px;
  }
}
.c-banner-multiple--small .c-banner-multiple__content-wrapper {
  padding: var(--banner-mulitple__content-wrapper--padding, 0);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-banner-multiple--small .c-banner-multiple__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 64em) {
  .is-horizontal,
  .is-vertical {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 500px;
  }
  .is-horizontal {
    grid-template-rows: repeat(2, 1fr);
  }
  .is-vertical {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-banner-multiple__container {
  position: relative;
  overflow: hidden;
  --set-brand__img-height: var(--banner-mulitple__img-height, 100%);
  --set-brand__img-width: 100%;
}
.c-banner-multiple__container--small {
  height: 150px;
  --banner-mulitple__content-wrapper--margin: auto 0;
  --banner-mulitple__content-wrapper--padding: 0 24px;
  --banner-multiple__content--margin: 0;
  --banner-multiple__content--width: 100%;
}
@media (min-width: 64em) {
  .c-banner-multiple__container--small {
    height: initial;
    --banner-multiple__content--width: fit-content;
    --banner-mulitple__content-wrapper--margin: 0;
    --banner-mulitple__content-wrapper--padding: 0;
  }
}
.c-banner-multiple__image {
  position: relative;
  height: var(--banner-mulitple__image-height, 415px);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 64em) {
  .c-banner-multiple__image {
    height: 500px;
    background-position: center !important;
  }
}
.c-banner-multiple__content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  margin: var(--banner-mulitple__content-wrapper--margin, 0);
}
@media (min-width: 64em) {
  .c-banner-multiple__content-wrapper,
  .c-banner-multiple__content-wrapper--show-at-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-banner-multiple__content-wrapper--show-at-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.c-banner-multiple__content {
  padding: var(--banner-mulitple__content--padding, 24px);
  margin: var(--banner-multiple__content--margin, 0 0 24px 0);
  width: var(--banner-multiple__content--width, 100%);
  --brand__color-title: #fff;
  --brand__color-text: #fff;
}
.c-banner-multiple__content > :last-child {
  margin-top: 12px;
}
@media (min-width: 64em) {
  .c-banner-multiple__content {
    margin: calc(48px + 24px / 2) 0 0;
    max-width: 550px;
  }
}
.c-banner-multiple__title {
  font-size: 1em;
  line-height: 115%;
}
@media (min-width: 46.25em) {
  .c-banner-multiple__title {
    -webkit-margin-after: 24px;
    margin-block-end: 24px;
  }
}
.u-color-primary {
  color: #1a1a1a !important;
}
.u-color-secondary {
  color: #f6f6f6 !important;
}
.u-color-invert {
  color: #fff !important;
}
.u-color-primary-accent1 {
  color: #343434 !important;
}
.u-color-accent1 {
  color: #e5e5e5 !important;
}
.u-color-accent2 {
  color: #ccc !important;
}
.u-color-transparent {
  color: rgba(0, 0, 0, 0.5) !important;
}
.u-bg-color-invert,
[class*="u-bg-color-"] .u-bg-color-invert {
  background-color: #f6f6f6;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .u-bg-color-invert,
  [class*="u-bg-color-"] .u-bg-color-invert {
    background-color: #fff !important;
    --brand__color-text: #1a1a1a;
    --brand__color-title: #1a1a1a;
    --brand__svg-color: #1a1a1a;
    --brand__button-secondary--bgc: ;
    --brand__button-secondary--color: #fff;
    --brand__button-secondary--bc: #1a1a1a;
    --brand__color-title: #1a1a1a !important;
  }
  .u-bg-color-invert .c-btn,
  [class*="u-bg-color-"] .u-bg-color-invert .c-btn {
    --brand__button--color: #1a1a1a;
  }
  .u-bg-color-invert .c-btn--primary,
  [class*="u-bg-color-"] .u-bg-color-invert .c-btn--primary {
    --brand__button--background: #1a1a1a;
    --brand__button--color: #fff;
  }
}
.u-bg-color-primary,
[class*="u-bg-color-"] .u-bg-color-primary {
  background-color: #f6f6f6;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .u-bg-color-primary,
  [class*="u-bg-color-"] .u-bg-color-primary {
    background-color: #1a1a1a !important;
    --brand__color-text: #f6f6f6;
    --brand__color-title: #f6f6f6;
    --brand__svg-color: #f6f6f6;
    --brand__button-secondary--bgc: ;
    --brand__button-secondary--color: #1a1a1a;
    --brand__button-secondary--bc: #f6f6f6;
    --brand__color-title: #f6f6f6 !important;
  }
  .u-bg-color-primary .c-btn,
  [class*="u-bg-color-"] .u-bg-color-primary .c-btn {
    --brand__button--color: #f6f6f6;
  }
  .u-bg-color-primary .c-btn--primary,
  [class*="u-bg-color-"] .u-bg-color-primary .c-btn--primary {
    --brand__button--background: #f6f6f6;
    --brand__button--color: #1a1a1a;
  }
}
.u-bg-color-secondary,
[class*="u-bg-color-"] .u-bg-color-secondary {
  background-color: #f6f6f6;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .u-bg-color-secondary,
  [class*="u-bg-color-"] .u-bg-color-secondary {
    background-color: #f6f6f6 !important;
    --brand__color-text: #1a1a1a;
    --brand__color-title: #1a1a1a;
    --brand__svg-color: #1a1a1a;
    --brand__button-secondary--bgc: ;
    --brand__button-secondary--color: #f6f6f6;
    --brand__button-secondary--bc: #1a1a1a;
    --brand__color-title: #1a1a1a !important;
  }
  .u-bg-color-secondary .c-btn,
  [class*="u-bg-color-"] .u-bg-color-secondary .c-btn {
    --brand__button--color: #1a1a1a;
  }
  .u-bg-color-secondary .c-btn--primary,
  [class*="u-bg-color-"] .u-bg-color-secondary .c-btn--primary {
    --brand__button--background: #1a1a1a;
    --brand__button--color: #f6f6f6;
  }
}
.u-bg-color-primary-accent1,
[class*="u-bg-color-"] .u-bg-color-primary-accent1 {
  background-color: #f6f6f6;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .u-bg-color-primary-accent1,
  [class*="u-bg-color-"] .u-bg-color-primary-accent1 {
    background-color: #343434 !important;
    --brand__color-text: #f6f6f6;
    --brand__color-title: #f6f6f6;
    --brand__svg-color: #f6f6f6;
    --brand__button-secondary--bgc: ;
    --brand__button-secondary--color: #343434;
    --brand__button-secondary--bc: #f6f6f6;
    --brand__color-title: #f6f6f6 !important;
  }
  .u-bg-color-primary-accent1 .c-btn,
  [class*="u-bg-color-"] .u-bg-color-primary-accent1 .c-btn {
    --brand__button--color: #f6f6f6;
  }
  .u-bg-color-primary-accent1 .c-btn--primary,
  [class*="u-bg-color-"] .u-bg-color-primary-accent1 .c-btn--primary {
    --brand__button--background: #f6f6f6;
    --brand__button--color: #343434;
  }
}
.u-bg-color-accent1,
[class*="u-bg-color-"] .u-bg-color-accent1 {
  background-color: #f6f6f6;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .u-bg-color-accent1,
  [class*="u-bg-color-"] .u-bg-color-accent1 {
    background-color: #e5e5e5 !important;
    --brand__color-text: #1a1a1a;
    --brand__color-title: #1a1a1a;
    --brand__svg-color: #1a1a1a;
    --brand__button-secondary--bgc: ;
    --brand__button-secondary--color: #e5e5e5;
    --brand__button-secondary--bc: #1a1a1a;
    --brand__color-title: #1a1a1a !important;
  }
  .u-bg-color-accent1 .c-btn,
  [class*="u-bg-color-"] .u-bg-color-accent1 .c-btn {
    --brand__button--color: #1a1a1a;
  }
  .u-bg-color-accent1 .c-btn--primary,
  [class*="u-bg-color-"] .u-bg-color-accent1 .c-btn--primary {
    --brand__button--background: #1a1a1a;
    --brand__button--color: #e5e5e5;
  }
}
.u-bg-color-accent2,
[class*="u-bg-color-"] .u-bg-color-accent2 {
  background-color: #f6f6f6;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .u-bg-color-accent2,
  [class*="u-bg-color-"] .u-bg-color-accent2 {
    background-color: #ccc !important;
    --brand__color-text: #1a1a1a;
    --brand__color-title: #1a1a1a;
    --brand__svg-color: #1a1a1a;
    --brand__button-secondary--bgc: ;
    --brand__button-secondary--color: #cccccc;
    --brand__button-secondary--bc: #1a1a1a;
    --brand__color-title: #1a1a1a !important;
  }
  .u-bg-color-accent2 .c-btn,
  [class*="u-bg-color-"] .u-bg-color-accent2 .c-btn {
    --brand__button--color: #1a1a1a;
  }
  .u-bg-color-accent2 .c-btn--primary,
  [class*="u-bg-color-"] .u-bg-color-accent2 .c-btn--primary {
    --brand__button--background: #1a1a1a;
    --brand__button--color: #cccccc;
  }
}
.u-bg-color-transparent,
[class*="u-bg-color-"] .u-bg-color-transparent {
  background-color: #f6f6f6;
  color: #1a1a1a;
}
@supports (color: var(--variable)) {
  .u-bg-color-transparent,
  [class*="u-bg-color-"] .u-bg-color-transparent {
    background-color: rgba(0, 0, 0, 0.5) !important;
    --brand__color-text: #f6f6f6;
    --brand__color-title: #f6f6f6;
    --brand__svg-color: #f6f6f6;
    --brand__button-secondary--bgc: ;
    --brand__button-secondary--color: rgba(0, 0, 0, 0.5);
    --brand__button-secondary--bc: #f6f6f6;
    --brand__color-title: #f6f6f6 !important;
  }
  .u-bg-color-transparent .c-btn,
  [class*="u-bg-color-"] .u-bg-color-transparent .c-btn {
    --brand__button--color: #f6f6f6;
  }
  .u-bg-color-transparent .c-btn--primary,
  [class*="u-bg-color-"] .u-bg-color-transparent .c-btn--primary {
    --brand__button--background: #f6f6f6;
    --brand__button--color: rgba(0, 0, 0, 0.5);
  }
}
.u-padding {
  padding: 24px !important;
}
.u-padding-tiny {
  padding: 6px !important;
}
.u-padding-small {
  padding: 12px !important;
}
.u-padding-large {
  padding: 48px !important;
}
.u-padding-huge {
  padding: 96px !important;
}
.u-padding-none {
  padding: 0 !important;
}
.u-padding-top {
  padding-top: 24px !important;
}
.u-padding-top-tiny {
  padding-top: 6px !important;
}
.u-padding-top-small {
  padding-top: 12px !important;
}
.u-padding-top-large {
  padding-top: 48px !important;
}
.u-padding-top-huge {
  padding-top: 96px !important;
}
.u-padding-top-none {
  padding-top: 0 !important;
}
.u-padding-right {
  padding-right: 24px !important;
}
.u-padding-right-tiny {
  padding-right: 6px !important;
}
.u-padding-right-small {
  padding-right: 12px !important;
}
.u-padding-right-large {
  padding-right: 48px !important;
}
.u-padding-right-huge {
  padding-right: 96px !important;
}
.u-padding-right-none {
  padding-right: 0 !important;
}
.u-padding-bottom {
  padding-bottom: 24px !important;
}
.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}
.u-padding-bottom-small {
  padding-bottom: 12px !important;
}
.u-padding-bottom-large {
  padding-bottom: 48px !important;
}
.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}
.u-padding-bottom-none {
  padding-bottom: 0 !important;
}
.u-padding-left {
  padding-left: 24px !important;
}
.u-padding-left-tiny {
  padding-left: 6px !important;
}
.u-padding-left-small {
  padding-left: 12px !important;
}
.u-padding-left-large {
  padding-left: 48px !important;
}
.u-padding-left-huge {
  padding-left: 96px !important;
}
.u-padding-left-none {
  padding-left: 0 !important;
}
.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-margin {
  margin: 24px !important;
}
.u-margin-tiny {
  margin: 6px !important;
}
.u-margin-small {
  margin: 12px !important;
}
.u-margin-large {
  margin: 48px !important;
}
.u-margin-huge {
  margin: 96px !important;
}
.u-margin-none {
  margin: 0 !important;
}
.u-margin-top {
  margin-top: 24px !important;
}
.u-margin-top-tiny {
  margin-top: 6px !important;
}
.u-margin-top-small {
  margin-top: 12px !important;
}
.u-margin-top-large {
  margin-top: 48px !important;
}
.u-margin-top-huge {
  margin-top: 96px !important;
}
.u-margin-top-none {
  margin-top: 0 !important;
}
.u-margin-right {
  margin-right: 24px !important;
}
.u-margin-right-tiny {
  margin-right: 6px !important;
}
.u-margin-right-small {
  margin-right: 12px !important;
}
.u-margin-right-large {
  margin-right: 48px !important;
}
.u-margin-right-huge {
  margin-right: 96px !important;
}
.u-margin-right-none {
  margin-right: 0 !important;
}
.u-margin-bottom {
  margin-bottom: 24px !important;
}
.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}
.u-margin-bottom-small {
  margin-bottom: 12px !important;
}
.u-margin-bottom-large {
  margin-bottom: 48px !important;
}
.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}
.u-margin-bottom-none {
  margin-bottom: 0 !important;
}
.u-margin-left {
  margin-left: 24px !important;
}
.u-margin-left-tiny {
  margin-left: 6px !important;
}
.u-margin-left-small {
  margin-left: 12px !important;
}
.u-margin-left-large {
  margin-left: 48px !important;
}
.u-margin-left-huge {
  margin-left: 96px !important;
}
.u-margin-left-none {
  margin-left: 0 !important;
}
.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}
.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-txt-upper {
  text-transform: uppercase !important;
}
.u-txt-lower {
  text-transform: lowercase !important;
}
.u-txt-center {
  text-align: center !important;
}
.u-txt-right {
  text-align: right !important;
}
.u-txt-left {
  text-align: left !important;
}
.u-txt-justify {
  text-align: justify !important;
  text-justify: inter-word !important;
}
.u-underline-none {
  text-decoration: none !important;
}
.u-txt-underline {
  text-decoration: underline;
}
.u-txt-italic {
  font-style: italic;
}
.u-txt-nowrap {
  white-space: nowrap;
}
.u-txt-word-break {
  word-break: break-word;
}
.u-1\/1 {
  width: 100% !important;
}
.u-1\/2 {
  width: 50% !important;
}
.u-2\/2 {
  width: 100% !important;
}
.u-1\/3 {
  width: 33.3333333333% !important;
}
.u-2\/3 {
  width: 66.6666666667% !important;
}
.u-3\/3 {
  width: 100% !important;
}
.u-1\/4 {
  width: 25% !important;
}
.u-2\/4 {
  width: 50% !important;
}
.u-3\/4 {
  width: 75% !important;
}
.u-4\/4 {
  width: 100% !important;
}
.u-1\/5 {
  width: 20% !important;
}
.u-2\/5 {
  width: 40% !important;
}
.u-3\/5 {
  width: 60% !important;
}
.u-4\/5 {
  width: 80% !important;
}
.u-5\/5 {
  width: 100% !important;
}
.u-1\/6 {
  width: 16.6666666667% !important;
}
.u-2\/6 {
  width: 33.3333333333% !important;
}
.u-3\/6 {
  width: 50% !important;
}
.u-4\/6 {
  width: 66.6666666667% !important;
}
.u-5\/6 {
  width: 83.3333333333% !important;
}
.u-6\/6 {
  width: 100% !important;
}
@media (min-width: 22.5em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }
  .u-1\/2\@mobile {
    width: 50% !important;
  }
  .u-2\/2\@mobile {
    width: 100% !important;
  }
  .u-1\/3\@mobile {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@mobile {
    width: 100% !important;
  }
  .u-1\/4\@mobile {
    width: 25% !important;
  }
  .u-2\/4\@mobile {
    width: 50% !important;
  }
  .u-3\/4\@mobile {
    width: 75% !important;
  }
  .u-4\/4\@mobile {
    width: 100% !important;
  }
  .u-1\/5\@mobile {
    width: 20% !important;
  }
  .u-2\/5\@mobile {
    width: 40% !important;
  }
  .u-3\/5\@mobile {
    width: 60% !important;
  }
  .u-4\/5\@mobile {
    width: 80% !important;
  }
  .u-5\/5\@mobile {
    width: 100% !important;
  }
  .u-1\/6\@mobile {
    width: 16.6666666667% !important;
  }
  .u-2\/6\@mobile {
    width: 33.3333333333% !important;
  }
  .u-3\/6\@mobile {
    width: 50% !important;
  }
  .u-4\/6\@mobile {
    width: 66.6666666667% !important;
  }
  .u-5\/6\@mobile {
    width: 83.3333333333% !important;
  }
  .u-6\/6\@mobile {
    width: 100% !important;
  }
}
@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  .u-2\/2\@tablet {
    width: 100% !important;
  }
  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@tablet {
    width: 100% !important;
  }
  .u-1\/4\@tablet {
    width: 25% !important;
  }
  .u-2\/4\@tablet {
    width: 50% !important;
  }
  .u-3\/4\@tablet {
    width: 75% !important;
  }
  .u-4\/4\@tablet {
    width: 100% !important;
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  .u-2\/5\@tablet {
    width: 40% !important;
  }
  .u-3\/5\@tablet {
    width: 60% !important;
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
  .u-5\/5\@tablet {
    width: 100% !important;
  }
  .u-1\/6\@tablet {
    width: 16.6666666667% !important;
  }
  .u-2\/6\@tablet {
    width: 33.3333333333% !important;
  }
  .u-3\/6\@tablet {
    width: 50% !important;
  }
  .u-4\/6\@tablet {
    width: 66.6666666667% !important;
  }
  .u-5\/6\@tablet {
    width: 83.3333333333% !important;
  }
  .u-6\/6\@tablet {
    width: 100% !important;
  }
}
@media (min-width: 64em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  .u-2\/2\@desktop {
    width: 100% !important;
  }
  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@desktop {
    width: 100% !important;
  }
  .u-1\/4\@desktop {
    width: 25% !important;
  }
  .u-2\/4\@desktop {
    width: 50% !important;
  }
  .u-3\/4\@desktop {
    width: 75% !important;
  }
  .u-4\/4\@desktop {
    width: 100% !important;
  }
  .u-1\/5\@desktop {
    width: 20% !important;
  }
  .u-2\/5\@desktop {
    width: 40% !important;
  }
  .u-3\/5\@desktop {
    width: 60% !important;
  }
  .u-4\/5\@desktop {
    width: 80% !important;
  }
  .u-5\/5\@desktop {
    width: 100% !important;
  }
  .u-1\/6\@desktop {
    width: 16.6666666667% !important;
  }
  .u-2\/6\@desktop {
    width: 33.3333333333% !important;
  }
  .u-3\/6\@desktop {
    width: 50% !important;
  }
  .u-4\/6\@desktop {
    width: 66.6666666667% !important;
  }
  .u-5\/6\@desktop {
    width: 83.3333333333% !important;
  }
  .u-6\/6\@desktop {
    width: 100% !important;
  }
}
@media (min-width: 78.75em) {
  .u-1\/1\@large {
    width: 100% !important;
  }
  .u-1\/2\@large {
    width: 50% !important;
  }
  .u-2\/2\@large {
    width: 100% !important;
  }
  .u-1\/3\@large {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@large {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@large {
    width: 100% !important;
  }
  .u-1\/4\@large {
    width: 25% !important;
  }
  .u-2\/4\@large {
    width: 50% !important;
  }
  .u-3\/4\@large {
    width: 75% !important;
  }
  .u-4\/4\@large {
    width: 100% !important;
  }
  .u-1\/5\@large {
    width: 20% !important;
  }
  .u-2\/5\@large {
    width: 40% !important;
  }
  .u-3\/5\@large {
    width: 60% !important;
  }
  .u-4\/5\@large {
    width: 80% !important;
  }
  .u-5\/5\@large {
    width: 100% !important;
  }
  .u-1\/6\@large {
    width: 16.6666666667% !important;
  }
  .u-2\/6\@large {
    width: 33.3333333333% !important;
  }
  .u-3\/6\@large {
    width: 50% !important;
  }
  .u-4\/6\@large {
    width: 66.6666666667% !important;
  }
  .u-5\/6\@large {
    width: 83.3333333333% !important;
  }
  .u-6\/6\@large {
    width: 100% !important;
  }
}
@media (min-width: 100em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }
  .u-1\/2\@wide {
    width: 50% !important;
  }
  .u-2\/2\@wide {
    width: 100% !important;
  }
  .u-1\/3\@wide {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@wide {
    width: 100% !important;
  }
  .u-1\/4\@wide {
    width: 25% !important;
  }
  .u-2\/4\@wide {
    width: 50% !important;
  }
  .u-3\/4\@wide {
    width: 75% !important;
  }
  .u-4\/4\@wide {
    width: 100% !important;
  }
  .u-1\/5\@wide {
    width: 20% !important;
  }
  .u-2\/5\@wide {
    width: 40% !important;
  }
  .u-3\/5\@wide {
    width: 60% !important;
  }
  .u-4\/5\@wide {
    width: 80% !important;
  }
  .u-5\/5\@wide {
    width: 100% !important;
  }
  .u-1\/6\@wide {
    width: 16.6666666667% !important;
  }
  .u-2\/6\@wide {
    width: 33.3333333333% !important;
  }
  .u-3\/6\@wide {
    width: 50% !important;
  }
  .u-4\/6\@wide {
    width: 66.6666666667% !important;
  }
  .u-5\/6\@wide {
    width: 83.3333333333% !important;
  }
  .u-6\/6\@wide {
    width: 100% !important;
  }
}
@media (min-width: 112.5em) {
  .u-1\/1\@huge {
    width: 100% !important;
  }
  .u-1\/2\@huge {
    width: 50% !important;
  }
  .u-2\/2\@huge {
    width: 100% !important;
  }
  .u-1\/3\@huge {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@huge {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@huge {
    width: 100% !important;
  }
  .u-1\/4\@huge {
    width: 25% !important;
  }
  .u-2\/4\@huge {
    width: 50% !important;
  }
  .u-3\/4\@huge {
    width: 75% !important;
  }
  .u-4\/4\@huge {
    width: 100% !important;
  }
  .u-1\/5\@huge {
    width: 20% !important;
  }
  .u-2\/5\@huge {
    width: 40% !important;
  }
  .u-3\/5\@huge {
    width: 60% !important;
  }
  .u-4\/5\@huge {
    width: 80% !important;
  }
  .u-5\/5\@huge {
    width: 100% !important;
  }
  .u-1\/6\@huge {
    width: 16.6666666667% !important;
  }
  .u-2\/6\@huge {
    width: 33.3333333333% !important;
  }
  .u-3\/6\@huge {
    width: 50% !important;
  }
  .u-4\/6\@huge {
    width: 66.6666666667% !important;
  }
  .u-5\/6\@huge {
    width: 83.3333333333% !important;
  }
  .u-6\/6\@huge {
    width: 100% !important;
  }
}
.u-h1 {
  font-size: 1em !important;
  font-size: 1em !important;
  line-height: 1.1666666667 !important;
}
.u-h2 {
  font-size: 1em !important;
  font-size: 1em !important;
  line-height: 1.2857142857 !important;
}
.u-h3 {
  font-size: 1em !important;
  font-size: 1em!important;
  line-height: 1.25 !important;
}
.u-h4 {
  font-size: 1em !important;
  font-size: 1em !important;
  line-height: 1.5 !important;
}
.u-h5 {
  font-size: 1em !important;
  font-size: 1em !important;
  line-height: 1.3333333333 !important;
}
.u-h6 {
  font-size: 1em !important;
  font-size: 1em !important;
  line-height: 1.5 !important;
}
@media (min-width: 22.5em) {
  .u-hide-mobile {
    display: none !important;
  }
}
@media (max-width: 22.49em) {
  .u-hide-until-mobile {
    display: none !important;
  }
}
@media (min-width: 46.25em) {
  .u-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 46.24em) {
  .u-hide-until-tablet {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .u-hide-desktop {
    display: none !important;
  }
}
@media (max-width: 63.99em) {
  .u-hide-until-desktop {
    display: none !important;
  }
}
@media (min-width: 78.75em) {
  .u-hide-large {
    display: none !important;
  }
}
@media (max-width: 78.74em) {
  .u-hide-until-large {
    display: none !important;
  }
}
@media (min-width: 100em) {
  .u-hide-wide {
    display: none !important;
  }
}
@media (max-width: 99.99em) {
  .u-hide-until-wide {
    display: none !important;
  }
}
@media (min-width: 112.5em) {
  .u-hide-huge {
    display: none !important;
  }
}
@media (max-width: 112.49em) {
  .u-hide-until-huge {
    display: none !important;
  }
}
.u-show {
  display: block;
}
.u-scroll-none\@mobile {
  position: fixed;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media (min-width: 64em) {
  .u-scroll-none\@mobile {
    overflow-y: unset;
    overflow-x: unset;
    position: relative;
    height: auto;
  }
}
@supports (scrollbar-width: thin) {
  .u-scrollbar {
    scrollbar-width: thin;
    border-radius: var(--scrollbar--border-radius, 4px);
    scrollbar-color: var(--scrollbar-thumb--bg, rgba(26, 26, 26, 0.4))
      transparent;
  }
}
@supports not (scrollbar-width: thin) {
  .u-scrollbar::-webkit-scrollbar {
    width: var(--scrollbar--size, 6px);
    height: var(--scrollbar--size, 6px);
  }
  .u-scrollbar::-webkit-scrollbar-track {
    background: var(--scrollbar--bg, rgba(246, 246, 246, 0.4));
    border-radius: var(--scrollbar--border-radius, 4px);
  }
  .u-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb--bg, rgba(26, 26, 26, 0.4));
    border-radius: var(--scrollbar--border-radius, 4px);
  }
  .u-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover--bg, rgba(26, 26, 26, 0.6));
  }
}





.footer-wrapper {
  background: #000;
  float: left;
  padding: 0 0 80px;
  width: 100%;
}

.container {
  /* width: 1170px; */
  padding-bottom: 10px;
}

.row {
  /* --bs-gutter-x: 1.5rem; */
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

footer .flogo {
  color: #ffffff;
  font-size: 1em;
  margin-left: 25px;
}

.intro .intro-content {
  color: #fff;
  margin-top: 15px;
  margin-left: 25px;
}
/* .col-lg-4 {
  width: 33%!important;
} */

@media only screen and (min-width:300px) and (max-width:600px){
  .col-lg-4 {
    width: 100% !important;;
  }
}
footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin: 26px 0 28px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  display: black;
  list-style: none;
  padding: 0 0 10px 0;
  color: #fff;
}
.col-lg-4 {
  width: 33%!important;
}
@media only screen and (min-width:300px) and (max-width:600px)
{
  .col-lg-4 {
    width: 100%!important;
  }
}

footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin: 26px 0 28px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  
}

.address li {
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
  padding-right: 30px;
  margin-bottom: 0px!important;
}
footer ul li  a {
  color: #fff;
  font-size: 1em;
}
.address li span {
  color: #dedede;
  font-size: 1em;
  margin: 0 8px 0 0;

  
}
.col-lg-3 {
  width: 25%;
}

footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin: 26px 0 28px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  display: black;
  list-style: none;
  padding: 0 0 10px 0;
  color: #fff;
}
footer ul li  a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}
.extralinks{
  margin-left:150px;
  width: 33% !important;

}
@media only screen and (min-width:300px) and (max-width:600px)
{
  .extralinks{
    margin-left:55px;
    width: 33% !important;
  
  }
}
.address{
  margin-left:50px ;
  
}

.c-information-block__image {
  width: 100% !important;
}